@bethinkpl/design-system 25.0.10 → 26.0.1
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/.github/workflows/build-to-review-on-trigger.yml +17 -0
- package/.github/workflows/storybook.yml +1 -0
- package/.storybook/main.ts +42 -0
- package/.storybook/{manager.js → manager.ts} +1 -1
- package/.storybook/preview-head.html +1 -0
- package/.storybook/preview.scss +3 -0
- package/.storybook/{preview.js → preview.ts} +11 -18
- package/.storybook/scss-preview-styles-plugin.ts +43 -0
- package/{lib/styles → .storybook}/storybook.scss +10 -10
- package/deploy_storybook_to_s3.sh +16 -1
- package/dist/design-system.umd.cjs +1032 -0
- package/dist/design-system.umd.cjs.map +1 -0
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +33 -65
- package/dist/lib/js/components/BadgeScore/index.d.ts +2 -1
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +265 -311
- package/dist/lib/js/components/Banner/index.d.ts +2 -1
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +258 -305
- package/dist/lib/js/components/Buttons/Button/index.d.ts +2 -1
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +274 -320
- package/dist/lib/js/components/Buttons/IconButton/index.d.ts +2 -1
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +1 -0
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +92 -2
- package/dist/lib/js/components/Cards/Card/index.d.ts +2 -1
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +274 -258
- package/dist/lib/js/components/Cards/CardExpandable/index.d.ts +2 -1
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +259 -306
- package/dist/lib/js/components/Chip/index.d.ts +2 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +1 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +1 -106
- package/dist/lib/js/components/DatePickers/DatePicker/index.d.ts +2 -1
- package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +1 -274
- package/dist/lib/js/components/DatePickers/DatePickerBox/index.d.ts +2 -1
- package/dist/lib/js/components/Divider/Divider.vue.d.ts +40 -26
- package/dist/lib/js/components/Divider/index.d.ts +2 -1
- package/dist/lib/js/components/Drawer/Drawer.vue.d.ts +34 -19
- package/dist/lib/js/components/Drawer/DrawerContent/DrawerContent.vue.d.ts +1 -3
- package/dist/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue.d.ts +24 -17
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +2 -3
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +226 -3
- package/dist/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue.d.ts +1 -3
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +236 -302
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +129 -66
- package/dist/lib/js/components/Drawer/index.d.ts +2 -1
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +2 -66
- package/dist/lib/js/components/Dropdown/index.d.ts +2 -1
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +219 -239
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +219 -239
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +2 -1
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +29 -66
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +274 -316
- package/dist/lib/js/components/Headers/OverlayHeader/index.d.ts +2 -1
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +12 -32
- package/dist/lib/js/components/Headers/PageHeader/index.d.ts +2 -1
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -0
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +255 -333
- package/dist/lib/js/components/Headers/SectionHeader/index.d.ts +2 -1
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +1 -71
- package/dist/lib/js/components/IconText/index.d.ts +2 -1
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +25 -48
- package/dist/lib/js/components/Icons/FeatureIcon/index.d.ts +2 -1
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +195 -194
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +76 -44
- package/dist/lib/js/components/Icons/Icon/index.d.ts +2 -1
- package/dist/lib/js/components/Image/Image.vue.d.ts +3 -11
- package/dist/lib/js/components/Image/index.d.ts +2 -1
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +16 -46
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/index.d.ts +2 -1
- package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +1 -0
- package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +37 -26
- package/dist/lib/js/components/LoadingBar/index.d.ts +2 -1
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +235 -230
- package/dist/lib/js/components/Modal/index.d.ts +2 -1
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +275 -362
- package/dist/lib/js/components/Modals/Modal/index.d.ts +2 -1
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +20 -74
- package/dist/lib/js/components/Modals/ModalDialog/index.d.ts +2 -1
- package/dist/lib/js/components/NumberInCircle/index.d.ts +2 -1
- package/dist/lib/js/components/Outline/OutlineDivider/OutlineDivider.vue.d.ts +24 -17
- package/dist/lib/js/components/Outline/OutlineDivider/index.d.ts +2 -1
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +231 -297
- package/dist/lib/js/components/Outline/OutlineItem/index.d.ts +2 -1
- package/dist/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.vue.d.ts +10 -8
- package/dist/lib/js/components/Outline/OutlineSectionHeader/index.d.ts +2 -1
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +259 -288
- package/dist/lib/js/components/Pagination/index.d.ts +2 -1
- package/dist/lib/js/components/PopOver/index.d.ts +2 -1
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +1 -301
- package/dist/lib/js/components/ProgressBar/index.d.ts +2 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -253
- package/dist/lib/js/components/ProgressDonutChart/index.d.ts +2 -1
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +21 -135
- package/dist/lib/js/components/RichList/BasicRichListItem/index.d.ts +2 -1
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +1 -0
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +51 -30
- package/dist/lib/js/components/RichList/GroupRichListItem/index.d.ts +2 -1
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +2 -0
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +254 -344
- package/dist/lib/js/components/RichList/RichListItem/index.d.ts +2 -1
- package/dist/lib/js/components/SectionTitle/SectionTitle.vue.d.ts +32 -2
- package/dist/lib/js/components/SelectList/SelectList.vue.d.ts +2 -3
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +234 -3
- package/dist/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue.d.ts +1 -7
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +127 -65
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +21 -56
- package/dist/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue.d.ts +21 -13
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +197 -197
- package/dist/lib/js/components/SelectionTile/index.d.ts +2 -1
- package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +42 -2
- package/dist/lib/js/components/Skeleton/index.d.ts +2 -1
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +227 -231
- package/dist/lib/js/components/Statuses/AccessStatus/index.d.ts +2 -1
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +227 -231
- package/dist/lib/js/components/Statuses/BlockadeStatus/index.d.ts +2 -1
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +246 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/index.d.ts +2 -1
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +2 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/index.d.ts +2 -1
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue.d.ts +31 -21
- package/dist/lib/js/components/SurveyQuestions/index.d.ts +2 -1
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +39 -3
- package/dist/lib/js/components/SurveyToggle/index.d.ts +2 -1
- package/dist/lib/js/components/Switch/Switch.consts.d.ts +1 -0
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +246 -296
- package/dist/lib/js/components/Switch/index.d.ts +2 -1
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +1 -47
- package/dist/lib/js/components/TabItem/index.d.ts +2 -1
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +7 -6
- package/dist/lib/js/components/TextGroup/index.d.ts +2 -1
- package/dist/lib/js/components/Tile/Tile.consts.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +195 -194
- package/dist/lib/js/components/Tile/Tile.shared.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +342 -282
- package/dist/lib/js/components/Tile/index.d.ts +2 -1
- package/dist/lib/js/components/Toast/Toast.consts.d.ts +1 -0
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +21 -47
- package/dist/lib/js/components/Toggles/CounterToggle/index.d.ts +2 -1
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +1 -0
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +242 -301
- package/dist/lib/js/components/Toggles/ToggleButton/index.d.ts +2 -1
- package/dist/lib/js/components/Tooltip/Tooltip.vue.d.ts +4 -5
- package/dist/lib/js/components/Tooltip/index.d.ts +2 -1
- package/dist/lib/js/components/Well/index.d.ts +2 -1
- package/dist/lib/js/composables/hover-state.d.ts +11 -0
- package/dist/lib/js/icons/fontawesome.d.ts +195 -195
- package/dist/lib/js/index.d.ts +2 -1
- package/dist/lib/js/styles/TokenTypes.d.ts +1 -0
- package/dist/lib/js/utils/device.d.ts +1 -0
- package/docs/.nojekyll +0 -0
- package/docs/assets/AccessStatus-DVtD0BrS.js +1 -0
- package/docs/assets/AccessStatus.stories-CM9qms_d.js +9 -0
- package/docs/assets/BadgeScore-B0MHArlW.js +1 -0
- package/docs/assets/BadgeScore.stories-BsFc_8XV.js +40 -0
- package/docs/assets/Banner-Dkt_I8P3.js +1 -0
- package/docs/assets/Banner.stories-dLLxP9rS.js +62 -0
- package/docs/assets/BasicRichListItem-CCXQ4iJg.js +1 -0
- package/docs/assets/BasicRichListItem.stories-Bh_UBJkl.js +194 -0
- package/docs/assets/BlockadeStatus-9_pI8WM1.js +1 -0
- package/docs/assets/BlockedeStatus.stories-IunhqK0I.js +9 -0
- package/docs/assets/BorderSizes.stories-COOhe637.js +31 -0
- package/docs/assets/Button-CBZkgukP.js +1 -0
- package/docs/assets/Button.stories-BLj-_0Vw.js +47 -0
- package/docs/assets/Card-B7j8o0GU.js +1 -0
- package/docs/assets/Card.stories-KO99dol6.js +49 -0
- package/docs/assets/CardExpandable-XN3wcRwV.js +1 -0
- package/docs/assets/CardExpandable.stories-B9-JtWRG.js +37 -0
- package/docs/assets/Checkbox-D_geau8n.js +1 -0
- package/docs/assets/Checkbox.stories-DLfdA87Q.js +21 -0
- package/docs/assets/Chip-CBqrZ-va.js +1 -0
- package/docs/assets/Chip.stories-DQLbtbRo.js +43 -0
- package/docs/assets/Color-ERTF36HU-B622yQt4.js +1 -0
- package/docs/assets/Colors.stories-CRIOJbgv.js +11 -0
- package/docs/assets/ColorsThemes.stories-BVtVblv7.js +11 -0
- package/docs/assets/ColorsTokensLms.stories-Ds9sWwL0.js +11 -0
- package/docs/assets/ColorsTokensPrimaryBodywork.stories-D9nLEENe.js +11 -0
- package/docs/assets/ColorsTokensPrimaryWnl.stories-Cuz6HvAj.js +11 -0
- package/docs/assets/CounterToggle-BzxnFqH7.js +1 -0
- package/docs/assets/CounterToggle.stories-DdAjSFMr.js +19 -0
- package/docs/assets/DatePicker-CvT_E45n.js +2 -0
- package/docs/assets/DatePicker.stories-Ub_1x6To.js +91 -0
- package/docs/assets/Divider-D2yDhW46.js +1 -0
- package/docs/assets/Divider.stories-f9QUckyE.js +15 -0
- package/docs/assets/DocsRenderer-CFRXHY34-D5Eulb6H.js +639 -0
- package/docs/assets/Drawer-CH5Qyc5B.js +1 -0
- package/docs/assets/Drawer.stories-jrbLBaPT.js +21 -0
- package/docs/assets/DrawerContent-DGzdUSmd.js +1 -0
- package/docs/assets/DrawerContent.stories-CYzQPPIy.js +17 -0
- package/docs/assets/DrawerDivider-DNbYnPjf.js +1 -0
- package/docs/assets/DrawerDivider.stories-BG6MKk49.js +15 -0
- package/docs/assets/DrawerHeader-DOWojdwp.js +1 -0
- package/docs/assets/DrawerHeader.stories-CwaoQykQ.js +54 -0
- package/docs/assets/DrawerListItem-aepUTcTm.js +1 -0
- package/docs/assets/DrawerListItem.stories-vHXkwtyS.js +13 -0
- package/docs/assets/DrawerListItemGroup-CnH532Dv.js +1 -0
- package/docs/assets/DrawerListItemGroup.stories-D0DeZ6IG.js +20 -0
- package/docs/assets/DrawerSection-pMhA5dsS.js +1 -0
- package/docs/assets/DrawerSection.stories-BF7A4VyW.js +67 -0
- package/docs/assets/DrawerTile-W2mt6fAk.js +1 -0
- package/docs/assets/DrawerTile.stories-CUMznN1H.js +10 -0
- package/docs/assets/Dropdown-BfX0EVaK.js +1 -0
- package/docs/assets/Dropdown.stories-DrILA_TR.js +45 -0
- package/docs/assets/FeatureIcon-n65RPvyA.js +1 -0
- package/docs/assets/FeatureIcon.stories-DSUzxIPB.js +14 -0
- package/docs/assets/GroupRichListItem-DMiaeyaS.js +1 -0
- package/docs/assets/GroupRichListItem.stories-DCEq0Kil.js +137 -0
- package/docs/assets/Icon-BiVaixmr.js +762 -0
- package/docs/assets/Icon.stories-BFJuE2aE.js +27 -0
- package/docs/assets/IconButton-COzU-vlz.js +1 -0
- package/docs/assets/IconButton.stories-DGmn7bfg.js +119 -0
- package/docs/assets/IconText-DDrVXWHS.js +1 -0
- package/docs/assets/IconText.stories-CSt7q9Mf.js +32 -0
- package/docs/assets/Image-Drmyqqsn.js +1 -0
- package/docs/assets/Image.stories-DxQ22AFP.js +21 -0
- package/docs/assets/ItemsList-B-vw083o.js +1 -0
- package/docs/assets/LoadingBar-D0iVLCyJ.js +1 -0
- package/docs/assets/LoadingBar.stories-IJRD91mF.js +9 -0
- package/docs/assets/Modal-CJ0d6Je9.js +1 -0
- package/docs/assets/Modal.stories-q_qdiakg.js +53 -0
- package/docs/assets/ModalDialog-CbDAxfV_.js +1 -0
- package/docs/assets/ModalDialog.stories-CKcR8rIW.js +43 -0
- package/docs/assets/NumberInCircle-DV0Qrx8H.js +1 -0
- package/docs/assets/NumberInCircle.stories-DriLGDDl.js +9 -0
- package/docs/assets/OutlineDivider-Cez9NlcH.js +1 -0
- package/docs/assets/OutlineDivider.stories-D0zYoHBw.js +11 -0
- package/docs/assets/OutlineItem-CUHef8Bo.js +1 -0
- package/docs/assets/OutlineItem.stories-BgFzRhaY.js +41 -0
- package/docs/assets/OutlineSectionHeader-DSJ4uxfr.js +1 -0
- package/docs/assets/OutlineSectionHeader.stories-HOf2NwY-.js +9 -0
- package/docs/assets/OverlayHeader-jylszhPO.js +1 -0
- package/docs/assets/OverlayHeader.stories-bjFfL93l.js +67 -0
- package/docs/assets/PageHeader-CTbdU4IG.js +1 -0
- package/docs/assets/PageHeader.stories-DeNf1zoa.js +9 -0
- package/docs/assets/Pagination-dSOJSh7t.js +1 -0
- package/docs/assets/Pagination.stories-CMg8WaRV.js +31 -0
- package/docs/assets/PopOver-BPD1Ttq1.js +1 -0
- package/docs/assets/PopOver.stories-Cl1k59cl.js +15 -0
- package/docs/assets/ProgressBar-4gBRbr7a.js +1 -0
- package/docs/assets/ProgressBar.stories-9xVTh0RH.js +57 -0
- package/docs/assets/ProgressDonutChart-D5uvUZva.js +1 -0
- package/docs/assets/ProgressDonutChart.stories-DBpwl5Vn.js +17 -0
- package/docs/assets/RadioButton-BwCzYjOu.js +1 -0
- package/docs/assets/RadioButton.stories-CLWvDUrd.js +21 -0
- package/docs/assets/RichListItem.stories-DhkQky0J.js +182 -0
- package/docs/assets/SectionHeader-DVwe52kA.js +1 -0
- package/docs/assets/SectionHeader.stories-Dd3li5ER.js +24 -0
- package/docs/assets/SectionTitle-XTc-98O5.js +1 -0
- package/docs/assets/SectionTitle.stories-BFNagAeb.js +9 -0
- package/docs/assets/SelectList-CTXM5G8Z.js +1 -0
- package/docs/assets/SelectList.stories-B2Pq8auf.js +91 -0
- package/docs/assets/SelectListItem-_c4CA-YM.js +1 -0
- package/docs/assets/SelectListItem.stories-PSDnI18x.js +36 -0
- package/docs/assets/SelectListItemDivider-BOgD7wrO.js +1 -0
- package/docs/assets/SelectListItemDivider.stories-DvANKn2s.js +8 -0
- package/docs/assets/SelectListItemTile-BL3qYL_0.js +1 -0
- package/docs/assets/SelectListItemTile.stories-CVYmG0Ta.js +19 -0
- package/docs/assets/SelectListItemToggle-BjjMPWy0.js +1 -0
- package/docs/assets/SelectListItemToggle.stories-D5QL3Gd2.js +51 -0
- package/docs/assets/SelectListSectionTitle-FihJb1eM.js +1 -0
- package/docs/assets/SelectListSectionTitle.stories-DCyB86A1.js +16 -0
- package/docs/assets/SelectionControl-BxCh7N21.js +1 -0
- package/docs/assets/SelectionControl.sb.shared-BWifjoMU.js +2 -0
- package/docs/assets/SelectionTile-T03MPtEm.js +2 -0
- package/docs/assets/SelectionTile.stories-CEufLR64.js +47 -0
- package/docs/assets/Skeleton-BbafKE6W.js +179 -0
- package/docs/assets/Skeleton.stories-B_4TqUB5.js +15 -0
- package/docs/assets/Spacings.stories-DxxukMX7.js +43 -0
- package/docs/assets/SurveyQuestionOpenEnded-DRFBouQB.js +1 -0
- package/docs/assets/SurveyQuestionOpenEnded.stories-DW7tQU04.js +20 -0
- package/docs/assets/SurveyQuestionScale-nNC7H5k0.js +1 -0
- package/docs/assets/SurveyQuestionScale.stories-DC8qXbl8.js +72 -0
- package/docs/assets/SurveyToggle-DzZyc41b.js +1 -0
- package/docs/assets/SurveyToggle.stories-Yf0fJ_p2.js +14 -0
- package/docs/assets/Switch-BWGPo7tP.js +1 -0
- package/docs/assets/Switch.stories-BzeYFsr2.js +48 -0
- package/docs/assets/TabItem-Cx2nQ_YR.js +1 -0
- package/docs/assets/TabItem.stories-C-gV8JMj.js +15 -0
- package/docs/assets/TextGroup-DQmg5luv.js +1 -0
- package/docs/assets/TextGroup.stories-j5MNzn7U.js +48 -0
- package/docs/assets/ThreeColumnLayout-Lm3LIbid.js +1 -0
- package/docs/assets/ThreeColumnLayout.stories-C5cNwOWv.js +47 -0
- package/docs/assets/Tile-DnH9h0Kq.js +1 -0
- package/docs/assets/Tile.sb.shared-2W1FnncR.js +15 -0
- package/docs/assets/Tile.stories-Bj7yp21N.js +14 -0
- package/docs/assets/Toast.stories-Bad7itWi.js +58 -0
- package/docs/assets/ToggleButton-BZ0tVYFv.js +1 -0
- package/docs/assets/ToggleButton.stories-D0YPR0-y.js +42 -0
- package/docs/assets/Tooltip-BxZlo6cR.js +1 -0
- package/docs/assets/Tooltip.stories-CaTsoTim.js +119 -0
- package/docs/assets/TypographyTokensLms.stories-D-CrlX5A.js +11 -0
- package/docs/assets/TypographyVariables.stories-Bmxi44f1.js +11 -0
- package/docs/assets/Well-vFI2CbIA.js +1 -0
- package/docs/assets/Well.stories-Be73GX2h.js +6 -0
- package/docs/assets/_commonjsHelpers-Chg3vePA.js +1 -0
- package/docs/assets/_plugin-vue_export-helper-DlAUqK2U.js +1 -0
- package/docs/assets/decorator-CSnIf-k5.js +1 -0
- package/docs/assets/device-9fgosCm4.js +1 -0
- package/docs/assets/entry-preview-Dw8qwUcN.js +1 -0
- package/docs/assets/entry-preview-docs-BBVW7MF3.js +16 -0
- package/docs/assets/iframe-BosoHOVU.js +63 -0
- package/docs/assets/index-CBmJdl9t.js +5 -0
- package/docs/assets/index-CgF2Ctku.js +1 -0
- package/docs/assets/index-CqU62QSU.js +1 -0
- package/docs/assets/index-vG0co4wr.js +8 -0
- package/docs/assets/pl-Cy1N1vsP.js +1 -0
- package/docs/assets/preview-16ImHjAt.js +64 -0
- package/docs/assets/preview-B_ruAZiw.js +2 -0
- package/docs/assets/preview-DFmD0pui.js +1 -0
- package/docs/assets/preview-DFphXfmq.js +1 -0
- package/docs/assets/string-CxIy_vwz.js +1 -0
- package/docs/assets/user-DY5hg_iu.js +1 -0
- package/docs/assets/v4-BZawosSj.js +1 -0
- package/docs/assets/vue-popper-BJbr8Gin.js +24 -0
- package/docs/assets/vue.esm-bundler-BSCmGRHc.js +7 -0
- package/docs/favicon.svg +1 -0
- package/docs/iframe.html +332 -56
- package/docs/index.html +157 -51
- package/docs/index.json +1 -0
- package/docs/nunito-sans-bold-italic.woff2 +0 -0
- package/docs/nunito-sans-bold.woff2 +0 -0
- package/docs/nunito-sans-italic.woff2 +0 -0
- package/docs/nunito-sans-regular.woff2 +0 -0
- package/docs/preview.css +2993 -0
- package/docs/project.json +1 -1
- package/docs/sb-addons/actions-1/manager-bundle.js +3 -0
- package/docs/sb-addons/actions-1/manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-addons/controls-3/manager-bundle.js +394 -0
- package/docs/sb-addons/controls-3/manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-addons/designs-2/register-panel-bundle.js +665 -0
- package/docs/sb-addons/designs-2/register-panel-bundle.js.LEGAL.txt +127 -0
- package/docs/sb-addons/storybook-6/manager-bundle.js +3 -0
- package/docs/sb-addons/storybook-6/manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/docs/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-addons/storysource-4/manager-bundle.js +3 -0
- package/docs/sb-addons/storysource-4/manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-addons/viewport-5/manager-bundle.js +3 -0
- package/docs/sb-addons/viewport-5/manager-bundle.js.LEGAL.txt +0 -0
- package/docs/sb-common-assets/favicon.svg +1 -0
- package/docs/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/docs/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/docs/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/docs/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/docs/sb-manager/globals-module-info.js +1006 -0
- package/docs/sb-manager/globals-runtime.js +54400 -0
- package/docs/sb-manager/globals.js +48 -0
- package/docs/sb-manager/runtime.js +12089 -0
- package/docs/sb-preview/globals.js +33 -0
- package/docs/sb-preview/runtime.js +9498 -0
- package/jest.config.js +14 -11
- package/lib/js/components/BadgeScore/BadgeScore.stories.ts +13 -10
- package/lib/js/components/BadgeScore/BadgeScore.vue +5 -5
- package/lib/js/components/Banner/Banner.stories.ts +58 -55
- package/lib/js/components/Banner/Banner.vue +3 -3
- package/lib/js/components/Buttons/Button/Button.stories.ts +31 -21
- package/lib/js/components/Buttons/Button/Button.vue +4 -6
- package/lib/js/components/Buttons/IconButton/IconButton.stories.ts +37 -34
- package/lib/js/components/Buttons/IconButton/IconButton.vue +14 -7
- package/lib/js/components/Cards/Card/Card.stories.ts +17 -14
- package/lib/js/components/Cards/Card/Card.vue +4 -3
- package/lib/js/components/Cards/CardExpandable/CardExpandable.stories.ts +8 -7
- package/lib/js/components/Cards/CardExpandable/CardExpandable.vue +3 -2
- package/lib/js/components/Chip/Chip.stories.ts +13 -9
- package/lib/js/components/Chip/Chip.vue +3 -3
- package/lib/js/components/DatePickers/DatePicker/DatePicker.stories.ts +67 -64
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +3 -3
- package/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue +3 -3
- package/lib/js/components/Divider/Divider.stories.ts +5 -5
- package/lib/js/components/Divider/Divider.vue +4 -2
- package/lib/js/components/Drawer/Drawer.stories.ts +3 -3
- package/lib/js/components/Drawer/Drawer.vue +3 -3
- package/lib/js/components/Drawer/DrawerContent/DrawerContent.stories.ts +1 -1
- package/lib/js/components/Drawer/DrawerContent/DrawerContent.vue +4 -2
- package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.stories.ts +5 -5
- package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue +4 -2
- package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.stories.ts +16 -16
- package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +3 -3
- package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.stories.ts +4 -3
- package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +3 -3
- package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.stories.ts +1 -1
- package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue +4 -2
- package/lib/js/components/Drawer/DrawerSection/DrawerSection.stories.ts +60 -57
- package/lib/js/components/Drawer/DrawerSection/DrawerSection.vue +3 -3
- package/lib/js/components/Drawer/DrawerTile/DrawerTile.stories.ts +1 -1
- package/lib/js/components/Drawer/DrawerTile/DrawerTile.vue +4 -2
- package/lib/js/components/Dropdown/Dropdown.stories.ts +9 -9
- package/lib/js/components/Dropdown/Dropdown.vue +4 -2
- package/lib/js/components/Form/Checkbox/Checkbox.stories.ts +21 -14
- package/lib/js/components/Form/Checkbox/Checkbox.vue +3 -3
- package/lib/js/components/Form/RadioButton/RadioButton.stories.ts +21 -14
- package/lib/js/components/Form/RadioButton/RadioButton.vue +3 -3
- package/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.ts +13 -10
- package/lib/js/components/Form/SelectionControl/SelectionControl.vue +3 -3
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.stories.ts +9 -9
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +5 -3
- package/lib/js/components/Headers/PageHeader/PageHeader.stories.ts +11 -13
- package/lib/js/components/Headers/PageHeader/PageHeader.vue +4 -2
- package/lib/js/components/Headers/SectionHeader/SectionHeader.stories.ts +65 -63
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +6 -6
- package/lib/js/components/IconText/IconText.stories.ts +6 -5
- package/lib/js/components/IconText/IconText.vue +3 -3
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.ts +15 -11
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +3 -3
- package/lib/js/components/Icons/Icon/Icon.stories.ts +10 -8
- package/lib/js/components/Icons/Icon/Icon.vue +3 -3
- package/lib/js/components/Image/Image.stories.ts +5 -5
- package/lib/js/components/Image/Image.vue +0 -11
- package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.stories.ts +8 -8
- package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +3 -3
- package/lib/js/components/LoadingBar/LoadingBar.stories.ts +5 -5
- package/lib/js/components/LoadingBar/LoadingBar.vue +3 -3
- package/lib/js/components/Modal/Modal.vue +4 -2
- package/lib/js/components/Modals/Modal/Modal.stories.ts +31 -31
- package/lib/js/components/Modals/Modal/Modal.vue +3 -3
- package/lib/js/components/Modals/ModalDialog/ModalDialog.stories.ts +20 -20
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +3 -3
- package/lib/js/components/NumberInCircle/NumberInCircle.stories.ts +5 -5
- package/lib/js/components/NumberInCircle/NumberInCircle.vue +4 -2
- package/lib/js/components/Outline/OutlineDivider/OutlineDivider.stories.ts +12 -7
- package/lib/js/components/Outline/OutlineDivider/OutlineDivider.vue +4 -2
- package/lib/js/components/Outline/OutlineItem/OutlineItem.stories.ts +40 -29
- package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +4 -4
- package/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.stories.ts +6 -4
- package/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.vue +4 -2
- package/lib/js/components/Pagination/Pagination.stories.ts +34 -21
- package/lib/js/components/Pagination/Pagination.vue +3 -2
- package/lib/js/components/PopOver/PopOver.stories.ts +9 -9
- package/lib/js/components/PopOver/PopOver.vue +6 -4
- package/lib/js/components/ProgressBar/ProgressBar.stories.ts +48 -41
- package/lib/js/components/ProgressBar/ProgressBar.vue +3 -3
- package/lib/js/components/ProgressDonutChart/ProgressDonutChart.spec.ts +1 -1
- package/lib/js/components/ProgressDonutChart/ProgressDonutChart.stories.ts +28 -24
- package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +4 -3
- package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.stories.ts +82 -73
- package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +3 -3
- package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.stories.ts +26 -20
- package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +3 -3
- package/lib/js/components/RichList/RichListItem/RichListItem.consts.ts +5 -7
- package/lib/js/components/RichList/RichListItem/RichListItem.stories.ts +25 -18
- package/lib/js/components/RichList/RichListItem/RichListItem.vue +9 -5
- package/lib/js/components/SectionTitle/SectionTitle.stories.ts +5 -4
- package/lib/js/components/SectionTitle/SectionTitle.vue +3 -2
- package/lib/js/components/SelectList/SelectList.stories.ts +1 -1
- package/lib/js/components/SelectList/SelectList.vue +4 -2
- package/lib/js/components/SelectList/SelectListItem/SelectListItem.stories.ts +9 -5
- package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +3 -3
- package/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue +4 -2
- package/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.stories.ts +5 -2
- package/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue +4 -2
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.ts +51 -42
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue +3 -3
- package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.stories.ts +11 -9
- package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue +4 -2
- package/lib/js/components/SelectionTile/SelectionTile.stories.ts +46 -38
- package/lib/js/components/Skeleton/Skeleton.stories.ts +5 -5
- package/lib/js/components/Statuses/AccessStatus/AccessStatus.stories.ts +3 -3
- package/lib/js/components/Statuses/AccessStatus/AccessStatus.vue +3 -2
- package/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue +4 -2
- package/lib/js/components/Statuses/BlockadeStatus/BlockedeStatus.stories.ts +3 -3
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.stories.ts +22 -17
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +4 -2
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.stories.ts +73 -55
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +3 -2
- package/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue +4 -2
- package/lib/js/components/SurveyToggle/SurveyToggle.stories.ts +19 -12
- package/lib/js/components/SurveyToggle/SurveyToggle.vue +4 -2
- package/lib/js/components/Switch/Switch.stories.ts +16 -14
- package/lib/js/components/Switch/Switch.vue +3 -3
- package/lib/js/components/TabItem/TabItem.stories.ts +12 -11
- package/lib/js/components/TabItem/TabItem.vue +3 -3
- package/lib/js/components/TextGroup/TextGroup.stories.ts +20 -16
- package/lib/js/components/TextGroup/TextGroup.vue +1 -1
- package/lib/js/components/Tile/Tile.sb.shared.ts +9 -8
- package/lib/js/components/Tile/Tile.stories.ts +43 -45
- package/lib/js/components/Tile/Tile.vue +3 -2
- package/lib/js/components/Toast/Toast.stories.ts +10 -12
- package/lib/js/components/Toast/Toast.vue +3 -3
- package/lib/js/components/Toggles/CounterToggle/CounterToggle.stories.ts +10 -10
- package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +3 -3
- package/lib/js/components/Toggles/ToggleButton/ToggleButton.stories.ts +17 -17
- package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +3 -3
- package/lib/js/components/Tooltip/Tooltip.stories.ts +9 -9
- package/lib/js/components/Tooltip/Tooltip.vue +2 -10
- package/lib/js/components/Well/Well.stories.ts +36 -29
- package/lib/js/components/Well/Well.vue +4 -2
- package/lib/js/composables/hover-state.ts +39 -0
- package/lib/js/icons/fontawesome.ts +1 -1
- package/lib/js/index.ts +2 -1
- package/lib/js/styles/Colors/Colors.stories.ts +1 -1
- package/lib/js/styles/ColorsThemes/ColorsThemes.stories.ts +1 -1
- package/lib/js/styles/ColorsTokensLms/ColorsTokensLms.stories.ts +1 -1
- package/lib/js/styles/ColorsTokensPrimaryBodywork/ColorsTokensPrimaryBodywork.stories.ts +1 -1
- package/lib/js/styles/ColorsTokensPrimaryWnl/ColorsTokensPrimaryWnl.stories.ts +1 -1
- package/lib/js/styles/ItemsColor.vue +3 -3
- package/lib/js/styles/ItemsList.vue +4 -3
- package/lib/js/styles/ItemsTypography.vue +3 -3
- package/lib/js/styles/TypographyTokensLms/TypographyTokensLms.stories.ts +1 -1
- package/lib/js/styles/TypographyVariables/TypographyVariables.stories.ts +1 -1
- package/lib/js/typings.d.ts +3 -4
- package/lib/js/utils/device.ts +7 -0
- package/package.json +27 -26
- package/tsconfig.json +12 -5
- package/vite.config.ts +38 -0
- package/.storybook/main.js +0 -86
- package/babel.config.json +0 -12
- package/docs/117.1156a7c503a067ad8241.manager.bundle.js +0 -2
- package/docs/117.1156a7c503a067ad8241.manager.bundle.js.LICENSE.txt +0 -8
- package/docs/247.6eaf240e.iframe.bundle.js +0 -1
- package/docs/255.721b3744029f102ac772.manager.bundle.js +0 -2
- package/docs/255.721b3744029f102ac772.manager.bundle.js.LICENSE.txt +0 -12
- package/docs/286.23828fb3.iframe.bundle.js +0 -2
- package/docs/286.23828fb3.iframe.bundle.js.LICENSE.txt +0 -31
- package/docs/295.4e52f65e605e88f7b915.manager.bundle.js +0 -1
- package/docs/315.76786aa14c329ce07ff9.manager.bundle.js +0 -2
- package/docs/315.76786aa14c329ce07ff9.manager.bundle.js.LICENSE.txt +0 -94
- package/docs/317.bb9fa3422a439c11ef07.manager.bundle.js +0 -1
- package/docs/363.5eecfb3735eae61195ab.manager.bundle.js +0 -586
- package/docs/363.5eecfb3735eae61195ab.manager.bundle.js.LICENSE.txt +0 -23
- package/docs/39.0fa13ab1.iframe.bundle.js +0 -2
- package/docs/39.0fa13ab1.iframe.bundle.js.LICENSE.txt +0 -14
- package/docs/407.e7bfe1ea814fec553911.manager.bundle.js +0 -2
- package/docs/407.e7bfe1ea814fec553911.manager.bundle.js.LICENSE.txt +0 -31
- package/docs/594.bb1a9f64.iframe.bundle.js +0 -2
- package/docs/594.bb1a9f64.iframe.bundle.js.LICENSE.txt +0 -12
- package/docs/600.5586e4df861d64de85f8.manager.bundle.js +0 -1
- package/docs/651.3a01b956.iframe.bundle.js +0 -1
- package/docs/690.46a1e07a.iframe.bundle.js +0 -1
- package/docs/701.691b9947.iframe.bundle.js +0 -1
- package/docs/935.19d3d944.iframe.bundle.js +0 -2
- package/docs/935.19d3d944.iframe.bundle.js.LICENSE.txt +0 -17
- package/docs/949.b11a185a.iframe.bundle.js +0 -2
- package/docs/949.b11a185a.iframe.bundle.js.LICENSE.txt +0 -69
- package/docs/962.ec348c19.iframe.bundle.js +0 -2
- package/docs/962.ec348c19.iframe.bundle.js.LICENSE.txt +0 -8
- package/docs/977.a265714880f883237672.manager.bundle.js +0 -1
- package/docs/favicon.ico +0 -0
- package/docs/main.2c610e68.iframe.bundle.js +0 -2
- package/docs/main.2c610e68.iframe.bundle.js.LICENSE.txt +0 -1
- package/docs/main.ec4e5d4f1933fc03f588.manager.bundle.js +0 -1
- package/docs/runtime~main.8a21756dfcf63c109f1d.manager.bundle.js +0 -1
- package/docs/runtime~main.c8f2837a.iframe.bundle.js +0 -1
- package/vue.config.js +0 -67
- /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
- /package/docs/{static/media/lato-ext-300.dd124df8.woff2 → ~design-system/lib/fonts/lato/lato-ext-300.woff2} +0 -0
- /package/docs/{static/media/lato-ext-700.4223b364.woff2 → ~design-system/lib/fonts/lato/lato-ext-700.woff2} +0 -0
- /package/docs/{static/media/lato-ext.b267ec5a.woff2 → ~design-system/lib/fonts/lato/lato-ext.woff2} +0 -0
- /package/docs/{static/media/lato-latin-300.917632e3.woff2 → ~design-system/lib/fonts/lato/lato-latin-300.woff2} +0 -0
- /package/docs/{static/media/lato-latin-700.f1405bd8.woff2 → ~design-system/lib/fonts/lato/lato-latin-700.woff2} +0 -0
- /package/docs/{static/media/lato-latin.65e877e5.woff2 → ~design-system/lib/fonts/lato/lato-latin.woff2} +0 -0
- /package/lib/js/tests/{emptyModule.ts → emptyModule.cjs} +0 -0
- /package/lib/js/tests/{emptyTransformer.ts → emptyTransformer.cjs} +0 -0
- /package/{stylelint.config.js → stylelint.config.cjs} +0 -0
|
@@ -0,0 +1,639 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./index-CqU62QSU.js","./iframe-BosoHOVU.js","./_commonjsHelpers-Chg3vePA.js","./index-vG0co4wr.js","./Color-ERTF36HU-B622yQt4.js","./index-CgF2Ctku.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
var bB=Object.defineProperty;var EB=(e,t,r)=>t in e?bB(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Mo=(e,t,r)=>EB(e,typeof t!="symbol"?t+"":t,r);import{_ as T5}from"./iframe-BosoHOVU.js";import{a as ol,c as ac}from"./_commonjsHelpers-Chg3vePA.js";import{y as d3,D as $p}from"./index-vG0co4wr.js";var MC={exports:{}},re={};/**
|
|
3
|
+
* @license React
|
|
4
|
+
* react.production.min.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/var Du=Symbol.for("react.element"),xB=Symbol.for("react.portal"),CB=Symbol.for("react.fragment"),DB=Symbol.for("react.strict_mode"),SB=Symbol.for("react.profiler"),kB=Symbol.for("react.provider"),_B=Symbol.for("react.context"),AB=Symbol.for("react.forward_ref"),FB=Symbol.for("react.suspense"),$B=Symbol.for("react.memo"),TB=Symbol.for("react.lazy"),p3=Symbol.iterator;function IB(e){return e===null||typeof e!="object"?null:(e=p3&&e[p3]||e["@@iterator"],typeof e=="function"?e:null)}var PC={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},NC=Object.assign,jC={};function il(e,t,r){this.props=e,this.context=t,this.refs=jC,this.updater=r||PC}il.prototype.isReactComponent={};il.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};il.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function HC(){}HC.prototype=il.prototype;function I5(e,t,r){this.props=e,this.context=t,this.refs=jC,this.updater=r||PC}var R5=I5.prototype=new HC;R5.constructor=I5;NC(R5,il.prototype);R5.isPureReactComponent=!0;var f3=Array.isArray,VC=Object.prototype.hasOwnProperty,z5={current:null},UC={key:!0,ref:!0,__self:!0,__source:!0};function WC(e,t,r){var n,a={},o=null,i=null;if(t!=null)for(n in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(o=""+t.key),t)VC.call(t,n)&&!UC.hasOwnProperty(n)&&(a[n]=t[n]);var l=arguments.length-2;if(l===1)a.children=r;else if(1<l){for(var s=Array(l),d=0;d<l;d++)s[d]=arguments[d+2];a.children=s}if(e&&e.defaultProps)for(n in l=e.defaultProps,l)a[n]===void 0&&(a[n]=l[n]);return{$$typeof:Du,type:e,key:o,ref:i,props:a,_owner:z5.current}}function RB(e,t){return{$$typeof:Du,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function B5(e){return typeof e=="object"&&e!==null&&e.$$typeof===Du}function zB(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var h3=/\/+/g;function Tp(e,t){return typeof e=="object"&&e!==null&&e.key!=null?zB(""+e.key):t.toString(36)}function r0(e,t,r,n,a){var o=typeof e;(o==="undefined"||o==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(o){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case Du:case xB:i=!0}}if(i)return i=e,a=a(i),e=n===""?"."+Tp(i,0):n,f3(a)?(r="",e!=null&&(r=e.replace(h3,"$&/")+"/"),r0(a,t,r,"",function(d){return d})):a!=null&&(B5(a)&&(a=RB(a,r+(!a.key||i&&i.key===a.key?"":(""+a.key).replace(h3,"$&/")+"/")+e)),t.push(a)),1;if(i=0,n=n===""?".":n+":",f3(e))for(var l=0;l<e.length;l++){o=e[l];var s=n+Tp(o,l);i+=r0(o,t,r,s,a)}else if(s=IB(e),typeof s=="function")for(e=s.call(e),l=0;!(o=e.next()).done;)o=o.value,s=n+Tp(o,l++),i+=r0(o,t,r,s,a);else if(o==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function oc(e,t,r){if(e==null)return e;var n=[],a=0;return r0(e,n,"","",function(o){return t.call(r,o,a++)}),n}function BB(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(r){(e._status===0||e._status===-1)&&(e._status=1,e._result=r)},function(r){(e._status===0||e._status===-1)&&(e._status=2,e._result=r)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var ft={current:null},n0={transition:null},LB={ReactCurrentDispatcher:ft,ReactCurrentBatchConfig:n0,ReactCurrentOwner:z5};function qC(){throw Error("act(...) is not supported in production builds of React.")}re.Children={map:oc,forEach:function(e,t,r){oc(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return oc(e,function(){t++}),t},toArray:function(e){return oc(e,function(t){return t})||[]},only:function(e){if(!B5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};re.Component=il;re.Fragment=CB;re.Profiler=SB;re.PureComponent=I5;re.StrictMode=DB;re.Suspense=FB;re.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=LB;re.act=qC;re.cloneElement=function(e,t,r){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var n=NC({},e.props),a=e.key,o=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(o=t.ref,i=z5.current),t.key!==void 0&&(a=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(s in t)VC.call(t,s)&&!UC.hasOwnProperty(s)&&(n[s]=t[s]===void 0&&l!==void 0?l[s]:t[s])}var s=arguments.length-2;if(s===1)n.children=r;else if(1<s){l=Array(s);for(var d=0;d<s;d++)l[d]=arguments[d+2];n.children=l}return{$$typeof:Du,type:e.type,key:a,ref:o,props:n,_owner:i}};re.createContext=function(e){return e={$$typeof:_B,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:kB,_context:e},e.Consumer=e};re.createElement=WC;re.createFactory=function(e){var t=WC.bind(null,e);return t.type=e,t};re.createRef=function(){return{current:null}};re.forwardRef=function(e){return{$$typeof:AB,render:e}};re.isValidElement=B5;re.lazy=function(e){return{$$typeof:TB,_payload:{_status:-1,_result:e},_init:BB}};re.memo=function(e,t){return{$$typeof:$B,type:e,compare:t===void 0?null:t}};re.startTransition=function(e){var t=n0.transition;n0.transition={};try{e()}finally{n0.transition=t}};re.unstable_act=qC;re.useCallback=function(e,t){return ft.current.useCallback(e,t)};re.useContext=function(e){return ft.current.useContext(e)};re.useDebugValue=function(){};re.useDeferredValue=function(e){return ft.current.useDeferredValue(e)};re.useEffect=function(e,t){return ft.current.useEffect(e,t)};re.useId=function(){return ft.current.useId()};re.useImperativeHandle=function(e,t,r){return ft.current.useImperativeHandle(e,t,r)};re.useInsertionEffect=function(e,t){return ft.current.useInsertionEffect(e,t)};re.useLayoutEffect=function(e,t){return ft.current.useLayoutEffect(e,t)};re.useMemo=function(e,t){return ft.current.useMemo(e,t)};re.useReducer=function(e,t,r){return ft.current.useReducer(e,t,r)};re.useRef=function(e){return ft.current.useRef(e)};re.useState=function(e){return ft.current.useState(e)};re.useSyncExternalStore=function(e,t,r){return ft.current.useSyncExternalStore(e,t,r)};re.useTransition=function(){return ft.current.useTransition()};re.version="18.3.1";MC.exports=re;var u=MC.exports;const b=ol(u);var OB=Object.create,GC=Object.defineProperty,MB=Object.getOwnPropertyDescriptor,KC=Object.getOwnPropertyNames,PB=Object.getPrototypeOf,NB=Object.prototype.hasOwnProperty,ll=(e,t)=>function(){return t||(0,e[KC(e)[0]])((t={exports:{}}).exports,t),t.exports},jB=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of KC(t))!NB.call(e,a)&&a!==r&&GC(e,a,{get:()=>t[a],enumerable:!(n=MB(t,a))||n.enumerable});return e},HB=(e,t,r)=>(r=e!=null?OB(PB(e)):{},jB(!e||!e.__esModule?GC(r,"default",{value:e,enumerable:!0}):r,e)),Cr=e=>`control-${e.replace(/\s+/g,"-")}`,r1=e=>`set-${e.replace(/\s+/g,"-")}`,VB=Object.create,L5=Object.defineProperty,UB=Object.getOwnPropertyDescriptor,WB=Object.getOwnPropertyNames,qB=Object.getPrototypeOf,GB=Object.prototype.hasOwnProperty,T=(e,t)=>L5(e,"name",{value:t,configurable:!0}),ic=(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')}),n1=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),KB=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of WB(t))!GB.call(e,a)&&a!==r&&L5(e,a,{get:()=>t[a],enumerable:!(n=UB(t,a))||n.enumerable});return e},O5=(e,t,r)=>(r=e!=null?VB(qB(e)):{},KB(t||!e||!e.__esModule?L5(r,"default",{value:e,enumerable:!0}):r,e)),YB=n1(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,a=t?Symbol.for("react.fragment"):60107,o=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,s=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,f=t?Symbol.for("react.concurrent_mode"):60111,h=t?Symbol.for("react.forward_ref"):60112,p=t?Symbol.for("react.suspense"):60113,m=t?Symbol.for("react.suspense_list"):60120,g=t?Symbol.for("react.memo"):60115,v=t?Symbol.for("react.lazy"):60116,C=t?Symbol.for("react.block"):60121,w=t?Symbol.for("react.fundamental"):60117,y=t?Symbol.for("react.responder"):60118,E=t?Symbol.for("react.scope"):60119;function x(q){return typeof q=="string"||typeof q=="function"||q===a||q===f||q===i||q===o||q===p||q===m||typeof q=="object"&&q!==null&&(q.$$typeof===v||q.$$typeof===g||q.$$typeof===l||q.$$typeof===s||q.$$typeof===h||q.$$typeof===w||q.$$typeof===y||q.$$typeof===E||q.$$typeof===C)}T(x,"isValidElementType");function D(q){if(typeof q=="object"&&q!==null){var tr=q.$$typeof;switch(tr){case r:var _r=q.type;switch(_r){case d:case f:case a:case i:case o:case p:return _r;default:var Fa=_r&&_r.$$typeof;switch(Fa){case s:case h:case v:case g:case l:return Fa;default:return tr}}case n:return tr}}}T(D,"typeOf");var S=d,k=f,_=s,A=l,$=r,I=h,L=a,R=v,N=g,M=n,H=i,W=o,B=p,O=!1;function j(q){return O||(O=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),G(q)||D(q)===d}T(j,"isAsyncMode");function G(q){return D(q)===f}T(G,"isConcurrentMode");function J(q){return D(q)===s}T(J,"isContextConsumer");function ne(q){return D(q)===l}T(ne,"isContextProvider");function ae(q){return typeof q=="object"&&q!==null&&q.$$typeof===r}T(ae,"isElement");function U(q){return D(q)===h}T(U,"isForwardRef");function X(q){return D(q)===a}T(X,"isFragment");function ee(q){return D(q)===v}T(ee,"isLazy");function Se(q){return D(q)===g}T(Se,"isMemo");function Ye(q){return D(q)===n}T(Ye,"isPortal");function kr(q){return D(q)===i}T(kr,"isProfiler");function kt(q){return D(q)===o}T(kt,"isStrictMode");function er(q){return D(q)===p}T(er,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=k,e.ContextConsumer=_,e.ContextProvider=A,e.Element=$,e.ForwardRef=I,e.Fragment=L,e.Lazy=R,e.Memo=N,e.Portal=M,e.Profiler=H,e.StrictMode=W,e.Suspense=B,e.isAsyncMode=j,e.isConcurrentMode=G,e.isContextConsumer=J,e.isContextProvider=ne,e.isElement=ae,e.isForwardRef=U,e.isFragment=X,e.isLazy=ee,e.isMemo=Se,e.isPortal=Ye,e.isProfiler=kr,e.isStrictMode=kt,e.isSuspense=er,e.isValidElementType=x,e.typeOf=D})()}),ZB=n1((e,t)=>{t.exports=YB()}),YC=n1((e,t)=>{var r=ZB(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[r.ForwardRef]=o,l[r.Memo]=i;function s(C){return r.isMemo(C)?i:l[C.$$typeof]||n}T(s,"getStatics");var d=Object.defineProperty,f=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,g=Object.prototype;function v(C,w,y){if(typeof w!="string"){if(g){var E=m(w);E&&E!==g&&v(C,E,y)}var x=f(w);h&&(x=x.concat(h(w)));for(var D=s(C),S=s(w),k=0;k<x.length;++k){var _=x[k];if(!a[_]&&!(y&&y[_])&&!(S&&S[_])&&!(D&&D[_])){var A=p(w,_);try{d(C,_,A)}catch{}}}}return C}T(v,"hoistNonReactStatics"),t.exports=v}),XB=n1((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return T(function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof ic=="function"&⁣if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}T(i,"s");for(var l=typeof ic=="function"&&ic,s=0;s<o.length;s++)i(o[s]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}T(o,"Similar"),o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=T(function(){var g=f,v,C,w=arguments.length-1,y=Array(w+1),E=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==w+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<w;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}E=!1,v=new o(!1),g.set(arguments[x],v),g=v}return E&&(g.has(arguments[w])?C=g.get(arguments[w]):E=!1),E||(C=p.apply(null,arguments),g.set(arguments[w],C)),d>0&&(y[w]={cacheItem:g,arg:arguments[w]},E?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=E,m.numArgs=w+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}T(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}T(l,"removeCachedResult");function s(d,f){return d===f||d!==d&&f!==f}T(s,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Zr(){return Zr=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},Zr.apply(null,arguments)}T(Zr,"_extends");function M5(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}T(M5,"memoize");var JB=/^((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)-.*))$/,P5=M5(function(e){return JB.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function ZC(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}T(ZC,"sheetForTag");function XC(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}T(XC,"createStyleElement");var QB=function(){function e(r){var n=this;this._insertTag=function(a){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(a,o),n.tags.push(a)},this.isSpeedy=r.speedy===void 0?!1:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}T(e,"StyleSheet");var t=e.prototype;return t.hydrate=T(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=T(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(XC(this));var n=this.tags[this.tags.length-1],a=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;if(a&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
|
11
|
+
`+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!a,this.isSpeedy){var o=ZC(n);try{o.insertRule(r,o.cssRules.length)}catch(i){/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)||console.error('There was a problem inserting the following rule: "'+r+'"',i)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=T(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),rt="-ms-",O0="-moz-",ue="-webkit-",N5="comm",j5="rule",H5="decl",eL="@import",JC="@keyframes",tL="@layer",rL=Math.abs,a1=String.fromCharCode,nL=Object.assign;function QC(e,t){return je(e,0)^45?(((t<<2^je(e,0))<<2^je(e,1))<<2^je(e,2))<<2^je(e,3):0}T(QC,"hash");function V5(e){return e.trim()}T(V5,"trim");function e9(e,t){return(e=t.exec(e))?e[0]:e}T(e9,"match");function le(e,t,r){return e.replace(t,r)}T(le,"replace");function M0(e,t){return e.indexOf(t)}T(M0,"indexof");function je(e,t){return e.charCodeAt(t)|0}T(je,"charat");function Ii(e,t,r){return e.slice(t,r)}T(Ii,"substr");function ur(e){return e.length}T(ur,"strlen");function o1(e){return e.length}T(o1,"sizeof");function os(e,t){return t.push(e),e}T(os,"append");function t9(e,t){return e.map(t).join("")}T(t9,"combine");var i1=1,Ri=1,r9=0,Ct=0,Fe=0,sl="";function Su(e,t,r,n,a,o,i){return{value:e,root:t,parent:r,type:n,props:a,children:o,line:i1,column:Ri,length:i,return:""}}T(Su,"node");function Go(e,t){return nL(Su("",null,null,"",null,null,0),e,{length:-e.length},t)}T(Go,"copy");function n9(){return Fe}T(n9,"char");function a9(){return Fe=Ct>0?je(sl,--Ct):0,Ri--,Fe===10&&(Ri=1,i1--),Fe}T(a9,"prev");function vt(){return Fe=Ct<r9?je(sl,Ct++):0,Ri++,Fe===10&&(Ri=1,i1++),Fe}T(vt,"next");function hr(){return je(sl,Ct)}T(hr,"peek");function xs(){return Ct}T(xs,"caret");function ul(e,t){return Ii(sl,e,t)}T(ul,"slice");function zi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}T(zi,"token");function U5(e){return i1=Ri=1,r9=ur(sl=e),Ct=0,[]}T(U5,"alloc");function W5(e){return sl="",e}T(W5,"dealloc");function Cs(e){return V5(ul(Ct-1,P0(e===91?e+2:e===40?e+1:e)))}T(Cs,"delimit");function o9(e){for(;(Fe=hr())&&Fe<33;)vt();return zi(e)>2||zi(Fe)>3?"":" "}T(o9,"whitespace");function i9(e,t){for(;--t&&vt()&&!(Fe<48||Fe>102||Fe>57&&Fe<65||Fe>70&&Fe<97););return ul(e,xs()+(t<6&&hr()==32&&vt()==32))}T(i9,"escaping");function P0(e){for(;vt();)switch(Fe){case e:return Ct;case 34:case 39:e!==34&&e!==39&&P0(Fe);break;case 40:e===41&&P0(e);break;case 92:vt();break}return Ct}T(P0,"delimiter");function l9(e,t){for(;vt()&&e+Fe!==57&&!(e+Fe===84&&hr()===47););return"/*"+ul(t,Ct-1)+"*"+a1(e===47?e:vt())}T(l9,"commenter");function s9(e){for(;!zi(hr());)vt();return ul(e,Ct)}T(s9,"identifier");function u9(e){return W5(Ds("",null,null,null,[""],e=U5(e),0,[0],e))}T(u9,"compile");function Ds(e,t,r,n,a,o,i,l,s){for(var d=0,f=0,h=i,p=0,m=0,g=0,v=1,C=1,w=1,y=0,E="",x=a,D=o,S=n,k=E;C;)switch(g=y,y=vt()){case 40:if(g!=108&&je(k,h-1)==58){M0(k+=le(Cs(y),"&","&\f"),"&\f")!=-1&&(w=-1);break}case 34:case 39:case 91:k+=Cs(y);break;case 9:case 10:case 13:case 32:k+=o9(g);break;case 92:k+=i9(xs()-1,7);continue;case 47:switch(hr()){case 42:case 47:os(c9(l9(vt(),xs()),t,r),s);break;default:k+="/"}break;case 123*v:l[d++]=ur(k)*w;case 125*v:case 59:case 0:switch(y){case 0:case 125:C=0;case 59+f:w==-1&&(k=le(k,/\f/g,"")),m>0&&ur(k)-h&&os(m>32?Pm(k+";",n,r,h-1):Pm(le(k," ","")+";",n,r,h-2),s);break;case 59:k+=";";default:if(os(S=Mm(k,t,r,d,f,a,l,E,x=[],D=[],h),o),y===123)if(f===0)Ds(k,t,S,S,x,o,h,l,D);else switch(p===99&&je(k,3)===110?100:p){case 100:case 108:case 109:case 115:Ds(e,S,S,n&&os(Mm(e,S,S,0,0,a,l,E,a,x=[],h),D),a,D,h,l,n?x:D);break;default:Ds(k,S,S,S,[""],D,0,l,D)}}d=f=m=0,v=w=1,E=k="",h=i;break;case 58:h=1+ur(k),m=g;default:if(v<1){if(y==123)--v;else if(y==125&&v++==0&&a9()==125)continue}switch(k+=a1(y),y*v){case 38:w=f>0?1:(k+="\f",-1);break;case 44:l[d++]=(ur(k)-1)*w,w=1;break;case 64:hr()===45&&(k+=Cs(vt())),p=hr(),f=h=ur(E=k+=s9(xs())),y++;break;case 45:g===45&&ur(k)==2&&(v=0)}}return o}T(Ds,"parse");function Mm(e,t,r,n,a,o,i,l,s,d,f){for(var h=a-1,p=a===0?o:[""],m=o1(p),g=0,v=0,C=0;g<n;++g)for(var w=0,y=Ii(e,h+1,h=rL(v=i[g])),E=e;w<m;++w)(E=V5(v>0?p[w]+" "+y:le(y,/&\f/g,p[w])))&&(s[C++]=E);return Su(e,t,r,a===0?j5:l,s,d,f)}T(Mm,"ruleset");function c9(e,t,r){return Su(e,t,r,N5,a1(n9()),Ii(e,2,-2),0)}T(c9,"comment");function Pm(e,t,r,n){return Su(e,t,r,H5,Ii(e,0,n),Ii(e,n+1,-1),n)}T(Pm,"declaration");function to(e,t){for(var r="",n=o1(e),a=0;a<n;a++)r+=t(e[a],a,e,t)||"";return r}T(to,"serialize");function d9(e,t,r,n){switch(e.type){case tL:if(e.children.length)break;case eL:case H5:return e.return=e.return||e.value;case N5:return"";case JC:return e.return=e.value+"{"+to(e.children,n)+"}";case j5:e.value=e.props.join(",")}return ur(r=to(e.children,n))?e.return=e.value+"{"+r+"}":""}T(d9,"stringify");function p9(e){var t=o1(e);return function(r,n,a,o){for(var i="",l=0;l<t;l++)i+=e[l](r,n,a,o)||"";return i}}T(p9,"middleware");var m3=T(function(e){var t=new WeakMap;return function(r){if(t.has(r))return t.get(r);var n=e(r);return t.set(r,n),n}},"weakMemoize"),aL=T(function(e,t,r){for(var n=0,a=0;n=a,a=hr(),n===38&&a===12&&(t[r]=1),!zi(a);)vt();return ul(e,Ct)},"identifierWithPointTracking"),oL=T(function(e,t){var r=-1,n=44;do switch(zi(n)){case 0:n===38&&hr()===12&&(t[r]=1),e[r]+=aL(Ct-1,t,r);break;case 2:e[r]+=Cs(n);break;case 4:if(n===44){e[++r]=hr()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=a1(n)}while(n=vt());return e},"toRules"),iL=T(function(e,t){return W5(oL(U5(e),t))},"getRules"),g3=new WeakMap,lL=T(function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!g3.get(r))&&!n){g3.set(e,!0);for(var a=[],o=iL(t,a),i=r.props,l=0,s=0;l<o.length;l++)for(var d=0;d<i.length;d++,s++)e.props[s]=a[l]?o[l].replace(/&\f/g,i[d]):i[d]+" "+o[l]}}},"compat"),sL=T(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),uL="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",cL=T(function(e){return e.type==="comm"&&e.children.indexOf(uL)>-1},"isIgnoringComment"),dL=T(function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var a=t.value.match(/(:first|:nth|:nth-last)-child/g);if(a){for(var o=!!t.parent,i=o?t.parent.children:n,l=i.length-1;l>=0;l--){var s=i[l];if(s.line<t.line)break;if(s.column<t.column){if(cL(s))return;break}}a.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),f9=T(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),pL=T(function(e,t){for(var r=e-1;r>=0;r--)if(!f9(t[r]))return!0;return!1},"isPrependedWithRegularRules"),v3=T(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),fL=T(function(e,t,r){f9(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."),v3(e)):pL(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),v3(e)))},"incorrectImportAlarm");function q5(e,t){switch(QC(e,t)){case 5103:return ue+"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 ue+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ue+e+O0+e+rt+e+e;case 6828:case 4268:return ue+e+rt+e+e;case 6165:return ue+e+rt+"flex-"+e+e;case 5187:return ue+e+le(e,/(\w+).+(:[^]+)/,ue+"box-$1$2"+rt+"flex-$1$2")+e;case 5443:return ue+e+rt+"flex-item-"+le(e,/flex-|-self/,"")+e;case 4675:return ue+e+rt+"flex-line-pack"+le(e,/align-content|flex-|-self/,"")+e;case 5548:return ue+e+rt+le(e,"shrink","negative")+e;case 5292:return ue+e+rt+le(e,"basis","preferred-size")+e;case 6060:return ue+"box-"+le(e,"-grow","")+ue+e+rt+le(e,"grow","positive")+e;case 4554:return ue+le(e,/([^-])(transform)/g,"$1"+ue+"$2")+e;case 6187:return le(le(le(e,/(zoom-|grab)/,ue+"$1"),/(image-set)/,ue+"$1"),e,"")+e;case 5495:case 3959:return le(e,/(image-set\([^]*)/,ue+"$1$`$1");case 4968:return le(le(e,/(.+:)(flex-)?(.*)/,ue+"box-pack:$3"+rt+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ue+e+e;case 4095:case 3583:case 4068:case 2532:return le(e,/(.+)-inline(.+)/,ue+"$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(ur(e)-1-t>6)switch(je(e,t+1)){case 109:if(je(e,t+4)!==45)break;case 102:return le(e,/(.+:)(.+)-([^]+)/,"$1"+ue+"$2-$3$1"+O0+(je(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~M0(e,"stretch")?q5(le(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(je(e,t+1)!==115)break;case 6444:switch(je(e,ur(e)-3-(~M0(e,"!important")&&10))){case 107:return le(e,":",":"+ue)+e;case 101:return le(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ue+(je(e,14)===45?"inline-":"")+"box$3$1"+ue+"$2$3$1"+rt+"$2box$3")+e}break;case 5936:switch(je(e,t+11)){case 114:return ue+e+rt+le(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ue+e+rt+le(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ue+e+rt+le(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ue+e+rt+e+e}return e}T(q5,"prefix");var hL=T(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case H5:e.return=q5(e.value,e.length);break;case JC:return to([Go(e,{value:le(e.value,"@","@"+ue)})],n);case j5:if(e.length)return t9(e.props,function(a){switch(e9(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return to([Go(e,{props:[le(a,/:(read-\w+)/,":"+O0+"$1")]})],n);case"::placeholder":return to([Go(e,{props:[le(a,/:(plac\w+)/,":"+ue+"input-$1")]}),Go(e,{props:[le(a,/:(plac\w+)/,":"+O0+"$1")]}),Go(e,{props:[le(a,/:(plac\w+)/,rt+"input-$1")]})],n)}return""})}},"prefixer"),mL=[hL],gL=T(function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
12
|
+
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(g){var v=g.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=e.stylisPlugins||mL;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var a={},o,i=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(g){for(var v=g.getAttribute("data-emotion").split(" "),C=1;C<v.length;C++)a[v[C]]=!0;i.push(g)});var l,s=[lL,sL];s.push(dL({get compat(){return m.compat}}),fL);{var d,f=[d9,function(g){g.root||(g.return?d.insert(g.return):g.value&&g.type!==N5&&d.insert(g.value+"{}"))}],h=p9(s.concat(n,f)),p=T(function(g){return to(u9(g),h)},"stylis");l=T(function(g,v,C,w){d=C,v.map!==void 0&&(d={insert:T(function(y){C.insert(y+v.map)},"insert")}),p(g?g+"{"+v.styles+"}":v.styles),w&&(m.inserted[v.name]=!0)},"insert")}var m={key:t,sheet:new QB({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:l};return m.sheet.hydrate(i),m},"createCache"),vL=O5(YC()),yL=T(function(e,t){return(0,vL.default)(e,t)},"hoistNonReactStatics"),wL=!0;function l1(e,t,r){var n="";return r.split(" ").forEach(function(a){e[a]!==void 0?t.push(e[a]+";"):n+=a+" "}),n}T(l1,"getRegisteredStyles");var s1=T(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||wL===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),u1=T(function(e,t,r){s1(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(a!==void 0)}},"insertStyles");function h9(e){for(var t=0,r,n=0,a=e.length;a>=4;++n,a-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}T(h9,"murmur2");var bL={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},y3=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
13
|
+
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
|
14
|
+
You can read more about this here:
|
|
15
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,EL="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",xL=/[A-Z]|^ms/g,m9=/_EMO_([^_]+?)_([^]*?)_EMO_/g,G5=T(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),w3=T(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),Ip=M5(function(e){return G5(e)?e:e.replace(xL,"-$&").toLowerCase()}),N0=T(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(m9,function(r,n,a){return Mr={name:n,styles:a,next:Mr},n})}return bL[e]!==1&&!G5(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");b3=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,E3=["normal","none","initial","inherit","unset"],x3=N0,C3=/^-ms-/,D3=/-(.)/g,Rp={},N0=T(function(e,t){if(e==="content"&&(typeof t!="string"||E3.indexOf(t)===-1&&!b3.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=x3(e,t);return r!==""&&!G5(e)&&e.indexOf("-")!==-1&&Rp[e]===void 0&&(Rp[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(C3,"ms-").replace(D3,function(n,a){return a.toUpperCase()})+"?")),r},"processStyleValue");var b3,E3,x3,C3,D3,Rp,g9="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Bi(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(g9);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Mr={name:r.name,styles:r.styles,next:Mr},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Mr={name:n.name,styles:n.styles,next:Mr},n=n.next;var a=r.styles+";";return r.map!==void 0&&(a+=r.map),a}return v9(e,t,r)}case"function":{if(e!==void 0){var o=Mr,i=r(e);return Mr=o,Bi(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var l=[],s=r.replace(m9,function(f,h,p){var m="animation"+l.length;return l.push("const "+m+" = keyframes`"+p.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+m+"}"});l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+s+"`"]).join(`
|
|
16
|
+
`)+`
|
|
17
|
+
|
|
18
|
+
You should wrap it with \`css\` like this:
|
|
19
|
+
|
|
20
|
+
`+("css`"+s+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}T(Bi,"handleInterpolation");function v9(e,t,r){var n="";if(Array.isArray(r))for(var a=0;a<r.length;a++)n+=Bi(e,t,r[a])+";";else for(var o in r){var i=r[o];if(typeof i!="object")t!=null&&t[i]!==void 0?n+=o+"{"+t[i]+"}":w3(i)&&(n+=Ip(o)+":"+N0(o,i)+";");else{if(o==="NO_COMPONENT_SELECTOR")throw new Error(g9);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)w3(i[l])&&(n+=Ip(o)+":"+N0(o,i[l])+";");else{var s=Bi(e,t,i);switch(o){case"animation":case"animationName":{n+=Ip(o)+":"+s+";";break}default:o==="undefined"&&console.error(EL),n+=o+"{"+s+"}"}}}}return n}T(v9,"createStringFromObject");var S3=/label:\s*([^\s;\n{]+)\s*(;|$)/g,y9;y9=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Mr,Li=T(function(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,a="";Mr=void 0;var o=e[0];o==null||o.raw===void 0?(n=!1,a+=Bi(r,t,o)):(o[0]===void 0&&console.error(y3),a+=o[0]);for(var i=1;i<e.length;i++)a+=Bi(r,t,e[i]),n&&(o[i]===void 0&&console.error(y3),a+=o[i]);var l;a=a.replace(y9,function(h){return l=h,""}),S3.lastIndex=0;for(var s="",d;(d=S3.exec(a))!==null;)s+="-"+d[1];var f=h9(a)+s;return{name:f,styles:a,map:l,next:Mr,toString:T(function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."},"toString")}},"serializeStyles"),CL=T(function(e){return e()},"syncFallback"),w9=u.useInsertionEffect?u.useInsertionEffect:!1,K5=w9||CL,k3=w9||u.useLayoutEffect,DL={}.hasOwnProperty,Y5=u.createContext(typeof HTMLElement<"u"?gL({key:"css"}):null);Y5.displayName="EmotionCacheContext";Y5.Provider;var c1=T(function(e){return u.forwardRef(function(t,r){var n=u.useContext(Y5);return e(t,n,r)})},"withEmotionCache"),Dn=u.createContext({});Dn.displayName="EmotionThemeContext";var b9=T(function(){return u.useContext(Dn)},"useTheme"),SL=T(function(e,t){if(typeof t=="function"){var r=t(e);if(r==null||typeof r!="object"||Array.isArray(r))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return r}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return Zr({},e,t)},"getTheme"),kL=m3(function(e){return m3(function(t){return SL(e,t)})}),E9=T(function(e){var t=u.useContext(Dn);return e.theme!==t&&(t=kL(t)(e.theme)),u.createElement(Dn.Provider,{value:t},e.children)},"ThemeProvider");function _L(e){var t=e.displayName||e.name||"Component",r=T(function(a,o){var i=u.useContext(Dn);return u.createElement(e,Zr({theme:i,ref:o},a))},"render"),n=u.forwardRef(r);return n.displayName="WithTheme("+t+")",yL(n,e)}T(_L,"withTheme");var _3="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",A3="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",AL=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return s1(t,r,n),K5(function(){return u1(t,r,n)}),null},"Insertion"),FL=c1(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var a=e[_3],o=[n],i="";typeof e.className=="string"?i=l1(t.registered,o,e.className):e.className!=null&&(i=e.className+" ");var l=Li(o,void 0,u.useContext(Dn));if(l.name.indexOf("-")===-1){var s=e[A3];s&&(l=Li([l,"label:"+s+";"]))}i+=t.key+"-"+l.name;var d={};for(var f in e)DL.call(e,f)&&f!=="css"&&f!==_3&&f!==A3&&(d[f]=e[f]);return d.ref=r,d.className=i,u.createElement(u.Fragment,null,u.createElement(AL,{cache:t,serialized:l,isStringTag:typeof a=="string"}),u.createElement(a,d))});FL.displayName="EmotionCssPropInternal";O5(YC());var $L={name:"@emotion/react",version:"11.11.4",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.3","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.2","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},F3=!1,TL=c1(function(e,t){!F3&&(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?"),F3=!0);var r=e.styles,n=Li([r],void 0,u.useContext(Dn)),a=u.useRef();return k3(function(){var o=t.key+"-global",i=new t.sheet.constructor({key:o,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),l=!1,s=document.querySelector('style[data-emotion="'+o+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),s!==null&&(l=!0,s.setAttribute("data-emotion",o),i.hydrate([s])),a.current=[i,l],function(){i.flush()}},[t]),k3(function(){var o=a.current,i=o[0],l=o[1];if(l){o[1]=!1;return}if(n.next!==void 0&&u1(t,n.next,!0),i.tags.length){var s=i.tags[i.tags.length-1].nextElementSibling;i.before=s,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});TL.displayName="EmotionGlobal";function d1(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Li(t)}T(d1,"css");var $n=T(function(){var e=d1.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:T(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),IL=T(function e(t){for(var r=t.length,n=0,a="";n<r;n++){var o=t[n];if(o!=null){var i=void 0;switch(typeof o){case"boolean":break;case"object":{if(Array.isArray(o))i=e(o);else{o.styles!==void 0&&o.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),i="";for(var l in o)o[l]&&l&&(i&&(i+=" "),i+=l)}break}default:i=o}i&&(a&&(a+=" "),a+=i)}}return a},"classnames");function x9(e,t,r){var n=[],a=l1(e,n,r);return n.length<2?r:a+t(n)}T(x9,"merge");var RL=T(function(e){var t=e.cache,r=e.serializedArr;return K5(function(){for(var n=0;n<r.length;n++)u1(t,r[n],!1)}),null},"Insertion"),zL=c1(function(e,t){var r=!1,n=[],a=T(function(){if(r)throw new Error("css can only be used during render");for(var s=arguments.length,d=new Array(s),f=0;f<s;f++)d[f]=arguments[f];var h=Li(d,t.registered);return n.push(h),s1(t,h,!1),t.key+"-"+h.name},"css"),o=T(function(){if(r)throw new Error("cx can only be used during render");for(var s=arguments.length,d=new Array(s),f=0;f<s;f++)d[f]=arguments[f];return x9(t.registered,a,IL(d))},"cx"),i={css:a,cx:o,theme:u.useContext(Dn)},l=e.children(i);return r=!0,u.createElement(u.Fragment,null,u.createElement(RL,{cache:t,serializedArr:n}),l)});zL.displayName="EmotionClassNames";zp=!0,$3=typeof jest<"u"||typeof vi<"u",zp&&!$3&&(Bp=typeof globalThis<"u"?globalThis:zp?window:global,Lp="__EMOTION_REACT_"+$L.version.split(".")[0]+"__",Bp[Lp]&&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."),Bp[Lp]=!0);var zp,$3,Bp,Lp,BL=P5,LL=T(function(e){return e!=="theme"},"testOmitPropsOnComponent"),T3=T(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?BL:LL},"getDefaultShouldForwardProp"),I3=T(function(e,t,r){var n;if(t){var a=t.shouldForwardProp;n=e.__emotion_forwardProp&&a?function(o){return e.__emotion_forwardProp(o)&&a(o)}:a}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),R3=`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`,OL=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return s1(t,r,n),K5(function(){return u1(t,r,n)}),null},"Insertion"),ML=T(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
|
24
|
+
You may have forgotten to import it.`);var n=t.__emotion_real===t,a=n&&t.__emotion_base||t,o,i;r!==void 0&&(o=r.label,i=r.target);var l=I3(t,r,n),s=l||T3(a),d=!s("as");return function(){var f=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(o!==void 0&&h.push("label:"+o+";"),f[0]==null||f[0].raw===void 0)h.push.apply(h,f);else{f[0][0]===void 0&&console.error(R3),h.push(f[0][0]);for(var p=f.length,m=1;m<p;m++)f[0][m]===void 0&&console.error(R3),h.push(f[m],f[0][m])}var g=c1(function(v,C,w){var y=d&&v.as||a,E="",x=[],D=v;if(v.theme==null){D={};for(var S in v)D[S]=v[S];D.theme=u.useContext(Dn)}typeof v.className=="string"?E=l1(C.registered,x,v.className):v.className!=null&&(E=v.className+" ");var k=Li(h.concat(x),C.registered,D);E+=C.key+"-"+k.name,i!==void 0&&(E+=" "+i);var _=d&&l===void 0?T3(y):s,A={};for(var $ in v)d&&$==="as"||_($)&&(A[$]=v[$]);return A.className=E,A.ref=w,u.createElement(u.Fragment,null,u.createElement(OL,{cache:C,serialized:k,isStringTag:typeof y=="string"}),u.createElement(y,A))});return g.displayName=o!==void 0?o:"Styled("+(typeof a=="string"?a:a.displayName||a.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=a,g.__emotion_styles=h,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:T(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),g.withComponent=function(v,C){return e(v,Zr({},r,C,{shouldForwardProp:I3(g,C,!0)})).apply(void 0,h)},g}},"createStyled"),PL=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],F=ML.bind();PL.forEach(function(e){F[e]=F(e)});function C9(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}T(C9,"_assertThisInitialized");function Oi(e,t){return Oi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Oi(e,t)}T(Oi,"_setPrototypeOf");function D9(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Oi(e,t)}T(D9,"_inheritsLoose");function j0(e){return j0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},j0(e)}T(j0,"_getPrototypeOf");function S9(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}T(S9,"_isNativeFunction");function Z5(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Z5=T(function(){return!!e},"_isNativeReflectConstruct"))()}T(Z5,"_isNativeReflectConstruct");function k9(e,t,r){if(Z5())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Oi(a,r.prototype),a}T(k9,"_construct");function H0(e){var t=typeof Map=="function"?new Map:void 0;return H0=T(function(r){if(r===null||!S9(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 k9(r,arguments,j0(this).constructor)}return T(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Oi(n,r)},"_wrapNativeSuper"),H0(e)}T(H0,"_wrapNativeSuper");var NL={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
|
25
|
+
|
|
26
|
+
`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
|
|
27
|
+
|
|
28
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
29
|
+
|
|
30
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
31
|
+
|
|
32
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
33
|
+
|
|
34
|
+
`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
|
|
35
|
+
|
|
36
|
+
`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
|
|
37
|
+
|
|
38
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
39
|
+
|
|
40
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
|
41
|
+
|
|
42
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
43
|
+
|
|
44
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
45
|
+
|
|
46
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
47
|
+
|
|
48
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
49
|
+
|
|
50
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
51
|
+
|
|
52
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
53
|
+
|
|
54
|
+
`,16:`You must provide a template to this method.
|
|
55
|
+
|
|
56
|
+
`,17:`You passed an unsupported selector state to this method.
|
|
57
|
+
|
|
58
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
59
|
+
|
|
60
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
61
|
+
|
|
62
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
63
|
+
|
|
64
|
+
`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
|
|
65
|
+
|
|
66
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
67
|
+
|
|
68
|
+
`,25:`fontFace expects localFonts to be an array.
|
|
69
|
+
|
|
70
|
+
`,26:`fontFace expects fileFormats to be an array.
|
|
71
|
+
|
|
72
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
73
|
+
|
|
74
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
75
|
+
|
|
76
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
77
|
+
|
|
78
|
+
`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
|
|
79
|
+
|
|
80
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
81
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
82
|
+
|
|
83
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
84
|
+
|
|
85
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
86
|
+
|
|
87
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
88
|
+
|
|
89
|
+
`,36:`Property must be a string value.
|
|
90
|
+
|
|
91
|
+
`,37:`Syntax Error at %s.
|
|
92
|
+
|
|
93
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
|
94
|
+
|
|
95
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
|
96
|
+
|
|
97
|
+
`,40:`Formula has too many closing parentheses at %s.
|
|
98
|
+
|
|
99
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
|
100
|
+
|
|
101
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
|
102
|
+
|
|
103
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
104
|
+
|
|
105
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
106
|
+
|
|
107
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
108
|
+
|
|
109
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
110
|
+
|
|
111
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
112
|
+
|
|
113
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
114
|
+
|
|
115
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
116
|
+
|
|
117
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
118
|
+
|
|
119
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
120
|
+
|
|
121
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
122
|
+
|
|
123
|
+
`,53:`fontFace expects localFonts to be an array.
|
|
124
|
+
|
|
125
|
+
`,54:`fontFace expects fileFormats to be an array.
|
|
126
|
+
|
|
127
|
+
`,55:`fontFace expects a name of a font-family.
|
|
128
|
+
|
|
129
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
130
|
+
|
|
131
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
132
|
+
|
|
133
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
134
|
+
|
|
135
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
136
|
+
|
|
137
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
138
|
+
|
|
139
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
140
|
+
|
|
141
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
142
|
+
|
|
143
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
144
|
+
|
|
145
|
+
`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
|
|
146
|
+
|
|
147
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
148
|
+
|
|
149
|
+
`,67:`You must provide a template to this method.
|
|
150
|
+
|
|
151
|
+
`,68:`You passed an unsupported selector state to this method.
|
|
152
|
+
|
|
153
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
154
|
+
|
|
155
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
156
|
+
|
|
157
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
158
|
+
|
|
159
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
160
|
+
|
|
161
|
+
`,73:`Please provide a valid CSS variable.
|
|
162
|
+
|
|
163
|
+
`,74:`CSS variable not found and no default was provided.
|
|
164
|
+
|
|
165
|
+
`,75:`important requires a valid style object, got a %s instead.
|
|
166
|
+
|
|
167
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
168
|
+
|
|
169
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
170
|
+
|
|
171
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
172
|
+
`};function _9(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}T(_9,"format");var Hr=function(e){D9(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,_9.apply(void 0,[NL[r]].concat(o)))||this,C9(n)}return T(t,"PolishedError"),t}(H0(Error));function a0(e){return Math.round(e*255)}T(a0,"colorToInt");function A9(e,t,r){return a0(e)+","+a0(t)+","+a0(r)}T(A9,"convertToInt");function Mi(e,t,r,n){if(n===void 0&&(n=A9),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}T(Mi,"hslToRgb");var z3={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 F9(e){if(typeof e!="string")return e;var t=e.toLowerCase();return z3[t]?"#"+z3[t]:e}T(F9,"nameToHex");var jL=/^#[a-fA-F0-9]{6}$/,HL=/^#[a-fA-F0-9]{8}$/,VL=/^#[a-fA-F0-9]{3}$/,UL=/^#[a-fA-F0-9]{4}$/,Op=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,WL=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,qL=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,GL=/^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 ku(e){if(typeof e!="string")throw new Hr(3);var t=F9(e);if(t.match(jL))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(HL)){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(VL))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(UL)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Op.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=WL.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=qL.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+Mi(l,s,d)+")",h=Op.exec(f);if(!h)throw new Hr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=GL.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+Mi(m,g,v)+")",w=Op.exec(C);if(!w)throw new Hr(4,t,C);return{red:parseInt(""+w[1],10),green:parseInt(""+w[2],10),blue:parseInt(""+w[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Hr(5)}T(ku,"parseToRgb");function $9(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}T($9,"rgbToHsl");function X5(e){return $9(ku(e))}T(X5,"parseToHsl");var KL=T(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),Nm=KL;function jn(e){var t=e.toString(16);return t.length===1?"0"+t:t}T(jn,"numberToHex");function o0(e){return jn(Math.round(e*255))}T(o0,"colorToHex");function T9(e,t,r){return Nm("#"+o0(e)+o0(t)+o0(r))}T(T9,"convertToHex");function Us(e,t,r){return Mi(e,t,r,T9)}T(Us,"hslToHex");function I9(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Us(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Us(e.hue,e.saturation,e.lightness);throw new Hr(1)}T(I9,"hsl");function R9(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Us(e,t,r):"rgba("+Mi(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Us(e.hue,e.saturation,e.lightness):"rgba("+Mi(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Hr(2)}T(R9,"hsla");function V0(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Nm("#"+jn(e)+jn(t)+jn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Nm("#"+jn(e.red)+jn(e.green)+jn(e.blue));throw new Hr(6)}T(V0,"rgb");function Pi(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=ku(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?V0(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?V0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Hr(7)}T(Pi,"rgba");var YL=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),ZL=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),XL=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),JL=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function J5(e){if(typeof e!="object")throw new Hr(8);if(ZL(e))return Pi(e);if(YL(e))return V0(e);if(JL(e))return R9(e);if(XL(e))return I9(e);throw new Hr(8)}T(J5,"toColorString");function Q5(e,t,r){return T(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Q5(e,t,n)},"fn")}T(Q5,"curried");function _u(e){return Q5(e,e.length,[])}T(_u,"curry");function Au(e,t,r){return Math.max(e,Math.min(t,r))}T(Au,"guard");function z9(e,t){if(t==="transparent")return t;var r=X5(t);return J5(Zr({},r,{lightness:Au(0,1,r.lightness-parseFloat(e))}))}T(z9,"darken");var QL=_u(z9),eO=QL;function B9(e,t){if(t==="transparent")return t;var r=X5(t);return J5(Zr({},r,{lightness:Au(0,1,r.lightness+parseFloat(e))}))}T(B9,"lighten");var tO=_u(B9),rO=tO;function L9(e,t){if(t==="transparent")return t;var r=ku(t),n=typeof r.alpha=="number"?r.alpha:1,a=Zr({},r,{alpha:Au(0,1,(n*100+parseFloat(e)*100)/100)});return Pi(a)}T(L9,"opacify");var nO=_u(L9),aO=nO;function O9(e,t){if(t==="transparent")return t;var r=ku(t),n=typeof r.alpha=="number"?r.alpha:1,a=Zr({},r,{alpha:Au(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Pi(a)}T(O9,"transparentize");var oO=_u(O9),iO=oO,K={primary:"#FF4785",secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",defaultText:"#2E3438",inverseText:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Hn={app:"#F6F9FC",bar:K.lightest,content:K.lightest,preview:K.lightest,gridCellSize:10,hoverable:iO(.9,K.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Vr={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}},M9=O5(XB(),1),lO=(0,M9.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,M9.default)(1)(({color:e,background:t,typography:r})=>{let n=lO({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var sO={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:K.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Vr.fonts.base,fontCode:Vr.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:K.mediumdark,barHoverColor:K.secondary,barSelectedColor:K.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:K.lightest,inputBorderRadius:4},uO=sO,cO={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Hn.app,appContentBg:K.lightest,appPreviewBg:K.lightest,appBorderColor:K.border,appBorderRadius:4,fontBase:Vr.fonts.base,fontCode:Vr.fonts.mono,textColor:K.darkest,textInverseColor:K.lightest,textMutedColor:K.dark,barTextColor:K.mediumdark,barHoverColor:K.secondary,barSelectedColor:K.secondary,barBg:K.lightest,buttonBg:Hn.app,buttonBorder:K.medium,booleanBg:K.mediumlight,booleanSelectedBg:K.lightest,inputBg:K.lightest,inputBorder:K.border,inputTextColor:K.darkest,inputBorderRadius:4},U0=cO,dO=(()=>{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:pO}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:Mp}=dO,fO=T(e=>({color:e}),"mkColor"),hO=T(e=>typeof e!="string"?(pO.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),mO=T(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),gO=T((e,t)=>e==="darken"?Pi(`${eO(1,t)}`,.95):e==="lighten"?Pi(`${rO(1,t)}`,.95):t,"applyPolished"),P9=T(e=>t=>{if(!hO(t)||!mO(t))return t;try{return gO(e,t)}catch{return t}},"colorFactory"),Il=P9("lighten");P9("darken");var N9=T(()=>!Mp||!Mp.matchMedia?"light":Mp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),jm={light:U0,dark:uO,normal:U0};N9();var vO={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},yO=$n`
|
|
173
|
+
from {
|
|
174
|
+
transform: rotate(0deg);
|
|
175
|
+
}
|
|
176
|
+
to {
|
|
177
|
+
transform: rotate(360deg);
|
|
178
|
+
}
|
|
179
|
+
`,j9=$n`
|
|
180
|
+
0%, 100% { opacity: 1; }
|
|
181
|
+
50% { opacity: .4; }
|
|
182
|
+
`,wO=$n`
|
|
183
|
+
0% { transform: translateY(1px); }
|
|
184
|
+
25% { transform: translateY(0px); }
|
|
185
|
+
50% { transform: translateY(-3px); }
|
|
186
|
+
100% { transform: translateY(1px); }
|
|
187
|
+
`,bO=$n`
|
|
188
|
+
0%, 100% { transform:translate3d(0,0,0); }
|
|
189
|
+
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
|
190
|
+
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
|
191
|
+
`,EO=d1`
|
|
192
|
+
animation: ${j9} 1.5s ease-in-out infinite;
|
|
193
|
+
color: transparent;
|
|
194
|
+
cursor: progress;
|
|
195
|
+
`,xO=d1`
|
|
196
|
+
transition: all 150ms ease-out;
|
|
197
|
+
transform: translate3d(0, 0, 0);
|
|
198
|
+
|
|
199
|
+
&:hover {
|
|
200
|
+
transform: translate3d(0, -2px, 0);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
&:active {
|
|
204
|
+
transform: translate3d(0, 0, 0);
|
|
205
|
+
}
|
|
206
|
+
`,CO={rotate360:yO,glow:j9,float:wO,jiggle:bO,inlineGlow:EO,hoverable:xO},DO={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"},SO={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"},kO=T(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:fO(n)}),{}),"convertColors"),_O=T(({colors:e,mono:t})=>{let r=kO(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"),AO={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},FO={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},$O=T(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:K.tertiary,ancillary:K.ancillary,orange:K.orange,gold:K.gold,green:K.green,seafoam:K.seafoam,purple:K.purple,ultraviolet:K.ultraviolet,lightest:K.lightest,lighter:K.lighter,light:K.light,mediumlight:K.mediumlight,medium:K.medium,mediumdark:K.mediumdark,dark:K.dark,darker:K.darker,darkest:K.darkest,border:K.border,positive:K.positive,negative:K.negative,warning:K.warning,critical:K.critical,defaultText:e.textColor||K.darkest,inverseText:e.textInverseColor||K.lightest,positiveText:K.positiveText,negativeText:K.negativeText,warningText:K.warningText}),"createColors"),Hm=T((e=jm[N9()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:a,appContentBg:o,appPreviewBg:i,appBorderColor:l,appBorderRadius:s,fontBase:d,fontCode:f,textColor:h,textInverseColor:p,barTextColor:m,barHoverColor:g,barSelectedColor:v,barBg:C,buttonBg:w,buttonBorder:y,booleanBg:E,booleanSelectedBg:x,inputBg:D,inputBorder:S,inputTextColor:k,inputBorderRadius:_,brandTitle:A,brandUrl:$,brandImage:I,brandTarget:L,gridCellSize:R,...N}=e;return{...N,base:t,color:$O(e),background:{app:a,bar:C,content:o,preview:i,gridCellSize:R||Hn.gridCellSize,hoverable:Hn.hoverable,positive:Hn.positive,negative:Hn.negative,warning:Hn.warning,critical:Hn.critical},typography:{fonts:{base:d,mono:f},weight:Vr.weight,size:Vr.size},animation:CO,easing:vO,input:{background:D,border:S,borderRadius:_,color:k},button:{background:w||D,border:y||S},boolean:{background:E||S,selectedBackground:x||D},layoutMargin:10,appBorderColor:l,appBorderRadius:s,barTextColor:m,barHoverColor:g||n,barSelectedColor:v||n,barBg:C,brand:{title:A,url:$,image:I||(A?null:void 0),target:L},code:_O({colors:t==="light"?AO:FO,mono:f}),addonActionsTheme:{...t==="light"?SO:DO,BASE_FONT_FAMILY:f,BASE_FONT_SIZE:Vr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:aO(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:f,TREENODE_FONT_SIZE:Vr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:TO}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var IO=T(e=>Object.keys(e).length===0,"isEmpty"),Pp=T(e=>e!=null&&typeof e=="object","isObject"),RO=T((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),zO=T(()=>Object.create(null),"makeObjectWithoutPrototype"),H9=T((e,t)=>e===t||!Pp(e)||!Pp(t)?{}:Object.keys(e).reduce((r,n)=>{if(RO(t,n)){let a=H9(e[n],t[n]);return Pp(a)&&IO(a)||(r[n]=a),r}return r[n]=void 0,r},zO()),"deletedDiff"),BO=H9;function V9(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(l,s){var d=s.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0})):l},[]);if(a.length){var o=new RegExp(`
|
|
207
|
+
[ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(l){return l.replace(o,`
|
|
208
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,s){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
|
209
|
+
`)&&(h=String(l).split(`
|
|
210
|
+
`).map(function(p,m){return m===0?p:""+f+p}).join(`
|
|
211
|
+
`)),i+=h+n[s+1]}),i}T(V9,"dedent");var LO=T(e=>{if(!e)return Hm(U0);let t=BO(U0,e);return Object.keys(t).length&&TO.warn(V9`
|
|
212
|
+
Your theme is missing properties, you should update your theme!
|
|
213
|
+
|
|
214
|
+
theme-data missing:
|
|
215
|
+
`,t),Hm(e)},"ensure"),Vm="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",U9={exports:{}},p1={};/**
|
|
216
|
+
* @license React
|
|
217
|
+
* react-jsx-runtime.production.min.js
|
|
218
|
+
*
|
|
219
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
220
|
+
*
|
|
221
|
+
* This source code is licensed under the MIT license found in the
|
|
222
|
+
* LICENSE file in the root directory of this source tree.
|
|
223
|
+
*/var OO=u,MO=Symbol.for("react.element"),PO=Symbol.for("react.fragment"),NO=Object.prototype.hasOwnProperty,jO=OO.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,HO={key:!0,ref:!0,__self:!0,__source:!0};function W9(e,t,r){var n,a={},o=null,i=null;r!==void 0&&(o=""+r),t.key!==void 0&&(o=""+t.key),t.ref!==void 0&&(i=t.ref);for(n in t)NO.call(t,n)&&!HO.hasOwnProperty(n)&&(a[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)a[n]===void 0&&(a[n]=t[n]);return{$$typeof:MO,type:e,key:o,ref:i,props:a,_owner:jO.current}}p1.Fragment=PO;p1.jsx=W9;p1.jsxs=W9;U9.exports=p1;var oe=U9.exports,q9={exports:{}},Mt={},G9={exports:{}},K9={};/**
|
|
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
|
+
*/(function(e){function t(B,O){var j=B.length;B.push(O);e:for(;0<j;){var G=j-1>>>1,J=B[G];if(0<a(J,O))B[G]=O,B[j]=J,j=G;else break e}}function r(B){return B.length===0?null:B[0]}function n(B){if(B.length===0)return null;var O=B[0],j=B.pop();if(j!==O){B[0]=j;e:for(var G=0,J=B.length,ne=J>>>1;G<ne;){var ae=2*(G+1)-1,U=B[ae],X=ae+1,ee=B[X];if(0>a(U,j))X<J&&0>a(ee,U)?(B[G]=ee,B[X]=j,G=X):(B[G]=U,B[ae]=j,G=ae);else if(X<J&&0>a(ee,j))B[G]=ee,B[X]=j,G=X;else break e}}return O}function a(B,O){var j=B.sortIndex-O.sortIndex;return j!==0?j:B.id-O.id}if(typeof performance=="object"&&typeof performance.now=="function"){var o=performance;e.unstable_now=function(){return o.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var s=[],d=[],f=1,h=null,p=3,m=!1,g=!1,v=!1,C=typeof setTimeout=="function"?setTimeout:null,w=typeof clearTimeout=="function"?clearTimeout:null,y=typeof setImmediate!="undefined"?setImmediate:null;typeof navigator!="undefined"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function E(B){for(var O=r(d);O!==null;){if(O.callback===null)n(d);else if(O.startTime<=B)n(d),O.sortIndex=O.expirationTime,t(s,O);else break;O=r(d)}}function x(B){if(v=!1,E(B),!g)if(r(s)!==null)g=!0,H(D);else{var O=r(d);O!==null&&W(x,O.startTime-B)}}function D(B,O){g=!1,v&&(v=!1,w(_),_=-1),m=!0;var j=p;try{for(E(O),h=r(s);h!==null&&(!(h.expirationTime>O)||B&&!I());){var G=h.callback;if(typeof G=="function"){h.callback=null,p=h.priorityLevel;var J=G(h.expirationTime<=O);O=e.unstable_now(),typeof J=="function"?h.callback=J:h===r(s)&&n(s),E(O)}else n(s);h=r(s)}if(h!==null)var ne=!0;else{var ae=r(d);ae!==null&&W(x,ae.startTime-O),ne=!1}return ne}finally{h=null,p=j,m=!1}}var S=!1,k=null,_=-1,A=5,$=-1;function I(){return!(e.unstable_now()-$<A)}function L(){if(k!==null){var B=e.unstable_now();$=B;var O=!0;try{O=k(!0,B)}finally{O?R():(S=!1,k=null)}}else S=!1}var R;if(typeof y=="function")R=function(){y(L)};else if(typeof MessageChannel!="undefined"){var N=new MessageChannel,M=N.port2;N.port1.onmessage=L,R=function(){M.postMessage(null)}}else R=function(){C(L,0)};function H(B){k=B,S||(S=!0,R())}function W(B,O){_=C(function(){B(e.unstable_now())},O)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(B){B.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,H(D))},e.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):A=0<B?Math.floor(1e3/B):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return r(s)},e.unstable_next=function(B){switch(p){case 1:case 2:case 3:var O=3;break;default:O=p}var j=p;p=O;try{return B()}finally{p=j}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(B,O){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var j=p;p=B;try{return O()}finally{p=j}},e.unstable_scheduleCallback=function(B,O,j){var G=e.unstable_now();switch(typeof j=="object"&&j!==null?(j=j.delay,j=typeof j=="number"&&0<j?G+j:G):j=G,B){case 1:var J=-1;break;case 2:J=250;break;case 5:J=1073741823;break;case 4:J=1e4;break;default:J=5e3}return J=j+J,B={id:f++,callback:O,priorityLevel:B,startTime:j,expirationTime:J,sortIndex:-1},j>G?(B.sortIndex=j,t(d,B),r(s)===null&&B===r(d)&&(v?(w(_),_=-1):v=!0,W(x,j-G))):(B.sortIndex=J,t(s,B),g||m||(g=!0,H(D))),B},e.unstable_shouldYield=I,e.unstable_wrapCallback=function(B){var O=p;return function(){var j=p;p=O;try{return B.apply(this,arguments)}finally{p=j}}}})(K9);G9.exports=K9;var VO=G9.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 UO=u,Bt=VO;function P(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var Y9=new Set,Ws={};function wo(e,t){Ni(e,t),Ni(e+"Capture",t)}function Ni(e,t){for(Ws[e]=t,e=0;e<t.length;e++)Y9.add(t[e])}var Sn=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),Um=Object.prototype.hasOwnProperty,WO=/^[: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]*$/,B3={},L3={};function qO(e){return Um.call(L3,e)?!0:Um.call(B3,e)?!1:WO.test(e)?L3[e]=!0:(B3[e]=!0,!1)}function GO(e,t,r,n){if(r!==null&&r.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function KO(e,t,r,n){if(t===null||typeof t=="undefined"||GO(e,t,r,n))return!0;if(n)return!1;if(r!==null)switch(r.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function ht(e,t,r,n,a,o,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=a,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var Ge={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ge[e]=new ht(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Ge[t]=new ht(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ge[e]=new ht(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ge[e]=new ht(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Ge[e]=new ht(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ge[e]=new ht(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ge[e]=new ht(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ge[e]=new ht(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ge[e]=new ht(e,5,!1,e.toLowerCase(),null,!1,!1)});var ev=/[\-:]([a-z])/g;function tv(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(ev,tv);Ge[t]=new ht(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(ev,tv);Ge[t]=new ht(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(ev,tv);Ge[t]=new ht(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ge[e]=new ht(e,1,!1,e.toLowerCase(),null,!1,!1)});Ge.xlinkHref=new ht("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ge[e]=new ht(e,1,!1,e.toLowerCase(),null,!0,!0)});function rv(e,t,r,n){var a=Ge.hasOwnProperty(t)?Ge[t]:null;(a!==null?a.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(KO(t,r,a,n)&&(r=null),n||a===null?qO(t)&&(r===null?e.removeAttribute(t):e.setAttribute(t,""+r)):a.mustUseProperty?e[a.propertyName]=r===null?a.type===3?!1:"":r:(t=a.attributeName,n=a.attributeNamespace,r===null?e.removeAttribute(t):(a=a.type,r=a===3||a===4&&r===!0?"":""+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}var Tn=UO.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,lc=Symbol.for("react.element"),ei=Symbol.for("react.portal"),ti=Symbol.for("react.fragment"),nv=Symbol.for("react.strict_mode"),Wm=Symbol.for("react.profiler"),Z9=Symbol.for("react.provider"),X9=Symbol.for("react.context"),av=Symbol.for("react.forward_ref"),qm=Symbol.for("react.suspense"),Gm=Symbol.for("react.suspense_list"),ov=Symbol.for("react.memo"),Vn=Symbol.for("react.lazy"),J9=Symbol.for("react.offscreen"),O3=Symbol.iterator;function Rl(e){return e===null||typeof e!="object"?null:(e=O3&&e[O3]||e["@@iterator"],typeof e=="function"?e:null)}var xe=Object.assign,Np;function is(e){if(Np===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);Np=t&&t[1]||""}return`
|
|
240
|
+
`+Np+e}var jp=!1;function Hp(e,t){if(!e||jp)return"";jp=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var n=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){n=d}e.call(t.prototype)}else{try{throw Error()}catch(d){n=d}e()}}catch(d){if(d&&n&&typeof d.stack=="string"){for(var a=d.stack.split(`
|
|
241
|
+
`),o=n.stack.split(`
|
|
242
|
+
`),i=a.length-1,l=o.length-1;1<=i&&0<=l&&a[i]!==o[l];)l--;for(;1<=i&&0<=l;i--,l--)if(a[i]!==o[l]){if(i!==1||l!==1)do if(i--,l--,0>l||a[i]!==o[l]){var s=`
|
|
243
|
+
`+a[i].replace(" at new "," at ");return e.displayName&&s.includes("<anonymous>")&&(s=s.replace("<anonymous>",e.displayName)),s}while(1<=i&&0<=l);break}}}finally{jp=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?is(e):""}function YO(e){switch(e.tag){case 5:return is(e.type);case 16:return is("Lazy");case 13:return is("Suspense");case 19:return is("SuspenseList");case 0:case 2:case 15:return e=Hp(e.type,!1),e;case 11:return e=Hp(e.type.render,!1),e;case 1:return e=Hp(e.type,!0),e;default:return""}}function Km(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case ti:return"Fragment";case ei:return"Portal";case Wm:return"Profiler";case nv:return"StrictMode";case qm:return"Suspense";case Gm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case X9:return(e.displayName||"Context")+".Consumer";case Z9:return(e._context.displayName||"Context")+".Provider";case av:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ov:return t=e.displayName||null,t!==null?t:Km(e.type)||"Memo";case Vn:t=e._payload,e=e._init;try{return Km(e(t))}catch{}}return null}function ZO(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Km(t);case 8:return t===nv?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function ca(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Q9(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function XO(e){var t=Q9(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof r!="undefined"&&typeof r.get=="function"&&typeof r.set=="function"){var a=r.get,o=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(i){n=""+i,o.call(this,i)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(i){n=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function sc(e){e._valueTracker||(e._valueTracker=XO(e))}function eD(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=Q9(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function W0(e){if(e=e||(typeof document!="undefined"?document:void 0),typeof e=="undefined")return null;try{return e.activeElement||e.body}catch{return e.body}}function Ym(e,t){var r=t.checked;return xe({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r!=null?r:e._wrapperState.initialChecked})}function M3(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=ca(t.value!=null?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function tD(e,t){t=t.checked,t!=null&&rv(e,"checked",t,!1)}function Zm(e,t){tD(e,t);var r=ca(t.value),n=t.type;if(r!=null)n==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Xm(e,t.type,r):t.hasOwnProperty("defaultValue")&&Xm(e,t.type,ca(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function P3(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}r=e.name,r!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,r!==""&&(e.name=r)}function Xm(e,t,r){(t!=="number"||W0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var ls=Array.isArray;function hi(e,t,r,n){if(e=e.options,t){t={};for(var a=0;a<r.length;a++)t["$"+r[a]]=!0;for(r=0;r<e.length;r++)a=t.hasOwnProperty("$"+e[r].value),e[r].selected!==a&&(e[r].selected=a),a&&n&&(e[r].defaultSelected=!0)}else{for(r=""+ca(r),t=null,a=0;a<e.length;a++){if(e[a].value===r){e[a].selected=!0,n&&(e[a].defaultSelected=!0);return}t!==null||e[a].disabled||(t=e[a])}t!==null&&(t.selected=!0)}}function Jm(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(P(91));return xe({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function N3(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error(P(92));if(ls(r)){if(1<r.length)throw Error(P(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:ca(r)}}function rD(e,t){var r=ca(t.value),n=ca(t.defaultValue);r!=null&&(r=""+r,r!==e.value&&(e.value=r),t.defaultValue==null&&e.defaultValue!==r&&(e.defaultValue=r)),n!=null&&(e.defaultValue=""+n)}function j3(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function nD(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Qm(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?nD(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var uc,aD=function(e){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(t,r,n,a){MSApp.execUnsafeLocalFunction(function(){return e(t,r,n,a)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(uc=uc||document.createElement("div"),uc.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=uc.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function qs(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var Ss={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},JO=["Webkit","ms","Moz","O"];Object.keys(Ss).forEach(function(e){JO.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Ss[t]=Ss[e]})});function oD(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||Ss.hasOwnProperty(e)&&Ss[e]?(""+t).trim():t+"px"}function iD(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,a=oD(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,a):e[r]=a}}var QO=xe({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 eg(e,t){if(t){if(QO[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(P(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(P(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(P(61))}if(t.style!=null&&typeof t.style!="object")throw Error(P(62))}}function tg(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var rg=null;function iv(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var ng=null,mi=null,gi=null;function H3(e){if(e=Tu(e)){if(typeof ng!="function")throw Error(P(280));var t=e.stateNode;t&&(t=v1(t),ng(e.stateNode,e.type,t))}}function lD(e){mi?gi?gi.push(e):gi=[e]:mi=e}function sD(){if(mi){var e=mi,t=gi;if(gi=mi=null,H3(e),t)for(e=0;e<t.length;e++)H3(t[e])}}function uD(e,t){return e(t)}function cD(){}var Vp=!1;function dD(e,t,r){if(Vp)return e(t,r);Vp=!0;try{return uD(e,t,r)}finally{Vp=!1,(mi!==null||gi!==null)&&(cD(),sD())}}function Gs(e,t){var r=e.stateNode;if(r===null)return null;var n=v1(r);if(n===null)return null;r=n[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(n=!n.disabled)||(e=e.type,n=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!n;break e;default:e=!1}if(e)return null;if(r&&typeof r!="function")throw Error(P(231,t,typeof r));return r}var ag=!1;if(Sn)try{var zl={};Object.defineProperty(zl,"passive",{get:function(){ag=!0}}),window.addEventListener("test",zl,zl),window.removeEventListener("test",zl,zl)}catch{ag=!1}function eM(e,t,r,n,a,o,i,l,s){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(f){this.onError(f)}}var ks=!1,q0=null,G0=!1,og=null,tM={onError:function(e){ks=!0,q0=e}};function rM(e,t,r,n,a,o,i,l,s){ks=!1,q0=null,eM.apply(tM,arguments)}function nM(e,t,r,n,a,o,i,l,s){if(rM.apply(this,arguments),ks){if(ks){var d=q0;ks=!1,q0=null}else throw Error(P(198));G0||(G0=!0,og=d)}}function bo(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(r=t.return),e=t.return;while(e)}return t.tag===3?r:null}function pD(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function V3(e){if(bo(e)!==e)throw Error(P(188))}function aM(e){var t=e.alternate;if(!t){if(t=bo(e),t===null)throw Error(P(188));return t!==e?null:e}for(var r=e,n=t;;){var a=r.return;if(a===null)break;var o=a.alternate;if(o===null){if(n=a.return,n!==null){r=n;continue}break}if(a.child===o.child){for(o=a.child;o;){if(o===r)return V3(a),e;if(o===n)return V3(a),t;o=o.sibling}throw Error(P(188))}if(r.return!==n.return)r=a,n=o;else{for(var i=!1,l=a.child;l;){if(l===r){i=!0,r=a,n=o;break}if(l===n){i=!0,n=a,r=o;break}l=l.sibling}if(!i){for(l=o.child;l;){if(l===r){i=!0,r=o,n=a;break}if(l===n){i=!0,n=o,r=a;break}l=l.sibling}if(!i)throw Error(P(189))}}if(r.alternate!==n)throw Error(P(190))}if(r.tag!==3)throw Error(P(188));return r.stateNode.current===r?e:t}function fD(e){return e=aM(e),e!==null?hD(e):null}function hD(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=hD(e);if(t!==null)return t;e=e.sibling}return null}var mD=Bt.unstable_scheduleCallback,U3=Bt.unstable_cancelCallback,oM=Bt.unstable_shouldYield,iM=Bt.unstable_requestPaint,_e=Bt.unstable_now,lM=Bt.unstable_getCurrentPriorityLevel,lv=Bt.unstable_ImmediatePriority,gD=Bt.unstable_UserBlockingPriority,K0=Bt.unstable_NormalPriority,sM=Bt.unstable_LowPriority,vD=Bt.unstable_IdlePriority,f1=null,qr=null;function uM(e){if(qr&&typeof qr.onCommitFiberRoot=="function")try{qr.onCommitFiberRoot(f1,e,void 0,(e.current.flags&128)===128)}catch{}}var mr=Math.clz32?Math.clz32:pM,cM=Math.log,dM=Math.LN2;function pM(e){return e>>>=0,e===0?32:31-(cM(e)/dM|0)|0}var cc=64,dc=4194304;function ss(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Y0(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,a=e.suspendedLanes,o=e.pingedLanes,i=r&268435455;if(i!==0){var l=i&~a;l!==0?n=ss(l):(o&=i,o!==0&&(n=ss(o)))}else i=r&~a,i!==0?n=ss(i):o!==0&&(n=ss(o));if(n===0)return 0;if(t!==0&&t!==n&&!(t&a)&&(a=n&-n,o=t&-t,a>=o||a===16&&(o&4194240)!==0))return t;if(n&4&&(n|=r&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0<t;)r=31-mr(t),a=1<<r,n|=e[r],t&=~a;return n}function fM(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function hM(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,a=e.expirationTimes,o=e.pendingLanes;0<o;){var i=31-mr(o),l=1<<i,s=a[i];s===-1?(!(l&r)||l&n)&&(a[i]=fM(l,t)):s<=t&&(e.expiredLanes|=l),o&=~l}}function ig(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function yD(){var e=cc;return cc<<=1,!(cc&4194240)&&(cc=64),e}function Up(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function Fu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-mr(t),e[t]=r}function mM(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0<r;){var a=31-mr(r),o=1<<a;t[a]=0,n[a]=-1,e[a]=-1,r&=~o}}function sv(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-mr(r),a=1<<n;a&t|e[n]&t&&(e[n]|=t),r&=~a}}var ce=0;function wD(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var bD,uv,ED,xD,CD,lg=!1,pc=[],Qn=null,ea=null,ta=null,Ks=new Map,Ys=new Map,Kn=[],gM="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 W3(e,t){switch(e){case"focusin":case"focusout":Qn=null;break;case"dragenter":case"dragleave":ea=null;break;case"mouseover":case"mouseout":ta=null;break;case"pointerover":case"pointerout":Ks.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ys.delete(t.pointerId)}}function Bl(e,t,r,n,a,o){return e===null||e.nativeEvent!==o?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:o,targetContainers:[a]},t!==null&&(t=Tu(t),t!==null&&uv(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,a!==null&&t.indexOf(a)===-1&&t.push(a),e)}function vM(e,t,r,n,a){switch(t){case"focusin":return Qn=Bl(Qn,e,t,r,n,a),!0;case"dragenter":return ea=Bl(ea,e,t,r,n,a),!0;case"mouseover":return ta=Bl(ta,e,t,r,n,a),!0;case"pointerover":var o=a.pointerId;return Ks.set(o,Bl(Ks.get(o)||null,e,t,r,n,a)),!0;case"gotpointercapture":return o=a.pointerId,Ys.set(o,Bl(Ys.get(o)||null,e,t,r,n,a)),!0}return!1}function DD(e){var t=qa(e.target);if(t!==null){var r=bo(t);if(r!==null){if(t=r.tag,t===13){if(t=pD(r),t!==null){e.blockedOn=t,CD(e.priority,function(){ED(r)});return}}else if(t===3&&r.stateNode.current.memoizedState.isDehydrated){e.blockedOn=r.tag===3?r.stateNode.containerInfo:null;return}}}e.blockedOn=null}function i0(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=sg(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);rg=n,r.target.dispatchEvent(n),rg=null}else return t=Tu(r),t!==null&&uv(t),e.blockedOn=r,!1;t.shift()}return!0}function q3(e,t,r){i0(e)&&r.delete(t)}function yM(){lg=!1,Qn!==null&&i0(Qn)&&(Qn=null),ea!==null&&i0(ea)&&(ea=null),ta!==null&&i0(ta)&&(ta=null),Ks.forEach(q3),Ys.forEach(q3)}function Ll(e,t){e.blockedOn===t&&(e.blockedOn=null,lg||(lg=!0,Bt.unstable_scheduleCallback(Bt.unstable_NormalPriority,yM)))}function Zs(e){function t(a){return Ll(a,e)}if(0<pc.length){Ll(pc[0],e);for(var r=1;r<pc.length;r++){var n=pc[r];n.blockedOn===e&&(n.blockedOn=null)}}for(Qn!==null&&Ll(Qn,e),ea!==null&&Ll(ea,e),ta!==null&&Ll(ta,e),Ks.forEach(t),Ys.forEach(t),r=0;r<Kn.length;r++)n=Kn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Kn.length&&(r=Kn[0],r.blockedOn===null);)DD(r),r.blockedOn===null&&Kn.shift()}var yi=Tn.ReactCurrentBatchConfig,Z0=!0;function wM(e,t,r,n){var a=ce,o=yi.transition;yi.transition=null;try{ce=1,cv(e,t,r,n)}finally{ce=a,yi.transition=o}}function bM(e,t,r,n){var a=ce,o=yi.transition;yi.transition=null;try{ce=4,cv(e,t,r,n)}finally{ce=a,yi.transition=o}}function cv(e,t,r,n){if(Z0){var a=sg(e,t,r,n);if(a===null)ef(e,t,n,X0,r),W3(e,n);else if(vM(a,e,t,r,n))n.stopPropagation();else if(W3(e,n),t&4&&-1<gM.indexOf(e)){for(;a!==null;){var o=Tu(a);if(o!==null&&bD(o),o=sg(e,t,r,n),o===null&&ef(e,t,n,X0,r),o===a)break;a=o}a!==null&&n.stopPropagation()}else ef(e,t,n,null,r)}}var X0=null;function sg(e,t,r,n){if(X0=null,e=iv(n),e=qa(e),e!==null)if(t=bo(e),t===null)e=null;else if(r=t.tag,r===13){if(e=pD(t),e!==null)return e;e=null}else if(r===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return X0=e,null}function SD(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(lM()){case lv:return 1;case gD:return 4;case K0:case sM:return 16;case vD:return 536870912;default:return 16}default:return 16}}var Xn=null,dv=null,l0=null;function kD(){if(l0)return l0;var e,t=dv,r=t.length,n,a="value"in Xn?Xn.value:Xn.textContent,o=a.length;for(e=0;e<r&&t[e]===a[e];e++);var i=r-e;for(n=1;n<=i&&t[r-n]===a[o-n];n++);return l0=a.slice(e,1<n?1-n:void 0)}function s0(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function fc(){return!0}function G3(){return!1}function Pt(e){function t(r,n,a,o,i){this._reactName=r,this._targetInst=a,this.type=n,this.nativeEvent=o,this.target=i,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(r=e[l],this[l]=r?r(o):o[l]);return this.isDefaultPrevented=(o.defaultPrevented!=null?o.defaultPrevented:o.returnValue===!1)?fc:G3,this.isPropagationStopped=G3,this}return xe(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=fc)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=fc)},persist:function(){},isPersistent:fc}),t}var cl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},pv=Pt(cl),$u=xe({},cl,{view:0,detail:0}),EM=Pt($u),Wp,qp,Ol,h1=xe({},$u,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:fv,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Ol&&(Ol&&e.type==="mousemove"?(Wp=e.screenX-Ol.screenX,qp=e.screenY-Ol.screenY):qp=Wp=0,Ol=e),Wp)},movementY:function(e){return"movementY"in e?e.movementY:qp}}),K3=Pt(h1),xM=xe({},h1,{dataTransfer:0}),CM=Pt(xM),DM=xe({},$u,{relatedTarget:0}),Gp=Pt(DM),SM=xe({},cl,{animationName:0,elapsedTime:0,pseudoElement:0}),kM=Pt(SM),_M=xe({},cl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),AM=Pt(_M),FM=xe({},cl,{data:0}),Y3=Pt(FM),$M={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},TM={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"},IM={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function RM(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=IM[e])?!!t[e]:!1}function fv(){return RM}var zM=xe({},$u,{key:function(e){if(e.key){var t=$M[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=s0(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?TM[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:fv,charCode:function(e){return e.type==="keypress"?s0(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?s0(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),BM=Pt(zM),LM=xe({},h1,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Z3=Pt(LM),OM=xe({},$u,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:fv}),MM=Pt(OM),PM=xe({},cl,{propertyName:0,elapsedTime:0,pseudoElement:0}),NM=Pt(PM),jM=xe({},h1,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),HM=Pt(jM),VM=[9,13,27,32],hv=Sn&&"CompositionEvent"in window,_s=null;Sn&&"documentMode"in document&&(_s=document.documentMode);var UM=Sn&&"TextEvent"in window&&!_s,_D=Sn&&(!hv||_s&&8<_s&&11>=_s),X3=" ",J3=!1;function AD(e,t){switch(e){case"keyup":return VM.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function FD(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var ri=!1;function WM(e,t){switch(e){case"compositionend":return FD(t);case"keypress":return t.which!==32?null:(J3=!0,X3);case"textInput":return e=t.data,e===X3&&J3?null:e;default:return null}}function qM(e,t){if(ri)return e==="compositionend"||!hv&&AD(e,t)?(e=kD(),l0=dv=Xn=null,ri=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return _D&&t.locale!=="ko"?null:t.data;default:return null}}var GM={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 Q3(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!GM[e.type]:t==="textarea"}function $D(e,t,r,n){lD(n),t=J0(t,"onChange"),0<t.length&&(r=new pv("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var As=null,Xs=null;function KM(e){jD(e,0)}function m1(e){var t=oi(e);if(eD(t))return e}function YM(e,t){if(e==="change")return t}var TD=!1;if(Sn){var Kp;if(Sn){var Yp="oninput"in document;if(!Yp){var ew=document.createElement("div");ew.setAttribute("oninput","return;"),Yp=typeof ew.oninput=="function"}Kp=Yp}else Kp=!1;TD=Kp&&(!document.documentMode||9<document.documentMode)}function tw(){As&&(As.detachEvent("onpropertychange",ID),Xs=As=null)}function ID(e){if(e.propertyName==="value"&&m1(Xs)){var t=[];$D(t,Xs,e,iv(e)),dD(KM,t)}}function ZM(e,t,r){e==="focusin"?(tw(),As=t,Xs=r,As.attachEvent("onpropertychange",ID)):e==="focusout"&&tw()}function XM(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return m1(Xs)}function JM(e,t){if(e==="click")return m1(t)}function QM(e,t){if(e==="input"||e==="change")return m1(t)}function eP(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var yr=typeof Object.is=="function"?Object.is:eP;function Js(e,t){if(yr(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(n=0;n<r.length;n++){var a=r[n];if(!Um.call(t,a)||!yr(e[a],t[a]))return!1}return!0}function rw(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function nw(e,t){var r=rw(e);e=0;for(var n;r;){if(r.nodeType===3){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=rw(r)}}function RD(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?RD(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function zD(){for(var e=window,t=W0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=W0(e.document)}return t}function mv(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function tP(e){var t=zD(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&RD(r.ownerDocument.documentElement,r)){if(n!==null&&mv(r)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if(e=(t=r.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var a=r.textContent.length,o=Math.min(n.start,a);n=n.end===void 0?o:Math.min(n.end,a),!e.extend&&o>n&&(a=n,n=o,o=a),a=nw(r,o);var i=nw(r,n);a&&i&&(e.rangeCount!==1||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(a.node,a.offset),e.removeAllRanges(),o>n?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=r;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof r.focus=="function"&&r.focus(),r=0;r<t.length;r++)e=t[r],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var rP=Sn&&"documentMode"in document&&11>=document.documentMode,ni=null,ug=null,Fs=null,cg=!1;function aw(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;cg||ni==null||ni!==W0(n)||(n=ni,"selectionStart"in n&&mv(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),Fs&&Js(Fs,n)||(Fs=n,n=J0(ug,"onSelect"),0<n.length&&(t=new pv("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=ni)))}function hc(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var ai={animationend:hc("Animation","AnimationEnd"),animationiteration:hc("Animation","AnimationIteration"),animationstart:hc("Animation","AnimationStart"),transitionend:hc("Transition","TransitionEnd")},Zp={},BD={};Sn&&(BD=document.createElement("div").style,"AnimationEvent"in window||(delete ai.animationend.animation,delete ai.animationiteration.animation,delete ai.animationstart.animation),"TransitionEvent"in window||delete ai.transitionend.transition);function g1(e){if(Zp[e])return Zp[e];if(!ai[e])return e;var t=ai[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in BD)return Zp[e]=t[r];return e}var LD=g1("animationend"),OD=g1("animationiteration"),MD=g1("animationstart"),PD=g1("transitionend"),ND=new Map,ow="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 wa(e,t){ND.set(e,t),wo(t,[e])}for(var Xp=0;Xp<ow.length;Xp++){var Jp=ow[Xp],nP=Jp.toLowerCase(),aP=Jp[0].toUpperCase()+Jp.slice(1);wa(nP,"on"+aP)}wa(LD,"onAnimationEnd");wa(OD,"onAnimationIteration");wa(MD,"onAnimationStart");wa("dblclick","onDoubleClick");wa("focusin","onFocus");wa("focusout","onBlur");wa(PD,"onTransitionEnd");Ni("onMouseEnter",["mouseout","mouseover"]);Ni("onMouseLeave",["mouseout","mouseover"]);Ni("onPointerEnter",["pointerout","pointerover"]);Ni("onPointerLeave",["pointerout","pointerover"]);wo("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));wo("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));wo("onBeforeInput",["compositionend","keypress","textInput","paste"]);wo("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));wo("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));wo("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var us="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(" "),oP=new Set("cancel close invalid load scroll toggle".split(" ").concat(us));function iw(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,nM(n,t,void 0,e),e.currentTarget=null}function jD(e,t){t=(t&4)!==0;for(var r=0;r<e.length;r++){var n=e[r],a=n.event;n=n.listeners;e:{var o=void 0;if(t)for(var i=n.length-1;0<=i;i--){var l=n[i],s=l.instance,d=l.currentTarget;if(l=l.listener,s!==o&&a.isPropagationStopped())break e;iw(a,l,d),o=s}else for(i=0;i<n.length;i++){if(l=n[i],s=l.instance,d=l.currentTarget,l=l.listener,s!==o&&a.isPropagationStopped())break e;iw(a,l,d),o=s}}}if(G0)throw e=og,G0=!1,og=null,e}function fe(e,t){var r=t[mg];r===void 0&&(r=t[mg]=new Set);var n=e+"__bubble";r.has(n)||(HD(t,e,2,!1),r.add(n))}function Qp(e,t,r){var n=0;t&&(n|=4),HD(r,e,n,t)}var mc="_reactListening"+Math.random().toString(36).slice(2);function Qs(e){if(!e[mc]){e[mc]=!0,Y9.forEach(function(r){r!=="selectionchange"&&(oP.has(r)||Qp(r,!1,e),Qp(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[mc]||(t[mc]=!0,Qp("selectionchange",!1,t))}}function HD(e,t,r,n){switch(SD(t)){case 1:var a=wM;break;case 4:a=bM;break;default:a=cv}r=a.bind(null,t,r,e),a=void 0,!ag||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(a=!0),n?a!==void 0?e.addEventListener(t,r,{capture:!0,passive:a}):e.addEventListener(t,r,!0):a!==void 0?e.addEventListener(t,r,{passive:a}):e.addEventListener(t,r,!1)}function ef(e,t,r,n,a){var o=n;if(!(t&1)&&!(t&2)&&n!==null)e:for(;;){if(n===null)return;var i=n.tag;if(i===3||i===4){var l=n.stateNode.containerInfo;if(l===a||l.nodeType===8&&l.parentNode===a)break;if(i===4)for(i=n.return;i!==null;){var s=i.tag;if((s===3||s===4)&&(s=i.stateNode.containerInfo,s===a||s.nodeType===8&&s.parentNode===a))return;i=i.return}for(;l!==null;){if(i=qa(l),i===null)return;if(s=i.tag,s===5||s===6){n=o=i;continue e}l=l.parentNode}}n=n.return}dD(function(){var d=o,f=iv(r),h=[];e:{var p=ND.get(e);if(p!==void 0){var m=pv,g=e;switch(e){case"keypress":if(s0(r)===0)break e;case"keydown":case"keyup":m=BM;break;case"focusin":g="focus",m=Gp;break;case"focusout":g="blur",m=Gp;break;case"beforeblur":case"afterblur":m=Gp;break;case"click":if(r.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":m=K3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=CM;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=MM;break;case LD:case OD:case MD:m=kM;break;case PD:m=NM;break;case"scroll":m=EM;break;case"wheel":m=HM;break;case"copy":case"cut":case"paste":m=AM;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=Z3}var v=(t&4)!==0,C=!v&&e==="scroll",w=v?p!==null?p+"Capture":null:p;v=[];for(var y=d,E;y!==null;){E=y;var x=E.stateNode;if(E.tag===5&&x!==null&&(E=x,w!==null&&(x=Gs(y,w),x!=null&&v.push(eu(y,x,E)))),C)break;y=y.return}0<v.length&&(p=new m(p,g,null,r,f),h.push({event:p,listeners:v}))}}if(!(t&7)){e:{if(p=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",p&&r!==rg&&(g=r.relatedTarget||r.fromElement)&&(qa(g)||g[kn]))break e;if((m||p)&&(p=f.window===f?f:(p=f.ownerDocument)?p.defaultView||p.parentWindow:window,m?(g=r.relatedTarget||r.toElement,m=d,g=g?qa(g):null,g!==null&&(C=bo(g),g!==C||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=d),m!==g)){if(v=K3,x="onMouseLeave",w="onMouseEnter",y="mouse",(e==="pointerout"||e==="pointerover")&&(v=Z3,x="onPointerLeave",w="onPointerEnter",y="pointer"),C=m==null?p:oi(m),E=g==null?p:oi(g),p=new v(x,y+"leave",m,r,f),p.target=C,p.relatedTarget=E,x=null,qa(f)===d&&(v=new v(w,y+"enter",g,r,f),v.target=E,v.relatedTarget=C,x=v),C=x,m&&g)t:{for(v=m,w=g,y=0,E=v;E;E=Po(E))y++;for(E=0,x=w;x;x=Po(x))E++;for(;0<y-E;)v=Po(v),y--;for(;0<E-y;)w=Po(w),E--;for(;y--;){if(v===w||w!==null&&v===w.alternate)break t;v=Po(v),w=Po(w)}v=null}else v=null;m!==null&&lw(h,p,m,v,!1),g!==null&&C!==null&&lw(h,C,g,v,!0)}}e:{if(p=d?oi(d):window,m=p.nodeName&&p.nodeName.toLowerCase(),m==="select"||m==="input"&&p.type==="file")var D=YM;else if(Q3(p))if(TD)D=QM;else{D=XM;var S=ZM}else(m=p.nodeName)&&m.toLowerCase()==="input"&&(p.type==="checkbox"||p.type==="radio")&&(D=JM);if(D&&(D=D(e,d))){$D(h,D,r,f);break e}S&&S(e,p,d),e==="focusout"&&(S=p._wrapperState)&&S.controlled&&p.type==="number"&&Xm(p,"number",p.value)}switch(S=d?oi(d):window,e){case"focusin":(Q3(S)||S.contentEditable==="true")&&(ni=S,ug=d,Fs=null);break;case"focusout":Fs=ug=ni=null;break;case"mousedown":cg=!0;break;case"contextmenu":case"mouseup":case"dragend":cg=!1,aw(h,r,f);break;case"selectionchange":if(rP)break;case"keydown":case"keyup":aw(h,r,f)}var k;if(hv)e:{switch(e){case"compositionstart":var _="onCompositionStart";break e;case"compositionend":_="onCompositionEnd";break e;case"compositionupdate":_="onCompositionUpdate";break e}_=void 0}else ri?AD(e,r)&&(_="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(_="onCompositionStart");_&&(_D&&r.locale!=="ko"&&(ri||_!=="onCompositionStart"?_==="onCompositionEnd"&&ri&&(k=kD()):(Xn=f,dv="value"in Xn?Xn.value:Xn.textContent,ri=!0)),S=J0(d,_),0<S.length&&(_=new Y3(_,e,null,r,f),h.push({event:_,listeners:S}),k?_.data=k:(k=FD(r),k!==null&&(_.data=k)))),(k=UM?WM(e,r):qM(e,r))&&(d=J0(d,"onBeforeInput"),0<d.length&&(f=new Y3("onBeforeInput","beforeinput",null,r,f),h.push({event:f,listeners:d}),f.data=k))}jD(h,t)})}function eu(e,t,r){return{instance:e,listener:t,currentTarget:r}}function J0(e,t){for(var r=t+"Capture",n=[];e!==null;){var a=e,o=a.stateNode;a.tag===5&&o!==null&&(a=o,o=Gs(e,r),o!=null&&n.unshift(eu(e,o,a)),o=Gs(e,t),o!=null&&n.push(eu(e,o,a))),e=e.return}return n}function Po(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function lw(e,t,r,n,a){for(var o=t._reactName,i=[];r!==null&&r!==n;){var l=r,s=l.alternate,d=l.stateNode;if(s!==null&&s===n)break;l.tag===5&&d!==null&&(l=d,a?(s=Gs(r,o),s!=null&&i.unshift(eu(r,s,l))):a||(s=Gs(r,o),s!=null&&i.push(eu(r,s,l)))),r=r.return}i.length!==0&&e.push({event:t,listeners:i})}var iP=/\r\n?/g,lP=/\u0000|\uFFFD/g;function sw(e){return(typeof e=="string"?e:""+e).replace(iP,`
|
|
244
|
+
`).replace(lP,"")}function gc(e,t,r){if(t=sw(t),sw(e)!==t&&r)throw Error(P(425))}function Q0(){}var dg=null,pg=null;function fg(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var hg=typeof setTimeout=="function"?setTimeout:void 0,sP=typeof clearTimeout=="function"?clearTimeout:void 0,uw=typeof Promise=="function"?Promise:void 0,uP=typeof queueMicrotask=="function"?queueMicrotask:typeof uw!="undefined"?function(e){return uw.resolve(null).then(e).catch(cP)}:hg;function cP(e){setTimeout(function(){throw e})}function tf(e,t){var r=t,n=0;do{var a=r.nextSibling;if(e.removeChild(r),a&&a.nodeType===8)if(r=a.data,r==="/$"){if(n===0){e.removeChild(a),Zs(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=a}while(r);Zs(t)}function ra(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function cw(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="$"||r==="$!"||r==="$?"){if(t===0)return e;t--}else r==="/$"&&t++}e=e.previousSibling}return null}var dl=Math.random().toString(36).slice(2),Nr="__reactFiber$"+dl,tu="__reactProps$"+dl,kn="__reactContainer$"+dl,mg="__reactEvents$"+dl,dP="__reactListeners$"+dl,pP="__reactHandles$"+dl;function qa(e){var t=e[Nr];if(t)return t;for(var r=e.parentNode;r;){if(t=r[kn]||r[Nr]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=cw(e);e!==null;){if(r=e[Nr])return r;e=cw(e)}return t}e=r,r=e.parentNode}return null}function Tu(e){return e=e[Nr]||e[kn],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function oi(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(P(33))}function v1(e){return e[tu]||null}var gg=[],ii=-1;function ba(e){return{current:e}}function ge(e){0>ii||(e.current=gg[ii],gg[ii]=null,ii--)}function pe(e,t){ii++,gg[ii]=e.current,e.current=t}var da={},at=ba(da),yt=ba(!1),lo=da;function ji(e,t){var r=e.type.contextTypes;if(!r)return da;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var a={},o;for(o in r)a[o]=t[o];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function wt(e){return e=e.childContextTypes,e!=null}function ed(){ge(yt),ge(at)}function dw(e,t,r){if(at.current!==da)throw Error(P(168));pe(at,t),pe(yt,r)}function VD(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var a in n)if(!(a in t))throw Error(P(108,ZO(e)||"Unknown",a));return xe({},r,n)}function td(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||da,lo=at.current,pe(at,e),pe(yt,yt.current),!0}function pw(e,t,r){var n=e.stateNode;if(!n)throw Error(P(169));r?(e=VD(e,t,lo),n.__reactInternalMemoizedMergedChildContext=e,ge(yt),ge(at),pe(at,e)):ge(yt),pe(yt,r)}var yn=null,y1=!1,rf=!1;function UD(e){yn===null?yn=[e]:yn.push(e)}function fP(e){y1=!0,UD(e)}function Ea(){if(!rf&&yn!==null){rf=!0;var e=0,t=ce;try{var r=yn;for(ce=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}yn=null,y1=!1}catch(a){throw yn!==null&&(yn=yn.slice(e+1)),mD(lv,Ea),a}finally{ce=t,rf=!1}}return null}var li=[],si=0,rd=null,nd=0,jt=[],Ht=0,so=null,wn=1,bn="";function Pa(e,t){li[si++]=nd,li[si++]=rd,rd=e,nd=t}function WD(e,t,r){jt[Ht++]=wn,jt[Ht++]=bn,jt[Ht++]=so,so=e;var n=wn;e=bn;var a=32-mr(n)-1;n&=~(1<<a),r+=1;var o=32-mr(t)+a;if(30<o){var i=a-a%5;o=(n&(1<<i)-1).toString(32),n>>=i,a-=i,wn=1<<32-mr(t)+a|r<<a|n,bn=o+e}else wn=1<<o|r<<a|n,bn=e}function gv(e){e.return!==null&&(Pa(e,1),WD(e,1,0))}function vv(e){for(;e===rd;)rd=li[--si],li[si]=null,nd=li[--si],li[si]=null;for(;e===so;)so=jt[--Ht],jt[Ht]=null,bn=jt[--Ht],jt[Ht]=null,wn=jt[--Ht],jt[Ht]=null}var It=null,Tt=null,ye=!1,cr=null;function qD(e,t){var r=Vt(5,null,null,0);r.elementType="DELETED",r.stateNode=t,r.return=e,t=e.deletions,t===null?(e.deletions=[r],e.flags|=16):t.push(r)}function fw(e,t){switch(e.tag){case 5:var r=e.type;return t=t.nodeType!==1||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,It=e,Tt=ra(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,It=e,Tt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=so!==null?{id:wn,overflow:bn}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Vt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,It=e,Tt=null,!0):!1;default:return!1}}function vg(e){return(e.mode&1)!==0&&(e.flags&128)===0}function yg(e){if(ye){var t=Tt;if(t){var r=t;if(!fw(e,t)){if(vg(e))throw Error(P(418));t=ra(r.nextSibling);var n=It;t&&fw(e,t)?qD(n,r):(e.flags=e.flags&-4097|2,ye=!1,It=e)}}else{if(vg(e))throw Error(P(418));e.flags=e.flags&-4097|2,ye=!1,It=e}}}function hw(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;It=e}function vc(e){if(e!==It)return!1;if(!ye)return hw(e),ye=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!fg(e.type,e.memoizedProps)),t&&(t=Tt)){if(vg(e))throw GD(),Error(P(418));for(;t;)qD(e,t),t=ra(t.nextSibling)}if(hw(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(P(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){Tt=ra(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}Tt=null}}else Tt=It?ra(e.stateNode.nextSibling):null;return!0}function GD(){for(var e=Tt;e;)e=ra(e.nextSibling)}function Hi(){Tt=It=null,ye=!1}function yv(e){cr===null?cr=[e]:cr.push(e)}var hP=Tn.ReactCurrentBatchConfig;function Ml(e,t,r){if(e=r.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(r._owner){if(r=r._owner,r){if(r.tag!==1)throw Error(P(309));var n=r.stateNode}if(!n)throw Error(P(147,e));var a=n,o=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===o?t.ref:(t=function(i){var l=a.refs;i===null?delete l[o]:l[o]=i},t._stringRef=o,t)}if(typeof e!="string")throw Error(P(284));if(!r._owner)throw Error(P(290,e))}return e}function yc(e,t){throw e=Object.prototype.toString.call(t),Error(P(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function mw(e){var t=e._init;return t(e._payload)}function KD(e){function t(w,y){if(e){var E=w.deletions;E===null?(w.deletions=[y],w.flags|=16):E.push(y)}}function r(w,y){if(!e)return null;for(;y!==null;)t(w,y),y=y.sibling;return null}function n(w,y){for(w=new Map;y!==null;)y.key!==null?w.set(y.key,y):w.set(y.index,y),y=y.sibling;return w}function a(w,y){return w=ia(w,y),w.index=0,w.sibling=null,w}function o(w,y,E){return w.index=E,e?(E=w.alternate,E!==null?(E=E.index,E<y?(w.flags|=2,y):E):(w.flags|=2,y)):(w.flags|=1048576,y)}function i(w){return e&&w.alternate===null&&(w.flags|=2),w}function l(w,y,E,x){return y===null||y.tag!==6?(y=cf(E,w.mode,x),y.return=w,y):(y=a(y,E),y.return=w,y)}function s(w,y,E,x){var D=E.type;return D===ti?f(w,y,E.props.children,x,E.key):y!==null&&(y.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===Vn&&mw(D)===y.type)?(x=a(y,E.props),x.ref=Ml(w,y,E),x.return=w,x):(x=m0(E.type,E.key,E.props,null,w.mode,x),x.ref=Ml(w,y,E),x.return=w,x)}function d(w,y,E,x){return y===null||y.tag!==4||y.stateNode.containerInfo!==E.containerInfo||y.stateNode.implementation!==E.implementation?(y=df(E,w.mode,x),y.return=w,y):(y=a(y,E.children||[]),y.return=w,y)}function f(w,y,E,x,D){return y===null||y.tag!==7?(y=no(E,w.mode,x,D),y.return=w,y):(y=a(y,E),y.return=w,y)}function h(w,y,E){if(typeof y=="string"&&y!==""||typeof y=="number")return y=cf(""+y,w.mode,E),y.return=w,y;if(typeof y=="object"&&y!==null){switch(y.$$typeof){case lc:return E=m0(y.type,y.key,y.props,null,w.mode,E),E.ref=Ml(w,null,y),E.return=w,E;case ei:return y=df(y,w.mode,E),y.return=w,y;case Vn:var x=y._init;return h(w,x(y._payload),E)}if(ls(y)||Rl(y))return y=no(y,w.mode,E,null),y.return=w,y;yc(w,y)}return null}function p(w,y,E,x){var D=y!==null?y.key:null;if(typeof E=="string"&&E!==""||typeof E=="number")return D!==null?null:l(w,y,""+E,x);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case lc:return E.key===D?s(w,y,E,x):null;case ei:return E.key===D?d(w,y,E,x):null;case Vn:return D=E._init,p(w,y,D(E._payload),x)}if(ls(E)||Rl(E))return D!==null?null:f(w,y,E,x,null);yc(w,E)}return null}function m(w,y,E,x,D){if(typeof x=="string"&&x!==""||typeof x=="number")return w=w.get(E)||null,l(y,w,""+x,D);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case lc:return w=w.get(x.key===null?E:x.key)||null,s(y,w,x,D);case ei:return w=w.get(x.key===null?E:x.key)||null,d(y,w,x,D);case Vn:var S=x._init;return m(w,y,E,S(x._payload),D)}if(ls(x)||Rl(x))return w=w.get(E)||null,f(y,w,x,D,null);yc(y,x)}return null}function g(w,y,E,x){for(var D=null,S=null,k=y,_=y=0,A=null;k!==null&&_<E.length;_++){k.index>_?(A=k,k=null):A=k.sibling;var $=p(w,k,E[_],x);if($===null){k===null&&(k=A);break}e&&k&&$.alternate===null&&t(w,k),y=o($,y,_),S===null?D=$:S.sibling=$,S=$,k=A}if(_===E.length)return r(w,k),ye&&Pa(w,_),D;if(k===null){for(;_<E.length;_++)k=h(w,E[_],x),k!==null&&(y=o(k,y,_),S===null?D=k:S.sibling=k,S=k);return ye&&Pa(w,_),D}for(k=n(w,k);_<E.length;_++)A=m(k,w,_,E[_],x),A!==null&&(e&&A.alternate!==null&&k.delete(A.key===null?_:A.key),y=o(A,y,_),S===null?D=A:S.sibling=A,S=A);return e&&k.forEach(function(I){return t(w,I)}),ye&&Pa(w,_),D}function v(w,y,E,x){var D=Rl(E);if(typeof D!="function")throw Error(P(150));if(E=D.call(E),E==null)throw Error(P(151));for(var S=D=null,k=y,_=y=0,A=null,$=E.next();k!==null&&!$.done;_++,$=E.next()){k.index>_?(A=k,k=null):A=k.sibling;var I=p(w,k,$.value,x);if(I===null){k===null&&(k=A);break}e&&k&&I.alternate===null&&t(w,k),y=o(I,y,_),S===null?D=I:S.sibling=I,S=I,k=A}if($.done)return r(w,k),ye&&Pa(w,_),D;if(k===null){for(;!$.done;_++,$=E.next())$=h(w,$.value,x),$!==null&&(y=o($,y,_),S===null?D=$:S.sibling=$,S=$);return ye&&Pa(w,_),D}for(k=n(w,k);!$.done;_++,$=E.next())$=m(k,w,_,$.value,x),$!==null&&(e&&$.alternate!==null&&k.delete($.key===null?_:$.key),y=o($,y,_),S===null?D=$:S.sibling=$,S=$);return e&&k.forEach(function(L){return t(w,L)}),ye&&Pa(w,_),D}function C(w,y,E,x){if(typeof E=="object"&&E!==null&&E.type===ti&&E.key===null&&(E=E.props.children),typeof E=="object"&&E!==null){switch(E.$$typeof){case lc:e:{for(var D=E.key,S=y;S!==null;){if(S.key===D){if(D=E.type,D===ti){if(S.tag===7){r(w,S.sibling),y=a(S,E.props.children),y.return=w,w=y;break e}}else if(S.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===Vn&&mw(D)===S.type){r(w,S.sibling),y=a(S,E.props),y.ref=Ml(w,S,E),y.return=w,w=y;break e}r(w,S);break}else t(w,S);S=S.sibling}E.type===ti?(y=no(E.props.children,w.mode,x,E.key),y.return=w,w=y):(x=m0(E.type,E.key,E.props,null,w.mode,x),x.ref=Ml(w,y,E),x.return=w,w=x)}return i(w);case ei:e:{for(S=E.key;y!==null;){if(y.key===S)if(y.tag===4&&y.stateNode.containerInfo===E.containerInfo&&y.stateNode.implementation===E.implementation){r(w,y.sibling),y=a(y,E.children||[]),y.return=w,w=y;break e}else{r(w,y);break}else t(w,y);y=y.sibling}y=df(E,w.mode,x),y.return=w,w=y}return i(w);case Vn:return S=E._init,C(w,y,S(E._payload),x)}if(ls(E))return g(w,y,E,x);if(Rl(E))return v(w,y,E,x);yc(w,E)}return typeof E=="string"&&E!==""||typeof E=="number"?(E=""+E,y!==null&&y.tag===6?(r(w,y.sibling),y=a(y,E),y.return=w,w=y):(r(w,y),y=cf(E,w.mode,x),y.return=w,w=y),i(w)):r(w,y)}return C}var Vi=KD(!0),YD=KD(!1),ad=ba(null),od=null,ui=null,wv=null;function bv(){wv=ui=od=null}function Ev(e){var t=ad.current;ge(ad),e._currentValue=t}function wg(e,t,r){for(;e!==null;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,n!==null&&(n.childLanes|=t)):n!==null&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function wi(e,t){od=e,wv=ui=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(gt=!0),e.firstContext=null)}function Kt(e){var t=e._currentValue;if(wv!==e)if(e={context:e,memoizedValue:t,next:null},ui===null){if(od===null)throw Error(P(308));ui=e,od.dependencies={lanes:0,firstContext:e}}else ui=ui.next=e;return t}var Ga=null;function xv(e){Ga===null?Ga=[e]:Ga.push(e)}function ZD(e,t,r,n){var a=t.interleaved;return a===null?(r.next=r,xv(t)):(r.next=a.next,a.next=r),t.interleaved=r,_n(e,n)}function _n(e,t){e.lanes|=t;var r=e.alternate;for(r!==null&&(r.lanes|=t),r=e,e=e.return;e!==null;)e.childLanes|=t,r=e.alternate,r!==null&&(r.childLanes|=t),r=e,e=e.return;return r.tag===3?r.stateNode:null}var Un=!1;function Cv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function XD(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function En(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function na(e,t,r){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,ie&2){var a=n.pending;return a===null?t.next=t:(t.next=a.next,a.next=t),n.pending=t,_n(e,r)}return a=n.interleaved,a===null?(t.next=t,xv(n)):(t.next=a.next,a.next=t),n.interleaved=t,_n(e,r)}function u0(e,t,r){if(t=t.updateQueue,t!==null&&(t=t.shared,(r&4194240)!==0)){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,sv(e,r)}}function gw(e,t){var r=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,r===n)){var a=null,o=null;if(r=r.firstBaseUpdate,r!==null){do{var i={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};o===null?a=o=i:o=o.next=i,r=r.next}while(r!==null);o===null?a=o=t:o=o.next=t}else a=o=t;r={baseState:n.baseState,firstBaseUpdate:a,lastBaseUpdate:o,shared:n.shared,effects:n.effects},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function id(e,t,r,n){var a=e.updateQueue;Un=!1;var o=a.firstBaseUpdate,i=a.lastBaseUpdate,l=a.shared.pending;if(l!==null){a.shared.pending=null;var s=l,d=s.next;s.next=null,i===null?o=d:i.next=d,i=s;var f=e.alternate;f!==null&&(f=f.updateQueue,l=f.lastBaseUpdate,l!==i&&(l===null?f.firstBaseUpdate=d:l.next=d,f.lastBaseUpdate=s))}if(o!==null){var h=a.baseState;i=0,f=d=s=null,l=o;do{var p=l.lane,m=l.eventTime;if((n&p)===p){f!==null&&(f=f.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var g=e,v=l;switch(p=t,m=r,v.tag){case 1:if(g=v.payload,typeof g=="function"){h=g.call(m,h,p);break e}h=g;break e;case 3:g.flags=g.flags&-65537|128;case 0:if(g=v.payload,p=typeof g=="function"?g.call(m,h,p):g,p==null)break e;h=xe({},h,p);break e;case 2:Un=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,p=a.effects,p===null?a.effects=[l]:p.push(l))}else m={eventTime:m,lane:p,tag:l.tag,payload:l.payload,callback:l.callback,next:null},f===null?(d=f=m,s=h):f=f.next=m,i|=p;if(l=l.next,l===null){if(l=a.shared.pending,l===null)break;p=l,l=p.next,p.next=null,a.lastBaseUpdate=p,a.shared.pending=null}}while(!0);if(f===null&&(s=h),a.baseState=s,a.firstBaseUpdate=d,a.lastBaseUpdate=f,t=a.shared.interleaved,t!==null){a=t;do i|=a.lane,a=a.next;while(a!==t)}else o===null&&(a.shared.lanes=0);co|=i,e.lanes=i,e.memoizedState=h}}function vw(e,t,r){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var n=e[t],a=n.callback;if(a!==null){if(n.callback=null,n=r,typeof a!="function")throw Error(P(191,a));a.call(n)}}}var Iu={},Gr=ba(Iu),ru=ba(Iu),nu=ba(Iu);function Ka(e){if(e===Iu)throw Error(P(174));return e}function Dv(e,t){switch(pe(nu,t),pe(ru,e),pe(Gr,Iu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Qm(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Qm(t,e)}ge(Gr),pe(Gr,t)}function Ui(){ge(Gr),ge(ru),ge(nu)}function JD(e){Ka(nu.current);var t=Ka(Gr.current),r=Qm(t,e.type);t!==r&&(pe(ru,e),pe(Gr,r))}function Sv(e){ru.current===e&&(ge(Gr),ge(ru))}var be=ba(0);function ld(e){for(var t=e;t!==null;){if(t.tag===13){var r=t.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||r.data==="$?"||r.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var nf=[];function kv(){for(var e=0;e<nf.length;e++)nf[e]._workInProgressVersionPrimary=null;nf.length=0}var c0=Tn.ReactCurrentDispatcher,af=Tn.ReactCurrentBatchConfig,uo=0,Ee=null,Be=null,Ne=null,sd=!1,$s=!1,au=0,mP=0;function Xe(){throw Error(P(321))}function _v(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!yr(e[r],t[r]))return!1;return!0}function Av(e,t,r,n,a,o){if(uo=o,Ee=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,c0.current=e===null||e.memoizedState===null?wP:bP,e=r(n,a),$s){o=0;do{if($s=!1,au=0,25<=o)throw Error(P(301));o+=1,Ne=Be=null,t.updateQueue=null,c0.current=EP,e=r(n,a)}while($s)}if(c0.current=ud,t=Be!==null&&Be.next!==null,uo=0,Ne=Be=Ee=null,sd=!1,t)throw Error(P(300));return e}function Fv(){var e=au!==0;return au=0,e}function Br(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ne===null?Ee.memoizedState=Ne=e:Ne=Ne.next=e,Ne}function Yt(){if(Be===null){var e=Ee.alternate;e=e!==null?e.memoizedState:null}else e=Be.next;var t=Ne===null?Ee.memoizedState:Ne.next;if(t!==null)Ne=t,Be=e;else{if(e===null)throw Error(P(310));Be=e,e={memoizedState:Be.memoizedState,baseState:Be.baseState,baseQueue:Be.baseQueue,queue:Be.queue,next:null},Ne===null?Ee.memoizedState=Ne=e:Ne=Ne.next=e}return Ne}function ou(e,t){return typeof t=="function"?t(e):t}function of(e){var t=Yt(),r=t.queue;if(r===null)throw Error(P(311));r.lastRenderedReducer=e;var n=Be,a=n.baseQueue,o=r.pending;if(o!==null){if(a!==null){var i=a.next;a.next=o.next,o.next=i}n.baseQueue=a=o,r.pending=null}if(a!==null){o=a.next,n=n.baseState;var l=i=null,s=null,d=o;do{var f=d.lane;if((uo&f)===f)s!==null&&(s=s.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),n=d.hasEagerState?d.eagerState:e(n,d.action);else{var h={lane:f,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};s===null?(l=s=h,i=n):s=s.next=h,Ee.lanes|=f,co|=f}d=d.next}while(d!==null&&d!==o);s===null?i=n:s.next=l,yr(n,t.memoizedState)||(gt=!0),t.memoizedState=n,t.baseState=i,t.baseQueue=s,r.lastRenderedState=n}if(e=r.interleaved,e!==null){a=e;do o=a.lane,Ee.lanes|=o,co|=o,a=a.next;while(a!==e)}else a===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function lf(e){var t=Yt(),r=t.queue;if(r===null)throw Error(P(311));r.lastRenderedReducer=e;var n=r.dispatch,a=r.pending,o=t.memoizedState;if(a!==null){r.pending=null;var i=a=a.next;do o=e(o,i.action),i=i.next;while(i!==a);yr(o,t.memoizedState)||(gt=!0),t.memoizedState=o,t.baseQueue===null&&(t.baseState=o),r.lastRenderedState=o}return[o,n]}function QD(){}function eS(e,t){var r=Ee,n=Yt(),a=t(),o=!yr(n.memoizedState,a);if(o&&(n.memoizedState=a,gt=!0),n=n.queue,$v(nS.bind(null,r,n,e),[e]),n.getSnapshot!==t||o||Ne!==null&&Ne.memoizedState.tag&1){if(r.flags|=2048,iu(9,rS.bind(null,r,n,a,t),void 0,null),Ve===null)throw Error(P(349));uo&30||tS(r,t,a)}return a}function tS(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=Ee.updateQueue,t===null?(t={lastEffect:null,stores:null},Ee.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function rS(e,t,r,n){t.value=r,t.getSnapshot=n,aS(t)&&oS(e)}function nS(e,t,r){return r(function(){aS(t)&&oS(e)})}function aS(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!yr(e,r)}catch{return!0}}function oS(e){var t=_n(e,1);t!==null&&gr(t,e,1,-1)}function yw(e){var t=Br();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ou,lastRenderedState:e},t.queue=e,e=e.dispatch=yP.bind(null,Ee,e),[t.memoizedState,e]}function iu(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=Ee.updateQueue,t===null?(t={lastEffect:null,stores:null},Ee.updateQueue=t,t.lastEffect=e.next=e):(r=t.lastEffect,r===null?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e)),e}function iS(){return Yt().memoizedState}function d0(e,t,r,n){var a=Br();Ee.flags|=e,a.memoizedState=iu(1|t,r,void 0,n===void 0?null:n)}function w1(e,t,r,n){var a=Yt();n=n===void 0?null:n;var o=void 0;if(Be!==null){var i=Be.memoizedState;if(o=i.destroy,n!==null&&_v(n,i.deps)){a.memoizedState=iu(t,r,o,n);return}}Ee.flags|=e,a.memoizedState=iu(1|t,r,o,n)}function ww(e,t){return d0(8390656,8,e,t)}function $v(e,t){return w1(2048,8,e,t)}function lS(e,t){return w1(4,2,e,t)}function sS(e,t){return w1(4,4,e,t)}function uS(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function cS(e,t,r){return r=r!=null?r.concat([e]):null,w1(4,4,uS.bind(null,t,e),r)}function Tv(){}function dS(e,t){var r=Yt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&_v(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function pS(e,t){var r=Yt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&_v(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function fS(e,t,r){return uo&21?(yr(r,t)||(r=yD(),Ee.lanes|=r,co|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,gt=!0),e.memoizedState=r)}function gP(e,t){var r=ce;ce=r!==0&&4>r?r:4,e(!0);var n=af.transition;af.transition={};try{e(!1),t()}finally{ce=r,af.transition=n}}function hS(){return Yt().memoizedState}function vP(e,t,r){var n=oa(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},mS(e))gS(t,r);else if(r=ZD(e,t,r,n),r!==null){var a=ut();gr(r,e,n,a),vS(r,t,n)}}function yP(e,t,r){var n=oa(e),a={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(mS(e))gS(t,a);else{var o=e.alternate;if(e.lanes===0&&(o===null||o.lanes===0)&&(o=t.lastRenderedReducer,o!==null))try{var i=t.lastRenderedState,l=o(i,r);if(a.hasEagerState=!0,a.eagerState=l,yr(l,i)){var s=t.interleaved;s===null?(a.next=a,xv(t)):(a.next=s.next,s.next=a),t.interleaved=a;return}}catch{}finally{}r=ZD(e,t,a,n),r!==null&&(a=ut(),gr(r,e,n,a),vS(r,t,n))}}function mS(e){var t=e.alternate;return e===Ee||t!==null&&t===Ee}function gS(e,t){$s=sd=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function vS(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,sv(e,r)}}var ud={readContext:Kt,useCallback:Xe,useContext:Xe,useEffect:Xe,useImperativeHandle:Xe,useInsertionEffect:Xe,useLayoutEffect:Xe,useMemo:Xe,useReducer:Xe,useRef:Xe,useState:Xe,useDebugValue:Xe,useDeferredValue:Xe,useTransition:Xe,useMutableSource:Xe,useSyncExternalStore:Xe,useId:Xe,unstable_isNewReconciler:!1},wP={readContext:Kt,useCallback:function(e,t){return Br().memoizedState=[e,t===void 0?null:t],e},useContext:Kt,useEffect:ww,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,d0(4194308,4,uS.bind(null,t,e),r)},useLayoutEffect:function(e,t){return d0(4194308,4,e,t)},useInsertionEffect:function(e,t){return d0(4,2,e,t)},useMemo:function(e,t){var r=Br();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Br();return t=r!==void 0?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=vP.bind(null,Ee,e),[n.memoizedState,e]},useRef:function(e){var t=Br();return e={current:e},t.memoizedState=e},useState:yw,useDebugValue:Tv,useDeferredValue:function(e){return Br().memoizedState=e},useTransition:function(){var e=yw(!1),t=e[0];return e=gP.bind(null,e[1]),Br().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=Ee,a=Br();if(ye){if(r===void 0)throw Error(P(407));r=r()}else{if(r=t(),Ve===null)throw Error(P(349));uo&30||tS(n,t,r)}a.memoizedState=r;var o={value:r,getSnapshot:t};return a.queue=o,ww(nS.bind(null,n,o,e),[e]),n.flags|=2048,iu(9,rS.bind(null,n,o,r,t),void 0,null),r},useId:function(){var e=Br(),t=Ve.identifierPrefix;if(ye){var r=bn,n=wn;r=(n&~(1<<32-mr(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=au++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=mP++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},bP={readContext:Kt,useCallback:dS,useContext:Kt,useEffect:$v,useImperativeHandle:cS,useInsertionEffect:lS,useLayoutEffect:sS,useMemo:pS,useReducer:of,useRef:iS,useState:function(){return of(ou)},useDebugValue:Tv,useDeferredValue:function(e){var t=Yt();return fS(t,Be.memoizedState,e)},useTransition:function(){var e=of(ou)[0],t=Yt().memoizedState;return[e,t]},useMutableSource:QD,useSyncExternalStore:eS,useId:hS,unstable_isNewReconciler:!1},EP={readContext:Kt,useCallback:dS,useContext:Kt,useEffect:$v,useImperativeHandle:cS,useInsertionEffect:lS,useLayoutEffect:sS,useMemo:pS,useReducer:lf,useRef:iS,useState:function(){return lf(ou)},useDebugValue:Tv,useDeferredValue:function(e){var t=Yt();return Be===null?t.memoizedState=e:fS(t,Be.memoizedState,e)},useTransition:function(){var e=lf(ou)[0],t=Yt().memoizedState;return[e,t]},useMutableSource:QD,useSyncExternalStore:eS,useId:hS,unstable_isNewReconciler:!1};function lr(e,t){if(e&&e.defaultProps){t=xe({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function bg(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:xe({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var b1={isMounted:function(e){return(e=e._reactInternals)?bo(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=ut(),a=oa(e),o=En(n,a);o.payload=t,r!=null&&(o.callback=r),t=na(e,o,a),t!==null&&(gr(t,e,a,n),u0(t,e,a))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=ut(),a=oa(e),o=En(n,a);o.tag=1,o.payload=t,r!=null&&(o.callback=r),t=na(e,o,a),t!==null&&(gr(t,e,a,n),u0(t,e,a))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=ut(),n=oa(e),a=En(r,n);a.tag=2,t!=null&&(a.callback=t),t=na(e,a,n),t!==null&&(gr(t,e,n,r),u0(t,e,n))}};function bw(e,t,r,n,a,o,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,o,i):t.prototype&&t.prototype.isPureReactComponent?!Js(r,n)||!Js(a,o):!0}function yS(e,t,r){var n=!1,a=da,o=t.contextType;return typeof o=="object"&&o!==null?o=Kt(o):(a=wt(t)?lo:at.current,n=t.contextTypes,o=(n=n!=null)?ji(e,a):da),t=new t(r,o),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=b1,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=o),t}function Ew(e,t,r,n){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(r,n),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(r,n),t.state!==e&&b1.enqueueReplaceState(t,t.state,null)}function Eg(e,t,r,n){var a=e.stateNode;a.props=r,a.state=e.memoizedState,a.refs={},Cv(e);var o=t.contextType;typeof o=="object"&&o!==null?a.context=Kt(o):(o=wt(t)?lo:at.current,a.context=ji(e,o)),a.state=e.memoizedState,o=t.getDerivedStateFromProps,typeof o=="function"&&(bg(e,t,o,r),a.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof a.getSnapshotBeforeUpdate=="function"||typeof a.UNSAFE_componentWillMount!="function"&&typeof a.componentWillMount!="function"||(t=a.state,typeof a.componentWillMount=="function"&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount=="function"&&a.UNSAFE_componentWillMount(),t!==a.state&&b1.enqueueReplaceState(a,a.state,null),id(e,r,a,n),a.state=e.memoizedState),typeof a.componentDidMount=="function"&&(e.flags|=4194308)}function Wi(e,t){try{var r="",n=t;do r+=YO(n),n=n.return;while(n);var a=r}catch(o){a=`
|
|
245
|
+
Error generating stack: `+o.message+`
|
|
246
|
+
`+o.stack}return{value:e,source:t,stack:a,digest:null}}function sf(e,t,r){return{value:e,source:null,stack:r!=null?r:null,digest:t!=null?t:null}}function xg(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var xP=typeof WeakMap=="function"?WeakMap:Map;function wS(e,t,r){r=En(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){dd||(dd=!0,Ig=n),xg(e,t)},r}function bS(e,t,r){r=En(-1,r),r.tag=3;var n=e.type.getDerivedStateFromError;if(typeof n=="function"){var a=t.value;r.payload=function(){return n(a)},r.callback=function(){xg(e,t)}}var o=e.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(r.callback=function(){xg(e,t),typeof n!="function"&&(aa===null?aa=new Set([this]):aa.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),r}function xw(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new xP;var a=new Set;n.set(t,a)}else a=n.get(t),a===void 0&&(a=new Set,n.set(t,a));a.has(r)||(a.add(r),e=LP.bind(null,e,t,r),t.then(e,e))}function Cw(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Dw(e,t,r,n,a){return e.mode&1?(e.flags|=65536,e.lanes=a,e):(e===t?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,r.tag===1&&(r.alternate===null?r.tag=17:(t=En(-1,1),t.tag=2,na(r,t,1))),r.lanes|=1),e)}var CP=Tn.ReactCurrentOwner,gt=!1;function st(e,t,r,n){t.child=e===null?YD(t,null,r,n):Vi(t,e.child,r,n)}function Sw(e,t,r,n,a){r=r.render;var o=t.ref;return wi(t,a),n=Av(e,t,r,n,o,a),r=Fv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,An(e,t,a)):(ye&&r&&gv(t),t.flags|=1,st(e,t,n,a),t.child)}function kw(e,t,r,n,a){if(e===null){var o=r.type;return typeof o=="function"&&!Pv(o)&&o.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=o,ES(e,t,o,n,a)):(e=m0(r.type,null,n,t,t.mode,a),e.ref=t.ref,e.return=t,t.child=e)}if(o=e.child,!(e.lanes&a)){var i=o.memoizedProps;if(r=r.compare,r=r!==null?r:Js,r(i,n)&&e.ref===t.ref)return An(e,t,a)}return t.flags|=1,e=ia(o,n),e.ref=t.ref,e.return=t,t.child=e}function ES(e,t,r,n,a){if(e!==null){var o=e.memoizedProps;if(Js(o,n)&&e.ref===t.ref)if(gt=!1,t.pendingProps=n=o,(e.lanes&a)!==0)e.flags&131072&&(gt=!0);else return t.lanes=e.lanes,An(e,t,a)}return Cg(e,t,r,n,a)}function xS(e,t,r){var n=t.pendingProps,a=n.children,o=e!==null?e.memoizedState:null;if(n.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},pe(di,Ft),Ft|=r;else{if(!(r&1073741824))return e=o!==null?o.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,pe(di,Ft),Ft|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=o!==null?o.baseLanes:r,pe(di,Ft),Ft|=n}else o!==null?(n=o.baseLanes|r,t.memoizedState=null):n=r,pe(di,Ft),Ft|=n;return st(e,t,a,r),t.child}function CS(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Cg(e,t,r,n,a){var o=wt(r)?lo:at.current;return o=ji(t,o),wi(t,a),r=Av(e,t,r,n,o,a),n=Fv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,An(e,t,a)):(ye&&n&&gv(t),t.flags|=1,st(e,t,r,a),t.child)}function _w(e,t,r,n,a){if(wt(r)){var o=!0;td(t)}else o=!1;if(wi(t,a),t.stateNode===null)p0(e,t),yS(t,r,n),Eg(t,r,n,a),n=!0;else if(e===null){var i=t.stateNode,l=t.memoizedProps;i.props=l;var s=i.context,d=r.contextType;typeof d=="object"&&d!==null?d=Kt(d):(d=wt(r)?lo:at.current,d=ji(t,d));var f=r.getDerivedStateFromProps,h=typeof f=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==n||s!==d)&&Ew(t,i,n,d),Un=!1;var p=t.memoizedState;i.state=p,id(t,n,i,a),s=t.memoizedState,l!==n||p!==s||yt.current||Un?(typeof f=="function"&&(bg(t,r,f,n),s=t.memoizedState),(l=Un||bw(t,r,l,n,p,s,d))?(h||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=s),i.props=n,i.state=s,i.context=d,n=l):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{i=t.stateNode,XD(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:lr(t.type,l),i.props=d,h=t.pendingProps,p=i.context,s=r.contextType,typeof s=="object"&&s!==null?s=Kt(s):(s=wt(r)?lo:at.current,s=ji(t,s));var m=r.getDerivedStateFromProps;(f=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||p!==s)&&Ew(t,i,n,s),Un=!1,p=t.memoizedState,i.state=p,id(t,n,i,a);var g=t.memoizedState;l!==h||p!==g||yt.current||Un?(typeof m=="function"&&(bg(t,r,m,n),g=t.memoizedState),(d=Un||bw(t,r,d,n,p,g,s)||!1)?(f||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(n,g,s),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(n,g,s)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=g),i.props=n,i.state=g,i.context=s,n=d):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),n=!1)}return Dg(e,t,r,n,o,a)}function Dg(e,t,r,n,a,o){CS(e,t);var i=(t.flags&128)!==0;if(!n&&!i)return a&&pw(t,r,!1),An(e,t,o);n=t.stateNode,CP.current=t;var l=i&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&i?(t.child=Vi(t,e.child,null,o),t.child=Vi(t,null,l,o)):st(e,t,l,o),t.memoizedState=n.state,a&&pw(t,r,!0),t.child}function DS(e){var t=e.stateNode;t.pendingContext?dw(e,t.pendingContext,t.pendingContext!==t.context):t.context&&dw(e,t.context,!1),Dv(e,t.containerInfo)}function Aw(e,t,r,n,a){return Hi(),yv(a),t.flags|=256,st(e,t,r,n),t.child}var Sg={dehydrated:null,treeContext:null,retryLane:0};function kg(e){return{baseLanes:e,cachePool:null,transitions:null}}function SS(e,t,r){var n=t.pendingProps,a=be.current,o=!1,i=(t.flags&128)!==0,l;if((l=i)||(l=e!==null&&e.memoizedState===null?!1:(a&2)!==0),l?(o=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(a|=1),pe(be,a&1),e===null)return yg(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=n.children,e=n.fallback,o?(n=t.mode,o=t.child,i={mode:"hidden",children:i},!(n&1)&&o!==null?(o.childLanes=0,o.pendingProps=i):o=C1(i,n,0,null),e=no(e,n,r,null),o.return=t,e.return=t,o.sibling=e,t.child=o,t.child.memoizedState=kg(r),t.memoizedState=Sg,e):Iv(t,i));if(a=e.memoizedState,a!==null&&(l=a.dehydrated,l!==null))return DP(e,t,i,n,l,a,r);if(o){o=n.fallback,i=t.mode,a=e.child,l=a.sibling;var s={mode:"hidden",children:n.children};return!(i&1)&&t.child!==a?(n=t.child,n.childLanes=0,n.pendingProps=s,t.deletions=null):(n=ia(a,s),n.subtreeFlags=a.subtreeFlags&14680064),l!==null?o=ia(l,o):(o=no(o,i,r,null),o.flags|=2),o.return=t,n.return=t,n.sibling=o,t.child=n,n=o,o=t.child,i=e.child.memoizedState,i=i===null?kg(r):{baseLanes:i.baseLanes|r,cachePool:null,transitions:i.transitions},o.memoizedState=i,o.childLanes=e.childLanes&~r,t.memoizedState=Sg,n}return o=e.child,e=o.sibling,n=ia(o,{mode:"visible",children:n.children}),!(t.mode&1)&&(n.lanes=r),n.return=t,n.sibling=null,e!==null&&(r=t.deletions,r===null?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=n,t.memoizedState=null,n}function Iv(e,t){return t=C1({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function wc(e,t,r,n){return n!==null&&yv(n),Vi(t,e.child,null,r),e=Iv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function DP(e,t,r,n,a,o,i){if(r)return t.flags&256?(t.flags&=-257,n=sf(Error(P(422))),wc(e,t,i,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(o=n.fallback,a=t.mode,n=C1({mode:"visible",children:n.children},a,0,null),o=no(o,a,i,null),o.flags|=2,n.return=t,o.return=t,n.sibling=o,t.child=n,t.mode&1&&Vi(t,e.child,null,i),t.child.memoizedState=kg(i),t.memoizedState=Sg,o);if(!(t.mode&1))return wc(e,t,i,null);if(a.data==="$!"){if(n=a.nextSibling&&a.nextSibling.dataset,n)var l=n.dgst;return n=l,o=Error(P(419)),n=sf(o,n,void 0),wc(e,t,i,n)}if(l=(i&e.childLanes)!==0,gt||l){if(n=Ve,n!==null){switch(i&-i){case 4:a=2;break;case 16:a=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:a=32;break;case 536870912:a=268435456;break;default:a=0}a=a&(n.suspendedLanes|i)?0:a,a!==0&&a!==o.retryLane&&(o.retryLane=a,_n(e,a),gr(n,e,a,-1))}return Mv(),n=sf(Error(P(421))),wc(e,t,i,n)}return a.data==="$?"?(t.flags|=128,t.child=e.child,t=OP.bind(null,e),a._reactRetry=t,null):(e=o.treeContext,Tt=ra(a.nextSibling),It=t,ye=!0,cr=null,e!==null&&(jt[Ht++]=wn,jt[Ht++]=bn,jt[Ht++]=so,wn=e.id,bn=e.overflow,so=t),t=Iv(t,n.children),t.flags|=4096,t)}function Fw(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),wg(e.return,t,r)}function uf(e,t,r,n,a){var o=e.memoizedState;o===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:a}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=n,o.tail=r,o.tailMode=a)}function kS(e,t,r){var n=t.pendingProps,a=n.revealOrder,o=n.tail;if(st(e,t,n.children,r),n=be.current,n&2)n=n&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Fw(e,r,t);else if(e.tag===19)Fw(e,r,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(pe(be,n),!(t.mode&1))t.memoizedState=null;else switch(a){case"forwards":for(r=t.child,a=null;r!==null;)e=r.alternate,e!==null&&ld(e)===null&&(a=r),r=r.sibling;r=a,r===null?(a=t.child,t.child=null):(a=r.sibling,r.sibling=null),uf(t,!1,a,r,o);break;case"backwards":for(r=null,a=t.child,t.child=null;a!==null;){if(e=a.alternate,e!==null&&ld(e)===null){t.child=a;break}e=a.sibling,a.sibling=r,r=a,a=e}uf(t,!0,r,null,o);break;case"together":uf(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function p0(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function An(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),co|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(P(153));if(t.child!==null){for(e=t.child,r=ia(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=ia(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function SP(e,t,r){switch(t.tag){case 3:DS(t),Hi();break;case 5:JD(t);break;case 1:wt(t.type)&&td(t);break;case 4:Dv(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,a=t.memoizedProps.value;pe(ad,n._currentValue),n._currentValue=a;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(pe(be,be.current&1),t.flags|=128,null):r&t.child.childLanes?SS(e,t,r):(pe(be,be.current&1),e=An(e,t,r),e!==null?e.sibling:null);pe(be,be.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return kS(e,t,r);t.flags|=128}if(a=t.memoizedState,a!==null&&(a.rendering=null,a.tail=null,a.lastEffect=null),pe(be,be.current),n)break;return null;case 22:case 23:return t.lanes=0,xS(e,t,r)}return An(e,t,r)}var _S,_g,AS,FS;_S=function(e,t){for(var r=t.child;r!==null;){if(r.tag===5||r.tag===6)e.appendChild(r.stateNode);else if(r.tag!==4&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===t)break;for(;r.sibling===null;){if(r.return===null||r.return===t)return;r=r.return}r.sibling.return=r.return,r=r.sibling}};_g=function(){};AS=function(e,t,r,n){var a=e.memoizedProps;if(a!==n){e=t.stateNode,Ka(Gr.current);var o=null;switch(r){case"input":a=Ym(e,a),n=Ym(e,n),o=[];break;case"select":a=xe({},a,{value:void 0}),n=xe({},n,{value:void 0}),o=[];break;case"textarea":a=Jm(e,a),n=Jm(e,n),o=[];break;default:typeof a.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=Q0)}eg(r,n);var i;r=null;for(d in a)if(!n.hasOwnProperty(d)&&a.hasOwnProperty(d)&&a[d]!=null)if(d==="style"){var l=a[d];for(i in l)l.hasOwnProperty(i)&&(r||(r={}),r[i]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(Ws.hasOwnProperty(d)?o||(o=[]):(o=o||[]).push(d,null));for(d in n){var s=n[d];if(l=a!=null?a[d]:void 0,n.hasOwnProperty(d)&&s!==l&&(s!=null||l!=null))if(d==="style")if(l){for(i in l)!l.hasOwnProperty(i)||s&&s.hasOwnProperty(i)||(r||(r={}),r[i]="");for(i in s)s.hasOwnProperty(i)&&l[i]!==s[i]&&(r||(r={}),r[i]=s[i])}else r||(o||(o=[]),o.push(d,r)),r=s;else d==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,l=l?l.__html:void 0,s!=null&&l!==s&&(o=o||[]).push(d,s)):d==="children"?typeof s!="string"&&typeof s!="number"||(o=o||[]).push(d,""+s):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(Ws.hasOwnProperty(d)?(s!=null&&d==="onScroll"&&fe("scroll",e),o||l===s||(o=[])):(o=o||[]).push(d,s))}r&&(o=o||[]).push("style",r);var d=o;(t.updateQueue=d)&&(t.flags|=4)}};FS=function(e,t,r,n){r!==n&&(t.flags|=4)};function Pl(e,t){if(!ye)switch(e.tailMode){case"hidden":t=e.tail;for(var r=null;t!==null;)t.alternate!==null&&(r=t),t=t.sibling;r===null?e.tail=null:r.sibling=null;break;case"collapsed":r=e.tail;for(var n=null;r!==null;)r.alternate!==null&&(n=r),r=r.sibling;n===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Je(e){var t=e.alternate!==null&&e.alternate.child===e.child,r=0,n=0;if(t)for(var a=e.child;a!==null;)r|=a.lanes|a.childLanes,n|=a.subtreeFlags&14680064,n|=a.flags&14680064,a.return=e,a=a.sibling;else for(a=e.child;a!==null;)r|=a.lanes|a.childLanes,n|=a.subtreeFlags,n|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function kP(e,t,r){var n=t.pendingProps;switch(vv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Je(t),null;case 1:return wt(t.type)&&ed(),Je(t),null;case 3:return n=t.stateNode,Ui(),ge(yt),ge(at),kv(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(vc(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,cr!==null&&(Bg(cr),cr=null))),_g(e,t),Je(t),null;case 5:Sv(t);var a=Ka(nu.current);if(r=t.type,e!==null&&t.stateNode!=null)AS(e,t,r,n,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(P(166));return Je(t),null}if(e=Ka(Gr.current),vc(t)){n=t.stateNode,r=t.type;var o=t.memoizedProps;switch(n[Nr]=t,n[tu]=o,e=(t.mode&1)!==0,r){case"dialog":fe("cancel",n),fe("close",n);break;case"iframe":case"object":case"embed":fe("load",n);break;case"video":case"audio":for(a=0;a<us.length;a++)fe(us[a],n);break;case"source":fe("error",n);break;case"img":case"image":case"link":fe("error",n),fe("load",n);break;case"details":fe("toggle",n);break;case"input":M3(n,o),fe("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!o.multiple},fe("invalid",n);break;case"textarea":N3(n,o),fe("invalid",n)}eg(r,o),a=null;for(var i in o)if(o.hasOwnProperty(i)){var l=o[i];i==="children"?typeof l=="string"?n.textContent!==l&&(o.suppressHydrationWarning!==!0&&gc(n.textContent,l,e),a=["children",l]):typeof l=="number"&&n.textContent!==""+l&&(o.suppressHydrationWarning!==!0&&gc(n.textContent,l,e),a=["children",""+l]):Ws.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&fe("scroll",n)}switch(r){case"input":sc(n),P3(n,o,!0);break;case"textarea":sc(n),j3(n);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(n.onclick=Q0)}n=a,t.updateQueue=n,n!==null&&(t.flags|=4)}else{i=a.nodeType===9?a:a.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=nD(r)),e==="http://www.w3.org/1999/xhtml"?r==="script"?(e=i.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=i.createElement(r,{is:n.is}):(e=i.createElement(r),r==="select"&&(i=e,n.multiple?i.multiple=!0:n.size&&(i.size=n.size))):e=i.createElementNS(e,r),e[Nr]=t,e[tu]=n,_S(e,t,!1,!1),t.stateNode=e;e:{switch(i=tg(r,n),r){case"dialog":fe("cancel",e),fe("close",e),a=n;break;case"iframe":case"object":case"embed":fe("load",e),a=n;break;case"video":case"audio":for(a=0;a<us.length;a++)fe(us[a],e);a=n;break;case"source":fe("error",e),a=n;break;case"img":case"image":case"link":fe("error",e),fe("load",e),a=n;break;case"details":fe("toggle",e),a=n;break;case"input":M3(e,n),a=Ym(e,n),fe("invalid",e);break;case"option":a=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},a=xe({},n,{value:void 0}),fe("invalid",e);break;case"textarea":N3(e,n),a=Jm(e,n),fe("invalid",e);break;default:a=n}eg(r,a),l=a;for(o in l)if(l.hasOwnProperty(o)){var s=l[o];o==="style"?iD(e,s):o==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,s!=null&&aD(e,s)):o==="children"?typeof s=="string"?(r!=="textarea"||s!=="")&&qs(e,s):typeof s=="number"&&qs(e,""+s):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(Ws.hasOwnProperty(o)?s!=null&&o==="onScroll"&&fe("scroll",e):s!=null&&rv(e,o,s,i))}switch(r){case"input":sc(e),P3(e,n,!1);break;case"textarea":sc(e),j3(e);break;case"option":n.value!=null&&e.setAttribute("value",""+ca(n.value));break;case"select":e.multiple=!!n.multiple,o=n.value,o!=null?hi(e,!!n.multiple,o,!1):n.defaultValue!=null&&hi(e,!!n.multiple,n.defaultValue,!0);break;default:typeof a.onClick=="function"&&(e.onclick=Q0)}switch(r){case"button":case"input":case"select":case"textarea":n=!!n.autoFocus;break e;case"img":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Je(t),null;case 6:if(e&&t.stateNode!=null)FS(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(P(166));if(r=Ka(nu.current),Ka(Gr.current),vc(t)){if(n=t.stateNode,r=t.memoizedProps,n[Nr]=t,(o=n.nodeValue!==r)&&(e=It,e!==null))switch(e.tag){case 3:gc(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&gc(n.nodeValue,r,(e.mode&1)!==0)}o&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[Nr]=t,t.stateNode=n}return Je(t),null;case 13:if(ge(be),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(ye&&Tt!==null&&t.mode&1&&!(t.flags&128))GD(),Hi(),t.flags|=98560,o=!1;else if(o=vc(t),n!==null&&n.dehydrated!==null){if(e===null){if(!o)throw Error(P(318));if(o=t.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(P(317));o[Nr]=t}else Hi(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Je(t),o=!1}else cr!==null&&(Bg(cr),cr=null),o=!0;if(!o)return t.flags&65536?t:null}return t.flags&128?(t.lanes=r,t):(n=n!==null,n!==(e!==null&&e.memoizedState!==null)&&n&&(t.child.flags|=8192,t.mode&1&&(e===null||be.current&1?Le===0&&(Le=3):Mv())),t.updateQueue!==null&&(t.flags|=4),Je(t),null);case 4:return Ui(),_g(e,t),e===null&&Qs(t.stateNode.containerInfo),Je(t),null;case 10:return Ev(t.type._context),Je(t),null;case 17:return wt(t.type)&&ed(),Je(t),null;case 19:if(ge(be),o=t.memoizedState,o===null)return Je(t),null;if(n=(t.flags&128)!==0,i=o.rendering,i===null)if(n)Pl(o,!1);else{if(Le!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=ld(e),i!==null){for(t.flags|=128,Pl(o,!1),n=i.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;r!==null;)o=r,e=n,o.flags&=14680066,i=o.alternate,i===null?(o.childLanes=0,o.lanes=e,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=i.childLanes,o.lanes=i.lanes,o.child=i.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=i.memoizedProps,o.memoizedState=i.memoizedState,o.updateQueue=i.updateQueue,o.type=i.type,e=i.dependencies,o.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return pe(be,be.current&1|2),t.child}e=e.sibling}o.tail!==null&&_e()>qi&&(t.flags|=128,n=!0,Pl(o,!1),t.lanes=4194304)}else{if(!n)if(e=ld(i),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),Pl(o,!0),o.tail===null&&o.tailMode==="hidden"&&!i.alternate&&!ye)return Je(t),null}else 2*_e()-o.renderingStartTime>qi&&r!==1073741824&&(t.flags|=128,n=!0,Pl(o,!1),t.lanes=4194304);o.isBackwards?(i.sibling=t.child,t.child=i):(r=o.last,r!==null?r.sibling=i:t.child=i,o.last=i)}return o.tail!==null?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=_e(),t.sibling=null,r=be.current,pe(be,n?r&1|2:r&1),t):(Je(t),null);case 22:case 23:return Ov(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?Ft&1073741824&&(Je(t),t.subtreeFlags&6&&(t.flags|=8192)):Je(t),null;case 24:return null;case 25:return null}throw Error(P(156,t.tag))}function _P(e,t){switch(vv(t),t.tag){case 1:return wt(t.type)&&ed(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Ui(),ge(yt),ge(at),kv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Sv(t),null;case 13:if(ge(be),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(P(340));Hi()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ge(be),null;case 4:return Ui(),null;case 10:return Ev(t.type._context),null;case 22:case 23:return Ov(),null;case 24:return null;default:return null}}var bc=!1,nt=!1,AP=typeof WeakSet=="function"?WeakSet:Set,V=null;function ci(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){Ce(e,t,n)}else r.current=null}function Ag(e,t,r){try{r()}catch(n){Ce(e,t,n)}}var $w=!1;function FP(e,t){if(dg=Z0,e=zD(),mv(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var n=r.getSelection&&r.getSelection();if(n&&n.rangeCount!==0){r=n.anchorNode;var a=n.anchorOffset,o=n.focusNode;n=n.focusOffset;try{r.nodeType,o.nodeType}catch{r=null;break e}var i=0,l=-1,s=-1,d=0,f=0,h=e,p=null;t:for(;;){for(var m;h!==r||a!==0&&h.nodeType!==3||(l=i+a),h!==o||n!==0&&h.nodeType!==3||(s=i+n),h.nodeType===3&&(i+=h.nodeValue.length),(m=h.firstChild)!==null;)p=h,h=m;for(;;){if(h===e)break t;if(p===r&&++d===a&&(l=i),p===o&&++f===n&&(s=i),(m=h.nextSibling)!==null)break;h=p,p=h.parentNode}h=m}r=l===-1||s===-1?null:{start:l,end:s}}else r=null}r=r||{start:0,end:0}}else r=null;for(pg={focusedElem:e,selectionRange:r},Z0=!1,V=t;V!==null;)if(t=V,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,V=e;else for(;V!==null;){t=V;try{var g=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(g!==null){var v=g.memoizedProps,C=g.memoizedState,w=t.stateNode,y=w.getSnapshotBeforeUpdate(t.elementType===t.type?v:lr(t.type,v),C);w.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var E=t.stateNode.containerInfo;E.nodeType===1?E.textContent="":E.nodeType===9&&E.documentElement&&E.removeChild(E.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(P(163))}}catch(x){Ce(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,V=e;break}V=t.return}return g=$w,$w=!1,g}function Ts(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var a=n=n.next;do{if((a.tag&e)===e){var o=a.destroy;a.destroy=void 0,o!==void 0&&Ag(t,r,o)}a=a.next}while(a!==n)}}function E1(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function Fg(e){var t=e.ref;if(t!==null){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}typeof t=="function"?t(e):t.current=e}}function $S(e){var t=e.alternate;t!==null&&(e.alternate=null,$S(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Nr],delete t[tu],delete t[mg],delete t[dP],delete t[pP])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function TS(e){return e.tag===5||e.tag===3||e.tag===4}function Tw(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||TS(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function $g(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.nodeType===8?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(r.nodeType===8?(t=r.parentNode,t.insertBefore(e,r)):(t=r,t.appendChild(e)),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=Q0));else if(n!==4&&(e=e.child,e!==null))for($g(e,t,r),e=e.sibling;e!==null;)$g(e,t,r),e=e.sibling}function Tg(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(Tg(e,t,r),e=e.sibling;e!==null;)Tg(e,t,r),e=e.sibling}var Ue=null,sr=!1;function Bn(e,t,r){for(r=r.child;r!==null;)IS(e,t,r),r=r.sibling}function IS(e,t,r){if(qr&&typeof qr.onCommitFiberUnmount=="function")try{qr.onCommitFiberUnmount(f1,r)}catch{}switch(r.tag){case 5:nt||ci(r,t);case 6:var n=Ue,a=sr;Ue=null,Bn(e,t,r),Ue=n,sr=a,Ue!==null&&(sr?(e=Ue,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):Ue.removeChild(r.stateNode));break;case 18:Ue!==null&&(sr?(e=Ue,r=r.stateNode,e.nodeType===8?tf(e.parentNode,r):e.nodeType===1&&tf(e,r),Zs(e)):tf(Ue,r.stateNode));break;case 4:n=Ue,a=sr,Ue=r.stateNode.containerInfo,sr=!0,Bn(e,t,r),Ue=n,sr=a;break;case 0:case 11:case 14:case 15:if(!nt&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){a=n=n.next;do{var o=a,i=o.destroy;o=o.tag,i!==void 0&&(o&2||o&4)&&Ag(r,t,i),a=a.next}while(a!==n)}Bn(e,t,r);break;case 1:if(!nt&&(ci(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(l){Ce(r,t,l)}Bn(e,t,r);break;case 21:Bn(e,t,r);break;case 22:r.mode&1?(nt=(n=nt)||r.memoizedState!==null,Bn(e,t,r),nt=n):Bn(e,t,r);break;default:Bn(e,t,r)}}function Iw(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new AP),t.forEach(function(n){var a=MP.bind(null,e,n);r.has(n)||(r.add(n),n.then(a,a))})}}function nr(e,t){var r=t.deletions;if(r!==null)for(var n=0;n<r.length;n++){var a=r[n];try{var o=e,i=t,l=i;e:for(;l!==null;){switch(l.tag){case 5:Ue=l.stateNode,sr=!1;break e;case 3:Ue=l.stateNode.containerInfo,sr=!0;break e;case 4:Ue=l.stateNode.containerInfo,sr=!0;break e}l=l.return}if(Ue===null)throw Error(P(160));IS(o,i,a),Ue=null,sr=!1;var s=a.alternate;s!==null&&(s.return=null),a.return=null}catch(d){Ce(a,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)RS(t,e),t=t.sibling}function RS(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(nr(t,e),zr(e),n&4){try{Ts(3,e,e.return),E1(3,e)}catch(v){Ce(e,e.return,v)}try{Ts(5,e,e.return)}catch(v){Ce(e,e.return,v)}}break;case 1:nr(t,e),zr(e),n&512&&r!==null&&ci(r,r.return);break;case 5:if(nr(t,e),zr(e),n&512&&r!==null&&ci(r,r.return),e.flags&32){var a=e.stateNode;try{qs(a,"")}catch(v){Ce(e,e.return,v)}}if(n&4&&(a=e.stateNode,a!=null)){var o=e.memoizedProps,i=r!==null?r.memoizedProps:o,l=e.type,s=e.updateQueue;if(e.updateQueue=null,s!==null)try{l==="input"&&o.type==="radio"&&o.name!=null&&tD(a,o),tg(l,i);var d=tg(l,o);for(i=0;i<s.length;i+=2){var f=s[i],h=s[i+1];f==="style"?iD(a,h):f==="dangerouslySetInnerHTML"?aD(a,h):f==="children"?qs(a,h):rv(a,f,h,d)}switch(l){case"input":Zm(a,o);break;case"textarea":rD(a,o);break;case"select":var p=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!o.multiple;var m=o.value;m!=null?hi(a,!!o.multiple,m,!1):p!==!!o.multiple&&(o.defaultValue!=null?hi(a,!!o.multiple,o.defaultValue,!0):hi(a,!!o.multiple,o.multiple?[]:"",!1))}a[tu]=o}catch(v){Ce(e,e.return,v)}}break;case 6:if(nr(t,e),zr(e),n&4){if(e.stateNode===null)throw Error(P(162));a=e.stateNode,o=e.memoizedProps;try{a.nodeValue=o}catch(v){Ce(e,e.return,v)}}break;case 3:if(nr(t,e),zr(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{Zs(t.containerInfo)}catch(v){Ce(e,e.return,v)}break;case 4:nr(t,e),zr(e);break;case 13:nr(t,e),zr(e),a=e.child,a.flags&8192&&(o=a.memoizedState!==null,a.stateNode.isHidden=o,!o||a.alternate!==null&&a.alternate.memoizedState!==null||(Bv=_e())),n&4&&Iw(e);break;case 22:if(f=r!==null&&r.memoizedState!==null,e.mode&1?(nt=(d=nt)||f,nr(t,e),nt=d):nr(t,e),zr(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!f&&e.mode&1)for(V=e,f=e.child;f!==null;){for(h=V=f;V!==null;){switch(p=V,m=p.child,p.tag){case 0:case 11:case 14:case 15:Ts(4,p,p.return);break;case 1:ci(p,p.return);var g=p.stateNode;if(typeof g.componentWillUnmount=="function"){n=p,r=p.return;try{t=n,g.props=t.memoizedProps,g.state=t.memoizedState,g.componentWillUnmount()}catch(v){Ce(n,r,v)}}break;case 5:ci(p,p.return);break;case 22:if(p.memoizedState!==null){zw(h);continue}}m!==null?(m.return=p,V=m):zw(h)}f=f.sibling}e:for(f=null,h=e;;){if(h.tag===5){if(f===null){f=h;try{a=h.stateNode,d?(o=a.style,typeof o.setProperty=="function"?o.setProperty("display","none","important"):o.display="none"):(l=h.stateNode,s=h.memoizedProps.style,i=s!=null&&s.hasOwnProperty("display")?s.display:null,l.style.display=oD("display",i))}catch(v){Ce(e,e.return,v)}}}else if(h.tag===6){if(f===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(v){Ce(e,e.return,v)}}else if((h.tag!==22&&h.tag!==23||h.memoizedState===null||h===e)&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===e)break e;for(;h.sibling===null;){if(h.return===null||h.return===e)break e;f===h&&(f=null),h=h.return}f===h&&(f=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:nr(t,e),zr(e),n&4&&Iw(e);break;case 21:break;default:nr(t,e),zr(e)}}function zr(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if(TS(r)){var n=r;break e}r=r.return}throw Error(P(160))}switch(n.tag){case 5:var a=n.stateNode;n.flags&32&&(qs(a,""),n.flags&=-33);var o=Tw(e);Tg(e,o,a);break;case 3:case 4:var i=n.stateNode.containerInfo,l=Tw(e);$g(e,l,i);break;default:throw Error(P(161))}}catch(s){Ce(e,e.return,s)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function $P(e,t,r){V=e,zS(e)}function zS(e,t,r){for(var n=(e.mode&1)!==0;V!==null;){var a=V,o=a.child;if(a.tag===22&&n){var i=a.memoizedState!==null||bc;if(!i){var l=a.alternate,s=l!==null&&l.memoizedState!==null||nt;l=bc;var d=nt;if(bc=i,(nt=s)&&!d)for(V=a;V!==null;)i=V,s=i.child,i.tag===22&&i.memoizedState!==null?Bw(a):s!==null?(s.return=i,V=s):Bw(a);for(;o!==null;)V=o,zS(o),o=o.sibling;V=a,bc=l,nt=d}Rw(e)}else a.subtreeFlags&8772&&o!==null?(o.return=a,V=o):Rw(e)}}function Rw(e){for(;V!==null;){var t=V;if(t.flags&8772){var r=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:nt||E1(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!nt)if(r===null)n.componentDidMount();else{var a=t.elementType===t.type?r.memoizedProps:lr(t.type,r.memoizedProps);n.componentDidUpdate(a,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var o=t.updateQueue;o!==null&&vw(t,o,n);break;case 3:var i=t.updateQueue;if(i!==null){if(r=null,t.child!==null)switch(t.child.tag){case 5:r=t.child.stateNode;break;case 1:r=t.child.stateNode}vw(t,i,r)}break;case 5:var l=t.stateNode;if(r===null&&t.flags&4){r=l;var s=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":s.autoFocus&&r.focus();break;case"img":s.src&&(r.src=s.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var f=d.memoizedState;if(f!==null){var h=f.dehydrated;h!==null&&Zs(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(P(163))}nt||t.flags&512&&Fg(t)}catch(p){Ce(t,t.return,p)}}if(t===e){V=null;break}if(r=t.sibling,r!==null){r.return=t.return,V=r;break}V=t.return}}function zw(e){for(;V!==null;){var t=V;if(t===e){V=null;break}var r=t.sibling;if(r!==null){r.return=t.return,V=r;break}V=t.return}}function Bw(e){for(;V!==null;){var t=V;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{E1(4,t)}catch(s){Ce(t,r,s)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var a=t.return;try{n.componentDidMount()}catch(s){Ce(t,a,s)}}var o=t.return;try{Fg(t)}catch(s){Ce(t,o,s)}break;case 5:var i=t.return;try{Fg(t)}catch(s){Ce(t,i,s)}}}catch(s){Ce(t,t.return,s)}if(t===e){V=null;break}var l=t.sibling;if(l!==null){l.return=t.return,V=l;break}V=t.return}}var TP=Math.ceil,cd=Tn.ReactCurrentDispatcher,Rv=Tn.ReactCurrentOwner,Gt=Tn.ReactCurrentBatchConfig,ie=0,Ve=null,$e=null,qe=0,Ft=0,di=ba(0),Le=0,lu=null,co=0,x1=0,zv=0,Is=null,mt=null,Bv=0,qi=1/0,gn=null,dd=!1,Ig=null,aa=null,Ec=!1,Jn=null,pd=0,Rs=0,Rg=null,f0=-1,h0=0;function ut(){return ie&6?_e():f0!==-1?f0:f0=_e()}function oa(e){return e.mode&1?ie&2&&qe!==0?qe&-qe:hP.transition!==null?(h0===0&&(h0=yD()),h0):(e=ce,e!==0||(e=window.event,e=e===void 0?16:SD(e.type)),e):1}function gr(e,t,r,n){if(50<Rs)throw Rs=0,Rg=null,Error(P(185));Fu(e,r,n),(!(ie&2)||e!==Ve)&&(e===Ve&&(!(ie&2)&&(x1|=r),Le===4&&Yn(e,qe)),bt(e,n),r===1&&ie===0&&!(t.mode&1)&&(qi=_e()+500,y1&&Ea()))}function bt(e,t){var r=e.callbackNode;hM(e,t);var n=Y0(e,e===Ve?qe:0);if(n===0)r!==null&&U3(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&U3(r),t===1)e.tag===0?fP(Lw.bind(null,e)):UD(Lw.bind(null,e)),uP(function(){!(ie&6)&&Ea()}),r=null;else{switch(wD(n)){case 1:r=lv;break;case 4:r=gD;break;case 16:r=K0;break;case 536870912:r=vD;break;default:r=K0}r=HS(r,BS.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function BS(e,t){if(f0=-1,h0=0,ie&6)throw Error(P(327));var r=e.callbackNode;if(bi()&&e.callbackNode!==r)return null;var n=Y0(e,e===Ve?qe:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=fd(e,n);else{t=n;var a=ie;ie|=2;var o=OS();(Ve!==e||qe!==t)&&(gn=null,qi=_e()+500,ro(e,t));do try{zP();break}catch(l){LS(e,l)}while(!0);bv(),cd.current=o,ie=a,$e!==null?t=0:(Ve=null,qe=0,t=Le)}if(t!==0){if(t===2&&(a=ig(e),a!==0&&(n=a,t=zg(e,a))),t===1)throw r=lu,ro(e,0),Yn(e,n),bt(e,_e()),r;if(t===6)Yn(e,n);else{if(a=e.current.alternate,!(n&30)&&!IP(a)&&(t=fd(e,n),t===2&&(o=ig(e),o!==0&&(n=o,t=zg(e,o))),t===1))throw r=lu,ro(e,0),Yn(e,n),bt(e,_e()),r;switch(e.finishedWork=a,e.finishedLanes=n,t){case 0:case 1:throw Error(P(345));case 2:Na(e,mt,gn);break;case 3:if(Yn(e,n),(n&130023424)===n&&(t=Bv+500-_e(),10<t)){if(Y0(e,0)!==0)break;if(a=e.suspendedLanes,(a&n)!==n){ut(),e.pingedLanes|=e.suspendedLanes&a;break}e.timeoutHandle=hg(Na.bind(null,e,mt,gn),t);break}Na(e,mt,gn);break;case 4:if(Yn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,a=-1;0<n;){var i=31-mr(n);o=1<<i,i=t[i],i>a&&(a=i),n&=~o}if(n=a,n=_e()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*TP(n/1960))-n,10<n){e.timeoutHandle=hg(Na.bind(null,e,mt,gn),n);break}Na(e,mt,gn);break;case 5:Na(e,mt,gn);break;default:throw Error(P(329))}}}return bt(e,_e()),e.callbackNode===r?BS.bind(null,e):null}function zg(e,t){var r=Is;return e.current.memoizedState.isDehydrated&&(ro(e,t).flags|=256),e=fd(e,t),e!==2&&(t=mt,mt=r,t!==null&&Bg(t)),e}function Bg(e){mt===null?mt=e:mt.push.apply(mt,e)}function IP(e){for(var t=e;;){if(t.flags&16384){var r=t.updateQueue;if(r!==null&&(r=r.stores,r!==null))for(var n=0;n<r.length;n++){var a=r[n],o=a.getSnapshot;a=a.value;try{if(!yr(o(),a))return!1}catch{return!1}}}if(r=t.child,t.subtreeFlags&16384&&r!==null)r.return=t,t=r;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function Yn(e,t){for(t&=~zv,t&=~x1,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-mr(t),n=1<<r;e[r]=-1,t&=~n}}function Lw(e){if(ie&6)throw Error(P(327));bi();var t=Y0(e,0);if(!(t&1))return bt(e,_e()),null;var r=fd(e,t);if(e.tag!==0&&r===2){var n=ig(e);n!==0&&(t=n,r=zg(e,n))}if(r===1)throw r=lu,ro(e,0),Yn(e,t),bt(e,_e()),r;if(r===6)throw Error(P(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Na(e,mt,gn),bt(e,_e()),null}function Lv(e,t){var r=ie;ie|=1;try{return e(t)}finally{ie=r,ie===0&&(qi=_e()+500,y1&&Ea())}}function po(e){Jn!==null&&Jn.tag===0&&!(ie&6)&&bi();var t=ie;ie|=1;var r=Gt.transition,n=ce;try{if(Gt.transition=null,ce=1,e)return e()}finally{ce=n,Gt.transition=r,ie=t,!(ie&6)&&Ea()}}function Ov(){Ft=di.current,ge(di)}function ro(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,sP(r)),$e!==null)for(r=$e.return;r!==null;){var n=r;switch(vv(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&ed();break;case 3:Ui(),ge(yt),ge(at),kv();break;case 5:Sv(n);break;case 4:Ui();break;case 13:ge(be);break;case 19:ge(be);break;case 10:Ev(n.type._context);break;case 22:case 23:Ov()}r=r.return}if(Ve=e,$e=e=ia(e.current,null),qe=Ft=t,Le=0,lu=null,zv=x1=co=0,mt=Is=null,Ga!==null){for(t=0;t<Ga.length;t++)if(r=Ga[t],n=r.interleaved,n!==null){r.interleaved=null;var a=n.next,o=r.pending;if(o!==null){var i=o.next;o.next=a,n.next=i}r.pending=n}Ga=null}return e}function LS(e,t){do{var r=$e;try{if(bv(),c0.current=ud,sd){for(var n=Ee.memoizedState;n!==null;){var a=n.queue;a!==null&&(a.pending=null),n=n.next}sd=!1}if(uo=0,Ne=Be=Ee=null,$s=!1,au=0,Rv.current=null,r===null||r.return===null){Le=1,lu=t,$e=null;break}e:{var o=e,i=r.return,l=r,s=t;if(t=qe,l.flags|=32768,s!==null&&typeof s=="object"&&typeof s.then=="function"){var d=s,f=l,h=f.tag;if(!(f.mode&1)&&(h===0||h===11||h===15)){var p=f.alternate;p?(f.updateQueue=p.updateQueue,f.memoizedState=p.memoizedState,f.lanes=p.lanes):(f.updateQueue=null,f.memoizedState=null)}var m=Cw(i);if(m!==null){m.flags&=-257,Dw(m,i,l,o,t),m.mode&1&&xw(o,d,t),t=m,s=d;var g=t.updateQueue;if(g===null){var v=new Set;v.add(s),t.updateQueue=v}else g.add(s);break e}else{if(!(t&1)){xw(o,d,t),Mv();break e}s=Error(P(426))}}else if(ye&&l.mode&1){var C=Cw(i);if(C!==null){!(C.flags&65536)&&(C.flags|=256),Dw(C,i,l,o,t),yv(Wi(s,l));break e}}o=s=Wi(s,l),Le!==4&&(Le=2),Is===null?Is=[o]:Is.push(o),o=i;do{switch(o.tag){case 3:o.flags|=65536,t&=-t,o.lanes|=t;var w=wS(o,s,t);gw(o,w);break e;case 1:l=s;var y=o.type,E=o.stateNode;if(!(o.flags&128)&&(typeof y.getDerivedStateFromError=="function"||E!==null&&typeof E.componentDidCatch=="function"&&(aa===null||!aa.has(E)))){o.flags|=65536,t&=-t,o.lanes|=t;var x=bS(o,l,t);gw(o,x);break e}}o=o.return}while(o!==null)}PS(r)}catch(D){t=D,$e===r&&r!==null&&($e=r=r.return);continue}break}while(!0)}function OS(){var e=cd.current;return cd.current=ud,e===null?ud:e}function Mv(){(Le===0||Le===3||Le===2)&&(Le=4),Ve===null||!(co&268435455)&&!(x1&268435455)||Yn(Ve,qe)}function fd(e,t){var r=ie;ie|=2;var n=OS();(Ve!==e||qe!==t)&&(gn=null,ro(e,t));do try{RP();break}catch(a){LS(e,a)}while(!0);if(bv(),ie=r,cd.current=n,$e!==null)throw Error(P(261));return Ve=null,qe=0,Le}function RP(){for(;$e!==null;)MS($e)}function zP(){for(;$e!==null&&!oM();)MS($e)}function MS(e){var t=jS(e.alternate,e,Ft);e.memoizedProps=e.pendingProps,t===null?PS(e):$e=t,Rv.current=null}function PS(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=_P(r,t),r!==null){r.flags&=32767,$e=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Le=6,$e=null;return}}else if(r=kP(r,t,Ft),r!==null){$e=r;return}if(t=t.sibling,t!==null){$e=t;return}$e=t=e}while(t!==null);Le===0&&(Le=5)}function Na(e,t,r){var n=ce,a=Gt.transition;try{Gt.transition=null,ce=1,BP(e,t,r,n)}finally{Gt.transition=a,ce=n}return null}function BP(e,t,r,n){do bi();while(Jn!==null);if(ie&6)throw Error(P(327));r=e.finishedWork;var a=e.finishedLanes;if(r===null)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(P(177));e.callbackNode=null,e.callbackPriority=0;var o=r.lanes|r.childLanes;if(mM(e,o),e===Ve&&($e=Ve=null,qe=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||Ec||(Ec=!0,HS(K0,function(){return bi(),null})),o=(r.flags&15990)!==0,r.subtreeFlags&15990||o){o=Gt.transition,Gt.transition=null;var i=ce;ce=1;var l=ie;ie|=4,Rv.current=null,FP(e,r),RS(r,e),tP(pg),Z0=!!dg,pg=dg=null,e.current=r,$P(r),iM(),ie=l,ce=i,Gt.transition=o}else e.current=r;if(Ec&&(Ec=!1,Jn=e,pd=a),o=e.pendingLanes,o===0&&(aa=null),uM(r.stateNode),bt(e,_e()),t!==null)for(n=e.onRecoverableError,r=0;r<t.length;r++)a=t[r],n(a.value,{componentStack:a.stack,digest:a.digest});if(dd)throw dd=!1,e=Ig,Ig=null,e;return pd&1&&e.tag!==0&&bi(),o=e.pendingLanes,o&1?e===Rg?Rs++:(Rs=0,Rg=e):Rs=0,Ea(),null}function bi(){if(Jn!==null){var e=wD(pd),t=Gt.transition,r=ce;try{if(Gt.transition=null,ce=16>e?16:e,Jn===null)var n=!1;else{if(e=Jn,Jn=null,pd=0,ie&6)throw Error(P(331));var a=ie;for(ie|=4,V=e.current;V!==null;){var o=V,i=o.child;if(V.flags&16){var l=o.deletions;if(l!==null){for(var s=0;s<l.length;s++){var d=l[s];for(V=d;V!==null;){var f=V;switch(f.tag){case 0:case 11:case 15:Ts(8,f,o)}var h=f.child;if(h!==null)h.return=f,V=h;else for(;V!==null;){f=V;var p=f.sibling,m=f.return;if($S(f),f===d){V=null;break}if(p!==null){p.return=m,V=p;break}V=m}}}var g=o.alternate;if(g!==null){var v=g.child;if(v!==null){g.child=null;do{var C=v.sibling;v.sibling=null,v=C}while(v!==null)}}V=o}}if(o.subtreeFlags&2064&&i!==null)i.return=o,V=i;else e:for(;V!==null;){if(o=V,o.flags&2048)switch(o.tag){case 0:case 11:case 15:Ts(9,o,o.return)}var w=o.sibling;if(w!==null){w.return=o.return,V=w;break e}V=o.return}}var y=e.current;for(V=y;V!==null;){i=V;var E=i.child;if(i.subtreeFlags&2064&&E!==null)E.return=i,V=E;else e:for(i=y;V!==null;){if(l=V,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:E1(9,l)}}catch(D){Ce(l,l.return,D)}if(l===i){V=null;break e}var x=l.sibling;if(x!==null){x.return=l.return,V=x;break e}V=l.return}}if(ie=a,Ea(),qr&&typeof qr.onPostCommitFiberRoot=="function")try{qr.onPostCommitFiberRoot(f1,e)}catch{}n=!0}return n}finally{ce=r,Gt.transition=t}}return!1}function Ow(e,t,r){t=Wi(r,t),t=wS(e,t,1),e=na(e,t,1),t=ut(),e!==null&&(Fu(e,1,t),bt(e,t))}function Ce(e,t,r){if(e.tag===3)Ow(e,e,r);else for(;t!==null;){if(t.tag===3){Ow(t,e,r);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(aa===null||!aa.has(n))){e=Wi(r,e),e=bS(t,e,1),t=na(t,e,1),e=ut(),t!==null&&(Fu(t,1,e),bt(t,e));break}}t=t.return}}function LP(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=ut(),e.pingedLanes|=e.suspendedLanes&r,Ve===e&&(qe&r)===r&&(Le===4||Le===3&&(qe&130023424)===qe&&500>_e()-Bv?ro(e,0):zv|=r),bt(e,t)}function NS(e,t){t===0&&(e.mode&1?(t=dc,dc<<=1,!(dc&130023424)&&(dc=4194304)):t=1);var r=ut();e=_n(e,t),e!==null&&(Fu(e,t,r),bt(e,r))}function OP(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),NS(e,r)}function MP(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,a=e.memoizedState;a!==null&&(r=a.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(P(314))}n!==null&&n.delete(t),NS(e,r)}var jS;jS=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||yt.current)gt=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return gt=!1,SP(e,t,r);gt=!!(e.flags&131072)}else gt=!1,ye&&t.flags&1048576&&WD(t,nd,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;p0(e,t),e=t.pendingProps;var a=ji(t,at.current);wi(t,r),a=Av(null,t,n,e,a,r);var o=Fv();return t.flags|=1,typeof a=="object"&&a!==null&&typeof a.render=="function"&&a.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,wt(n)?(o=!0,td(t)):o=!1,t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,Cv(t),a.updater=b1,t.stateNode=a,a._reactInternals=t,Eg(t,n,e,r),t=Dg(null,t,n,!0,o,r)):(t.tag=0,ye&&o&&gv(t),st(null,t,a,r),t=t.child),t;case 16:n=t.elementType;e:{switch(p0(e,t),e=t.pendingProps,a=n._init,n=a(n._payload),t.type=n,a=t.tag=NP(n),e=lr(n,e),a){case 0:t=Cg(null,t,n,e,r);break e;case 1:t=_w(null,t,n,e,r);break e;case 11:t=Sw(null,t,n,e,r);break e;case 14:t=kw(null,t,n,lr(n.type,e),r);break e}throw Error(P(306,n,""))}return t;case 0:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:lr(n,a),Cg(e,t,n,a,r);case 1:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:lr(n,a),_w(e,t,n,a,r);case 3:e:{if(DS(t),e===null)throw Error(P(387));n=t.pendingProps,o=t.memoizedState,a=o.element,XD(e,t),id(t,n,null,r);var i=t.memoizedState;if(n=i.element,o.isDehydrated)if(o={element:n,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=o,t.memoizedState=o,t.flags&256){a=Wi(Error(P(423)),t),t=Aw(e,t,n,r,a);break e}else if(n!==a){a=Wi(Error(P(424)),t),t=Aw(e,t,n,r,a);break e}else for(Tt=ra(t.stateNode.containerInfo.firstChild),It=t,ye=!0,cr=null,r=YD(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Hi(),n===a){t=An(e,t,r);break e}st(e,t,n,r)}t=t.child}return t;case 5:return JD(t),e===null&&yg(t),n=t.type,a=t.pendingProps,o=e!==null?e.memoizedProps:null,i=a.children,fg(n,a)?i=null:o!==null&&fg(n,o)&&(t.flags|=32),CS(e,t),st(e,t,i,r),t.child;case 6:return e===null&&yg(t),null;case 13:return SS(e,t,r);case 4:return Dv(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Vi(t,null,n,r):st(e,t,n,r),t.child;case 11:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:lr(n,a),Sw(e,t,n,a,r);case 7:return st(e,t,t.pendingProps,r),t.child;case 8:return st(e,t,t.pendingProps.children,r),t.child;case 12:return st(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,a=t.pendingProps,o=t.memoizedProps,i=a.value,pe(ad,n._currentValue),n._currentValue=i,o!==null)if(yr(o.value,i)){if(o.children===a.children&&!yt.current){t=An(e,t,r);break e}}else for(o=t.child,o!==null&&(o.return=t);o!==null;){var l=o.dependencies;if(l!==null){i=o.child;for(var s=l.firstContext;s!==null;){if(s.context===n){if(o.tag===1){s=En(-1,r&-r),s.tag=2;var d=o.updateQueue;if(d!==null){d=d.shared;var f=d.pending;f===null?s.next=s:(s.next=f.next,f.next=s),d.pending=s}}o.lanes|=r,s=o.alternate,s!==null&&(s.lanes|=r),wg(o.return,r,t),l.lanes|=r;break}s=s.next}}else if(o.tag===10)i=o.type===t.type?null:o.child;else if(o.tag===18){if(i=o.return,i===null)throw Error(P(341));i.lanes|=r,l=i.alternate,l!==null&&(l.lanes|=r),wg(i,r,t),i=o.sibling}else i=o.child;if(i!==null)i.return=o;else for(i=o;i!==null;){if(i===t){i=null;break}if(o=i.sibling,o!==null){o.return=i.return,i=o;break}i=i.return}o=i}st(e,t,a.children,r),t=t.child}return t;case 9:return a=t.type,n=t.pendingProps.children,wi(t,r),a=Kt(a),n=n(a),t.flags|=1,st(e,t,n,r),t.child;case 14:return n=t.type,a=lr(n,t.pendingProps),a=lr(n.type,a),kw(e,t,n,a,r);case 15:return ES(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:lr(n,a),p0(e,t),t.tag=1,wt(n)?(e=!0,td(t)):e=!1,wi(t,r),yS(t,n,a),Eg(t,n,a,r),Dg(null,t,n,!0,e,r);case 19:return kS(e,t,r);case 22:return xS(e,t,r)}throw Error(P(156,t.tag))};function HS(e,t){return mD(e,t)}function PP(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Vt(e,t,r,n){return new PP(e,t,r,n)}function Pv(e){return e=e.prototype,!(!e||!e.isReactComponent)}function NP(e){if(typeof e=="function")return Pv(e)?1:0;if(e!=null){if(e=e.$$typeof,e===av)return 11;if(e===ov)return 14}return 2}function ia(e,t){var r=e.alternate;return r===null?(r=Vt(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&14680064,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function m0(e,t,r,n,a,o){var i=2;if(n=e,typeof e=="function")Pv(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case ti:return no(r.children,a,o,t);case nv:i=8,a|=8;break;case Wm:return e=Vt(12,r,t,a|2),e.elementType=Wm,e.lanes=o,e;case qm:return e=Vt(13,r,t,a),e.elementType=qm,e.lanes=o,e;case Gm:return e=Vt(19,r,t,a),e.elementType=Gm,e.lanes=o,e;case J9:return C1(r,a,o,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Z9:i=10;break e;case X9:i=9;break e;case av:i=11;break e;case ov:i=14;break e;case Vn:i=16,n=null;break e}throw Error(P(130,e==null?e:typeof e,""))}return t=Vt(i,r,t,a),t.elementType=e,t.type=n,t.lanes=o,t}function no(e,t,r,n){return e=Vt(7,e,n,t),e.lanes=r,e}function C1(e,t,r,n){return e=Vt(22,e,n,t),e.elementType=J9,e.lanes=r,e.stateNode={isHidden:!1},e}function cf(e,t,r){return e=Vt(6,e,null,t),e.lanes=r,e}function df(e,t,r){return t=Vt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function jP(e,t,r,n,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Up(0),this.expirationTimes=Up(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Up(0),this.identifierPrefix=n,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Nv(e,t,r,n,a,o,i,l,s){return e=new jP(e,t,r,l,s),t===1?(t=1,o===!0&&(t|=8)):t=0,o=Vt(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},Cv(o),e}function HP(e,t,r){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ei,key:n==null?null:""+n,children:e,containerInfo:t,implementation:r}}function VS(e){if(!e)return da;e=e._reactInternals;e:{if(bo(e)!==e||e.tag!==1)throw Error(P(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(wt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(P(171))}if(e.tag===1){var r=e.type;if(wt(r))return VD(e,r,t)}return t}function US(e,t,r,n,a,o,i,l,s){return e=Nv(r,n,!0,e,a,o,i,l,s),e.context=VS(null),r=e.current,n=ut(),a=oa(r),o=En(n,a),o.callback=t!=null?t:null,na(r,o,a),e.current.lanes=a,Fu(e,a,n),bt(e,n),e}function D1(e,t,r,n){var a=t.current,o=ut(),i=oa(a);return r=VS(r),t.context===null?t.context=r:t.pendingContext=r,t=En(o,i),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=na(a,t,i),e!==null&&(gr(e,a,i,o),u0(e,a,i)),i}function hd(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function Mw(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function jv(e,t){Mw(e,t),(e=e.alternate)&&Mw(e,t)}function VP(){return null}var WS=typeof reportError=="function"?reportError:function(e){console.error(e)};function Hv(e){this._internalRoot=e}S1.prototype.render=Hv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(P(409));D1(e,t,null,null)};S1.prototype.unmount=Hv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;po(function(){D1(null,e,null,null)}),t[kn]=null}};function S1(e){this._internalRoot=e}S1.prototype.unstable_scheduleHydration=function(e){if(e){var t=xD();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Kn.length&&t!==0&&t<Kn[r].priority;r++);Kn.splice(r,0,e),r===0&&DD(e)}};function Vv(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function k1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function Pw(){}function UP(e,t,r,n,a){if(a){if(typeof n=="function"){var o=n;n=function(){var d=hd(i);o.call(d)}}var i=US(t,n,e,0,null,!1,!1,"",Pw);return e._reactRootContainer=i,e[kn]=i.current,Qs(e.nodeType===8?e.parentNode:e),po(),i}for(;a=e.lastChild;)e.removeChild(a);if(typeof n=="function"){var l=n;n=function(){var d=hd(s);l.call(d)}}var s=Nv(e,0,!1,null,null,!1,!1,"",Pw);return e._reactRootContainer=s,e[kn]=s.current,Qs(e.nodeType===8?e.parentNode:e),po(function(){D1(t,s,r,n)}),s}function _1(e,t,r,n,a){var o=r._reactRootContainer;if(o){var i=o;if(typeof a=="function"){var l=a;a=function(){var s=hd(i);l.call(s)}}D1(t,i,e,a)}else i=UP(r,t,e,a,n);return hd(i)}bD=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=ss(t.pendingLanes);r!==0&&(sv(t,r|1),bt(t,_e()),!(ie&6)&&(qi=_e()+500,Ea()))}break;case 13:po(function(){var n=_n(e,1);if(n!==null){var a=ut();gr(n,e,1,a)}}),jv(e,1)}};uv=function(e){if(e.tag===13){var t=_n(e,134217728);if(t!==null){var r=ut();gr(t,e,134217728,r)}jv(e,134217728)}};ED=function(e){if(e.tag===13){var t=oa(e),r=_n(e,t);if(r!==null){var n=ut();gr(r,e,t,n)}jv(e,t)}};xD=function(){return ce};CD=function(e,t){var r=ce;try{return ce=e,t()}finally{ce=r}};ng=function(e,t,r){switch(t){case"input":if(Zm(e,r),t=r.name,r.type==="radio"&&t!=null){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<r.length;t++){var n=r[t];if(n!==e&&n.form===e.form){var a=v1(n);if(!a)throw Error(P(90));eD(n),Zm(n,a)}}}break;case"textarea":rD(e,r);break;case"select":t=r.value,t!=null&&hi(e,!!r.multiple,t,!1)}};uD=Lv;cD=po;var WP={usingClientEntryPoint:!1,Events:[Tu,oi,v1,lD,sD,Lv]},Nl={findFiberByHostInstance:qa,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},qP={bundleType:Nl.bundleType,version:Nl.version,rendererPackageName:Nl.rendererPackageName,rendererConfig:Nl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Tn.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=fD(e),e===null?null:e.stateNode},findFiberByHostInstance:Nl.findFiberByHostInstance||VP,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var xc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!xc.isDisabled&&xc.supportsFiber)try{f1=xc.inject(qP),qr=xc}catch{}}Mt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=WP;Mt.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Vv(t))throw Error(P(200));return HP(e,t,null,r)};Mt.createRoot=function(e,t){if(!Vv(e))throw Error(P(299));var r=!1,n="",a=WS;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(a=t.onRecoverableError)),t=Nv(e,1,!1,null,null,r,!1,n,a),e[kn]=t.current,Qs(e.nodeType===8?e.parentNode:e),new Hv(t)};Mt.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(P(188)):(e=Object.keys(e).join(","),Error(P(268,e)));return e=fD(t),e=e===null?null:e.stateNode,e};Mt.flushSync=function(e){return po(e)};Mt.hydrate=function(e,t,r){if(!k1(t))throw Error(P(200));return _1(null,e,t,!0,r)};Mt.hydrateRoot=function(e,t,r){if(!Vv(e))throw Error(P(405));var n=r!=null&&r.hydratedSources||null,a=!1,o="",i=WS;if(r!=null&&(r.unstable_strictMode===!0&&(a=!0),r.identifierPrefix!==void 0&&(o=r.identifierPrefix),r.onRecoverableError!==void 0&&(i=r.onRecoverableError)),t=US(t,null,e,1,r!=null?r:null,a,!1,o,i),e[kn]=t.current,Qs(e),n)for(e=0;e<n.length;e++)r=n[e],a=r._getVersion,a=a(r._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[r,a]:t.mutableSourceEagerHydrationData.push(r,a);return new S1(t)};Mt.render=function(e,t,r){if(!k1(t))throw Error(P(200));return _1(null,e,t,!1,r)};Mt.unmountComponentAtNode=function(e){if(!k1(e))throw Error(P(40));return e._reactRootContainer?(po(function(){_1(null,null,e,!1,function(){e._reactRootContainer=null,e[kn]=null})}),!0):!1};Mt.unstable_batchedUpdates=Lv;Mt.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!k1(r))throw Error(P(200));if(e==null||e._reactInternals===void 0)throw Error(P(38));return _1(e,t,r,!1,n)};Mt.version="18.3.1-next-f1338f8080-20240426";function qS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(qS)}catch(e){console.error(e)}}qS(),q9.exports=Mt;var pl=q9.exports;const GS=ol(pl);var GP=Object.create,KS=Object.defineProperty,KP=Object.getOwnPropertyDescriptor,YP=Object.getOwnPropertyNames,ZP=Object.getPrototypeOf,XP=Object.prototype.hasOwnProperty,JP=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),QP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of YP(t))!XP.call(e,a)&&a!==r&&KS(e,a,{get:()=>t[a],enumerable:!(n=KP(t,a))||n.enumerable});return e},eN=(e,t,r)=>(r=e!=null?GP(ZP(e)):{},QP(!e||!e.__esModule?KS(r,"default",{value:e,enumerable:!0}):r,e)),tN=JP(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isEqual=function(){var t=Object.prototype.toString,r=Object.getPrototypeOf,n=Object.getOwnPropertySymbols?function(a){return Object.keys(a).concat(Object.getOwnPropertySymbols(a))}:Object.keys;return function(a,o){return function i(l,s,d){var f,h,p,m=t.call(l),g=t.call(s);if(l===s)return!0;if(l==null||s==null)return!1;if(d.indexOf(l)>-1&&d.indexOf(s)>-1)return!0;if(d.push(l,s),m!=g||(f=n(l),h=n(s),f.length!=h.length||f.some(function(v){return!i(l[v],s[v],d)})))return!1;switch(m.slice(8,-1)){case"Symbol":return l.valueOf()==s.valueOf();case"Date":case"Number":return+l==+s||+l!=+l&&+s!=+s;case"RegExp":case"Function":case"String":case"Boolean":return""+l==""+s;case"Set":case"Map":f=l.entries(),h=s.entries();do if(!i((p=f.next()).value,h.next().value,d))return!1;while(!p.done);return!0;case"ArrayBuffer":l=new Uint8Array(l),s=new Uint8Array(s);case"DataView":l=new Uint8Array(l.buffer),s=new Uint8Array(s.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(l.length!=s.length)return!1;for(p=0;p<l.length;p++)if((p in l||p in s)&&(p in l!=p in s||!i(l[p],s[p],d)))return!1;return!0;case"Object":return i(r(l),r(s),d);default:return!1}}(a,o,[])}}()}),Nw=eN(tN()),YS=e=>e.map(t=>typeof t<"u").filter(Boolean).length,rN=(e,t)=>{let{exists:r,eq:n,neq:a,truthy:o}=e;if(YS([r,n,a,o])>1)throw new Error(`Invalid conditional test ${JSON.stringify({exists:r,eq:n,neq:a})}`);if(typeof n<"u")return(0,Nw.isEqual)(t,n);if(typeof a<"u")return!(0,Nw.isEqual)(t,a);if(typeof r<"u"){let i=typeof t<"u";return r?i:!i}return typeof o>"u"||o?!!t:!t},nN=(e,t,r)=>{if(!e.if)return!0;let{arg:n,global:a}=e.if;if(YS([n,a])!==1)throw new Error(`Invalid conditional value ${JSON.stringify({arg:n,global:a})}`);let o=n?t[n]:r[a];return rN(e.if,o)},ZS=e=>e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,""),aN=Object.create,A1=Object.defineProperty,oN=Object.getOwnPropertyDescriptor,iN=Object.getOwnPropertyNames,lN=Object.getPrototypeOf,sN=Object.prototype.hasOwnProperty,c=(e,t)=>A1(e,"name",{value:t,configurable:!0}),Cc=(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')}),z=(e,t)=>()=>(e&&(t=e(e=0)),t),Z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),fl=(e,t)=>{for(var r in t)A1(e,r,{get:t[r],enumerable:!0})},uN=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of iN(t))!sN.call(e,a)&&a!==r&&A1(e,a,{get:()=>t[a],enumerable:!(n=oN(t,a))||n.enumerable});return e},Ke=(e,t,r)=>(r=e!=null?aN(lN(e)):{},uN(t||!e||!e.__esModule?A1(r,"default",{value:e,enumerable:!0}):r,e));function se(){return se=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},se.apply(null,arguments)}var an=z(()=>{c(se,"_extends")});function XS(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var cN=z(()=>{c(XS,"_assertThisInitialized")});function Gi(e,t){return Gi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Gi(e,t)}var Uv=z(()=>{c(Gi,"_setPrototypeOf")});function md(e){return md=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},md(e)}var dN=z(()=>{c(md,"_getPrototypeOf")}),F1,Wv=z(()=>{F1=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})()}),$1=Z((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return c(function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof Cc=="function"&&Cc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}c(i,"s");for(var l=typeof Cc=="function"&&Cc,s=0;s<o.length;s++)i(o[s]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}c(o,"Similar"),o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=c(function(){var g=f,v,C,w=arguments.length-1,y=Array(w+1),E=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==w+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<w;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}E=!1,v=new o(!1),g.set(arguments[x],v),g=v}return E&&(g.has(arguments[w])?C=g.get(arguments[w]):E=!1),E||(C=p.apply(null,arguments),g.set(arguments[w],C)),d>0&&(y[w]={cacheItem:g,arg:arguments[w]},E?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=E,m.numArgs=w+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}c(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}c(l,"removeCachedResult");function s(d,f){return d===f||d!==d&&f!==f}c(s,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function T1(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 qv=z(()=>{c(T1,"_objectWithoutPropertiesLoose")});function JS(e,t){if(e==null)return{};var r,n,a=T1(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var pN=z(()=>{qv(),c(JS,"_objectWithoutProperties")});function gd(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 QS=z(()=>{c(gd,"_arrayLikeToArray")});function ek(e){if(Array.isArray(e))return gd(e)}var fN=z(()=>{QS(),c(ek,"_arrayWithoutHoles")});function tk(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var hN=z(()=>{c(tk,"_iterableToArray")});function rk(e,t){if(e){if(typeof e=="string")return gd(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)?gd(e,t):void 0}}var mN=z(()=>{QS(),c(rk,"_unsupportedIterableToArray")});function nk(){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 gN=z(()=>{c(nk,"_nonIterableSpread")});function ak(e){return ek(e)||tk(e)||rk(e)||nk()}var vN=z(()=>{fN(),hN(),mN(),gN(),c(ak,"_toConsumableArray")});function Ki(e){"@babel/helpers - typeof";return Ki=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},Ki(e)}var ok=z(()=>{c(Ki,"_typeof")});function ik(e,t){if(Ki(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Ki(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var yN=z(()=>{ok(),c(ik,"toPrimitive")});function lk(e){var t=ik(e,"string");return Ki(t)=="symbol"?t:t+""}var wN=z(()=>{ok(),yN(),c(lk,"toPropertyKey")});function Gv(e,t,r){return(t=lk(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var sk=z(()=>{wN(),c(Gv,"_defineProperty")});function Lg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ya(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Lg(Object(r),!0).forEach(function(n){Gv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Lg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function uk(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 ck(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return g0[t]||(g0[t]=uk(e)),g0[t]}function dk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(o){return o!=="token"}),a=ck(n);return a.reduce(function(o,i){return Ya(Ya({},o),r[i])},t)}function Og(e){return e.join(" ")}function pk(e,t){var r=0;return function(n){return r+=1,n.map(function(a,o){return I1({node:a,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(o)})})}}function I1(e){var t=e.node,r=e.stylesheet,n=e.style,a=n===void 0?{}:n,o=e.useInlineStyles,i=e.key,l=t.properties,s=t.type,d=t.tagName,f=t.value;if(s==="text")return f;if(d){var h=pk(r,o),p;if(!o)p=Ya(Ya({},l),{},{className:Og(l.className)});else{var m=Object.keys(r).reduce(function(w,y){return y.split(".").forEach(function(E){w.includes(E)||w.push(E)}),w},[]),g=l.className&&l.className.includes("token")?["token"]:[],v=l.className&&g.concat(l.className.filter(function(w){return!m.includes(w)}));p=Ya(Ya({},l),{},{className:Og(v)||void 0,style:dk(l.className,Object.assign({},l.style,a),r)})}var C=h(t.children);return b.createElement(d,se({key:i},p),C)}}var g0,fk=z(()=>{an(),sk(),c(Lg,"ownKeys"),c(Ya,"_objectSpread"),c(uk,"powerSetPermutations"),g0={},c(ck,"getClassNameCombinations"),c(dk,"createStyleObject"),c(Og,"createClassNameString"),c(pk,"createChildren"),c(I1,"createElement")}),hk,bN=z(()=>{hk=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function Mg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function dr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mg(Object(r),!0).forEach(function(n){Gv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function mk(e){return e.match(Dk)}function gk(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(a,o){var i=o+r;return b.createElement("span",{key:"line-".concat(o),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(i):n},"".concat(i,`
|
|
248
|
+
`))})}function vk(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,a=n===void 0?{float:"left",paddingRight:"10px"}:n,o=e.numberStyle,i=o===void 0?{}:o,l=e.startingLineNumber;return b.createElement("code",{style:Object.assign({},r,a)},gk({lines:t.replace(/\n$/,"").split(`
|
|
249
|
+
`),style:i,startingLineNumber:l}))}function yk(e){return"".concat(e.toString().length,".25em")}function Kv(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 Yv(e,t,r){var n={display:"inline-block",minWidth:yk(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},a=typeof e=="function"?e(t):e,o=dr(dr({},n),a);return o}function zs(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,a=e.largestLineNumber,o=e.showInlineLineNumbers,i=e.lineProps,l=i===void 0?{}:i,s=e.className,d=s===void 0?[]:s,f=e.showLineNumbers,h=e.wrapLongLines,p=typeof l=="function"?l(r):l;if(p.className=d,r&&o){var m=Yv(n,r,a);t.unshift(Kv(r,m))}return h&f&&(p.style=dr(dr({},p.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:p,children:t}}function Zv(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],n=0;n<e.length;n++){var a=e[n];if(a.type==="text")r.push(zs({children:[a],className:ak(new Set(t))}));else if(a.children){var o=t.concat(a.properties.className);Zv(a.children,o).forEach(function(i){return r.push(i)})}}return r}function wk(e,t,r,n,a,o,i,l,s){var d,f=Zv(e.value),h=[],p=-1,m=0;function g(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return zs({children:D,lineNumber:S,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:a,lineProps:r,className:k,showLineNumbers:n,wrapLongLines:s})}c(g,"createWrappedLine");function v(D,S){if(n&&S&&a){var k=Yv(l,S,i);D.unshift(Kv(S,k))}return D}c(v,"createUnwrappedLine");function C(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||k.length>0?g(D,S,k):v(D,S)}c(C,"createLine");for(var w=c(function(){var D=f[m],S=D.children[0].value,k=mk(S);if(k){var _=S.split(`
|
|
250
|
+
`);_.forEach(function(A,$){var I=n&&h.length+o,L={type:"text",value:"".concat(A,`
|
|
251
|
+
`)};if($===0){var R=f.slice(p+1,m).concat(zs({children:[L],className:D.properties.className})),N=C(R,I);h.push(N)}else if($===_.length-1){var M=f[m+1]&&f[m+1].children&&f[m+1].children[0],H={type:"text",value:"".concat(A)};if(M){var W=zs({children:[H],className:D.properties.className});f.splice(m+1,0,W)}else{var B=[H],O=C(B,I,D.properties.className);h.push(O)}}else{var j=[L],G=C(j,I,D.properties.className);h.push(G)}}),p=m}m++},"_loop");m<f.length;)w();if(p!==f.length-1){var y=f.slice(p+1,f.length);if(y&&y.length){var E=n&&h.length+o,x=C(y,E);h.push(x)}}return t?h:(d=[]).concat.apply(d,h)}function bk(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(a,o){return I1({node:a,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(o)})})}function Xv(e){return e&&typeof e.highlightAuto<"u"}function Ek(e){var t=e.astGenerator,r=e.language,n=e.code,a=e.defaultCodeValue;if(Xv(t)){var o=hk(t,r);return r==="text"?{value:a,language:"text"}:o?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:a}}catch{return{value:a}}}function xk(e,t){return c(function(r){var n=r.language,a=r.children,o=r.style,i=o===void 0?t:o,l=r.customStyle,s=l===void 0?{}:l,d=r.codeTagProps,f=d===void 0?{className:n?"language-".concat(n):void 0,style:dr(dr({},i['code[class*="language-"]']),i['code[class*="language-'.concat(n,'"]')])}:d,h=r.useInlineStyles,p=h===void 0?!0:h,m=r.showLineNumbers,g=m===void 0?!1:m,v=r.showInlineLineNumbers,C=v===void 0?!0:v,w=r.startingLineNumber,y=w===void 0?1:w,E=r.lineNumberContainerStyle,x=r.lineNumberStyle,D=x===void 0?{}:x,S=r.wrapLines,k=r.wrapLongLines,_=k===void 0?!1:k,A=r.lineProps,$=A===void 0?{}:A,I=r.renderer,L=r.PreTag,R=L===void 0?"pre":L,N=r.CodeTag,M=N===void 0?"code":N,H=r.code,W=H===void 0?(Array.isArray(a)?a[0]:a)||"":H,B=r.astGenerator,O=JS(r,Ck);B=B||e;var j=g?b.createElement(vk,{containerStyle:E,codeStyle:f.style||{},numberStyle:D,startingLineNumber:y,codeString:W}):null,G=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},J=Xv(B)?"hljs":"prismjs",ne=p?Object.assign({},O,{style:Object.assign({},G,s)}):Object.assign({},O,{className:O.className?"".concat(J," ").concat(O.className):J,style:Object.assign({},s)});if(_?f.style=dr(dr({},f.style),{},{whiteSpace:"pre-wrap"}):f.style=dr(dr({},f.style),{},{whiteSpace:"pre"}),!B)return b.createElement(R,ne,j,b.createElement(M,f,W));(S===void 0&&I||_)&&(S=!0),I=I||bk;var ae=[{type:"text",value:W}],U=Ek({astGenerator:B,language:n,code:W,defaultCodeValue:ae});U.language===null&&(U.value=ae);var X=U.value.length+y,ee=wk(U,S,$,g,C,y,X,D,_);return b.createElement(R,ne,b.createElement(M,f,!C&&j,I({rows:ee,stylesheet:i,useInlineStyles:p})))},"SyntaxHighlighter")}var Ck,Dk,EN=z(()=>{pN(),vN(),sk(),fk(),bN(),Ck=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(Mg,"ownKeys"),c(dr,"_objectSpread"),Dk=/\n/g,c(mk,"getNewLines"),c(gk,"getAllLineNumbers"),c(vk,"AllLineNumbers"),c(yk,"getEmWidthOfNumber"),c(Kv,"getInlineLineNumber"),c(Yv,"assembleLineNumberStyles"),c(zs,"createLineElement"),c(Zv,"flattenCodeTree"),c(wk,"processLines"),c(bk,"defaultRenderer"),c(Xv,"isHighlightJs"),c(Ek,"getCodeTree"),c(xk,"default")}),xN=Z((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var a={},o=0;o<arguments.length;o++){var i=arguments[o];for(var l in i)r.call(i,l)&&(a[l]=i[l])}return a}c(n,"extend")}),Sk=Z((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(a,o,i){this.property=a,this.normal=o,i&&(this.space=i)}c(n,"Schema")}),CN=Z((e,t)=>{var r=xN(),n=Sk();t.exports=a;function a(o){for(var i=o.length,l=[],s=[],d=-1,f,h;++d<i;)f=o[d],l.push(f.property),s.push(f.normal),h=f.space;return new n(r.apply(null,l),r.apply(null,s),h)}c(a,"merge")}),Jv=Z((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),kk=Z((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.attribute=null,r.property=null,r.boolean=!1,r.booleanish=!1,r.overloadedBoolean=!1,r.number=!1,r.commaSeparated=!1,r.spaceSeparated=!1,r.commaOrSpaceSeparated=!1,r.mustUseProperty=!1,r.defined=!1;function n(a,o){this.property=a,this.attribute=o}c(n,"Info")}),Qv=Z(e=>{var t=0;e.boolean=r(),e.booleanish=r(),e.overloadedBoolean=r(),e.number=r(),e.spaceSeparated=r(),e.commaSeparated=r(),e.commaOrSpaceSeparated=r();function r(){return Math.pow(2,++t)}c(r,"increment")}),_k=Z((e,t)=>{var r=kk(),n=Qv();t.exports=i,i.prototype=new r,i.prototype.defined=!0;var a=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],o=a.length;function i(s,d,f,h){var p=-1,m;for(l(this,"space",h),r.call(this,s,d);++p<o;)m=a[p],l(this,m,(f&n[m])===n[m])}c(i,"DefinedInfo");function l(s,d,f){f&&(s[d]=f)}c(l,"mark")}),Ru=Z((e,t)=>{var r=Jv(),n=Sk(),a=_k();t.exports=o;function o(i){var l=i.space,s=i.mustUseProperty||[],d=i.attributes||{},f=i.properties,h=i.transform,p={},m={},g,v;for(g in f)v=new a(g,h(d,g),f[g],l),s.indexOf(g)!==-1&&(v.mustUseProperty=!0),p[g]=v,m[r(g)]=g,m[r(v.attribute)]=g;return new n(p,m,l)}c(o,"create")}),DN=Z((e,t)=>{var r=Ru();t.exports=r({space:"xlink",transform:n,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function n(a,o){return"xlink:"+o.slice(5).toLowerCase()}c(n,"xlinkTransform")}),SN=Z((e,t)=>{var r=Ru();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(a,o){return"xml:"+o.slice(3).toLowerCase()}c(n,"xmlTransform")}),kN=Z((e,t)=>{t.exports=r;function r(n,a){return a in n?n[a]:a}c(r,"caseSensitiveTransform")}),Ak=Z((e,t)=>{var r=kN();t.exports=n;function n(a,o){return r(a,o.toLowerCase())}c(n,"caseInsensitiveTransform")}),_N=Z((e,t)=>{var r=Ru(),n=Ak();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),AN=Z((e,t)=>{var r=Qv(),n=Ru(),a=r.booleanish,o=r.number,i=r.spaceSeparated;t.exports=n({transform:l,properties:{ariaActiveDescendant:null,ariaAtomic:a,ariaAutoComplete:null,ariaBusy:a,ariaChecked:a,ariaColCount:o,ariaColIndex:o,ariaColSpan:o,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:a,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:a,ariaFlowTo:i,ariaGrabbed:a,ariaHasPopup:null,ariaHidden:a,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:o,ariaLive:null,ariaModal:a,ariaMultiLine:a,ariaMultiSelectable:a,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:o,ariaPressed:a,ariaReadOnly:a,ariaRelevant:null,ariaRequired:a,ariaRoleDescription:i,ariaRowCount:o,ariaRowIndex:o,ariaRowSpan:o,ariaSelected:a,ariaSetSize:o,ariaSort:null,ariaValueMax:o,ariaValueMin:o,ariaValueNow:o,ariaValueText:null,role:null}});function l(s,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}c(l,"ariaTransform")}),FN=Z((e,t)=>{var r=Qv(),n=Ru(),a=Ak(),o=r.boolean,i=r.overloadedBoolean,l=r.booleanish,s=r.number,d=r.spaceSeparated,f=r.commaSeparated;t.exports=n({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:a,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:f,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:o,allowPaymentRequest:o,allowUserMedia:o,alt:null,as:null,async:o,autoCapitalize:null,autoComplete:d,autoFocus:o,autoPlay:o,capture:o,charSet:null,checked:o,cite:null,className:d,cols:s,colSpan:null,content:null,contentEditable:l,controls:o,controlsList:d,coords:s|f,crossOrigin:null,data:null,dateTime:null,decoding:null,default:o,defer:o,dir:null,dirName:null,disabled:o,download:i,draggable:l,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:o,formTarget:null,headers:d,height:s,hidden:o,high:s,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:f,inputMode:null,integrity:null,is:null,isMap:o,itemId:null,itemProp:d,itemRef:d,itemScope:o,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:o,low:s,manifest:null,max:null,maxLength:s,media:null,method:null,min:null,minLength:s,multiple:o,muted:o,name:null,nonce:null,noModule:o,noValidate:o,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:o,optimum:s,pattern:null,ping:d,placeholder:null,playsInline:o,poster:null,preload:null,readOnly:o,referrerPolicy:null,rel:d,required:o,reversed:o,rows:s,rowSpan:s,sandbox:d,scope:null,scoped:o,seamless:o,selected:o,shape:null,size:s,sizes:null,slot:null,span:s,spellCheck:l,src:null,srcDoc:null,srcLang:null,srcSet:f,start:s,step:null,style:null,tabIndex:s,target:null,title:null,translate:null,type:null,typeMustMatch:o,useMap:null,value:l,width:s,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:s,borderColor:null,bottomMargin:s,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:o,declare:o,event:null,face:null,frame:null,frameBorder:null,hSpace:s,leftMargin:s,link:null,longDesc:null,lowSrc:null,marginHeight:s,marginWidth:s,noResize:o,noHref:o,noShade:o,noWrap:o,object:null,profile:null,prompt:null,rev:null,rightMargin:s,rules:null,scheme:null,scrolling:l,standby:null,summary:null,text:null,topMargin:s,valueType:null,version:null,vAlign:null,vLink:null,vSpace:s,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:o,disableRemotePlayback:o,prefix:null,property:null,results:s,security:null,unselectable:null}})}),$N=Z((e,t)=>{var r=CN(),n=DN(),a=SN(),o=_N(),i=AN(),l=FN();t.exports=r([a,n,o,i,l])}),TN=Z((e,t)=>{var r=Jv(),n=_k(),a=kk(),o="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,s=/[A-Z]/g;function d(g,v){var C=r(v),w=v,y=a;return C in g.normal?g.property[g.normal[C]]:(C.length>4&&C.slice(0,4)===o&&i.test(v)&&(v.charAt(4)==="-"?w=f(v):v=h(v),y=n),new y(w,v))}c(d,"find");function f(g){var v=g.slice(5).replace(l,m);return o+v.charAt(0).toUpperCase()+v.slice(1)}c(f,"datasetToProperty");function h(g){var v=g.slice(4);return l.test(v)?g:(v=v.replace(s,p),v.charAt(0)!=="-"&&(v="-"+v),o+v)}c(h,"datasetToAttribute");function p(g){return"-"+g.toLowerCase()}c(p,"kebab");function m(g){return g.charAt(1).toUpperCase()}c(m,"camelcase")}),IN=Z((e,t)=>{t.exports=n;var r=/[#.]/g;function n(a,o){for(var i=a||"",l=o||"div",s={},d=0,f,h,p;d<i.length;)r.lastIndex=d,p=r.exec(i),f=i.slice(d,p?p.index:i.length),f&&(h?h==="#"?s.id=f:s.className?s.className.push(f):s.className=[f]:l=f,d+=f.length),p&&(h=p[0],d++);return{type:"element",tagName:l,properties:s,children:[]}}c(n,"parse")}),RN=Z(e=>{e.parse=a,e.stringify=o;var t="",r=" ",n=/[ \t\n\r\f]+/g;function a(i){var l=String(i||t).trim();return l===t?[]:l.split(n)}c(a,"parse");function o(i){return i.join(r).trim()}c(o,"stringify")}),zN=Z(e=>{e.parse=a,e.stringify=o;var t=",",r=" ",n="";function a(i){for(var l=[],s=String(i||n),d=s.indexOf(t),f=0,h=!1,p;!h;)d===-1&&(d=s.length,h=!0),p=s.slice(f,d).trim(),(p||!h)&&l.push(p),f=d+1,d=s.indexOf(t,f);return l}c(a,"parse");function o(i,l){var s=l||{},d=s.padLeft===!1?n:r,f=s.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(f+t+d).trim()}c(o,"stringify")}),BN=Z((e,t)=>{var r=TN(),n=Jv(),a=IN(),o=RN().parse,i=zN().parse;t.exports=s;var l={}.hasOwnProperty;function s(C,w,y){var E=y?v(y):null;return x;function x(S,k){var _=a(S,w),A=Array.prototype.slice.call(arguments,2),$=_.tagName.toLowerCase(),I;if(_.tagName=E&&l.call(E,$)?E[$]:$,k&&d(k,_)&&(A.unshift(k),k=null),k)for(I in k)D(_.properties,I,k[I]);return h(_.children,A),_.tagName==="template"&&(_.content={type:"root",children:_.children},_.children=[]),_}function D(S,k,_){var A,$,I;_==null||_!==_||(A=r(C,k),$=A.property,I=_,typeof I=="string"&&(A.spaceSeparated?I=o(I):A.commaSeparated?I=i(I):A.commaOrSpaceSeparated&&(I=o(i(I).join(" ")))),$==="style"&&typeof _!="string"&&(I=g(I)),$==="className"&&S.className&&(I=S.className.concat(I)),S[$]=p(A,$,I))}}c(s,"factory");function d(C,w){return typeof C=="string"||"length"in C||f(w.tagName,C)}c(d,"isChildren");function f(C,w){var y=w.type;return C==="input"||!y||typeof y!="string"?!1:typeof w.children=="object"&&"length"in w.children?!0:(y=y.toLowerCase(),C==="button"?y!=="menu"&&y!=="submit"&&y!=="reset"&&y!=="button":"value"in w)}c(f,"isNode");function h(C,w){var y,E;if(typeof w=="string"||typeof w=="number"){C.push({type:"text",value:String(w)});return}if(typeof w=="object"&&"length"in w){for(y=-1,E=w.length;++y<E;)h(C,w[y]);return}if(typeof w!="object"||!("type"in w))throw new Error("Expected node, nodes, or string, got `"+w+"`");C.push(w)}c(h,"addChild");function p(C,w,y){var E,x,D;if(typeof y!="object"||!("length"in y))return m(C,w,y);for(x=y.length,E=-1,D=[];++E<x;)D[E]=m(C,w,y[E]);return D}c(p,"parsePrimitives");function m(C,w,y){var E=y;return C.number||C.positiveNumber?!isNaN(E)&&E!==""&&(E=Number(E)):(C.boolean||C.overloadedBoolean)&&typeof E=="string"&&(E===""||n(y)===n(w))&&(E=!0),E}c(m,"parsePrimitive");function g(C){var w=[],y;for(y in C)w.push([y,C[y]].join(": "));return w.join("; ")}c(g,"style");function v(C){for(var w=C.length,y=-1,E={},x;++y<w;)x=C[y],E[x.toLowerCase()]=x;return E}c(v,"createAdjustMap")}),LN=Z((e,t)=>{var r=$N(),n=BN(),a=n(r,"div");a.displayName="html",t.exports=a}),ON=Z((e,t)=>{t.exports=LN()}),MN=Z((e,t)=>{t.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),PN=Z((e,t)=>{t.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}),Fk=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=48&&a<=57}c(r,"decimal")}),NN=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=102||a>=65&&a<=70||a>=48&&a<=57}c(r,"hexadecimal")}),jN=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=122||a>=65&&a<=90}c(r,"alphabetical")}),HN=Z((e,t)=>{var r=jN(),n=Fk();t.exports=a;function a(o){return r(o)||n(o)}c(a,"alphanumerical")}),VN=Z((e,t)=>{var r,n=59;t.exports=a;function a(o){var i="&"+o+";",l;return r=r||document.createElement("i"),r.innerHTML=i,l=r.textContent,l.charCodeAt(l.length-1)===n&&o!=="semi"||l===i?!1:l}c(a,"decodeEntity")}),UN=Z((e,t)=>{var r=MN(),n=PN(),a=Fk(),o=NN(),i=HN(),l=VN();t.exports=G;var s={}.hasOwnProperty,d=String.fromCharCode,f=Function.prototype,h={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},p=9,m=10,g=12,v=32,C=38,w=59,y=60,E=61,x=35,D=88,S=120,k=65533,_="named",A="hexadecimal",$="decimal",I={};I[A]=16,I[$]=10;var L={};L[_]=i,L[$]=a,L[A]=o;var R=1,N=2,M=3,H=4,W=5,B=6,O=7,j={};j[R]="Named character references must be terminated by a semicolon",j[N]="Numeric character references must be terminated by a semicolon",j[M]="Named character references cannot be empty",j[H]="Numeric character references cannot be empty",j[W]="Named character references must be known",j[B]="Numeric character references cannot be disallowed",j[O]="Numeric character references cannot be outside the permissible Unicode range";function G(U,X){var ee={},Se,Ye;X||(X={});for(Ye in h)Se=X[Ye],ee[Ye]=Se!=null?Se:h[Ye];return(ee.position.indent||ee.position.start)&&(ee.indent=ee.position.indent||[],ee.position=ee.position.start),J(U,ee)}c(G,"parseEntities");function J(U,X){var ee=X.additional,Se=X.nonTerminated,Ye=X.text,kr=X.reference,kt=X.warning,er=X.textContext,q=X.referenceContext,tr=X.warningContext,_r=X.position,Fa=X.indent||[],Bo=U.length,Ar=0,tc=-1,ot=_r.column||1,$a=_r.line||1,Fr="",Lo=[],$r,Oo,Tr,Ze,rr,Me,Ae,Ir,rc,Ap,Ta,Fl,Ia,un,l3,$l,nc,Rr,Pe;for(typeof ee=="string"&&(ee=ee.charCodeAt(0)),$l=Tl(),Ir=kt?wB:f,Ar--,Bo++;++Ar<Bo;)if(rr===m&&(ot=Fa[tc]||1),rr=U.charCodeAt(Ar),rr===C){if(Ae=U.charCodeAt(Ar+1),Ae===p||Ae===m||Ae===g||Ae===v||Ae===C||Ae===y||Ae!==Ae||ee&&Ae===ee){Fr+=d(rr),ot++;continue}for(Ia=Ar+1,Fl=Ia,Pe=Ia,Ae===x?(Pe=++Fl,Ae=U.charCodeAt(Pe),Ae===D||Ae===S?(un=A,Pe=++Fl):un=$):un=_,$r="",Ta="",Ze="",l3=L[un],Pe--;++Pe<Bo&&(Ae=U.charCodeAt(Pe),!!l3(Ae));)Ze+=d(Ae),un===_&&s.call(r,Ze)&&($r=Ze,Ta=r[Ze]);Tr=U.charCodeAt(Pe)===w,Tr&&(Pe++,Oo=un===_?l(Ze):!1,Oo&&($r=Ze,Ta=Oo)),Rr=1+Pe-Ia,!Tr&&!Se||(Ze?un===_?(Tr&&!Ta?Ir(W,1):($r!==Ze&&(Pe=Fl+$r.length,Rr=1+Pe-Fl,Tr=!1),Tr||(rc=$r?R:M,X.attribute?(Ae=U.charCodeAt(Pe),Ae===E?(Ir(rc,Rr),Ta=null):i(Ae)?Ta=null:Ir(rc,Rr)):Ir(rc,Rr))),Me=Ta):(Tr||Ir(N,Rr),Me=parseInt(Ze,I[un]),ne(Me)?(Ir(O,Rr),Me=d(k)):Me in n?(Ir(B,Rr),Me=n[Me]):(Ap="",ae(Me)&&Ir(B,Rr),Me>65535&&(Me-=65536,Ap+=d(Me>>>10|55296),Me=56320|Me&1023),Me=Ap+d(Me))):un!==_&&Ir(H,Rr)),Me?(s3(),$l=Tl(),Ar=Pe-1,ot+=Pe-Ia+1,Lo.push(Me),nc=Tl(),nc.offset++,kr&&kr.call(q,Me,{start:$l,end:nc},U.slice(Ia-1,Pe)),$l=nc):(Ze=U.slice(Ia-1,Pe),Fr+=Ze,ot+=Ze.length,Ar=Pe-1)}else rr===10&&($a++,tc++,ot=0),rr===rr?(Fr+=d(rr),ot++):s3();return Lo.join("");function Tl(){return{line:$a,column:ot,offset:Ar+(_r.offset||0)}}function wB(u3,c3){var Fp=Tl();Fp.column+=c3,Fp.offset+=c3,kt.call(tr,j[u3],Fp,u3)}function s3(){Fr&&(Lo.push(Fr),Ye&&Ye.call(er,Fr,{start:$l,end:Tl()}),Fr="")}}c(J,"parse");function ne(U){return U>=55296&&U<=57343||U>1114111}c(ne,"prohibited");function ae(U){return U>=1&&U<=8||U===11||U>=13&&U<=31||U>=127&&U<=159||U>=64976&&U<=65007||(U&65535)===65535||(U&65535)===65534}c(ae,"disallowed")}),WN=Z((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(a){var o=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},s={manual:a.Prism&&a.Prism.manual,disableWorkerMessageHandler:a.Prism&&a.Prism.disableWorkerMessageHandler,util:{encode:c(function E(x){return x instanceof d?new d(x.type,E(x.content),x.alias):Array.isArray(x)?x.map(E):x.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:c(function(E){return Object.prototype.toString.call(E).slice(8,-1)},"type"),objId:c(function(E){return E.__id||Object.defineProperty(E,"__id",{value:++i}),E.__id},"objId"),clone:c(function E(x,D){D=D||{};var S,k;switch(s.util.type(x)){case"Object":if(k=s.util.objId(x),D[k])return D[k];S={},D[k]=S;for(var _ in x)x.hasOwnProperty(_)&&(S[_]=E(x[_],D));return S;case"Array":return k=s.util.objId(x),D[k]?D[k]:(S=[],D[k]=S,x.forEach(function(A,$){S[$]=E(A,D)}),S);default:return x}},"deepClone"),getLanguage:c(function(E){for(;E;){var x=o.exec(E.className);if(x)return x[1].toLowerCase();E=E.parentElement}return"none"},"getLanguage"),setLanguage:c(function(E,x){E.className=E.className.replace(RegExp(o,"gi"),""),E.classList.add("language-"+x)},"setLanguage"),currentScript:c(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(S){var E=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(E){var x=document.getElementsByTagName("script");for(var D in x)if(x[D].src==E)return x[D]}return null}},"currentScript"),isActive:c(function(E,x,D){for(var S="no-"+x;E;){var k=E.classList;if(k.contains(x))return!0;if(k.contains(S))return!1;E=E.parentElement}return!!D},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:c(function(E,x){var D=s.util.clone(s.languages[E]);for(var S in x)D[S]=x[S];return D},"extend"),insertBefore:c(function(E,x,D,S){S=S||s.languages;var k=S[E],_={};for(var A in k)if(k.hasOwnProperty(A)){if(A==x)for(var $ in D)D.hasOwnProperty($)&&(_[$]=D[$]);D.hasOwnProperty(A)||(_[A]=k[A])}var I=S[E];return S[E]=_,s.languages.DFS(s.languages,function(L,R){R===I&&L!=E&&(this[L]=_)}),_},"insertBefore"),DFS:c(function E(x,D,S,k){k=k||{};var _=s.util.objId;for(var A in x)if(x.hasOwnProperty(A)){D.call(x,A,x[A],S||A);var $=x[A],I=s.util.type($);I==="Object"&&!k[_($)]?(k[_($)]=!0,E($,D,null,k)):I==="Array"&&!k[_($)]&&(k[_($)]=!0,E($,D,A,k))}},"DFS")},plugins:{},highlightAll:c(function(E,x){s.highlightAllUnder(document,E,x)},"highlightAll"),highlightAllUnder:c(function(E,x,D){var S={callback:D,container:E,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),s.hooks.run("before-all-elements-highlight",S);for(var k=0,_;_=S.elements[k++];)s.highlightElement(_,x===!0,S.callback)},"highlightAllUnder"),highlightElement:c(function(E,x,D){var S=s.util.getLanguage(E),k=s.languages[S];s.util.setLanguage(E,S);var _=E.parentElement;_&&_.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(_,S);var A=E.textContent,$={element:E,language:S,grammar:k,code:A};function I(R){$.highlightedCode=R,s.hooks.run("before-insert",$),$.element.innerHTML=$.highlightedCode,s.hooks.run("after-highlight",$),s.hooks.run("complete",$),D&&D.call($.element)}if(c(I,"insertHighlightedCode"),s.hooks.run("before-sanity-check",$),_=$.element.parentElement,_&&_.nodeName.toLowerCase()==="pre"&&!_.hasAttribute("tabindex")&&_.setAttribute("tabindex","0"),!$.code){s.hooks.run("complete",$),D&&D.call($.element);return}if(s.hooks.run("before-highlight",$),!$.grammar){I(s.util.encode($.code));return}if(x&&a.Worker){var L=new Worker(s.filename);L.onmessage=function(R){I(R.data)},L.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else I(s.highlight($.code,$.grammar,$.language))},"highlightElement"),highlight:c(function(E,x,D){var S={code:E,grammar:x,language:D};if(s.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=s.tokenize(S.code,S.grammar),s.hooks.run("after-tokenize",S),d.stringify(s.util.encode(S.tokens),S.language)},"highlight"),tokenize:c(function(E,x){var D=x.rest;if(D){for(var S in D)x[S]=D[S];delete x.rest}var k=new p;return m(k,k.head,E),h(E,k,x,k.head,0),v(k)},"tokenize"),hooks:{all:{},add:c(function(E,x){var D=s.hooks.all;D[E]=D[E]||[],D[E].push(x)},"add"),run:c(function(E,x){var D=s.hooks.all[E];if(!(!D||!D.length))for(var S=0,k;k=D[S++];)k(x)},"run")},Token:d};a.Prism=s;function d(E,x,D,S){this.type=E,this.content=x,this.alias=D,this.length=(S||"").length|0}c(d,"Token"),d.stringify=c(function E(x,D){if(typeof x=="string")return x;if(Array.isArray(x)){var S="";return x.forEach(function(I){S+=E(I,D)}),S}var k={type:x.type,content:E(x.content,D),tag:"span",classes:["token",x.type],attributes:{},language:D},_=x.alias;_&&(Array.isArray(_)?Array.prototype.push.apply(k.classes,_):k.classes.push(_)),s.hooks.run("wrap",k);var A="";for(var $ in k.attributes)A+=" "+$+'="'+(k.attributes[$]||"").replace(/"/g,""")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+A+">"+k.content+"</"+k.tag+">"},"stringify");function f(E,x,D,S){E.lastIndex=x;var k=E.exec(D);if(k&&S&&k[1]){var _=k[1].length;k.index+=_,k[0]=k[0].slice(_)}return k}c(f,"matchPattern");function h(E,x,D,S,k,_){for(var A in D)if(!(!D.hasOwnProperty(A)||!D[A])){var $=D[A];$=Array.isArray($)?$:[$];for(var I=0;I<$.length;++I){if(_&&_.cause==A+","+I)return;var L=$[I],R=L.inside,N=!!L.lookbehind,M=!!L.greedy,H=L.alias;if(M&&!L.pattern.global){var W=L.pattern.toString().match(/[imsuy]*$/)[0];L.pattern=RegExp(L.pattern.source,W+"g")}for(var B=L.pattern||L,O=S.next,j=k;O!==x.tail&&!(_&&j>=_.reach);j+=O.value.length,O=O.next){var G=O.value;if(x.length>E.length)return;if(!(G instanceof d)){var J=1,ne;if(M){if(ne=f(B,j,E,N),!ne||ne.index>=E.length)break;var ee=ne.index,ae=ne.index+ne[0].length,U=j;for(U+=O.value.length;ee>=U;)O=O.next,U+=O.value.length;if(U-=O.value.length,j=U,O.value instanceof d)continue;for(var X=O;X!==x.tail&&(U<ae||typeof X.value=="string");X=X.next)J++,U+=X.value.length;J--,G=E.slice(j,U),ne.index-=j}else if(ne=f(B,0,G,N),!ne)continue;var ee=ne.index,Se=ne[0],Ye=G.slice(0,ee),kr=G.slice(ee+Se.length),kt=j+G.length;_&&kt>_.reach&&(_.reach=kt);var er=O.prev;Ye&&(er=m(x,er,Ye),j+=Ye.length),g(x,er,J);var q=new d(A,R?s.tokenize(Se,R):Se,H,Se);if(O=m(x,er,q),kr&&m(x,O,kr),J>1){var tr={cause:A+","+I,reach:kt};h(E,x,D,O.prev,j,tr),_&&tr.reach>_.reach&&(_.reach=tr.reach)}}}}}}c(h,"matchGrammar");function p(){var E={value:null,prev:null,next:null},x={value:null,prev:E,next:null};E.next=x,this.head=E,this.tail=x,this.length=0}c(p,"LinkedList");function m(E,x,D){var S=x.next,k={value:D,prev:x,next:S};return x.next=k,S.prev=k,E.length++,k}c(m,"addAfter");function g(E,x,D){for(var S=x.next,k=0;k<D&&S!==E.tail;k++)S=S.next;x.next=S,S.prev=x,E.length-=k}c(g,"removeRange");function v(E){for(var x=[],D=E.head.next;D!==E.tail;)x.push(D.value),D=D.next;return x}if(c(v,"toArray"),!a.document)return a.addEventListener&&(s.disableWorkerMessageHandler||a.addEventListener("message",function(E){var x=JSON.parse(E.data),D=x.language,S=x.code,k=x.immediateClose;a.postMessage(s.highlight(S,s.languages[D],D)),k&&a.close()},!1)),s;var C=s.util.currentScript();C&&(s.filename=C.src,C.hasAttribute("data-manual")&&(s.manual=!0));function w(){s.manual||s.highlightAll()}if(c(w,"highlightAutomaticallyCallback"),!s.manual){var y=document.readyState;y==="loading"||y==="interactive"&&C&&C.defer?document.addEventListener("DOMContentLoaded",w):window.requestAnimationFrame?window.requestAnimationFrame(w):window.setTimeout(w,16)}return s}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),$k=Z((e,t)=>{t.exports=r,r.displayName="markup",r.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function r(n){n.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(a){a.type==="entity"&&(a.attributes.title=a.content.value.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:c(function(a,o){var i={};i["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[o]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var l={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};l["language-"+o]={pattern:/[\s\S]+/,inside:n.languages[o]};var s={};s[a]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:l},n.languages.insertBefore("markup","cdata",s)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:c(function(a,o){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+a+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[o,"language-"+o],inside:n.languages[o]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})},"value")}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml}c(r,"markup")}),Tk=Z((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(a){var o=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;a.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+o.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+o.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+o.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:o,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},a.languages.css.atrule.inside.rest=a.languages.css;var i=a.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}c(r,"css")}),qN=Z((e,t)=>{t.exports=r,r.displayName="clike",r.aliases=[];function r(n){n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}c(r,"clike")}),GN=Z((e,t)=>{t.exports=r,r.displayName="javascript",r.aliases=["js"];function r(n){n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript}c(r,"javascript")}),KN=Z((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=k();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var a=ON(),o=UN(),i=WN(),l=$k(),s=Tk(),d=qN(),f=GN();n();var h={}.hasOwnProperty;function p(){}c(p,"Refractor"),p.prototype=i;var m=new p;t.exports=m,m.highlight=C,m.register=g,m.alias=v,m.registered=w,m.listLanguages=y,g(l),g(s),g(d),g(f),m.util.encode=D,m.Token.stringify=E;function g(_){if(typeof _!="function"||!_.displayName)throw new Error("Expected `function` for `grammar`, got `"+_+"`");m.languages[_.displayName]===void 0&&_(m)}c(g,"register");function v(_,A){var $=m.languages,I=_,L,R,N,M;A&&(I={},I[_]=A);for(L in I)for(R=I[L],R=typeof R=="string"?[R]:R,N=R.length,M=-1;++M<N;)$[R[M]]=$[L]}c(v,"alias");function C(_,A){var $=i.highlight,I;if(typeof _!="string")throw new Error("Expected `string` for `value`, got `"+_+"`");if(m.util.type(A)==="Object")I=A,A=null;else{if(typeof A!="string")throw new Error("Expected `string` for `name`, got `"+A+"`");if(h.call(m.languages,A))I=m.languages[A];else throw new Error("Unknown language: `"+A+"` is not registered")}return $.call(this,_,I,A)}c(C,"highlight");function w(_){if(typeof _!="string")throw new Error("Expected `string` for `language`, got `"+_+"`");return h.call(m.languages,_)}c(w,"registered");function y(){var _=m.languages,A=[],$;for($ in _)h.call(_,$)&&typeof _[$]=="object"&&A.push($);return A}c(y,"listLanguages");function E(_,A,$){var I;return typeof _=="string"?{type:"text",value:_}:m.util.type(_)==="Array"?x(_,A):(I={type:_.type,content:m.Token.stringify(_.content,A,$),tag:"span",classes:["token",_.type],attributes:{},language:A,parent:$},_.alias&&(I.classes=I.classes.concat(_.alias)),m.hooks.run("wrap",I),a(I.tag+"."+I.classes.join("."),S(I.attributes),I.content))}c(E,"stringify");function x(_,A){for(var $=[],I=_.length,L=-1,R;++L<I;)R=_[L],R!==""&&R!==null&&R!==void 0&&$.push(R);for(L=-1,I=$.length;++L<I;)R=$[L],$[L]=m.Token.stringify(R,A,$);return $}c(x,"stringifyAll");function D(_){return _}c(D,"encode");function S(_){var A;for(A in _)_[A]=o(_[A]);return _}c(S,"attributes");function k(){var _="Prism"in r,A=_?r.Prism:void 0;return $;function $(){_?r.Prism=A:delete r.Prism,_=void 0,A=void 0}}c(k,"capture")}),Dc,Sc,v0,YN=z(()=>{EN(),Dc=Ke(KN()),Sc=xk(Dc.default,{}),Sc.registerLanguage=function(e,t){return Dc.default.register(t)},Sc.alias=function(e,t){return Dc.default.alias(e,t)},v0=Sc}),ZN=z(()=>{fk()}),XN=Z((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(a){var o="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},l={bash:i,environment:{pattern:RegExp("\\$"+o),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+o),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};a.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+o),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:l},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:l},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:l.entity}}],environment:{pattern:RegExp("\\$?"+o),alias:"constant"},variable:l.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=a.languages.bash;for(var s=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=l.variable[1].inside,f=0;f<s.length;f++)d[s[f]]=a.languages.bash[s[f]];a.languages.shell=a.languages.bash})(n)}c(r,"bash")}),jw,Ik,JN=z(()=>{jw=Ke(XN()),Ik=jw.default}),Hw,Rk,QN=z(()=>{Hw=Ke(Tk()),Rk=Hw.default}),ej=Z((e,t)=>{t.exports=r,r.displayName="graphql",r.aliases=[];function r(n){n.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:n.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},n.hooks.add("after-tokenize",c(function(a){if(a.language!=="graphql")return;var o=a.tokens.filter(function(y){return typeof y!="string"&&y.type!=="comment"&&y.type!=="scalar"}),i=0;function l(y){return o[i+y]}c(l,"getToken");function s(y,E){E=E||0;for(var x=0;x<y.length;x++){var D=l(x+E);if(!D||D.type!==y[x])return!1}return!0}c(s,"isTokenType");function d(y,E){for(var x=1,D=i;D<o.length;D++){var S=o[D],k=S.content;if(S.type==="punctuation"&&typeof k=="string"){if(y.test(k))x++;else if(E.test(k)&&(x--,x===0))return D}}return-1}c(d,"findClosingBracket");function f(y,E){var x=y.alias;x?Array.isArray(x)||(y.alias=x=[x]):y.alias=x=[],x.push(E)}for(c(f,"addAlias");i<o.length;){var h=o[i++];if(h.type==="keyword"&&h.content==="mutation"){var p=[];if(s(["definition-mutation","punctuation"])&&l(1).content==="("){i+=2;var m=d(/^\($/,/^\)$/);if(m===-1)continue;for(;i<m;i++){var g=l(0);g.type==="variable"&&(f(g,"variable-input"),p.push(g.content))}i=m+1}if(s(["punctuation","property-query"])&&l(0).content==="{"&&(i++,f(l(0),"property-mutation"),p.length>0)){var v=d(/^\{$/,/^\}$/);if(v===-1)continue;for(var C=i;C<v;C++){var w=o[C];w.type==="variable"&&p.indexOf(w.content)>=0&&f(w,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),Vw,zk,tj=z(()=>{Vw=Ke(ej()),zk=Vw.default}),rj=Z((e,t)=>{t.exports=r,r.displayName="jsExtras",r.aliases=[];function r(n){(function(a){a.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+a.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),a.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+a.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),a.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function o(h,p){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),p)}c(o,"withId"),a.languages.insertBefore("javascript","keyword",{imports:{pattern:o(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:a.languages.javascript},exports:{pattern:o(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:a.languages.javascript}}),a.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),a.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),a.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:o(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],l=0;l<i.length;l++){var s=i[l],d=a.languages.javascript[s];a.util.type(d)==="RegExp"&&(d=a.languages.javascript[s]={pattern:d});var f=d.inside||{};d.inside=f,f["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),Uw,Bk,nj=z(()=>{Uw=Ke(rj()),Bk=Uw.default}),aj=Z((e,t)=>{t.exports=r,r.displayName="json",r.aliases=["webmanifest"];function r(n){n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json}c(r,"json")}),Ww,Lk,oj=z(()=>{Ww=Ke(aj()),Lk=Ww.default}),Ok=Z((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(a){var o=a.util.clone(a.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,l=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,s=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(p,m){return p=p.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return l}).replace(/<SPREAD>/g,function(){return s}),RegExp(p,m)}c(d,"re"),s=d(s).source,a.languages.jsx=a.languages.extend("markup",o),a.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),a.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,a.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,a.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,a.languages.jsx.tag.inside.comment=o.comment,a.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:a.languages.jsx}},a.languages.jsx.tag),a.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:a.languages.jsx}}},a.languages.jsx.tag);var f=c(function(p){return p?typeof p=="string"?p:typeof p.content=="string"?p.content:p.content.map(f).join(""):""},"stringifyToken"),h=c(function(p){for(var m=[],g=0;g<p.length;g++){var v=p[g],C=!1;if(typeof v!="string"&&(v.type==="tag"&&v.content[0]&&v.content[0].type==="tag"?v.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===f(v.content[0].content[1])&&m.pop():v.content[v.content.length-1].content==="/>"||m.push({tagName:f(v.content[0].content[1]),openedBraces:0}):m.length>0&&v.type==="punctuation"&&v.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&v.type==="punctuation"&&v.content==="}"?m[m.length-1].openedBraces--:C=!0),(C||typeof v=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var w=f(v);g<p.length-1&&(typeof p[g+1]=="string"||p[g+1].type==="plain-text")&&(w+=f(p[g+1]),p.splice(g+1,1)),g>0&&(typeof p[g-1]=="string"||p[g-1].type==="plain-text")&&(w=f(p[g-1])+w,p.splice(g-1,1),g--),p[g]=new a.Token("plain-text",w,null,w)}v.content&&typeof v.content!="string"&&h(v.content)}},"walkTokens");a.hooks.add("after-tokenize",function(p){p.language!=="jsx"&&p.language!=="tsx"||h(p.tokens)})})(n)}c(r,"jsx")}),qw,Mk,ij=z(()=>{qw=Ke(Ok()),Mk=qw.default}),lj=Z((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(a){var o=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(g){return g=g.replace(/<inner>/g,function(){return o}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+g+")")}c(i,"createInline");var l=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,s=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return l}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;a.languages.markdown=a.languages.extend("markup",{}),a.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:a.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+s+d+"(?:"+s+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+s+d+")(?:"+s+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(l),inside:a.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+s+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+s+"$"),inside:{"table-header":{pattern:RegExp(l),alias:"important",inside:a.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(g){["url","bold","italic","strike","code-snippet"].forEach(function(v){g!==v&&(a.languages.markdown[g].inside.content.inside[v]=a.languages.markdown[v])})}),a.hooks.add("after-tokenize",function(g){if(g.language!=="markdown"&&g.language!=="md")return;function v(C){if(!(!C||typeof C=="string"))for(var w=0,y=C.length;w<y;w++){var E=C[w];if(E.type!=="code"){v(E.content);continue}var x=E.content[1],D=E.content[3];if(x&&D&&x.type==="code-language"&&D.type==="code-block"&&typeof x.content=="string"){var S=x.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var k="language-"+S;D.alias?typeof D.alias=="string"?D.alias=[D.alias,k]:D.alias.push(k):D.alias=[k]}}}c(v,"walkTokens"),v(g.tokens)}),a.hooks.add("wrap",function(g){if(g.type==="code-block"){for(var v="",C=0,w=g.classes.length;C<w;C++){var y=g.classes[C],E=/language-(.+)/.exec(y);if(E){v=E[1];break}}var x=a.languages[v];if(x)g.content=a.highlight(m(g.content.value),x,v);else if(v&&v!=="none"&&a.plugins.autoloader){var D="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);g.attributes.id=D,a.plugins.autoloader.loadLanguages(v,function(){var S=document.getElementById(D);S&&(S.innerHTML=a.highlight(S.textContent,a.languages[v],v))})}}});var f=RegExp(a.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},p=String.fromCodePoint||String.fromCharCode;function m(g){var v=g.replace(f,"");return v=v.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(C,w){if(w=w.toLowerCase(),w[0]==="#"){var y;return w[1]==="x"?y=parseInt(w.slice(2),16):y=Number(w.slice(1)),p(y)}else{var E=h[w];return E||C}}),v}c(m,"textContent"),a.languages.md=a.languages.markdown})(n)}c(r,"markdown")}),Gw,Pk,sj=z(()=>{Gw=Ke(lj()),Pk=Gw.default}),Kw,Nk,uj=z(()=>{Kw=Ke($k()),Nk=Kw.default}),jk=Z((e,t)=>{t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(a){a.languages.typescript=a.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),a.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete a.languages.typescript.parameter,delete a.languages.typescript["literal-property"];var o=a.languages.extend("typescript",{});delete o["class-name"],a.languages.typescript["class-name"].inside=o,a.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:o}}}}),a.languages.ts=a.languages.typescript})(n)}c(r,"typescript")}),cj=Z((e,t)=>{var r=Ok(),n=jk();t.exports=a,a.displayName="tsx",a.aliases=[];function a(o){o.register(r),o.register(n),function(i){var l=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",l),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var s=i.languages.tsx.tag;s.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+s.pattern.source+")",s.pattern.flags),s.lookbehind=!0}(o)}c(a,"tsx")}),Yw,Hk,dj=z(()=>{Yw=Ke(cj()),Hk=Yw.default}),Zw,Vk,pj=z(()=>{Zw=Ke(jk()),Vk=Zw.default}),fj=Z((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(a){var o=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,l="(?:"+i.source+"(?:[ ]+"+o.source+")?|"+o.source+"(?:[ ]+"+i.source+")?)",s=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function f(h,p){p=(p||"").replace(/m/g,"")+"m";var m=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<value>>/g,function(){return h});return RegExp(m,p)}c(f,"createValuePattern"),a.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return l})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<key>>/g,function(){return"(?:"+s+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:f(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:f(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:f(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:f(d),lookbehind:!0,greedy:!0},number:{pattern:f(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:o,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},a.languages.yml=a.languages.yaml})(n)}c(r,"yaml")}),Xw,Uk,hj=z(()=>{Xw=Ke(fj()),Uk=Xw.default}),Jw,pf,ey,Wk=z(()=>{Jw=F.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),pf=F.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5}),pf.displayName="ActionButton",ey=c(({actionItems:e,...t})=>b.createElement(Jw,{...t},e.map(({title:r,className:n,onClick:a,disabled:o},i)=>b.createElement(pf,{key:i,className:n,onClick:a,disabled:!!o},r))),"ActionBar")});function qk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function ty(...e){return t=>e.forEach(r=>qk(r,t))}function Wn(...e){return u.useCallback(ty(...e),e)}var ry=z(()=>{c(qk,"setRef"),c(ty,"composeRefs"),c(Wn,"useComposedRefs")});function Qw(e){return u.isValidElement(e)&&e.type===Gk}function e7(e,t){let r={...t};for(let n in t){let a=e[n],o=t[n];/^on[A-Z]/.test(n)?a&&o?r[n]=(...i)=>{o(...i),a(...i)}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}function t7(e){var n,a;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(a=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:a.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var Pg,kc,Gk,mj=z(()=>{ry(),Pg=u.forwardRef((e,t)=>{let{children:r,...n}=e,a=u.Children.toArray(r),o=a.find(Qw);if(o){let i=o.props.children,l=a.map(s=>s===o?u.Children.count(i)>1?u.Children.only(null):u.isValidElement(i)?i.props.children:null:s);return oe.jsx(kc,{...n,ref:t,children:u.isValidElement(i)?u.cloneElement(i,void 0,l):null})}return oe.jsx(kc,{...n,ref:t,children:r})}),Pg.displayName="Slot",kc=u.forwardRef((e,t)=>{let{children:r,...n}=e;if(u.isValidElement(r)){let a=t7(r);return u.cloneElement(r,{...e7(n,r.props),ref:t?ty(t,a):a})}return u.Children.count(r)>1?u.Children.only(null):null}),kc.displayName="SlotClone",Gk=c(({children:e})=>oe.jsx(oe.Fragment,{children:e}),"Slottable"),c(Qw,"isSlottable"),c(e7,"mergeProps"),c(t7,"getElementRef")}),r7,Ko,gj=z(()=>{mj(),r7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Ko=r7.reduce((e,t)=>{let r=u.forwardRef((n,a)=>{let{asChild:o,...i}=n,l=o?Pg:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),oe.jsx(l,{...i,ref:a})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{})}),vd,Kk=z(()=>{vd=globalThis!=null&&globalThis.document?u.useLayoutEffect:()=>{}});function Yk(e,t){return u.useReducer((r,n)=>{var a;return(a=t[r][n])!=null?a:r},e)}function n7(e){let[t,r]=u.useState(),n=u.useRef({}),a=u.useRef(e),o=u.useRef("none"),i=e?"mounted":"unmounted",[l,s]=Yk(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u.useEffect(()=>{let d=cs(n.current);o.current=l==="mounted"?d:"none"},[l]),vd(()=>{let d=n.current,f=a.current;if(f!==e){let h=o.current,p=cs(d);e?s("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?s("UNMOUNT"):s(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,s]),vd(()=>{if(t){let d=c(h=>{let p=cs(n.current).includes(h.animationName);h.target===t&&p&&pl.flushSync(()=>s("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(o.current=cs(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:u.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function cs(e){return(e==null?void 0:e.animationName)||"none"}function a7(e){var n,a;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(a=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:a.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var pi,vj=z(()=>{"use client";ry(),Kk(),c(Yk,"useStateMachine"),pi=c(e=>{let{present:t,children:r}=e,n=n7(t),a=typeof r=="function"?r({present:n.isPresent}):u.Children.only(r),o=Wn(n.ref,a7(a));return typeof r=="function"||n.isPresent?u.cloneElement(a,{ref:o}):null},"Presence"),pi.displayName="Presence",c(n7,"usePresence"),c(cs,"getAnimationName"),c(a7,"getElementRef")});function Zk(e,t=[]){let r=[];function n(o,i){let l=u.createContext(i),s=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,v=(p==null?void 0:p[e][s])||l,C=u.useMemo(()=>g,Object.values(g));return oe.jsx(v.Provider,{value:C,children:m})}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[e][s])||l,g=u.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${o}\``)}return c(f,"useContext2"),d.displayName=o+"Provider",[d,f]}c(n,"createContext3");let a=c(()=>{let o=r.map(i=>u.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||o;return u.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return a.scopeName=e,[n,Xk(a,...t)]}function Xk(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return c(function(a){let o=n.reduce((i,{useScope:l,scopeName:s})=>{let d=l(a)[`__scope${s}`];return{...i,...d}},{});return u.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var yj=z(()=>{c(Zk,"createContextScope"),c(Xk,"composeContextScopes")});function Zn(e){let t=u.useRef(e);return u.useEffect(()=>{t.current=e}),u.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}var wj=z(()=>{c(Zn,"useCallbackRef")});function Jk(e){let t=u.useContext(Qk);return e||t||"ltr"}var Qk,bj=z(()=>{Qk=u.createContext(void 0),c(Jk,"useDirection")});function e_(e,[t,r]){return Math.min(r,Math.max(t,e))}var Ej=z(()=>{c(e_,"clamp")});function Pn(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}var xj=z(()=>{c(Pn,"composeEventHandlers")});function o7(e,t){return u.useReducer((r,n)=>{var a;return(a=t[r][n])!=null?a:r},e)}function jl(e){return e?parseInt(e,10):0}function Ng(e,t){let r=e/t;return isNaN(r)?0:r}function Bs(e){let t=Ng(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function i7(e,t,r,n="ltr"){let a=Bs(r),o=a/2,i=t||o,l=a-i,s=r.scrollbar.paddingStart+i,d=r.scrollbar.size-r.scrollbar.paddingEnd-l,f=r.content-r.viewport,h=n==="ltr"?[0,f]:[f*-1,0];return ny([s,d],h)(e)}function ff(e,t,r="ltr"){let n=Bs(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-a,i=t.content-t.viewport,l=o-n,s=r==="ltr"?[0,i]:[i*-1,0],d=e_(e,s);return ny([0,i],[0,l])(d)}function ny(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 hf(e,t){return e>0&&e<t}function Hl(e,t){let r=Zn(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 Ra(e,t){let r=Zn(t);vd(()=>{let n=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(n),a.unobserve(e)}}},[e,r])}function l7(e,t){let{asChild:r,children:n}=e;if(!r)return typeof t=="function"?t(n):t;let a=u.Children.only(n);return u.cloneElement(a,{children:typeof t=="function"?t(a.props.children):t})}var _c,mf,Cj,s7,_t,gf,vf,yf,ar,wf,u7,c7,bf,Ac,d7,p7,f7,Ef,xf,Vl,Cf,h7,Fc,Df,m7,g7,t_,r_,n_,a_,o_,Dj=z(()=>{"use client";gj(),vj(),yj(),ry(),wj(),bj(),Kk(),Ej(),xj(),c(o7,"useStateMachine"),_c="ScrollArea",[mf,Cj]=Zk(_c),[s7,_t]=mf(_c),gf=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:a,scrollHideDelay:o=600,...i}=e,[l,s]=u.useState(null),[d,f]=u.useState(null),[h,p]=u.useState(null),[m,g]=u.useState(null),[v,C]=u.useState(null),[w,y]=u.useState(0),[E,x]=u.useState(0),[D,S]=u.useState(!1),[k,_]=u.useState(!1),A=Wn(t,I=>s(I)),$=Jk(a);return oe.jsx(s7,{scope:r,type:n,dir:$,scrollHideDelay:o,scrollArea:l,viewport:d,onViewportChange:f,content:h,onContentChange:p,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:D,onScrollbarXEnabledChange:S,scrollbarY:v,onScrollbarYChange:C,scrollbarYEnabled:k,onScrollbarYEnabledChange:_,onCornerWidthChange:y,onCornerHeightChange:x,children:oe.jsx(Ko.div,{dir:$,...i,ref:A,style:{position:"relative","--radix-scroll-area-corner-width":w+"px","--radix-scroll-area-corner-height":E+"px",...e.style}})})}),gf.displayName=_c,vf="ScrollAreaViewport",yf=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:a,nonce:o,...i}=e,l=_t(vf,r),s=u.useRef(null),d=Wn(t,s,l.onViewportChange);return oe.jsxs(oe.Fragment,{children:[oe.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:o}),oe.jsx(Ko.div,{"data-radix-scroll-area-viewport":"",...i,asChild:a,ref:d,style:{overflowX:l.scrollbarXEnabled?"scroll":"hidden",overflowY:l.scrollbarYEnabled?"scroll":"hidden",...e.style},children:l7({asChild:a,children:n},f=>oe.jsx("div",{"data-radix-scroll-area-content":"",ref:l.onContentChange,style:{minWidth:l.scrollbarXEnabled?"fit-content":void 0},children:f}))})]})}),yf.displayName=vf,ar="ScrollAreaScrollbar",wf=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=_t(ar,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=a,l=e.orientation==="horizontal";return u.useEffect(()=>(l?o(!0):i(!0),()=>{l?o(!1):i(!1)}),[l,o,i]),a.type==="hover"?oe.jsx(u7,{...n,ref:t,forceMount:r}):a.type==="scroll"?oe.jsx(c7,{...n,ref:t,forceMount:r}):a.type==="auto"?oe.jsx(bf,{...n,ref:t,forceMount:r}):a.type==="always"?oe.jsx(Ac,{...n,ref:t}):null}),wf.displayName=ar,u7=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=_t(ar,e.__scopeScrollArea),[o,i]=u.useState(!1);return u.useEffect(()=>{let l=a.scrollArea,s=0;if(l){let d=c(()=>{window.clearTimeout(s),i(!0)},"handlePointerEnter"),f=c(()=>{s=window.setTimeout(()=>i(!1),a.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",f),()=>{window.clearTimeout(s),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",f)}}},[a.scrollArea,a.scrollHideDelay]),oe.jsx(pi,{present:r||o,children:oe.jsx(bf,{"data-state":o?"visible":"hidden",...n,ref:t})})}),c7=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=_t(ar,e.__scopeScrollArea),o=e.orientation==="horizontal",i=Hl(()=>s("SCROLL_END"),100),[l,s]=o7("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return u.useEffect(()=>{if(l==="idle"){let d=window.setTimeout(()=>s("HIDE"),a.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,a.scrollHideDelay,s]),u.useEffect(()=>{let d=a.viewport,f=o?"scrollLeft":"scrollTop";if(d){let h=d[f],p=c(()=>{let m=d[f];h!==m&&(s("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[a.viewport,o,s,i]),oe.jsx(pi,{present:r||l!=="hidden",children:oe.jsx(Ac,{"data-state":l==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Pn(e.onPointerEnter,()=>s("POINTER_ENTER")),onPointerLeave:Pn(e.onPointerLeave,()=>s("POINTER_LEAVE"))})})}),bf=u.forwardRef((e,t)=>{let r=_t(ar,e.__scopeScrollArea),{forceMount:n,...a}=e,[o,i]=u.useState(!1),l=e.orientation==="horizontal",s=Hl(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,f=r.viewport.offsetHeight<r.viewport.scrollHeight;i(l?d:f)}},10);return Ra(r.viewport,s),Ra(r.content,s),oe.jsx(pi,{present:n||o,children:oe.jsx(Ac,{"data-state":o?"visible":"hidden",...a,ref:t})})}),Ac=u.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,a=_t(ar,e.__scopeScrollArea),o=u.useRef(null),i=u.useRef(0),[l,s]=u.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=Ng(l.viewport,l.content),f={...n,sizes:l,onSizesChange:s,hasThumb:d>0&&d<1,onThumbChange:c(p=>o.current=p,"onThumbChange"),onThumbPointerUp:c(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:c(p=>i.current=p,"onThumbPointerDown")};function h(p,m){return i7(p,i.current,l,m)}return c(h,"getScrollPosition"),r==="horizontal"?oe.jsx(d7,{...f,ref:t,onThumbPositionChange:c(()=>{if(a.viewport&&o.current){let p=a.viewport.scrollLeft,m=ff(p,l,a.dir);o.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{a.viewport&&(a.viewport.scrollLeft=p)},"onWheelScroll"),onDragScroll:c(p=>{a.viewport&&(a.viewport.scrollLeft=h(p,a.dir))},"onDragScroll")}):r==="vertical"?oe.jsx(p7,{...f,ref:t,onThumbPositionChange:c(()=>{if(a.viewport&&o.current){let p=a.viewport.scrollTop,m=ff(p,l);o.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{a.viewport&&(a.viewport.scrollTop=p)},"onWheelScroll"),onDragScroll:c(p=>{a.viewport&&(a.viewport.scrollTop=h(p))},"onDragScroll")}):null}),d7=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=_t(ar,e.__scopeScrollArea),[i,l]=u.useState(),s=u.useRef(null),d=Wn(t,s,o.onScrollbarXChange);return u.useEffect(()=>{s.current&&l(getComputedStyle(s.current))},[s]),oe.jsx(xf,{"data-orientation":"horizontal",...a,ref:d,sizes:r,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Bs(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.x),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.x),"onDragScroll"),onWheelScroll:c((f,h)=>{if(o.viewport){let p=o.viewport.scrollLeft+f.deltaX;e.onWheelScroll(p),hf(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{s.current&&o.viewport&&i&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:s.current.clientWidth,paddingStart:jl(i.paddingLeft),paddingEnd:jl(i.paddingRight)}})},"onResize")})}),p7=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=_t(ar,e.__scopeScrollArea),[i,l]=u.useState(),s=u.useRef(null),d=Wn(t,s,o.onScrollbarYChange);return u.useEffect(()=>{s.current&&l(getComputedStyle(s.current))},[s]),oe.jsx(xf,{"data-orientation":"vertical",...a,ref:d,sizes:r,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Bs(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.y),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.y),"onDragScroll"),onWheelScroll:c((f,h)=>{if(o.viewport){let p=o.viewport.scrollTop+f.deltaY;e.onWheelScroll(p),hf(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{s.current&&o.viewport&&i&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:s.current.clientHeight,paddingStart:jl(i.paddingTop),paddingEnd:jl(i.paddingBottom)}})},"onResize")})}),[f7,Ef]=mf(ar),xf=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:a,onThumbChange:o,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:s,onDragScroll:d,onWheelScroll:f,onResize:h,...p}=e,m=_t(ar,r),[g,v]=u.useState(null),C=Wn(t,A=>v(A)),w=u.useRef(null),y=u.useRef(""),E=m.viewport,x=n.content-n.viewport,D=Zn(f),S=Zn(s),k=Hl(h,10);function _(A){if(w.current){let $=A.clientX-w.current.left,I=A.clientY-w.current.top;d({x:$,y:I})}}return c(_,"handleDragScroll"),u.useEffect(()=>{let A=c($=>{let I=$.target;g!=null&&g.contains(I)&&D($,x)},"handleWheel");return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[E,g,x,D]),u.useEffect(S,[n,S]),Ra(g,k),Ra(m.content,k),oe.jsx(f7,{scope:r,scrollbar:g,hasThumb:a,onThumbChange:Zn(o),onThumbPointerUp:Zn(i),onThumbPositionChange:S,onThumbPointerDown:Zn(l),children:oe.jsx(Ko.div,{...p,ref:C,style:{position:"absolute",...p.style},onPointerDown:Pn(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),w.current=g.getBoundingClientRect(),y.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",m.viewport&&(m.viewport.style.scrollBehavior="auto"),_(A))}),onPointerMove:Pn(e.onPointerMove,_),onPointerUp:Pn(e.onPointerUp,A=>{let $=A.target;$.hasPointerCapture(A.pointerId)&&$.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=y.current,m.viewport&&(m.viewport.style.scrollBehavior=""),w.current=null})})})}),Vl="ScrollAreaThumb",Cf=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Ef(Vl,e.__scopeScrollArea);return oe.jsx(pi,{present:r||a.hasThumb,children:oe.jsx(h7,{ref:t,...n})})}),h7=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...a}=e,o=_t(Vl,r),i=Ef(Vl,r),{onThumbPositionChange:l}=i,s=Wn(t,h=>i.onThumbChange(h)),d=u.useRef(),f=Hl(()=>{d.current&&(d.current(),d.current=void 0)},100);return u.useEffect(()=>{let h=o.viewport;if(h){let p=c(()=>{if(f(),!d.current){let m=g7(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",p),()=>h.removeEventListener("scroll",p)}},[o.viewport,f,l]),oe.jsx(Ko.div,{"data-state":i.hasThumb?"visible":"hidden",...a,ref:s,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Pn(e.onPointerDownCapture,h=>{let p=h.target.getBoundingClientRect(),m=h.clientX-p.left,g=h.clientY-p.top;i.onThumbPointerDown({x:m,y:g})}),onPointerUp:Pn(e.onPointerUp,i.onThumbPointerUp)})}),Cf.displayName=Vl,Fc="ScrollAreaCorner",Df=u.forwardRef((e,t)=>{let r=_t(Fc,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?oe.jsx(m7,{...e,ref:t}):null}),Df.displayName=Fc,m7=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,a=_t(Fc,r),[o,i]=u.useState(0),[l,s]=u.useState(0),d=!!(o&&l);return Ra(a.scrollbarX,()=>{var h;let f=((h=a.scrollbarX)==null?void 0:h.offsetHeight)||0;a.onCornerHeightChange(f),s(f)}),Ra(a.scrollbarY,()=>{var h;let f=((h=a.scrollbarY)==null?void 0:h.offsetWidth)||0;a.onCornerWidthChange(f),i(f)}),d?oe.jsx(Ko.div,{...n,ref:t,style:{width:o,height:l,position:"absolute",right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),c(jl,"toInt"),c(Ng,"getThumbRatio"),c(Bs,"getThumbSize"),c(i7,"getScrollPositionFromPointer"),c(ff,"getThumbOffsetFromScroll"),c(ny,"linearScale"),c(hf,"isScrollingWithinScrollbarBounds"),g7=c((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return c(function a(){let o={left:e.scrollLeft,top:e.scrollTop},i=r.left!==o.left,l=r.top!==o.top;(i||l)&&t(),r=o,n=window.requestAnimationFrame(a)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),c(Hl,"useDebounceCallback"),c(Ra,"useResizeObserver"),c(l7,"getSubtree"),t_=gf,r_=yf,n_=wf,a_=Cf,o_=Df}),v7,y7,Sf,kf,yd,ay=z(()=>{Dj(),v7=F(t_)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),y7=F(r_)({width:"100%",height:"100%"}),Sf=F(n_)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&r==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&r==="true"?0:e}})),kf=F(a_)(({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%"}})),yd=u.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:a=6,className:o},i)=>b.createElement(v7,{scrollbarsize:a,offset:n,className:o},b.createElement(y7,{ref:i},e),t&&b.createElement(Sf,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},b.createElement(kf,null)),r&&b.createElement(Sf,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},b.createElement(kf,null)),t&&r&&b.createElement(o_,null))),yd.displayName="ScrollArea"}),oy={};fl(oy,{SyntaxHighlighter:()=>Ls,createCopyToClipboardFunction:()=>jg,default:()=>i_,supportedLanguages:()=>Hg});const{logger:Sj}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function jg(){return ds!=null&&ds.clipboard?e=>ds.clipboard.writeText(e):async e=>{let t=Yo.createElement("TEXTAREA"),r=Yo.activeElement;t.value=e,Yo.body.appendChild(t),t.select(),Yo.execCommand("copy"),Yo.body.removeChild(t),r.focus()}}var w7,ds,Yo,b7,Hg,E7,x7,C7,D7,S7,k7,_7,_f,A7,F7,Ls,i_,R1=z(()=>{Wv(),w7=Ke($1(),1),ZN(),JN(),QN(),tj(),nj(),oj(),ij(),sj(),uj(),dj(),pj(),hj(),YN(),Wk(),ay(),{navigator:ds,document:Yo,window:b7}=F1,Hg={jsextra:Bk,jsx:Mk,json:Lk,yml:Uk,md:Pk,bash:Ik,css:Rk,html:Nk,tsx:Hk,typescript:Vk,graphql:zk},Object.entries(Hg).forEach(([e,t])=>{v0.registerLanguage(e,t)}),E7=(0,w7.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),x7=jg(),c(jg,"createCopyToClipboardFunction"),C7=F.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),D7=c(({children:e,className:t})=>b.createElement(yd,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),S7=F(D7)({position:"relative"},({theme:e})=>E7(e)),k7=F.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),_7=F.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),_f=c(e=>{let t=[...e.children],r=t[0],n=r.children[0].value,a={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=a,{...e,children:t}},"processLineNumber"),A7=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,a)=>I1({node:_f(n),stylesheet:t,useInlineStyles:r,key:`code-segement${a}`})),"defaultRenderer"),F7=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(a=>_f(a)),...n}):A7:e,"wrapRenderer"),Ls=c(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:a=!1,format:o=!0,formatter:i=void 0,className:l=void 0,showLineNumbers:s=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[f,h]=u.useState("");u.useEffect(()=>{i?i(o,e).then(h):h(e.trim())},[e,o,i]);let[p,m]=u.useState(!1),g=u.useCallback(C=>{C.preventDefault(),x7(f).then(()=>{m(!0),b7.setTimeout(()=>m(!1),1500)}).catch(Sj.error)},[f]),v=F7(d.renderer,s);return b.createElement(C7,{bordered:n,padded:a,showLineNumbers:s,className:l},b.createElement(S7,null,b.createElement(v0,{padded:a||n,language:t,showLineNumbers:s,showInlineLineNumbers:s,useInlineStyles:!1,PreTag:k7,CodeTag:_7,lineNumberContainerStyle:{},...d,renderer:v},f)),r?b.createElement(ey,{actionItems:[{title:p?"Copied":"Copy",onClick:g}]}):null)},"SyntaxHighlighter"),Ls.registerLanguage=(...e)=>v0.registerLanguage(...e),i_=Ls});function $7(e){if(typeof e=="string")return j1;if(Array.isArray(e))return H1;if(!e)return;let{type:t}=e;if(_y.has(t))return t}function T7(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(V1(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=hA([..._y].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
|
|
270
|
+
Expected it to be ${n}.`}function Dr(e){return ma(e),{type:cu,contents:e}}function iy(e,t){return ma(t),{type:du,contents:t,n:e}}function Te(e,t={}){return ma(e),U1(t.expandedStates,!0),{type:Zi,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function l_(e){return iy(Number.NEGATIVE_INFINITY,e)}function s_(e){return iy({type:"root"},e)}function ly(e){return U1(e),{type:pu,parts:e}}function su(e,t="",r={}){return ma(e),t!==""&&ma(t),{type:fu,breakContents:e,flatContents:t,groupId:r.groupId}}function u_(e,t){return ma(e),{type:hu,contents:e,groupId:t.groupId,negate:t.negate}}function Eo(e,t){ma(e),U1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function z1(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(V1(o)){case H1:return t(o.map(n));case pu:return t({...o,parts:o.parts.map(n)});case fu:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case Zi:{let{expandedStates:i,contents:l}=o;return i?(i=i.map(n),l=i[0]):l=n(l),t({...o,contents:l,expandedStates:i})}case du:case cu:case hu:case _d:case Sd:return t({...o,contents:n(o.contents)});case j1:case Cd:case Dd:case kd:case qn:case Ps:return t(o);default:throw new Ay(o)}}}function c_(e){switch(V1(e)){case pu:if(e.parts.every(t=>t===""))return"";break;case Zi:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===Zi&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case du:case cu:case hu:case Sd:if(!e.contents)return"";break;case fu:if(!e.flatContents&&!e.breakContents)return"";break;case H1:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Xi(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case j1:case Cd:case Dd:case kd:case qn:case _d:case Ps:break;default:throw new Ay(e)}return e}function d_(e){return z1(e,t=>c_(t))}function Ut(e,t=mA){return z1(e,r=>typeof r=="string"?Eo(t,r.split(`
|
|
271
|
+
`)):r)}function I7(e,t){let r=t===!0||t===gs?gs:Zg,n=r===gs?Zg:gs,a=0,o=0;for(let i of e)i===r?a++:i===n&&o++;return a>o?n:r}function R7(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function z7(e){return(e==null?void 0:e.type)==="front-matter"}function Af(e,t){var r;if(e.type==="text"||e.type==="comment"||ju(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)yA.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 s_([e.startDelimiter,e.explicitLanguage,me,n,n?me:"",e.endDelimiter])}}function zu(e,t=!0){return[Dr([We,e]),t?We:""]}function xo(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 Zt(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let a=!0;n&&(r.__onHtmlBindingRoot=(i,l)=>{a=n(i,l)});let o=await t(e,r,t);return a?Te(o):zu(o)}function L7(e,t,r,n){let{node:a}=r,o=n.originalText.slice(a.sourceSpan.start.offset,a.sourceSpan.end.offset);return/^\s*$/u.test(o)?"":Zt(o,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},xo)}function Vg(e,t){var n;if(!t)return;let r=EA(t).toLowerCase();return(n=e.find(({filenames:a})=>a==null?void 0:a.some(o=>o.toLowerCase()===r)))!=null?n:e.find(({extensions:a})=>a==null?void 0:a.some(o=>r.endsWith(o)))}function p_(e,t){var r,n;if(t)return(n=(r=e.find(({name:a})=>a.toLowerCase()===t))!=null?r:e.find(({aliases:a})=>a==null?void 0:a.includes(t)))!=null?n:e.find(({extensions:a})=>a==null?void 0:a.includes(`.${t}`))}function O7(e,t){var a,o,i;let r=e.plugins.flatMap(l=>{var s;return(s=l.languages)!=null?s:[]}),n=(i=(o=(a=p_(r,t.language))!=null?a:Vg(r,t.physicalFile))!=null?o:Vg(r,t.file))!=null?i:(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function M7(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function sy(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||fo(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||L1(e,t)&&!Xr(e)&&e.type!=="interpolation")}function Bu(e){return e.type==="attribute"||!e.parent||!e.prev?!1:f_(e.prev)}function f_(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function $t(e){return e.type==="text"||e.type==="comment"}function Xr(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||Ji(e)&&(e.name==="script"||e.name==="style"))}function h_(e){return e.children&&!Xr(e)}function m_(e){return Xr(e)||e.type==="interpolation"||uy(e)}function uy(e){return gy(e).startsWith("pre")}function g_(e,t){var r,n;let a=o();if(a&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return a;function o(){return ju(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:fo(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||fo(e)&&e.parent||Xr(e.parent)||Lu(e.parent,t)||!S_(e.parent.cssDisplay))||e.prev&&!A_(e.prev.cssDisplay))}}function v_(e,t){return ju(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:fo(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||fo(e)&&e.parent||Xr(e.parent)||Lu(e.parent,t)||!k_(e.parent.cssDisplay))||e.next&&!__(e.next.cssDisplay))}function y_(e){return F_(e.cssDisplay)&&!Xr(e)}function ps(e){return ju(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function w_(e){return cy(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>E_(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&py(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||fy(e.lastChild))}function cy(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 y0(e){return hy(e)||e.prev&&b_(e.prev)||dy(e)}function b_(e){return hy(e)||e.type==="element"&&e.fullName==="br"||dy(e)}function dy(e){return py(e)&&fy(e)}function py(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 fy(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 hy(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function B1(e){return e.lastChild?B1(e.lastChild):e}function E_(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function my(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 x_(e,t){var i;let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:a,lang:o}=e.attrMap;return!o&&!a?"babel":(i=Hu(t,{language:o}))!=null?i:my(a)}function C_(e,t){var o;if(!L1(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:a}=r;return(o=Hu(t,{language:a}))!=null?o:my(n)}function D_(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?Hu(t,{language:r}):"css"}function Ug(e,t){var r,n;return(n=(r=x_(e,t))!=null?r:D_(e,t))!=null?n:C_(e,t)}function hl(e){return e==="block"||e==="list-item"||e.startsWith("table")}function S_(e){return!hl(e)&&e!=="inline-block"}function k_(e){return!hl(e)&&e!=="inline-block"}function __(e){return!hl(e)}function A_(e){return!hl(e)}function F_(e){return!hl(e)&&e!=="inline-block"}function fo(e){return gy(e).startsWith("pre")}function $_(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function T_(e,t){var r;if(Co(e,t))return"block";if(((r=e.prev)==null?void 0:r.type)==="comment"){let a=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);if(a)return a[1]}let n=!1;if(e.type==="element"&&e.namespace==="svg")if($_(e,a=>a.fullName==="svg:foreignObject"))n=!0;else return e.name==="svg"?"inline-block":"block";switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return e.type==="element"&&(!e.namespace||n||Ji(e))&&CA[e.name]||xA}}function gy(e){return e.type==="element"&&(!e.namespace||Ji(e))&&SA[e.name]||DA}function I_(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
|
|
272
|
+
`)){if(r.length===0)continue;let n=fr.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function vy(e,t=I_(e)){return t===0?e:e.split(`
|
|
273
|
+
`).map(r=>r.slice(t)).join(`
|
|
274
|
+
`)}function yy(e){return Et(!1,Et(!1,e,"'","'"),""",'"')}function In(e){return yy(e.value)}function Lu(e,t){return Co(e,t)&&!_A.has(e.fullName)}function Co(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function L1(e,t){return Co(e,t)&&(Lu(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function R_(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function z_(e,t){let r=e.parent;if(!Co(r,t))return!1;let n=r.fullName,a=e.fullName;return n==="script"&&a==="setup"||n==="style"&&a==="vars"}function wy(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Ut(t):Ut(vy(Fy(t)),me):Eo(Oe,fr.split(t))}function by(e,t){return Co(e,t)&&e.name==="script"}async function B_(e,t){let r=[];for(let[n,a]of e.split($y).entries())if(n%2===0)r.push(Ut(a));else try{r.push(Te(["{{",Dr([Oe,await Zt(a,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Oe,"}}"]))}catch{r.push("{{",Ut(a),"}}")}return r}function $c({parser:e}){return(t,r,n)=>Zt(In(n.node),t,{parser:e},xo)}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 AA;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return FA;if(n.startsWith("*"))return $A;let a=In(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>zu(ly(wy(r,a.trim())),!a.includes("@@"));if($y.test(a))return o=>B_(a,o)}function N7(e,t){let{node:r}=e,n=In(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function Wg(e){return e===" "||e===`
|
|
275
|
+
`||e==="\f"||e==="\r"||e===" "}function j7(e){let t=e.length,r,n,a,o,i,l=0,s;function d(m){let g,v=m.exec(e.substring(l));if(v)return[g]=v,l+=g.length,g}c(d,"p");let f=[];for(;;){if(d(zA),l>=t){if(f.length===0)throw new Error("Must contain one or more image candidate strings.");return f}s=l,r=d(BA),n=[],r.slice(-1)===","?(r=r.replace(LA,""),p()):h()}function h(){for(d(RA),a="",o="in descriptor";;){if(i=e.charAt(l),o==="in descriptor")if(Wg(i))a&&(n.push(a),a="",o="after descriptor");else if(i===","){l+=1,a&&n.push(a),p();return}else if(i==="(")a+=i,o="in parens";else if(i===""){a&&n.push(a),p();return}else a+=i;else if(o==="in parens")if(i===")")a+=i,o="in descriptor";else if(i===""){n.push(a),p();return}else a+=i;else if(o==="after descriptor"&&!Wg(i))if(i===""){p();return}else o="in descriptor",l-=1;l+=1}}c(h,"f");function p(){let m=!1,g,v,C,w,y={},E,x,D,S,k;for(w=0;w<n.length;w++)E=n[w],x=E[E.length-1],D=E.substring(0,E.length-1),S=parseInt(D,10),k=parseFloat(D),Xg.test(D)&&x==="w"?((g||v)&&(m=!0),S===0?m=!0:g=S):OA.test(D)&&x==="x"?((g||v||C)&&(m=!0),k<0?m=!0:v=k):Xg.test(D)&&x==="h"?((C||v)&&(m=!0),S===0?m=!0:C=S):m=!0;if(!m)y.source={value:r,startOffset:s},g&&(y.width={value:g}),v&&(y.density={value:v}),C&&(y.height={value:C}),f.push(y);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${E}".`)}c(p,"d")}function H7(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>L_(In(e.node))}function L_(e){let t=MA(e),r=PA.filter(f=>t.some(h=>Object.prototype.hasOwnProperty.call(h,f)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,a=Jg[n],o=t.map(f=>f.source.value),i=Math.max(...o.map(f=>f.length)),l=t.map(f=>f[n]?String(f[n].value):""),s=l.map(f=>{let h=f.indexOf(".");return h===-1?f.length:h}),d=Math.max(...s);return zu(Eo([",",Oe],o.map((f,h)=>{let p=[f],m=l[h];if(m){let g=i-f.length+1,v=d-s[h],C=" ".repeat(g+v);p.push(su(C," "),m+a)}return p})))}function O_(e,t){let{node:r}=e,n=In(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async a=>zu(await a(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function V7(e,t){let{root:r}=e;return w0.has(r)||w0.set(r,r.children.some(n=>by(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),w0.get(r)}function M_(e,t,r){let{node:n}=r,a=In(n);return Zt(`type T<${a}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},xo)}function P_(e,t,{parseWithTs:r}){return Zt(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function N_(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 j_(e,t,r,n){let a=In(r.node),{left:o,operator:i,right:l}=H_(a),s=W1(r,n);return[Te(await Zt(`function _(${o}) {}`,e,{parser:s?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await Zt(l,e,{parser:s?"__ts_expression":"__js_expression"})]}function H_(e){let t=/(.*?)\s+(in|of)\s+(.*)/su,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/u,n=/^\(|\)$/gu,a=e.match(t);if(!a)return;let o={};if(o.for=a[3].trim(),!o.for)return;let i=Et(!1,a[1].trim(),n,""),l=i.match(r);l?(o.alias=i.replace(r,""),o.iterator1=l[1].trim(),l[2]&&(o.iterator2=l[2].trim())):o.alias=i;let s=[o.alias,o.iterator1,o.iterator2];if(!s.some((d,f)=>!d&&(f===0||s.slice(f+1).some(Boolean))))return{left:s.filter(Boolean).join(","),operator:a[2],right:o.for}}function U7(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return j_;if(n==="generic"&&by(r.parent,t))return M_;let a=In(r),o=W1(e,t);if(R_(r)||z_(r,t))return i=>P_(a,i,{parseWithTs:o});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>V_(a,i,{parseWithTs:o});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>U_(a,i,{parseWithTs:o});if(n.startsWith("v-"))return i=>Ey(a,i,{parseWithTs:o})}function V_(e,t,{parseWithTs:r}){return N_(e)?Ey(e,t,{parseWithTs:r}):Zt(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},xo)}function U_(e,t,{parseWithTs:r}){return Zt(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},xo)}function Ey(e,t,{parseWithTs:r}){return Zt(e,t,{parser:r?"__ts_expression":"__js_expression"},xo)}function W7(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[NA,O_,IA,jA,TA]){let a=n(e,t);if(a)return W_(a)}}}function W_(e){return async(t,r,n,a)=>{let o=await e(t,r,n,a);if(o)return o=z1(o,i=>typeof i=="string"?Et(!1,i,'"',"""):i),[n.node.rawName,'="',Te(o),'"']}}function q7(e){return Array.isArray(e)&&e.length>0}function Ou(e){return e.sourceSpan.start.offset}function Mu(e){return e.sourceSpan.end.offset}function wd(e,t){return[e.isSelfClosing?"":q_(e,t),Ei(e,t)]}function q_(e,t){return e.lastChild&&Yi(e.lastChild)?"":[G_(e,t),O1(e,t)]}function Ei(e,t){return(e.next?fa(e.next):gl(e.parent))?"":[ml(e,t),pa(e,t)]}function G_(e,t){return gl(e)?ml(e.lastChild,t):""}function pa(e,t){return Yi(e)?O1(e.parent,t):Pu(e)?M1(e.next):""}function O1(e,t){if(Ty(!e.isSelfClosing),xy(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function ml(e,t){if(xy(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 xy(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(Bu(e)||sy(e.parent,t))}function fa(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!$t(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function gl(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!$t(B1(e.lastChild))&&!fo(e)}function Yi(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&$t(B1(e))}function Pu(e){return e.next&&!$t(e.next)&&$t(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function K_(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function Nu(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Y_(e,t,r){var n;let{node:a}=e;if(!q1(a.attrs))return a.isSelfClosing?" ":"";let o=((n=a.prev)==null?void 0:n.type)==="comment"&&K_(a.prev.value),i=typeof o=="boolean"?()=>o:Array.isArray(o)?h=>o.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Ut(t.originalText.slice(Ou(h),Mu(h))):r(),"attrs"),s=a.type==="element"&&a.fullName==="script"&&a.attrs.length===1&&a.attrs[0].fullName==="src"&&a.children.length===0,d=t.singleAttributePerLine&&a.attrs.length>1&&!Co(a,t)?me:Oe,f=[Dr([s?" ":Oe,Eo(d,l)])];return a.firstChild&&Nu(a.firstChild)||a.isSelfClosing&&gl(a.parent)||s?f.push(a.isSelfClosing?" ":""):f.push(t.bracketSameLine?a.isSelfClosing?" ":"":a.isSelfClosing?Oe:We),f}function Z_(e){return e.firstChild&&Nu(e.firstChild)?"":P1(e)}function bd(e,t,r){let{node:n}=e;return[xi(n,t),Y_(e,t,r),n.isSelfClosing?"":Z_(n)]}function xi(e,t){return e.prev&&Pu(e.prev)?"":[ha(e,t),M1(e)]}function ha(e,t){return Nu(e)?P1(e.parent):fa(e)?ml(e.prev,t):""}function M1(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 P1(e){switch(Ty(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function G7(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&Nu(e.firstChild)&&(r-=P1(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&Yi(e.lastChild)?n+=O1(e,t).length:gl(e)&&(n-=ml(e.lastChild,t).length),t.originalText.slice(r,n)}function K7(e,t){let{node:r}=e;switch(r.type){case"element":if(Xr(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&L1(r,t)){let n=Ug(r,t);return n?async(a,o)=>{let i=Iy(r,t),l=/^\s*$/u.test(i),s="";return l||(s=await a(Fy(i),{parser:n,__embeddedInHtml:!0}),l=s===""),[ha(r,t),Te(bd(e,t,o)),l?"":me,s,l?"":me,wd(r,t),pa(r,t)]}:void 0}break;case"text":if(Xr(r.parent)){let n=Ug(r.parent,t);if(n)return async a=>{let o=n==="markdown"?vy(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,i={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let l="script",{attrMap:s}=r.parent;s&&(s.type==="module"||s.type==="text/babel"&&s["data-type"]==="module")&&(l="module"),i.__babelSourceType=l}return[Di,ha(r,t),await a(o,i),pa(r,t)]}}else if(r.parent.type==="interpolation")return async n=>{let a={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?a.parser="__ng_interpolation":t.parser==="vue"?a.parser=W1(e,t)?"__vue_ts_expression":"__vue_expression":a.parser="__js_expression",[Dr([Oe,await n(r.value,a)]),r.parent.next&&fa(r.parent.next)?" ":Oe]};break;case"attribute":return HA(e,t);case"front-matter":return n=>wA(r,n);case"angularControlFlowBlockParameters":return VA.has(e.parent.name)?bA:void 0;case"angularLetDeclarationInitializer":return n=>Zt(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function Ci(e){if(Xo!==null&&typeof Xo.property){let t=Xo;return Xo=Ci.prototype=null,t}return Xo=Ci.prototype=e!=null?e:Object.create(null),new Ci}function X_(e){return Ci(e)}function Y7(e,t="type"){X_(e);function r(n){let a=n[t],o=e[a];if(!Array.isArray(o))throw Object.assign(new Error(`Missing visitor keys for '${a}'.`),{node:n});return o}return c(r,"r"),r}function J_(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function Z7(e){return`<!-- @format -->
|
|
276
|
+
|
|
277
|
+
`+e}function Cy(e){let t=Mu(e);return e.type==="element"&&!e.endSourceSpan&&q1(e.children)?Math.max(t,Cy(Xi(!1,e.children,-1))):t}function Zo(e,t,r){let n=e.node;if(Bu(n)){let a=Cy(n);return[ha(n,t),Ut(fr.trimEnd(t.originalText.slice(Ou(n)+(n.prev&&Pu(n.prev)?M1(n).length:0),a-(n.next&&fa(n.next)?ml(n,t).length:0)))),pa(n,t)]}return r()}function fs(e,t){return $t(e)&&$t(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?y0(t)?me:Oe:"":y0(t)?me:We:Pu(e)&&(Bu(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&fa(t)?"":!t.isLeadingSpaceSensitive||y0(t)||fa(t)&&e.lastChild&&Yi(e.lastChild)&&e.lastChild.lastChild&&Yi(e.lastChild.lastChild)?me:t.hasLeadingSpaces?Oe:We}function N1(e,t,r){let{node:n}=e;if(cy(n))return[Di,...e.map(o=>{let i=o.node,l=i.prev?fs(i.prev,i):"";return[l?[l,ps(i.prev)?me:""]:"",Zo(o,t,r)]},"children")];let a=n.children.map(()=>Symbol(""));return e.map((o,i)=>{let l=o.node;if($t(l)){if(l.prev&&$t(l.prev)){let g=fs(l.prev,l);if(g)return ps(l.prev)?[me,me,Zo(o,t,r)]:[g,Zo(o,t,r)]}return Zo(o,t,r)}let s=[],d=[],f=[],h=[],p=l.prev?fs(l.prev,l):"",m=l.next?fs(l,l.next):"";return p&&(ps(l.prev)?s.push(me,me):p===me?s.push(me):$t(l.prev)?d.push(p):d.push(su("",We,{groupId:a[i-1]}))),m&&(ps(l)?$t(l.next)&&h.push(me,me):m===me?$t(l.next)&&h.push(me):f.push(m)),[...s,Te([...d,Te([Zo(o,t,r),...f],{id:a[i]})]),...h]},"children")}function Q_(e,t,r){let{node:n}=e,a=[];eA(e)&&a.push("} "),a.push("@",n.name),n.parameters&&a.push(" (",Te(r("parameters")),")"),a.push(" {");let o=Dy(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,a.push(Dr([me,N1(e,t,r)])),o&&a.push(me,"}")):o&&a.push("}"),Te(a,{shouldBreak:!0})}function Dy(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=UA.get(e.name))!=null&&r.has(e.next.name))}function eA(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!Bu(t)&&!Dy(t)}function tA(e,t,r){return[Dr([We,Eo([";",Oe],e.map(r,"children"))]),We]}function rA(e,t,r){let{node:n}=e;return[xi(n,t),Te([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",Dr([Oe,Eo(Oe,e.map(r,"cases"))])]:"",We]),Ei(n,t)]}function nA(e,t,r){let{node:n}=e;return[n.value," {",Te([Dr([We,e.map(({node:a})=>a.type==="text"&&!fr.trim(a.value)?"":r(),"expression")]),We]),"}"]}function aA(e,t,r){let{node:n}=e;if(sy(n,t))return[ha(n,t),Te(bd(e,t,r)),Ut(Iy(n,t)),...wd(n,t),pa(n,t)];let a=n.children.length===1&&(n.firstChild.type==="interpolation"||n.firstChild.type==="angularIcuExpression")&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),i=c(f=>Te([Te(bd(e,t,r),{id:o}),f,wd(n,t)]),"a"),l=c(f=>a?u_(f,{groupId:o}):(Xr(n)||Lu(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?f:Dr(f),"o"),s=c(()=>a?su(We,"",{groupId:o}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Oe:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?l_(We):We,"u"),d=c(()=>(n.next?fa(n.next):gl(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":a?su(We,"",{groupId:o}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?Oe:(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)?"":We,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Oe:""):i([w_(n)?Di:"",l([s(),N1(e,t,r)]),d()])}function Os(e){return e>=9&&e<=32||e==160}function Ed(e){return 48<=e&&e<=57}function Ms(e){return e>=97&&e<=122||e>=65&&e<=90}function oA(e){return e>=97&&e<=102||e>=65&&e<=70||Ed(e)}function Tc(e){return e===10||e===13}function Ff(e){return 48<=e&&e<=55}function Ic(e){return e===39||e===34||e===96}function X7(e){return e.replace(WA,(...t)=>t[1].toUpperCase())}function J7(e,t){for(let r of qA)r(e,t);return e}function Q7(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 eb(e){let t=c(r=>{var n,a;return r.type==="element"&&((n=r.prev)==null?void 0:n.type)==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&((a=r.firstChild)==null?void 0:a.type)==="ieConditionalEndComment"&&r.firstChild.sourceSpan.start.offset===r.startSourceSpan.end.offset},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.firstChild;r.removeChild(o),n--;let l=new te(o.sourceSpan.start,i.sourceSpan.end),s=new te(l.start,a.sourceSpan.end);a.condition=o.condition,a.sourceSpan=s,a.startSourceSpan=l,a.removeChild(i)}})}function iA(e,t,r){e.walk(n=>{if(n.children)for(let a=0;a<n.children.length;a++){let o=n.children[a];if(o.type!=="text"&&!t(o))continue;o.type!=="text"&&(o.type="text",o.value=r(o));let i=o.prev;!i||i.type!=="text"||(i.value+=o.value,i.sourceSpan=new te(i.sourceSpan.start,o.sourceSpan.end),n.removeChild(o),a--)}})}function tb(e){return iA(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function rb(e){let t=c(r=>{var n,a;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!fr.hasWhitespaceCharacter(r.children[0].value)&&!r.firstChild.hasLeadingSpaces&&!r.firstChild.hasTrailingSpaces&&r.isLeadingSpaceSensitive&&!r.hasLeadingSpaces&&r.isTrailingSpaceSensitive&&!r.hasTrailingSpaces&&((n=r.prev)==null?void 0:n.type)==="text"&&((a=r.next)==null?void 0:a.type)==="text"},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.next;o.value+=`<${a.rawName}>`+a.firstChild.value+`</${a.rawName}>`+i.value,o.sourceSpan=new te(o.sourceSpan.start,i.sourceSpan.end),o.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,o.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(a),n--,r.removeChild(i)}})}function nb(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(h_(n))for(let a of n.children){if(a.type!=="text")continue;let o=a.sourceSpan.start,i=null,l=a.value.split(r);for(let s=0;s<l.length;s++,o=i){let d=l[s];if(s%2===0){i=o.moveBy(d.length),d.length>0&&n.insertChildBefore(a,{type:"text",value:d,sourceSpan:new te(o,i)});continue}i=o.moveBy(d.length+4),n.insertChildBefore(a,{type:"interpolation",sourceSpan:new te(o,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new te(o.moveBy(2),i.moveBy(-2))}]})}n.removeChild(a)}})}function ab(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&fr.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=m_(t),n=uy(t);if(!r)for(let a=0;a<t.children.length;a++){let o=t.children[a];if(o.type!=="text")continue;let{leadingWhitespace:i,text:l,trailingWhitespace:s}=kA(o.value),d=o.prev,f=o.next;l?(o.value=l,o.sourceSpan=new te(o.sourceSpan.start.moveBy(i.length),o.sourceSpan.end.moveBy(-s.length)),i&&(d&&(d.hasTrailingSpaces=!0),o.hasLeadingSpaces=!0),s&&(o.hasTrailingSpaces=!0,f&&(f.hasLeadingSpaces=!0))):(t.removeChild(o),a--,(i||s)&&(d&&(d.hasTrailingSpaces=!0),f&&(f.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function ob(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 ib(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=T_(r,t)})}function sb(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=y_(r);return}for(let a of n)a.isLeadingSpaceSensitive=g_(a,t),a.isTrailingSpaceSensitive=v_(a,t);for(let a=0;a<n.length;a++){let o=n[a];o.isLeadingSpaceSensitive=(a===0||o.prev.isTrailingSpaceSensitive)&&o.isLeadingSpaceSensitive,o.isTrailingSpaceSensitive=(a===n.length-1||o.next.isLeadingSpaceSensitive)&&o.isTrailingSpaceSensitive}}})}function ub(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Ut(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[Te(N1(e,t,r)),me];case"element":case"ieConditionalComment":return aA(e,t,r);case"angularControlFlowBlock":return Q_(e,t,r);case"angularControlFlowBlockParameters":return tA(e,t,r);case"angularControlFlowBlockParameter":return fr.trim(n.expression);case"angularLetDeclaration":return Te(["@let ",Te([n.id," =",Te(Dr([Oe,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return rA(e,t,r);case"angularIcuCase":return nA(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[xi(n),Ei(n)];case"interpolation":return[xi(n,t),...e.map(r,"children"),Ei(n,t)];case"text":{if(n.parent.type==="interpolation"){let o=/\n[^\S\n]*$/u,i=o.test(n.value),l=i?n.value.replace(o,""):n.value;return[Ut(l),i?me:""]}let a=d_([ha(n,t),...wy(n),pa(n,t)]);return Array.isArray(a)?ly(a):a}case"docType":return[Te([xi(n,t)," ",Et(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),Ei(n,t)];case"comment":return[ha(n,t),Ut(t.originalText.slice(Ou(n),Mu(n))),pa(n,t)];case"attribute":{if(n.value===null)return n.rawName;let a=yy(n.value),o=gA(a,'"');return[n.rawName,"=",o,Ut(o==='"'?Et(!1,a,'"',"""):Et(!1,a,"'","'")),o]}case"cdata":default:throw new vA(n,"HTML")}}function uu(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 $f(e){return uu(e)[1]==="ng-container"}function Tf(e){return uu(e)[1]==="ng-content"}function hs(e){return e===null?null:uu(e)[0]}function Ul(e,t){return e?`:${e}:${t}`:t}function If(){return b0||(b0={},ms(Za.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),ms(Za.STYLE,["*|style"]),ms(Za.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"]),ms(Za.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"])),b0}function ms(e,t){for(let r of t)b0[r.toLowerCase()]=e}function cb(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 xd(e){var t;return ql||(d6=new Q({canSelfClose:!0}),ql=Object.assign(Object.create(null),{base:new Q({isVoid:!0}),meta:new Q({isVoid:!0}),area:new Q({isVoid:!0}),embed:new Q({isVoid:!0}),link:new Q({isVoid:!0}),img:new Q({isVoid:!0}),input:new Q({isVoid:!0}),param:new Q({isVoid:!0}),hr:new Q({isVoid:!0}),br:new Q({isVoid:!0}),source:new Q({isVoid:!0}),track:new Q({isVoid:!0}),wbr:new Q({isVoid:!0}),p:new Q({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 Q({closedByChildren:["tbody","tfoot"]}),tbody:new Q({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new Q({closedByChildren:["tbody"],closedByParent:!0}),tr:new Q({closedByChildren:["tr"],closedByParent:!0}),td:new Q({closedByChildren:["td","th"],closedByParent:!0}),th:new Q({closedByChildren:["td","th"],closedByParent:!0}),col:new Q({isVoid:!0}),svg:new Q({implicitNamespacePrefix:"svg"}),foreignObject:new Q({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new Q({implicitNamespacePrefix:"math"}),li:new Q({closedByChildren:["li"],closedByParent:!0}),dt:new Q({closedByChildren:["dt","dd"]}),dd:new Q({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new Q({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new Q({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new Q({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new Q({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new Q({closedByChildren:["optgroup"],closedByParent:!0}),option:new Q({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new Q({ignoreFirstLf:!0}),listing:new Q({ignoreFirstLf:!0}),style:new Q({contentType:pr.RAW_TEXT}),script:new Q({contentType:pr.RAW_TEXT}),title:new Q({contentType:{default:pr.ESCAPABLE_RAW_TEXT,svg:pr.PARSABLE_DATA}}),textarea:new Q({contentType:pr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new GA().allKnownElementNames().forEach(r=>{!ql[r]&&hs(r)===null&&(ql[r]=new Q({canSelfClose:!1}))})),(t=ql[e])!=null?t:d6}function qg(e,t,r=null){let n=[],a=e.visit?o=>e.visit(o,r)||o.visit(e,r):o=>o.visit(e,r);return t.forEach(o=>{let i=a(o);i&&n.push(i)}),n}function db(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];YA.forEach(a=>{if(a.test(r)||a.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function pb(e,t,r,n={}){let a=new XA(new Ry(e,t),r,n);return a.tokenize(),new ZA(lA(a.tokens),a.errors,a.nonNormalizedIcuExpressions)}function za(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function Rf(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function fb(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function ke(e){return!Os(e)||e===0}function zf(e){return Os(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function hb(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function mb(e){return e===59||e===0||!oA(e)}function gb(e){return e===59||e===0||!Ms(e)}function vb(e){return e!==125}function yb(e,t){return Gg(e)===Gg(t)}function Gg(e){return e>=97&&e<=122?e-97+65:e}function Bf(e){return Ms(e)||Ed(e)||e===95}function Lf(e){return e!==59&&ke(e)}function lA(e){let t=[],r;for(let n=0;n<e.length;n++){let a=e[n];r&&r.type===5&&a.type===5||r&&r.type===16&&a.type===16?(r.parts[0]+=a.parts[0],r.sourceSpan.end=a.sourceSpan.end):(r=a,t.push(r))}return t}function Of(e,t){return e.length>0&&e[e.length-1]===t}function Mf(e,t){return Ns[t]!==void 0?Ns[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 Kg(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:a=!1,getTagContentType:o,tokenizeAngularBlocks:i=!1,tokenizeAngularLetDeclaration:l=!1}=t;return JA().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i,tokenizeLet:l},a,o)}function wb(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function sA(e){let t=e.slice(0,Jo);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
|
|
279
|
+
`,Jo);if(r===-1)return;let n=e.slice(Jo,r).trim(),a=e.indexOf(`
|
|
280
|
+
${t}`,r),o=n;if(o||(o=t==="+++"?"toml":"yaml"),a===-1&&t==="---"&&o==="yaml"&&(a=e.indexOf(`
|
|
281
|
+
...`,r)),a===-1)return;let i=a+1+Jo,l=e.charAt(i+1);if(!/\s?/u.test(l))return;let s=e.slice(0,i);return{type:"front-matter",language:o,explicitLanguage:n,value:e.slice(r+1,a),startDelimiter:t,endDelimiter:s.slice(-Jo),raw:s}}function bb(e){let t=sA(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:Et(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function Eb(e,t){let r=e.map(t);return r.some((n,a)=>n!==e[a])?r:e}function uA(e,t){if(e.value)for(let{regex:r,parse:n}of rF){let a=e.value.match(r);if(a)return n(e,t,a)}return null}function xb(e,t,r){let[,n,a,o]=r,i=4+n.length,l=e.sourceSpan.start.moveBy(i),s=l.moveBy(o.length),[d,f]=(()=>{try{return[!0,t(o,l).children]}catch{return[!1,[{type:"text",value:o,sourceSpan:new te(l,s)}]]}})();return{type:"ieConditionalComment",complete:d,children:f,condition:Et(!1,a.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new te(e.sourceSpan.start,l),endSourceSpan:new te(s,e.sourceSpan.end)}}function Cb(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:Et(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function Db(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function cA(e){if(e.type==="block"){if(e.name=Et(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!q1(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new te(e.parameters[0].sourceSpan.start,Xi(!1,e.parameters,-1).sourceSpan.end)}}}function dA(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new te(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function pA(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function Sy(e,t,r){let{name:n,canSelfClose:a=!0,normalizeTagName:o=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:l=!1,isTagNameCaseSensitive:s=!1,shouldParseAsRawText:d}=t,{rootNodes:f,errors:h}=Kg(e,{canSelfClose:a,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:s,getTagContentType:d?(...y)=>d(...y)?pr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(f.some(D=>D.type==="docType"&&D.value==="html"||D.type==="element"&&D.name.toLowerCase()==="html"))return Sy(e,Qg,r);let y,E=c(()=>y!=null?y:y=Kg(e,{canSelfClose:a,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:s}),"y"),x=c(D=>{var S;return(S=E().rootNodes.find(({startSourceSpan:k})=>k&&k.start.offset===D.startSourceSpan.start.offset))!=null?S:D},"M");for(let[D,S]of f.entries()){let{endSourceSpan:k,startSourceSpan:_}=S;if(k===null)h=E().errors,f[D]=x(S);else if(fA(S,r)){let A=E().errors.find($=>$.span.start.offset>_.start.offset&&$.span.start.offset<k.end.offset);A&&Yg(A),f[D]=x(S)}}}h.length>0&&Yg(h[0]);let p=c(y=>{let E=y.name.startsWith(":")?y.name.slice(1).split(":")[0]:null,x=y.nameSpan.toString(),D=E!==null&&x.startsWith(`${E}:`),S=D?x.slice(E.length+1):x;y.name=S,y.namespace=E,y.hasExplicitNamespace=D},"d"),m=c(y=>{switch(y.type){case"element":p(y);for(let E of y.attrs)p(E),E.valueSpan?(E.value=E.valueSpan.toString(),/["']/u.test(E.value[0])&&(E.value=E.value.slice(1,-1))):E.value=null;break;case"comment":y.value=y.sourceSpan.toString().slice(4,-3);break;case"text":y.value=y.sourceSpan.toString();break}},"C"),g=c((y,E)=>{let x=y.toLowerCase();return E(x)?x:y},"A"),v=c(y=>{if(y.type==="element"&&(o&&(!y.namespace||y.namespace===y.tagDefinition.implicitNamespacePrefix||Ji(y))&&(y.name=g(y.name,E=>nF.has(E))),i))for(let E of y.attrs)E.namespace||(E.name=g(E.name,x=>E0.has(y.name)&&(E0.get("*").has(x)||E0.get(y.name).has(x))))},"D"),C=c(y=>{y.sourceSpan&&y.endSourceSpan&&(y.sourceSpan=new te(y.sourceSpan.start,y.endSourceSpan.end))},"R"),w=c(y=>{if(y.type==="element"){let E=xd(s?y.name:y.name.toLowerCase());!y.namespace||y.namespace===E.implicitNamespacePrefix||Ji(y)?y.tagDefinition=E:y.tagDefinition=xd("")}},"F");return qg(new class extends KA{visitExpansionCase(y,E){n==="angular"&&this.visitChildren(E,x=>{x(y.expression)})}visit(y){m(y),w(y),v(y),C(y)}},f),f}function fA(e,t){var r;if(e.type!=="element"||e.name!=="template")return!1;let n=(r=e.attrs.find(a=>a.name==="lang"))==null?void 0:r.value;return!n||Hu(t,{language:n})==="html"}function Yg(e){let{msg:t,span:{start:r,end:n}}=e;throw QA(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function ky(e,t,r={},n=!0){let{frontMatter:a,content:o}=n?eF(e):{frontMatter:null,content:e},i=new Ry(e,r.filepath),l=new Ad(i,0,0,0),s=l.moveBy(e.length),d={type:"root",sourceSpan:new te(l,s),children:Sy(o,t,r)};if(a){let p=new Ad(i,0,0,0),m=p.moveBy(a.raw.length);a.sourceSpan=new te(p,m),d.children.unshift(a)}let f=new tF(d),h=c((p,m)=>{let{offset:g}=m,v=Et(!1,e.slice(0,g),/[^\n\r]/gu," "),C=ky(v+p,t,r,!1);C.sourceSpan=new te(m,Xi(!1,C.children,-1).sourceSpan.end);let w=C.children[0];return w.length===g?C.children.shift():(w.sourceSpan=new te(w.sourceSpan.start.moveBy(g),w.sourceSpan.end),w.value=w.value.slice(g)),C},"f");return f.walk(p=>{if(p.type==="comment"){let m=uA(p,h);m&&p.parent.replaceChild(p,m)}cA(p),dA(p),pA(p)}),f}function Wl(e){return{parse:c((t,r)=>ky(t,e,r),"parse"),hasPragma:J_,astFormat:"html",locStart:Ou,locEnd:Mu}}var Sb,Pf,Nf,jf,cn,kb,_b,Hf,Ab,Et,j1,H1,Cd,cu,du,Dd,Zi,pu,fu,hu,Sd,kd,qn,_d,Ps,_y,V1,hA,Vf,Fb,Ay,Uf,ma,U1,Di,$b,Tb,Oe,We,me,mA,Ib,Xi,gs,Zg,gA,or,Wf,Rb,zb,Bb,Lb,fr,qf,Ob,vA,ju,Mb,yA,Pb,wA,bA,EA,Hu,xA,CA,DA,SA,Ji,Nb,Fy,kA,_A,$y,AA,FA,$A,TA,IA,RA,zA,BA,LA,Xg,OA,MA,Jg,PA,NA,w0,W1,jA,HA,Gf,Ty,q1,Iy,VA,jb,Xo,Hb,Vb,Ub,Wb,qb,Gb,UA,WA,Rc,Ad,Kf,Ry,Yf,te,zc,Zf,Xf,qA,Kb,Yb,Zb,Xb,Jf,Qf,Jb,Qb,eh,e6,t6,r6,th,rh,Za,n6,pr,b0,nh,a6,o6,i6,l6,s6,u6,ah,c6,oh,GA,ih,Q,d6,ql,lh,Ba,sh,p6,uh,f6,ch,h6,dh,m6,ph,g6,fh,dn,hh,v6,mh,y6,gh,La,vh,yh,wh,bh,Eh,KA,Ns,w6,YA,Bc,b6,xh,Ch,Lc,Dh,ZA,E6,Oc,Sh,Mc,kh,XA,Gl,_h,Kl,x6,Ah,Pc,Nc,Qe,Fh,C6,$h,D6,jc,S6,Th,k6,Hc,JA,QA,Jo,eF,Yl,Ih,Oa,tF,rF,E0,nF,Qg,_6,A6,F6,$6,T6,aF,kj=z(()=>{Sb=Object.defineProperty,Pf=c(e=>{throw TypeError(e)},"Xr"),Nf=c((e,t)=>{for(var r in t)Sb(e,r,{get:t[r],enumerable:!0})},"Jr"),jf=c((e,t,r)=>t.has(e)||Pf("Cannot "+r),"Zr"),cn=c((e,t,r)=>(jf(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),kb=c((e,t,r)=>t.has(e)?Pf("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),_b=c((e,t,r,n)=>(jf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),Hf={},Nf(Hf,{languages:c(()=>Xb,"languages"),options:c(()=>Qb,"options"),parsers:c(()=>eh,"parsers"),printers:c(()=>T6,"printers")}),Ab=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"si"),Et=Ab,j1="string",H1="array",Cd="cursor",cu="indent",du="align",Dd="trim",Zi="group",pu="fill",fu="if-break",hu="indent-if-break",Sd="line-suffix",kd="line-suffix-boundary",qn="line",_d="label",Ps="break-parent",_y=new Set([Cd,cu,du,Dd,Zi,pu,fu,hu,Sd,kd,qn,_d,Ps]),c($7,"ii"),V1=$7,hA=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),c(T7,"oi"),Fb=(Vf=class extends Error{constructor(t){super(T7(t));Mo(this,"name","InvalidDocError");this.doc=t}},c(Vf,"lr"),Vf),Ay=Fb,Uf=c(()=>{},"rn"),ma=Uf,U1=Uf,c(Dr,"k"),c(iy,"nn"),c(Te,"_"),c(l_,"sn"),c(s_,"an"),c(ly,"At"),c(su,"ge"),c(u_,"on"),Di={type:Ps},$b={type:qn,hard:!0},Tb={type:qn,hard:!0,literal:!0},Oe={type:qn},We={type:qn,soft:!0},me=[$b,Di],mA=[Tb,Di],c(Eo,"q"),Ib=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"ci"),Xi=Ib,c(z1,"Dt"),c(c_,"pi"),c(d_,"ln"),c(Ut,"B"),gs="'",Zg='"',c(I7,"hi"),gA=I7,c(R7,"cr"),Rb=(Wf=class{constructor(e){kb(this,or),_b(this,or,new Set(e))}getLeadingWhitespaceCount(e){let t=cn(this,or),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=cn(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 cn(this,or).has(e.charAt(0))}hasTrailingWhitespace(e){return cn(this,or).has(Xi(!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=`[${R7([...cn(this,or)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=cn(this,or);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=cn(this,or);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=cn(this,or);return Array.prototype.every.call(e,r=>t.has(r))}},c(Wf,"pr"),Wf),or=new WeakMap,zb=Rb,Bb=[" ",`
|
|
282
|
+
`,"\f","\r"," "],Lb=new zb(Bb),fr=Lb,Ob=(qf=class extends Error{constructor(t,r,n="type"){super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);Mo(this,"name","UnexpectedNodeError");this.node=t}},c(qf,"hr"),qf),vA=Ob,c(z7,"di"),ju=z7,Mb=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),yA=new Set(["if","else if","for","switch","case"]),c(Af,"fn"),Af.ignoredProperties=Mb,Pb=Af,c(B7,"Si"),wA=B7,c(zu,"Ce"),c(xo,"j"),c(Zt,"T"),c(L7,"_i"),bA=L7,EA=c(e=>String(e).split(/[/\\]/u).pop(),"Ei"),c(Vg,"Sn"),c(p_,"Ai"),c(O7,"Di"),Hu=O7,xA="inline",CA={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"},DA="normal",SA={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(M7,"vi"),Ji=M7,Nb=c(e=>Et(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),Fy=c(e=>Nb(fr.trimEnd(e)),"mr"),kA=c(e=>{let t=e,r=fr.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=fr.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),c(sy,"yt"),c(Bu,"Ee"),c(f_,"wi"),c($t,"$"),c(Xr,"U"),c(h_,"yn"),c(m_,"wn"),c(uy,"fr"),c(g_,"bn"),c(v_,"Tn"),c(y_,"xn"),c(ps,"Qe"),c(w_,"kn"),c(cy,"dr"),c(y0,"wt"),c(b_,"bi"),c(dy,"Bn"),c(py,"Ln"),c(fy,"Fn"),c(hy,"Nn"),c(B1,"bt"),c(E_,"Ti"),c(my,"Pn"),c(x_,"xi"),c(C_,"ki"),c(D_,"Bi"),c(Ug,"gr"),c(hl,"Xe"),c(S_,"Li"),c(k_,"Fi"),c(__,"Ni"),c(A_,"Pi"),c(F_,"Ii"),c(fo,"_e"),c($_,"Ri"),c(T_,"In"),c(gy,"Rn"),c(I_,"$i"),c(vy,"Cr"),c(yy,"Sr"),c(In,"P"),_A=new Set(["template","style","script"]),c(Lu,"Je"),c(Co,"Ae"),c(L1,"Tt"),c(R_,"$n"),c(z_,"On"),c(wy,"xt"),c(by,"kt"),$y=/\{\{(.+?)\}\}/su,c(B_,"Mn"),c($c,"Er"),AA=$c({parser:"__ng_action"}),FA=$c({parser:"__ng_binding"}),$A=$c({parser:"__ng_directive"}),c(P7,"Vi"),TA=P7,c(N7,"Ui"),IA=N7,c(Wg,"Vn"),RA=/^[ \t\n\r\u000c]+/,zA=/^[, \t\n\r\u000c]+/,BA=/^[^ \t\n\r\u000c]+/,LA=/[,]+$/,Xg=/^\d+$/,OA=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(j7,"Ki"),MA=j7,c(H7,"Qi"),Jg={width:"w",height:"h",density:"x"},PA=Object.keys(Jg),c(L_,"Ji"),NA=H7,c(O_,"Yn"),w0=new WeakMap,c(V7,"Zi"),W1=V7,c(M_,"jn"),c(P_,"Kn"),c(N_,"Qn"),c(j_,"Xn"),c(H_,"ea"),c(U7,"ta"),c(V_,"ra"),c(U_,"na"),c(Ey,"Jn"),jA=U7,c(W7,"sa"),c(W_,"ia"),HA=W7,Gf=new Proxy(()=>{},{get:c(()=>Gf,"get")}),Ty=Gf,c(q7,"aa"),q1=q7,c(Ou,"se"),c(Mu,"ie"),c(wd,"Ze"),c(q_,"oa"),c(Ei,"De"),c(G_,"ua"),c(pa,"W"),c(O1,"Bt"),c(ml,"ve"),c(xy,"rs"),c(fa,"K"),c(gl,"ye"),c(Yi,"we"),c(Pu,"et"),c(K_,"la"),c(Nu,"tt"),c(Y_,"ca"),c(Z_,"pa"),c(bd,"rt"),c(xi,"be"),c(ha,"z"),c(M1,"Lt"),c(P1,"Ft"),c(G7,"ha"),Iy=G7,VA=new Set(["if","else if","for","switch","case"]),c(K7,"fa"),jb=K7,Xo=null,c(Ci,"st"),Hb=10;for(let e=0;e<=Hb;e++)Ci();c(X_,"vr"),c(Y7,"ga"),Vb=Y7,Ub={"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"]},Wb=Ub,qb=Vb(Wb),Gb=qb,c(J_,"os"),c(Z7,"us"),UA=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]),c(Cy,"cs"),c(Zo,"it"),c(fs,"Pt"),c(N1,"He"),c(Q_,"ps"),c(Dy,"hs"),c(eA,"_a"),c(tA,"ms"),c(rA,"fs"),c(nA,"ds"),c(aA,"gs"),c(Os,"at"),c(Ed,"It"),c(Ms,"ot"),c(oA,"Cs"),c(Tc,"Rt"),c(Ff,"yr"),c(Ic,"$t"),WA=/-+([a-z0-9])/g,c(X7,"_s"),Ad=(Rc=class{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let t=this.file.content,r=t.length,n=this.offset,a=this.line,o=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){a--;let i=t.substring(0,n-1).lastIndexOf(`
|
|
283
|
+
`);o=i>0?n-i:n}else o--;for(;n<r&&e>0;){let i=t.charCodeAt(n);n++,e--,i==10?(a++,o=0):o++}return new Rc(this.file,n,a,o)}getContext(e,t){let r=this.file.content,n=this.offset;if(n!=null){n>r.length-1&&(n=r.length-1);let a=n,o=0,i=0;for(;o<e&&n>0&&(n--,o++,!(r[n]==`
|
|
284
|
+
`&&++i==t)););for(o=0,i=0;o<e&&a<r.length-1&&(a++,o++,!(r[a]==`
|
|
285
|
+
`&&++i==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,a+1)}}return null}},c(Rc,"t"),Rc),Ry=(Kf=class{constructor(e,t){this.content=e,this.url=t}},c(Kf,"Te"),Kf),te=(Yf=class{constructor(e,t,r=e,n=null){this.start=e,this.end=t,this.fullStart=r,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},c(Yf,"h"),Yf),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(zc||(zc={})),Xf=(Zf=class{constructor(e,t,r=zc.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}[${zc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(Zf,"Ue"),Zf),qA=[Q7,eb,tb,nb,ab,lb,ob,ib,sb,rb],c(J7,"Da"),c(Q7,"va"),c(eb,"ya"),c(iA,"wa"),c(tb,"ba"),c(rb,"Ta"),c(nb,"xa"),c(ab,"ka"),c(ob,"Ba"),c(ib,"La"),c(lb,"Fa"),c(sb,"Na"),Kb=J7,c(ub,"Pa"),Yb={preprocess:Kb,print:ub,insertPragma:Z7,massageAstNode:Pb,embed:jb,getVisitorKeys:Gb},Zb=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"]}],Jf={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."}},Qf="HTML",Jb={bracketSameLine:Jf.bracketSameLine,htmlWhitespaceSensitivity:{category:Qf,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:Jf.singleAttributePerLine,vueIndentScriptAndStyle:{category:Qf,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},Qb=Jb,eh={},Nf(eh,{angular:c(()=>A6,"angular"),html:c(()=>_6,"html"),lwc:c(()=>$6,"lwc"),vue:c(()=>F6,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(e6||(e6={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(t6||(t6={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(r6||(r6={})),th={name:"custom-elements"},rh={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"}(Za||(Za={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(n6||(n6={})),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"}(pr||(pr={})),c(uu,"ut"),c($f,"xr"),c(Tf,"kr"),c(hs,"We"),c(Ul,"ze"),c(If,"Br"),c(ms,"Mt"),a6=(nh=class{},c(nh,"Ht"),nh),o6="boolean",i6="number",l6="string",s6="object",u6=["[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:|"],ah=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),c6=Array.from(ah).reduce((e,[t,r])=>(e.set(t,r),e),new Map),GA=(oh=class extends a6{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,u6.forEach(e=>{let t=new Map,r=new Set,[n,a]=e.split("|"),o=a.split(","),[i,l]=n.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let s=l&&this._schema.get(l.toLowerCase());if(s){for(let[d,f]of s)t.set(d,f);for(let d of this._eventSchema.get(l.toLowerCase()))r.add(d)}o.forEach(d=>{if(d.length>0)switch(d[0]){case"*":r.add(d.substring(1));break;case"!":t.set(d.substring(1),o6);break;case"#":t.set(d.substring(1),i6);break;case"%":t.set(d.substring(1),s6);break;default:t.set(d,l6)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===rh.name))return!0;if(e.indexOf("-")>-1){if($f(e)||Tf(e))return!1;if(r.some(n=>n.name===th.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===rh.name)||e.indexOf("-")>-1&&($f(e)||Tf(e)||t.some(r=>r.name===th.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=If()[e+"|"+t];return n||(n=If()["*|"+t],n||Za.NONE)}getMappedPropName(e){var t;return(t=ah.get(e))!=null?t: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=>{var n;return(n=c6.get(r))!=null?n:r})}allKnownEventsOfElement(e){var t;return Array.from((t=this._eventSchema.get(e.toLowerCase()))!=null?t:[])}normalizeAnimationStyleProperty(e){return X7(e)}normalizeAnimationStyleValue(e,t,r){let n="",a=r.toString().trim(),o=null;if(cb(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let i=r.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(o=`Please provide a CSS unit value for ${t}:${r}`)}return{error:o,value:a+n}}},c(oh,"Vt"),oh),c(cb,"Ua"),Q=(ih=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=pr.PARSABLE_DATA,closedByParent:n=!1,isVoid:a=!1,ignoreFirstLf:o=!1,preventNamespaceInheritance:i=!1,canSelfClose:l=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(s=>this.closedByChildren[s]=!0),this.isVoid=a,this.closedByParent=n||a,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=o,this.preventNamespaceInheritance=i,this.canSelfClose=l!=null?l:a}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){var t;return typeof this.contentType=="object"?(t=e===void 0?void 0:this.contentType[e])!=null?t:this.contentType.default:this.contentType}},c(ih,"m"),ih),c(xd,"Ge"),Ba=(lh=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(lh,"oe"),lh),p6=(sh=class extends Ba{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="text"}visit(e,t){return e.visitText(this,t)}},c(sh,"Ut"),sh),f6=(uh=class extends Ba{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},c(uh,"Wt"),uh),h6=(ch=class extends Ba{constructor(e,t,r,n,a,o){super(n,o),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=a}visit(e,t){return e.visitExpansion(this,t)}},c(ch,"zt"),ch),m6=(dh=class{constructor(e,t,r,n,a){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=n,this.expSourceSpan=a,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},c(dh,"Gt"),dh),g6=(ph=class extends Ba{constructor(e,t,r,n,a,o,i){super(r,i),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=a,this.valueTokens=o,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},c(ph,"Yt"),ph),dn=(fh=class extends Ba{constructor(e,t,r,n,a,o=null,i=null,l){super(n,l),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=a,this.endSourceSpan=o,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},c(fh,"G"),fh),v6=(hh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(hh,"jt"),hh),y6=(mh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(mh,"Kt"),mh),La=(gh=class extends Ba{constructor(e,t,r,n,a,o,i=null,l){super(n,l),this.name=e,this.parameters=t,this.children=r,this.nameSpan=a,this.startSourceSpan=o,this.endSourceSpan=i,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},c(gh,"Z"),gh),yh=(vh=class{constructor(e,t){this.expression=e,this.sourceSpan=t,this.type="blockParameter",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitBlockParameter(this,t)}},c(vh,"ct"),vh),bh=(wh=class{constructor(e,t,r,n,a){this.name=e,this.value=t,this.sourceSpan=r,this.nameSpan=n,this.valueSpan=a,this.type="letDeclaration",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitLetDeclaration(this,t)}},c(wh,"pt"),wh),c(qg,"Qt"),KA=(Eh=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 a(o){o&&r.push(qg(n,o,e))}return c(a,"i"),t(a),Array.prototype.concat.apply([],r)}},c(Eh,"ht"),Eh),Ns={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:""},w6="",Ns.ngsp=w6,YA=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(db,"Ls"),b6=(Bc=class{static fromArray(e){return e?(db("interpolation",e),new Bc(e[0],e[1])):xh}constructor(e,t){this.start=e,this.end=t}},c(Bc,"t"),Bc),xh=new b6("{{","}}"),Lc=(Ch=class extends Xf{constructor(e,t,r){super(r,e),this.tokenType=t}},c(Ch,"ft"),Ch),ZA=(Dh=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(Dh,"$r"),Dh),c(pb,"Ws"),E6=/\r\n?/g,c(za,"je"),c(Rf,"Rs"),c(fb,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Oc||(Oc={})),Mc=(Sh=class{constructor(e){this.error=e}},c(Sh,"dt"),Sh),XA=(kh=class{constructor(e,t,r){var a,o;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||xh,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map(i=>i.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 x6(e,n):new _h(e,n),this._preserveLineEndings=r.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=r.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=(a=r.tokenizeBlocks)!=null?a:!0,this._tokenizeLet=(o=r.tokenizeLet)!=null?o:!0;try{this._cursor.init()}catch(i){this.handleError(i)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(E6,`
|
|
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=>Os(r)?!e:Bf(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(ke),this._attemptCharCode(41))this._attemptCharCodeUntilFn(ke);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(Lf);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&&Ic(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(Lf)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Os(this._cursor.peek()))this._attemptCharCodeUntilFn(ke);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(ke),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>ke(r)&&!Tc(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=>Ms(r)||r==36||r===95||t&&Ed(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;Ic(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(vb(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 Lc("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 Lc("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!=null?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 Lc(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new Mc(r)}handleError(e){if(e instanceof Pc&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof Mc)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return yb(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(za(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(za(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(za(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(za(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(mb),this._cursor.peek()!=59){this._cursor.advance();let o=r?Oc.HEX:Oc.DEC;throw this._createError(fb(o,this._cursor.getChars(t)),this._cursor.getSpan())}let a=this._cursor.getChars(n);this._cursor.advance();try{let o=parseInt(a,r?16:10);this._endToken([String.fromCharCode(o),this._cursor.getChars(t)])}catch{throw this._createError(Rf(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(gb),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let a=Ns[n];if(!a)throw this._createError(Rf(n),this._cursor.getSpan(t));this._endToken([a,`&${n};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let r=[];for(;;){let n=this._cursor.clone(),a=t();if(this._cursor=n,a)break;e&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(r.join(""))]),r.length=0,this._consumeEntity(6),this._beginToken(6)):r.push(this._readChar())}this._endToken([this._processCarriageReturns(r.join(""))])}_consumeComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(11),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(19),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e=this._cursor.clone(),t="";for(;this._cursor.peek()!==58&&!hb(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(zf,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,a=[];try{if(!Ms(this._cursor.peek()))throw this._createError(za(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(ke);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(ke),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(ke);let s=this._consumeAttributeValue();a.push({prefix:i,name:l,value:s})}else a.push({prefix:i,name:l});this._attemptCharCodeUntilFn(ke)}this._consumeTagOpenEnd()}catch(i){if(i instanceof Mc){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw i}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let o=this._getTagContentType(t,r,this._fullNameStack.length>0,a);this._handleFullNameStackForTagOpen(r,t),o===pr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):o===pr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(ke),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(ke),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(za(e),this._cursor.getSpan());this._beginToken(14);let t=this._consumePrefixAndName();return this._endToken(t),t}_consumeAttributeValue(){let e;if(this._cursor.peek()===39||this._cursor.peek()===34){let t=this._cursor.peek();this._consumeQuote(t);let r=c(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,r,r),this._consumeQuote(t)}else{let t=c(()=>zf(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(ke),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(ke),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(ke),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(ke),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(ke)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(ke),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(ke),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(ke),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,r,n){this._beginToken(e);let a=[];for(;!r();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(a.join(""))],i),a.length=0,this._consumeInterpolation(t,i,n),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(a.join(""))]),a.length=0,this._consumeEntity(e),this._beginToken(e)):a.push(this._readChar())}this._inInterpolation=!1;let o=this._processCarriageReturns(a.join(""));return this._endToken([o]),o}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let a=this._cursor.clone(),o=null,i=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let l=this._cursor.clone();if(this._isTagStart()){this._cursor=l,n.push(this._getProcessedChars(a,l)),this._endToken(n);return}if(o===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(a,l)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(i=!0);let s=this._cursor.peek();this._cursor.advance(),s===92?this._cursor.advance():s===o?o=null:!i&&o===null&&Ic(s)&&(o=s)}n.push(this._getProcessedChars(a,this._cursor)),this._endToken(n)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._cursor.peek()===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(),Bf(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=Ul(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=Ul(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(kh,"Or"),kh),c(ke,"b"),c(zf,"$s"),c(hb,"mo"),c(mb,"fo"),c(gb,"go"),c(vb,"Co"),c(yb,"So"),c(Gg,"Os"),c(Bf,"Ms"),c(Lf,"qs"),c(lA,"_o"),_h=(Gl=class{constructor(e,t){if(e instanceof Gl){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 Gl(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){e=e||this;let r=e;if(t)for(;this.diff(e)>0&&t.indexOf(e.peek())!==-1;)r===e&&(e=e.clone()),e.advance();let n=this.locationFromCursor(e),a=this.locationFromCursor(this),o=r!==e?this.locationFromCursor(r):n;return new te(n,a,o)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new Pc('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):Tc(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 Ad(e.file,e.state.offset,e.state.line,e.state.column)}},c(Gl,"t"),Gl),x6=(Kl=class extends _h{constructor(e,t){e instanceof Kl?(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 Kl(this)}getChars(e){let t=e.clone(),r="";for(;t.internalState.offset<this.internalState.offset;)r+=String.fromCodePoint(t.peek()),t.advance();return r}processEscapeSequence(){let e=c(()=>this.internalState.peek,"e");if(e()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),e()===110)this.state.peek=10;else if(e()===114)this.state.peek=13;else if(e()===118)this.state.peek=11;else if(e()===116)this.state.peek=9;else if(e()===98)this.state.peek=8;else if(e()===102)this.state.peek=12;else if(e()===117)if(this.advanceState(this.internalState),e()===123){this.advanceState(this.internalState);let t=this.clone(),r=0;for(;e()!==125;)this.advanceState(this.internalState),r++;this.state.peek=this.decodeHexDigits(t,r)}else{let t=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,4)}else if(e()===120){this.advanceState(this.internalState);let t=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,2)}else if(Ff(e())){let t="",r=0,n=this.clone();for(;Ff(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 Tc(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 Pc("Invalid hexadecimal escape sequence",e);return n}},c(Kl,"t"),Kl),Pc=(Ah=class{constructor(e,t){this.msg=e,this.cursor=t}},c(Ah,"gt"),Ah),Qe=(Nc=class extends Xf{static create(e,t,r){return new Nc(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(Nc,"t"),Nc),C6=(Fh=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(Fh,"Vr"),Fh),D6=($h=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,a){let o=c(m=>(g,...v)=>m(g.toLowerCase(),...v),"a"),i=n?this.getTagDefinition:o(this.getTagDefinition),l=c(m=>i(m).getContentType(),"u"),s=n?a:o(a),d=pb(e,t,a?(m,g,v,C)=>{let w=s(m,g,v,C);return w!==void 0?w:l(m)}:l,r),f=r&&r.canSelfClose||!1,h=r&&r.allowHtmComponentClosingTags||!1,p=new S6(d.tokens,i,f,h,n);return p.build(),new C6(p.rootNodes,d.errors.concat(p.errors))}},c($h,"nr"),$h),S6=(jc=class{constructor(e,t,r,n,a){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=n,this.isTagNameCaseSensitive=a,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==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 La&&this.errors.push(Qe.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 f6(r,new te(e.sourceSpan.start,(n||t).sourceSpan.end),[t]))}_consumeComment(e){let t=this._advanceIf(7),r=this._advanceIf(11),n=t!=null?t.parts[0].trim():null,a=r==null?e.sourceSpan:new te(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new v6(n,a))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,a=new te(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new y6(n,a))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let o=this._parseExpansionCase();if(!o)return;n.push(o)}if(this._peek.type!==24){this.errors.push(Qe.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let a=new te(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new h6(t.parts[0],r.parts[0],n,a,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(Qe.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 a=new jc(r,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(a.build(),a.errors.length>0)return this.errors=this.errors.concat(a.errors),null;let o=new te(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new te(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new m6(e.parts[0],a.rootNodes,o,e.sourceSpan,i)}_collectExpansionExpTokens(e){let t=[],r=[22];for(;;){if((this._peek.type===20||this._peek.type===22)&&r.push(this._peek.type),this._peek.type===23)if(Of(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(Qe.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(Of(r,20))r.pop();else return this.errors.push(Qe.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(Qe.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 a=this._getContainer();a!=null&&a.children.length===0&&this.getTagDefinition(a.name).ignoreFirstLf&&(n=n.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[n]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)e=this._advance(),t.push(e),e.type===8?n+=e.parts.join("").replace(/&([^;]+);/g,Mf):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let a=e.sourceSpan;this._addToParent(new p6(n,new te(r.start,a.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof dn&&this.getTagDefinition(e.name).isVoid&&this._containerStack.pop()}_consumeStartTag(e){let[t,r]=e.parts,n=[];for(;this._peek.type===14;)n.push(this._consumeAttr(this._advance()));let a=this._getElementFullName(t,r,this._getClosestParentElement()),o=!1;if(this._peek.type===2){this._advance(),o=!0;let p=this.getTagDefinition(a);this.canSelfClose||p.canSelfClose||hs(a)!==null||p.isVoid||this.errors.push(Qe.create(a,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),o=!1);let i=this._peek.sourceSpan.fullStart,l=new te(e.sourceSpan.start,i,e.sourceSpan.fullStart),s=new te(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new te(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),f=new dn(a,n,[],l,s,void 0,d),h=this._getContainer();this._pushContainer(f,h instanceof dn&&this.getTagDefinition(h.name).isClosedByChild(f.name)),o?this._popContainer(a,dn,l):e.type===4&&(this._popContainer(a,dn,null),this.errors.push(Qe.create(a,l,`Opening tag "${a}" not terminated.`)))}_pushContainer(e,t){t&&this._containerStack.pop(),this._addToParent(e),this._containerStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&e.parts.length===0?null:this._getElementFullName(e.parts[0],e.parts[1],this._getClosestParentElement());if(t&&this.getTagDefinition(t).isVoid)this.errors.push(Qe.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,dn,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(Qe.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let a=this._containerStack.length-1;a>=0;a--){let o=this._containerStack[a];if(hs(o.name)?o.name===e:(e==null||o.name.toLowerCase()===e.toLowerCase())&&o instanceof t)return o.endSourceSpan=r,o.sourceSpan.end=r!==null?r.end:o.sourceSpan.end,this._containerStack.splice(a,this._containerStack.length-a),!n;(o instanceof La||o instanceof dn&&!this.getTagDefinition(o.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){var d,f;let t=Ul(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let a="",o=[],i,l;if(this._peek.type===16)for(i=this._peek.sourceSpan,l=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let h=this._advance();o.push(h),h.type===17?a+=h.parts.join("").replace(/&([^;]+);/g,Mf):h.type===9?a+=h.parts[0]:a+=h.parts.join(""),l=r=h.sourceSpan.end}this._peek.type===15&&(l=r=this._advance().sourceSpan.end);let s=i&&l&&new te((d=n==null?void 0:n.sourceSpan.start)!=null?d:i.start,l,(f=n==null?void 0:n.sourceSpan.fullStart)!=null?f:i.fullStart);return new g6(t,a,new te(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,s,o.length>0?o:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new yh(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new te(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new te(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new La(e.parts[0],t,[],n,e.sourceSpan,a);this._pushContainer(o,!1)}_consumeBlockClose(e){this._popContainer(null,La,e.sourceSpan)||this.errors.push(Qe.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 i=this._advance();t.push(new yh(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new te(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new te(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new La(e.parts[0],t,[],n,e.sourceSpan,a);this._pushContainer(o,!1),this._popContainer(null,La,null),this.errors.push(Qe.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(Qe.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(Qe.create(e.parts[0],e.sourceSpan,`Unterminated @let declaration "${t}". Declaration must be terminated with a semicolon.`));return}else n=this._advance();let a=n.sourceSpan.fullStart,o=new te(e.sourceSpan.start,a,e.sourceSpan.fullStart),i=e.sourceSpan.toString().lastIndexOf(t),l=e.sourceSpan.start.moveBy(i),s=new te(l,e.sourceSpan.end),d=new bh(t,r.parts[0],o,s,r.sourceSpan);this._addToParent(d)}_consumeIncompleteLet(e){var n;let t=(n=e.parts[0])!=null?n:"",r=t?` "${t}"`:"";if(t.length>0){let a=e.sourceSpan.toString().lastIndexOf(t),o=e.sourceSpan.start.moveBy(a),i=new te(o,e.sourceSpan.end),l=new te(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),s=new bh(t,"",e.sourceSpan,i,l);this._addToParent(s)}this.errors.push(Qe.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 dn)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=uu(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=hs(r.name))}return Ul(e,t)}},c(jc,"t"),jc),c(Of,"zs"),c(Mf,"Gs"),k6=(Th=class extends D6{constructor(){super(xd)}parse(e,t,r,n=!1,a){return super.parse(e,t,r,n,a)}},c(Th,"sr"),Th),Hc=null,JA=c(()=>(Hc||(Hc=new k6),Hc),"Eo"),c(Kg,"zr"),c(wb,"Ao"),QA=wb,Jo=3,c(sA,"Do"),c(bb,"vo"),eF=bb,Yl={attrs:!0,children:!0,cases:!0,expression:!0},Ih=new Set(["parent"]),tF=(Oa=class{constructor(e={}){for(let t of new Set([...Ih,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in Yl&&(t=t.map(r=>this.createChild(r))),!Ih.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in Yl){let n=this[r];if(n){let a=Eb(n,o=>o.map(e));t!==n&&(t||(t=new Oa({parent:this.parent})),t.setProperty(r,a))}}if(t)for(let r in this)r in Yl||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in Yl){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 Oa?e.clone():new Oa(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 Oa(this)}get firstChild(){var e;return(e=this.children)==null?void 0:e[0]}get lastChild(){var e;return(e=this.children)==null?void 0:e[this.children.length-1]}get prev(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)-1]}get next(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(e=>[e.fullName,e.value]))}},c(Oa,"t"),Oa),c(Eb,"yo"),rF=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:xb},{regex:/^\[if([^\]]*)\]><!$/u,parse:Cb},{regex:/^<!\s*\[endif\]$/u,parse:Db}],c(uA,"Qs"),c(xb,"bo"),c(Cb,"To"),c(Db,"xo"),E0=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"])]]),nF=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),c(cA,"ko"),c(dA,"Bo"),c(pA,"Lo"),c(Sy,"Zs"),c(fA,"Fo"),c(Yg,"Js"),c(ky,"ei"),c(Wl,"ur"),Qg={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},_6=Wl(Qg),A6=Wl({name:"angular"}),F6=Wl({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:a,value:o})=>a==="lang"&&o!=="html"&&o!==""&&o!==void 0))}}),$6=Wl({name:"lwc",canSelfClose:!1}),T6={html:Zb},aF=Hf});function pn(){}function I6(e,t,r,n,a){for(var o=[],i;t;)o.push(t),i=t.previousComponent,delete t.previousComponent,t=i;o.reverse();for(var l=0,s=o.length,d=0,f=0;l<s;l++){var h=o[l];if(h.removed){if(h.value=e.join(n.slice(f,f+h.count)),f+=h.count,l&&o[l-1].added){var p=o[l-1];o[l-1]=o[l],o[l]=p}}else{if(!h.added&&a){var m=r.slice(d,d+h.count);m=m.map(function(v,C){var w=n[f+C];return w.length>v.length?w:v}),h.value=e.join(m)}else h.value=e.join(r.slice(d,d+h.count));d+=h.count,h.added||(f+=h.count)}}var g=o[s-1];return s>1&&typeof g.value=="string"&&(g.added||g.removed)&&e.equals("",g.value)&&(o[s-2].value+=g.value,o.pop()),o}function js(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?js=c(function(t){return typeof t},"$e"):js=c(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),js(e)}function Fd(e,t,r,n,a){t=t||[],r=r||[],n&&(e=n(a,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return r[o];var i;if(KF.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),o=0;o<e.length;o+=1)i[o]=Fd(e[o],t,r,n,a);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),js(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var l=[],s;for(s in e)e.hasOwnProperty(s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)s=l[o],i[s]=Fd(e[s],t,r,n,s);t.pop(),r.pop()}else i=e;return i}function oF(e,t,r){return ys.diff(e,t,r)}function iF(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
|
291
|
+
`?"crlf":"cr":"lf"}function G1(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
|
292
|
+
`;default:return`
|
|
293
|
+
`}}function zy(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 lF(e){return Uu(!1,e,/\r\n?/gu,`
|
|
296
|
+
`)}function R6(e){if(typeof e=="string")return xa;if(Array.isArray(e))return Jr;if(!e)return;let{type:t}=e;if(qy.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(Ca(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=YF([...qy].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
|
|
298
|
+
Expected it to be ${n}.`}function B6(e,t,r,n){let a=[e];for(;a.length>0;){let o=a.pop();if(o===E2){r(a.pop());continue}r&&a.push(o,E2);let i=Ca(o);if(!i)throw new mo(o);if((t==null?void 0:t(o))!==!1)switch(i){case Jr:case wr:{let l=i===Jr?o:o.parts;for(let s=l.length,d=s-1;d>=0;--d)a.push(l[d]);break}case xt:a.push(o.flatContents,o.breakContents);break;case pt:if(n&&o.expandedStates)for(let l=o.expandedStates.length,s=l-1;s>=0;--s)a.push(o.expandedStates[s]);else a.push(o.contents);break;case en:case Qr:case tn:case br:case rn:a.push(o.contents);break;case xa:case la:case Kr:case Yr:case He:case Rt:break;default:throw new mo(o)}}}function mu(e){return Er(e),{type:Qr,contents:e}}function ho(e,t){return Er(t),{type:en,contents:t,n:e}}function e2(e,t={}){return Er(e),Z1(t.expandedStates,!0),{type:pt,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function L6(e){return ho(Number.NEGATIVE_INFINITY,e)}function O6(e){return ho({type:"root"},e)}function M6(e){return ho(-1,e)}function P6(e,t){return e2(e[0],{...t,expandedStates:e})}function t2(e){return Z1(e),{type:wr,parts:e}}function N6(e,t="",r={}){return Er(e),t!==""&&Er(t),{type:xt,breakContents:e,flatContents:t,groupId:r.groupId}}function j6(e,t){return Er(e),{type:tn,contents:e,groupId:t.groupId,negate:t.negate}}function $d(e){return Er(e),{type:rn,contents:e}}function r2(e,t){Er(e),Z1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function n2(e,t,r){Er(e);let n=e;if(t>0){for(let a=0;a<Math.floor(t/r);++a)n=mu(n);n=ho(t%r,n),n=ho(Number.NEGATIVE_INFINITY,n)}return n}function H6(e,t){return Er(t),e?{type:br,label:e,contents:t}:t}function Lr(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...Lr(n));else{let a=Lr(n);a!==""&&r.push(a)}return r}return e.type===xt?{...e,breakContents:Lr(e.breakContents),flatContents:Lr(e.flatContents)}:e.type===pt?{...e,contents:Lr(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(Lr)}:e.type===wr?{type:"fill",parts:e.parts.map(Lr)}:e.contents?{...e,contents:Lr(e.contents)}:e}function sF(e){let t=Object.create(null),r=new Set;return n(Lr(e));function n(o,i,l){var s,d;if(typeof o=="string")return JSON.stringify(o);if(Array.isArray(o)){let f=o.map(n).filter(Boolean);return f.length===1?f[0]:`[${f.join(", ")}]`}if(o.type===He){let f=((s=l==null?void 0:l[i+1])==null?void 0:s.type)===Rt;return o.literal?f?"literalline":"literallineWithoutBreakParent":o.hard?f?"hardline":"hardlineWithoutBreakParent":o.soft?"softline":"line"}if(o.type===Rt)return((d=l==null?void 0:l[i-1])==null?void 0:d.type)===He&&l[i-1].hard?void 0:"breakParent";if(o.type===Kr)return"trim";if(o.type===Qr)return"indent("+n(o.contents)+")";if(o.type===en)return o.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(o.contents)+")":o.n<0?"dedent("+n(o.contents)+")":o.n.type==="root"?"markAsRoot("+n(o.contents)+")":"align("+JSON.stringify(o.n)+", "+n(o.contents)+")";if(o.type===xt)return"ifBreak("+n(o.breakContents)+(o.flatContents?", "+n(o.flatContents):"")+(o.groupId?(o.flatContents?"":', ""')+`, { groupId: ${a(o.groupId)} }`:"")+")";if(o.type===tn){let f=[];o.negate&&f.push("negate: true"),o.groupId&&f.push(`groupId: ${a(o.groupId)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return`indentIfBreak(${n(o.contents)}${h})`}if(o.type===pt){let f=[];o.break&&o.break!=="propagated"&&f.push("shouldBreak: true"),o.id&&f.push(`id: ${a(o.id)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return o.expandedStates?`conditionalGroup([${o.expandedStates.map(p=>n(p)).join(",")}]${h})`:`group(${n(o.contents)}${h})`}if(o.type===wr)return`fill([${o.parts.map(f=>n(f)).join(", ")}])`;if(o.type===rn)return"lineSuffix("+n(o.contents)+")";if(o.type===Yr)return"lineSuffixBoundary";if(o.type===br)return`label(${JSON.stringify(o.label)}, ${n(o.contents)})`;throw new Error("Unknown doc type "+o.type)}function a(o){if(typeof o!="symbol")return JSON.stringify(String(o));if(o in t)return t[o];let i=o.description||"symbol";for(let l=0;;l++){let s=i+(l>0?` #${l}`:"");if(!r.has(s))return r.add(s),t[o]=`Symbol.for(${JSON.stringify(s)})`}}}function V6(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function U6(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 W6(e){if(!e)return 0;if(!JF.test(e))return e.length;e=e.replace(ZF()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=XF(n)?1:2)}return t}function gu(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(Ca(o)){case Jr:return t(o.map(n));case wr:return t({...o,parts:o.parts.map(n)});case xt:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case pt:{let{expandedStates:i,contents:l}=o;return i?(i=i.map(n),l=i[0]):l=n(l),t({...o,contents:l,expandedStates:i})}case en:case Qr:case tn:case br:case rn:return t({...o,contents:n(o.contents)});case xa:case la:case Kr:case Yr:case He:case Rt:return t(o);default:throw new mo(o)}}}function Td(e,t,r){let n=r,a=!1;function o(i){if(a)return!1;let l=t(i);l!==void 0&&(a=!0,n=l)}return c(o,"u"),Bd(e,o),n}function uF(e){if(e.type===pt&&e.break||e.type===He&&e.hard||e.type===Rt)return!0}function q6(e){return Td(e,uF,!1)}function a2(e){if(e.length>0){let t=ze(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function cF(e){let t=new Set,r=[];function n(o){if(o.type===Rt&&a2(r),o.type===pt){if(r.push(o),t.has(o))return!1;t.add(o)}}c(n,"n");function a(o){o.type===pt&&r.pop().break&&a2(r)}c(a,"o"),Bd(e,n,a,!0)}function dF(e){return e.type===He&&!e.hard?e.soft?"":" ":e.type===xt?e.flatContents:e}function G6(e){return gu(e,dF)}function o2(e){for(e=[...e];e.length>=2&&ze(!1,e,-2).type===He&&ze(!1,e,-1).type===Rt;)e.length-=2;if(e.length>0){let t=Si(ze(!1,e,-1));e[e.length-1]=t}return e}function Si(e){switch(Ca(e)){case Qr:case tn:case pt:case rn:case br:{let t=Si(e.contents);return{...e,contents:t}}case xt:return{...e,breakContents:Si(e.breakContents),flatContents:Si(e.flatContents)};case wr:return{...e,parts:o2(e.parts)};case Jr:return o2(e);case xa:return e.replace(/[\n\r]*$/u,"");case en:case la:case Kr:case Yr:case He:case Rt:break;default:throw new mo(e)}return e}function i2(e){return Si(fF(e))}function pF(e){switch(Ca(e)){case wr:if(e.parts.every(t=>t===""))return"";break;case pt:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===pt&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case en:case Qr:case tn:case rn:if(!e.contents)return"";break;case xt:if(!e.flatContents&&!e.breakContents)return"";break;case Jr:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof ze(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case xa:case la:case Kr:case Yr:case He:case br:case Rt:break;default:throw new mo(e)}return e}function fF(e){return gu(e,t=>pF(t))}function K6(e,t=C2){return gu(e,r=>typeof r=="string"?r2(t,r.split(`
|
|
299
|
+
`)):r)}function hF(e){if(e.type===He)return!0}function Y6(e){return Td(e,hF,!1)}function By(e,t){return e.type===br?{...e,contents:t(e.contents)}:t(e)}function Ly(){return{value:"",length:0,queue:[]}}function mF(e,t){return Id(e,{type:"indent"},t)}function gF(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||Ly():t<0?Id(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Id(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Id(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],a="",o=0,i=0,l=0;for(let g of n)switch(g.type){case"indent":f(),r.useTabs?s(1):d(r.tabWidth);break;case"stringAlign":f(),a+=g.n,o+=g.n.length;break;case"numberAlign":i+=1,l+=g.n;break;default:throw new Error(`Unexpected type '${g.type}'`)}return p(),{...e,value:a,length:o,queue:n};function s(g){a+=" ".repeat(g),o+=r.tabWidth*g}function d(g){a+=" ".repeat(g),o+=g}function f(){r.useTabs?h():p()}function h(){i>0&&s(i),m()}function p(){l>0&&d(l),m()}function m(){i=0,l=0}}function Rd(e){let t=0,r=0,n=e.length;e:for(;n--;){let a=e[n];if(a===ki){r++;continue}for(let o=a.length-1;o>=0;o--){let i=a[o];if(i===" "||i===" ")t++;else{e[n]=a.slice(0,o+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(ki);return t}function vs(e,t,r,n,a,o){if(r===Number.POSITIVE_INFINITY)return!0;let i=t.length,l=[e],s=[];for(;r>=0;){if(l.length===0){if(i===0)return!0;l.push(t[--i]);continue}let{mode:d,doc:f}=l.pop(),h=Ca(f);switch(h){case xa:s.push(f),r-=Od(f);break;case Jr:case wr:{let p=h===Jr?f:f.parts;for(let m=p.length-1;m>=0;m--)l.push({mode:d,doc:p[m]});break}case Qr:case en:case tn:case br:l.push({mode:d,doc:f.contents});break;case Kr:r+=Rd(s);break;case pt:{if(o&&f.break)return!1;let p=f.break?lt:d,m=f.expandedStates&&p===lt?ze(!1,f.expandedStates,-1):f.contents;l.push({mode:p,doc:m});break}case xt:{let p=(f.groupId?a[f.groupId]||ir:d)===lt?f.breakContents:f.flatContents;p&&l.push({mode:d,doc:p});break}case He:if(d===lt||f.hard)return!0;f.soft||(s.push(" "),r--);break;case rn:n=!0;break;case Yr:if(n)return!1;break}}return!1}function vu(e,t){let r={},n=t.printWidth,a=G1(t.endOfLine),o=0,i=[{ind:Ly(),mode:lt,doc:e}],l=[],s=!1,d=[],f=0;for(cF(e);i.length>0;){let{ind:p,mode:m,doc:g}=i.pop();switch(Ca(g)){case xa:{let v=a!==`
|
|
300
|
+
`?Uu(!1,g,`
|
|
301
|
+
`,a):g;l.push(v),i.length>0&&(o+=Od(v));break}case Jr:for(let v=g.length-1;v>=0;v--)i.push({ind:p,mode:m,doc:g[v]});break;case la:if(f>=2)throw new Error("There are too many 'cursor' in doc.");l.push(ki),f++;break;case Qr:i.push({ind:mF(p,t),mode:m,doc:g.contents});break;case en:i.push({ind:gF(p,g.n,t),mode:m,doc:g.contents});break;case Kr:o-=Rd(l);break;case pt:switch(m){case ir:if(!s){i.push({ind:p,mode:g.break?lt:ir,doc:g.contents});break}case lt:{s=!1;let v={ind:p,mode:ir,doc:g.contents},C=n-o,w=d.length>0;if(!g.break&&vs(v,i,C,w,r))i.push(v);else if(g.expandedStates){let y=ze(!1,g.expandedStates,-1);if(g.break){i.push({ind:p,mode:lt,doc:y});break}else for(let E=1;E<g.expandedStates.length+1;E++)if(E>=g.expandedStates.length){i.push({ind:p,mode:lt,doc:y});break}else{let x=g.expandedStates[E],D={ind:p,mode:ir,doc:x};if(vs(D,i,C,w,r)){i.push(D);break}}}else i.push({ind:p,mode:lt,doc:g.contents});break}}g.id&&(r[g.id]=ze(!1,i,-1).mode);break;case wr:{let v=n-o,{parts:C}=g;if(C.length===0)break;let[w,y]=C,E={ind:p,mode:ir,doc:w},x={ind:p,mode:lt,doc:w},D=vs(E,[],v,d.length>0,r,!0);if(C.length===1){D?i.push(E):i.push(x);break}let S={ind:p,mode:ir,doc:y},k={ind:p,mode:lt,doc:y};if(C.length===2){D?i.push(S,E):i.push(k,x);break}C.splice(0,2);let _={ind:p,mode:m,doc:t2(C)},A=C[0];vs({ind:p,mode:ir,doc:[w,y,A]},[],v,d.length>0,r,!0)?i.push(_,S,E):D?i.push(_,k,E):i.push(_,k,x);break}case xt:case tn:{let v=g.groupId?r[g.groupId]:m;if(v===lt){let C=g.type===xt?g.breakContents:g.negate?g.contents:mu(g.contents);C&&i.push({ind:p,mode:m,doc:C})}if(v===ir){let C=g.type===xt?g.flatContents:g.negate?mu(g.contents):g.contents;C&&i.push({ind:p,mode:m,doc:C})}break}case rn:d.push({ind:p,mode:m,doc:g.contents});break;case Yr:d.length>0&&i.push({ind:p,mode:m,doc:S0});break;case He:switch(m){case ir:if(g.hard)s=!0;else{g.soft||(l.push(" "),o+=1);break}case lt:if(d.length>0){i.push({ind:p,mode:m,doc:g},...d.reverse()),d.length=0;break}g.literal?p.root?(l.push(a,p.root.value),o=p.root.length):(l.push(a),o=0):(o-=Rd(l),l.push(a+p.value),o=p.length);break}break;case br:i.push({ind:p,mode:m,doc:g.contents});break;case Rt:break;default:throw new mo(g)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let h=l.indexOf(ki);if(h!==-1){let p=l.indexOf(ki,h+1),m=l.slice(0,h).join(""),g=l.slice(h+1,p).join(""),v=l.slice(p+1).join("");return{formatted:m+g+v,cursorNodeStart:m.length,cursorNodeText:g}}return{formatted:l.join("")}}function Z6(e,t,r=0){let n=0;for(let a=r;a<e.length;++a)e[a]===" "?n=n+t-n%t:n++;return n}function X6(e){return e!==null&&typeof e=="object"}function*Oy(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,a=c(o=>e$(o)&&n(o),"o");for(let o of r(e)){let i=e[o];if(Array.isArray(i))for(let l of i)a(l)&&(yield l);else a(i)&&(yield i)}}function*vF(e,t){let r=[e];for(let n=0;n<r.length;n++){let a=r[n];for(let o of Oy(a,t))yield o,r.push(o)}}function No(e){return(t,r,n)=>{let a=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:o}=t,i=r;for(;i>=0&&i<o;){let l=t.charAt(i);if(e instanceof RegExp){if(!e.test(l))return i}else if(!e.includes(l))return i;a?i--:i++}return i===-1||i===o?i:!1}}function J6(e,t,r){let n=!!(r!=null&&r.backwards);if(t===!1)return!1;let a=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&a===`
|
|
302
|
+
`)return t-2;if(a===`
|
|
303
|
+
`||a==="\r"||a==="\u2028"||a==="\u2029")return t-1}else{if(a==="\r"&&e.charAt(t+1)===`
|
|
304
|
+
`)return t+2;if(a===`
|
|
305
|
+
`||a==="\r"||a==="\u2028"||a==="\u2029")return t+1}return t}function Q6(e,t,r={}){let n=Fn(e,r.backwards?t-1:t,r),a=ga(e,n,r);return n!==a}function e8(e){return Array.isArray(e)&&e.length>0}function t8(e){return e?t=>e(t,k2):r$}function yF(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 K1(e,t){var r;((r=e.comments)!=null?r:e.comments=[]).push(t),t.printed=!1,t.nodeDescription=yF(e)}function Xa(e,t){t.leading=!0,t.trailing=!1,K1(e,t)}function Hs(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),K1(e,t)}function Ja(e,t){t.leading=!1,t.trailing=!0,K1(e,t)}function Y1(e,t){var s;if(k0.has(e))return k0.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:a},locStart:o,locEnd:i}=t;if(!n)return[];let l=((s=r==null?void 0:r(e,t))!=null?s:[...Oy(e,{getVisitorKeys:Wu(a)})]).flatMap(d=>n(d)?[d]:Y1(d,t));return l.sort((d,f)=>o(d)-o(f)||i(d)-i(f)),k0.set(e,l),l}function My(e,t,r,n){let{locStart:a,locEnd:o}=r,i=a(t),l=o(t),s=Y1(e,r),d,f,h=0,p=s.length;for(;h<p;){let m=h+p>>1,g=s[m],v=a(g),C=o(g);if(v<=i&&l<=C)return My(g,t,r,g);if(C<=i){d=g,h=m+1;continue}if(l<=v){f=g,p=m;continue}throw new Error("Comment location overlaps with node location")}if((n==null?void 0:n.type)==="TemplateLiteral"){let{quasis:m}=n,g=x0(m,t,r);d&&x0(m,d,r)!==g&&(d=null),f&&x0(m,f,r)!==g&&(f=null)}return{enclosingNode:n,precedingNode:d,followingNode:f}}function wF(e,t){let{comments:r}=e;if(delete e.comments,!t$(r)||!t.printer.canAttachComment)return;let n=[],{locStart:a,locEnd:o,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:s}=t,{ownLine:d=_0,endOfLine:f=_0,remaining:h=_0}=l,p=r.map((m,g)=>({...My(e,m,t),comment:m,text:s,options:t,ast:e,isLastComment:r.length-1===g}));for(let[m,g]of p.entries()){let{comment:v,precedingNode:C,enclosingNode:w,followingNode:y,text:E,options:x,ast:D,isLastComment:S}=g;if(x.parser==="json"||x.parser==="json5"||x.parser==="jsonc"||x.parser==="__js_expression"||x.parser==="__ts_expression"||x.parser==="__vue_expression"||x.parser==="__vue_ts_expression"){if(a(v)-a(D)<=0){Xa(D,v);continue}if(o(v)-o(D)>=0){Ja(D,v);continue}}let k;if(i?k=[g]:(v.enclosingNode=w,v.precedingNode=C,v.followingNode=y,k=[v,E,x,D,S]),bF(E,x,p,m))v.placement="ownLine",d(...k)||(y?Xa(y,v):C?Ja(C,v):Hs(w||D,v));else if(EF(E,x,p,m))v.placement="endOfLine",f(...k)||(C?Ja(C,v):y?Xa(y,v):Hs(w||D,v));else if(v.placement="remaining",!h(...k))if(C&&y){let _=n.length;_>0&&n[_-1].followingNode!==y&&l2(n,x),n.push(g)}else C?Ja(C,v):y?Xa(y,v):Hs(w||D,v)}if(l2(n,t),!i)for(let m of r)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function bF(e,t,r,n){let{comment:a,precedingNode:o}=r[n],{locStart:i,locEnd:l}=t,s=i(a);if(o)for(let d=n-1;d>=0;d--){let{comment:f,precedingNode:h}=r[d];if(h!==o||!Gy(e.slice(l(f),s)))break;s=i(f)}return xn(e,s,{backwards:!0})}function EF(e,t,r,n){let{comment:a,followingNode:o}=r[n],{locStart:i,locEnd:l}=t,s=l(a);if(o)for(let d=n+1;d<r.length;d++){let{comment:f,followingNode:h}=r[d];if(h!==o||!Gy(e.slice(s,i(f))))break;s=l(f)}return xn(e,s)}function l2(e,t){var d;var r,n;let a=e.length;if(a===0)return;let{precedingNode:o,followingNode:i}=e[0],l=t.locStart(i),s;for(s=a;s>0;--s){let{comment:f,precedingNode:h,followingNode:p}=e[s-1];Pd.strictEqual(h,o),Pd.strictEqual(p,i);let m=t.originalText.slice(t.locEnd(f),l);if((d=(n=(r=t.printer).isGap)==null?void 0:n.call(r,m,t))!=null?d:/^[\s(]*$/u.test(m))l=t.locStart(f);else break}for(let[f,{comment:h}]of e.entries())f<s?Ja(o,h):Xa(i,h);for(let f of[o,i])f.comments&&f.comments.length>1&&f.comments.sort((h,p)=>t.locStart(h)-t.locStart(p));e.length=0}function x0(e,t,r){let n=r.locStart(t)-1;for(let a=1;a<e.length;++a)if(n<r.locStart(e[a]))return a-1;return 0}function r8(e,t){let r=t-1;r=Fn(e,r,{backwards:!0}),r=ga(e,r,{backwards:!0}),r=Fn(e,r,{backwards:!0});let n=ga(e,r,{backwards:!0});return r!==n}function Py(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function xF(e,t){var r;let n=e.node,a=[Py(e,t)],{printer:o,originalText:i,locStart:l,locEnd:s}=t;if((r=o.isBlockComment)!=null&&r.call(o,n)){let f=xn(i,s(n))?xn(i,l(n),{backwards:!0})?sa:x2:" ";a.push(f)}else a.push(sa);let d=ga(i,Fn(i,s(n)));return d!==!1&&xn(i,d)&&a.push(sa),a}function CF(e,t,r){var n;let a=e.node,o=Py(e,t),{printer:i,originalText:l,locStart:s}=t,d=(n=i.isBlockComment)==null?void 0:n.call(i,a);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||xn(l,s(a),{backwards:!0})){let f=X1(l,s(a));return{doc:$d([sa,f?sa:"",o]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[$d([" ",o]),ws],isBlock:d,hasLineSuffix:!0}:{doc:[" ",o],isBlock:d,hasLineSuffix:!1}}function DF(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(l=>!n.has(l)).length===0)return{leading:"",trailing:""};let a=[],o=[],i;return e.each(()=>{let l=e.node;if(n!=null&&n.has(l))return;let{leading:s,trailing:d}=l;s?a.push(xF(e,t)):d&&(i=CF(e,t,i),o.push(i.doc))},"comments"),{leading:a,trailing:o}}function SF(e,t,r){let{leading:n,trailing:a}=DF(e,r);return!n&&!a?t:By(t,o=>[n,o,a])}function kF(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 n8(e){return()=>{}}function s2({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(a=>{var o;return(o=a.languages)!=null?o:[]}),n=[];for(let a of AF(Object.assign({},...e.map(({options:o})=>o),a$)))!t&&a.deprecated||(Array.isArray(a.choices)&&(t||(a.choices=a.choices.filter(o=>!o.deprecated)),a.name==="parser"&&(a.choices=[...a.choices,..._F(a.choices,r,e)])),a.pluginDefaults=Object.fromEntries(e.filter(o=>{var i;return((i=o.defaultOptions)==null?void 0:i[a.name])!==void 0}).map(o=>[o.name,o.defaultOptions[a.name]])),n.push(a));return{languages:r,options:n}}function*_F(e,t,r){let n=new Set(e.map(a=>a.value));for(let a of t)if(a.parsers){for(let o of a.parsers)if(!n.has(o)){n.add(o);let i=r.find(s=>s.parsers&&Object.prototype.hasOwnProperty.call(s.parsers,o)),l=a.name;i!=null&&i.name&&(l+=` (plugin: ${i.name})`),yield{value:o,description:l}}}}function AF(e){let t=[];for(let[r,n]of Object.entries(e)){let a={name:r,...n};Array.isArray(a.default)&&(a.default=ze(!1,a.default,-1).value),t.push(a)}return t}function u2(e,t){var n;if(!t)return;let r=o$(t).toLowerCase();return(n=e.find(({filenames:a})=>a==null?void 0:a.some(o=>o.toLowerCase()===r)))!=null?n:e.find(({extensions:a})=>a==null?void 0:a.some(o=>r.endsWith(o)))}function FF(e,t){var r,n;if(t)return(n=(r=e.find(({name:a})=>a.toLowerCase()===t))!=null?r:e.find(({aliases:a})=>a==null?void 0:a.includes(t)))!=null?n:e.find(({extensions:a})=>a==null?void 0:a.includes(`.${t}`))}function a8(e,t){var a,o,i;let r=e.plugins.flatMap(l=>{var s;return(s=l.languages)!=null?s:[]}),n=(i=(o=(a=FF(r,t.language))!=null?a:u2(r,t.physicalFile))!=null?o:u2(r,t.file))!=null?i:(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function Rh(e,t,r,n){return[`Invalid ${Qa.default.red(n.key(e))} value.`,`Expected ${Qa.default.blue(r)},`,`but received ${t===A2?Qa.default.gray("nothing"):Qa.default.red(n.value(t))}.`].join(" ")}function c2({text:e,list:t},r){let n=[];return e&&n.push(`- ${Qa.default.blue(e)}`),t&&n.push([`- ${Qa.default.blue(t.title)}:`].concat(t.values.map(a=>c2(a,r-F2.length).replace(/^|\n/g,`$&${F2}`))).join(`
|
|
306
|
+
`)),d2(n,r)}function d2(e,t){if(e.length===1)return e[0];let[r,n]=e,[a,o]=e.map(i=>i.split(`
|
|
307
|
+
`,1)[0].length);return a>t&&a>o?n:r}function o8(e,t){if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,a=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-a);)n--,a--;let o=0;for(;o<n&&e.charCodeAt(o)===t.charCodeAt(o);)o++;if(n-=o,a-=o,n===0)return a;let i,l,s,d,f=0,h=0;for(;f<n;)$2[f]=e.charCodeAt(o+f),A0[f]=++f;for(;h<a;)for(i=t.charCodeAt(o+h),s=h++,l=h,f=0;f<n;f++)d=i===$2[f]?s:s+1,s=A0[f],l=A0[f]=s>l?d>l?l+1:d:d>s?s+1:d;return l}function i8(e,t){let r=new e(t),n=Object.create(r);for(let a of l$)a in t&&(n[a]=$F(t[a],r,mn.prototype[a].length));return n}function $F(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function zh({from:e,to:t}){return{from:[e],to:t}}function l8(e,t){let r=Object.create(null);for(let n of e){let a=n[t];if(r[a])throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r[a]=n}return r}function s8(e,t){let r=new Map;for(let n of e){let a=n[t];if(r.has(a))throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r.set(a,n)}return r}function u8(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function c8(e,t){let r=[],n=[];for(let a of e)t(a)?r.push(a):n.push(a);return[r,n]}function d8(e){return e===Math.floor(e)}function p8(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,a=["undefined","object","boolean","number","string"];return r!==n?a.indexOf(r)-a.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)}function f8(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function Bh(e){return e===void 0?{}:e}function p2(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return TF((t||r)!==void 0,"Unexpected `expected` result, there should be at least one field."),r?{text:t,list:{title:r.title,values:r.values.map(p2)}}:{text:t}}function Lh(e,t){return e===!0?!0:e===!1?{value:t}:e}function Oh(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function f2(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function C0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>f2(r,t)):[f2(e,t)]}function Mh(e,t){let r=C0(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return r.length===0?{remain:t,redirect:r}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}}function TF(e,t){if(!e)throw new Error(t)}function h8(e,t,{logger:r=!1,isCLI:n=!1,passThrough:a=!1,FlagSchema:o,descriptor:i}={}){if(n){if(!o)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=ja;let l=a?Array.isArray(a)?(p,m)=>a.includes(p)?{[p]:m}:void 0:(p,m)=>({[p]:m}):(p,m,g)=>{let{_:v,...C}=g.schemas;return T2(p,m,{...g,schemas:C})},s=IF(t,{isCLI:n,FlagSchema:o}),d=new h$(s,{logger:r,unknown:l,descriptor:i}),f=r!==!1;f&&fm&&(d._hasDeprecationWarned=fm);let h=d.normalize(e);return f&&(fm=d._hasDeprecationWarned),h}function IF(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(u$.create({name:"_"}));for(let a of e)n.push(RF(a,{isCLI:t,optionInfos:e,FlagSchema:r})),a.alias&&t&&n.push(s$.create({name:a.alias,sourceName:a.name}));return n}function RF(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:a}=e,o={name:a},i,l={};switch(e.type){case"int":i=f$,t&&(o.preprocess=Number);break;case"string":i=I2;break;case"choice":i=p$,o.choices=e.choices.map(s=>s!=null&&s.redirect?{...s,redirect:{to:{key:e.name,value:s.redirect}}}:s);break;case"boolean":i=d$;break;case"flag":i=n,o.flags=r.flatMap(s=>[s.alias,s.description&&s.name,s.oppositeDescription&&`no-${s.name}`].filter(Boolean));break;case"path":i=I2;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?o.validate=(s,d,f)=>e.exception(s)||d.validate(s,f):o.validate=(s,d,f)=>s===void 0||d.validate(s,f),e.redirect&&(l.redirect=s=>s?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),t&&!e.array){let s=o.preprocess||(d=>d);o.preprocess=(d,f,h)=>f.preprocess(s(Array.isArray(d)?ze(!1,d,-1):d),h)}return e.array?c$.create({...t?{preprocess:c(s=>Array.isArray(s)?s:[s],"preprocess")}:{},...l,valueSchema:i.create(o)}):i.create({...o,...l})}function Ny(e,t){if(!t)throw new Error("parserName is required.");let r=Yy(!1,e,a=>a.parsers&&Object.prototype.hasOwnProperty.call(a.parsers,t));if(r)return r;let n=`Couldn't resolve parser "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new Ky(n)}function zF(e,t){if(!t)throw new Error("astFormat is required.");let r=Yy(!1,e,a=>a.printers&&Object.prototype.hasOwnProperty.call(a.printers,t));if(r)return r;let n=`Couldn't find plugin for AST format "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new Ky(n)}function jy({plugins:e,parser:t}){let r=Ny(e,t);return Hy(r,t)}function Hy(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function BF(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function m8(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=i$(n,{physicalFile:n.filepath}),!n.parser)throw new _2(`No parser could be inferred for file "${n.filepath}".`)}else throw new _2("No parser and no file path given, couldn't infer a parser.");let a=s2({plugins:e.plugins,showDeprecated:!0}).options,o={...R2,...Object.fromEntries(a.filter(p=>p.default!==void 0).map(p=>[p.name,p.default]))},i=Ny(n.plugins,n.parser),l=await Hy(i,n.parser);n.astFormat=l.astFormat,n.locEnd=l.locEnd,n.locStart=l.locStart;let s=(r=i.printers)!=null&&r[l.astFormat]?i:zF(n.plugins,l.astFormat),d=await BF(s,l.astFormat);n.printer=d;let f=s.defaultOptions?Object.fromEntries(Object.entries(s.defaultOptions).filter(([,p])=>p!==void 0)):{},h={...o,...f};for(let[p,m]of Object.entries(h))(n[p]===null||n[p]===void 0)&&(n[p]=m);return n.parser==="json"&&(n.trailingComma="none"),m$(n,a,{passThrough:Object.keys(R2),...t})}async function g8(e,t){let r=await jy(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let a;try{a=await r.parse(n,t,t)}catch(o){LF(o,e)}return{text:n,ast:a}}function LF(e,t){let{loc:r}=e;if(r){let n=(0,g$.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
|
|
308
|
+
`+n,e.codeFrame=n,e}throw e}async function OF(e,t,r,n,a){var g;let{embeddedLanguageFormatting:o,printer:{embed:i,hasPrettierIgnore:l=c(()=>!1,"s"),getVisitorKeys:s}}=r;if(!i||o!=="auto")return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let d=Wu((g=i.getVisitorKeys)!=null?g:s),f=[];m();let h=e.stack;for(let{print:v,node:C,pathStack:w}of f)try{e.stack=w;let y=await v(p,t,e,r);y&&a.set(C,y)}catch(y){if(globalThis.PRETTIER_DEBUG)throw y}e.stack=h;function p(v,C){return MF(v,C,r,n)}c(p,"f");function m(){let{node:v}=e;if(v===null||typeof v!="object"||l(e))return;for(let w of d(v))Array.isArray(v[w])?e.each(m,w):e.call(m,w);let C=i(e,r);if(C){if(typeof C=="function"){f.push({print:C,node:v,pathStack:[...e.stack]});return}a.set(v,C)}}c(m,"p")}async function MF(e,t,r,n){let a=await Do({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:o}=await vl(e,a),i=await n(o,a);return i2(i)}function v8(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:a,locEnd:o,[Symbol.for("printedComments")]:i}=t,{node:l}=e,s=a(l),d=o(l);for(let f of n)a(f)>=s&&o(f)<=d&&i.add(f);return r.slice(s,d)}async function Vu(e,t){({ast:e}=await Vy(e,t));let r=new Map,n=new QF(e),a=n$(t),o=new Map;await OF(n,l,t,Vu,o);let i=await h2(n,t,l,void 0,o);return kF(t),i;function l(d,f){return d===void 0||d===n?s(f):Array.isArray(d)?n.call(()=>s(f),...d):n.call(()=>s(f),d)}function s(d){a(n);let f=n.node;if(f==null)return"";let h=f&&typeof f=="object"&&d===void 0;if(h&&r.has(f))return r.get(f);let p=h2(n,t,l,d,o);return h&&r.set(f,p),p}}function h2(e,t,r,n,a){var o;let{node:i}=e,{printer:l}=t,s;return(o=l.hasPrettierIgnore)!=null&&o.call(l,e)?s=v$(e,t):a.has(i)?s=a.get(i):s=l.print(e,t,r,n),i===t.cursorNode&&(s=By(s,d=>[Ld,d,Ld])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(s=SF(e,s,t)),s}async function Vy(e,t){var a,o;let r=(a=e.comments)!=null?a:[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=(o=e.tokens)!=null?o:[],t[Symbol.for("printedComments")]=new Set,wF(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function y8(e,t){let{cursorOffset:r,locStart:n,locEnd:a}=t,o=Wu(t.printer.getVisitorKeys),i=c(s=>n(s)<=r&&a(s)>=r,"i"),l=e;for(let s of vF(e,{getVisitorKeys:o,filter:i}))l=s;return l}function w8(e,t){var l;let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let a=Wu(n),o=(l=r.ignoredProperties)!=null?l:new Set;return i(e);function i(s,d){if(!(s!==null&&typeof s=="object"))return s;if(Array.isArray(s))return s.map(m=>i(m,d)).filter(Boolean);let f={},h=new Set(a(s));for(let m in s)!Object.prototype.hasOwnProperty.call(s,m)||o.has(m)||(h.has(m)?f[m]=i(s[m],s):f[m]=s[m]);let p=r(s,f,d);if(p!==null)return p!=null?p:f}}function PF(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(a=>Zy.has(a.type)&&n.has(a))}function m2(e){let t=b$(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function NF(e,t,{locStart:r,locEnd:n}){let a=e.node,o=t.node;if(a===o)return{startNode:a,endNode:o};let i=r(e.node);for(let s of m2(t.parentNodes))if(r(s)>=i)o=s;else break;let l=n(t.node);for(let s of m2(e.parentNodes)){if(n(s)<=l)a=s;else break;if(a===o)break}return{startNode:a,endNode:o}}function zd(e,t,r,n,a=[],o){let{locStart:i,locEnd:l}=r,s=i(e),d=l(e);if(!(t>d||t<s||o==="rangeEnd"&&t===s||o==="rangeStart"&&t===d)){for(let f of Y1(e,r)){let h=zd(f,t,r,n,[e,...a],o);if(h)return h}if(!n||n(e,a[0]))return{node:e,parentNodes:a}}}function jF(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 g2(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 jF(t.type,r==null?void 0:r.type);case"json":case"json5":case"jsonc":case"json-stringify":return Zy.has(t.type);case"graphql":return x$.has(t.kind);case"vue":return t.tag!=="root"}return!1}function HF(e,t,r){let{rangeStart:n,rangeEnd:a,locStart:o,locEnd:i}=t;Pd.ok(a>n);let l=e.slice(n,a).search(/\S/u),s=l===-1;if(!s)for(n+=l;a>n&&!/\S/u.test(e[a-1]);--a);let d=zd(r,n,t,(m,g)=>g2(t,m,g),[],"rangeStart"),f=s?d:zd(r,a,t,m=>g2(t,m),[],"rangeEnd");if(!d||!f)return{rangeStart:0,rangeEnd:0};let h,p;if(E$(t)){let m=PF(d,f);h=m,p=m}else({startNode:h,endNode:p}=NF(d,f,t));return{rangeStart:Math.min(o(h),o(p)),rangeEnd:Math.max(i(h),i(p))}}async function Uy(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:a}=await vl(e,t);t.cursorOffset>=0&&(t.cursorNode=y$(n,t));let o=await Vu(n,t);r>0&&(o=n2([sa,o],r,t.tabWidth));let i=vu(o,t);if(r>0){let s=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(s)),i.formatted=s+G1(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let s,d,f,h,p;if(t.cursorNode&&i.cursorNodeText?(s=t.locStart(t.cursorNode),d=a.slice(s,t.locEnd(t.cursorNode)),f=t.cursorOffset-s,h=i.cursorNodeStart,p=i.cursorNodeText):(s=0,d=a,f=t.cursorOffset,h=0,p=i.formatted),d===p)return{formatted:i.formatted,cursorOffset:h+f,comments:l};let m=d.split("");m.splice(f,0,z2);let g=p.split(""),v=oF(m,g),C=h;for(let w of v)if(w.removed){if(w.value.includes(z2))break}else C+=w.count;return{formatted:i.formatted,cursorOffset:C,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function VF(e,t){let{ast:r,text:n}=await vl(e,t),{rangeStart:a,rangeEnd:o}=HF(n,t,r),i=n.slice(a,o),l=Math.min(a,n.lastIndexOf(`
|
|
309
|
+
`,a)+1),s=n.slice(l,a).match(/^\s*/u)[0],d=Md(s,t.tabWidth),f=await Uy(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>a&&t.cursorOffset<=o?t.cursorOffset-a:-1,endOfLine:"lf"},d),h=f.formatted.trimEnd(),{cursorOffset:p}=t;p>o?p+=h.length-i.length:f.cursorOffset>=0&&(p=f.cursorOffset+a);let m=n.slice(0,a)+h+n.slice(o);if(t.endOfLine!=="lf"){let g=G1(t.endOfLine);p>=0&&g===`\r
|
|
310
|
+
`&&(p+=zy(m.slice(0,p),`
|
|
311
|
+
`)),m=Uu(!1,m,`
|
|
312
|
+
`,g)}return{formatted:m,cursorOffset:p,comments:f.comments}}function D0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function v2(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a}=t;return r=D0(e,r,-1),n=D0(e,n,0),a=D0(e,a,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:a}}function Wy(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o}=v2(e,t),i=e.charAt(0)===Xy;if(i&&(e=e.slice(1),r--,n--,a--),o==="auto"&&(o=iF(e)),e.includes("\r")){let l=c(s=>zy(e.slice(0,Math.max(s,0)),`\r
|
|
313
|
+
`),"s");r-=l(r),n-=l(n),a-=l(a),e=lF(e)}return{hasBOM:i,text:e,options:v2(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o})}}async function y2(e,t){let r=await jy(t);return!r.hasPragma||r.hasPragma(e)}async function w2(e,t){let{hasBOM:r,text:n,options:a}=Wy(e,await Do(t));if(a.rangeStart>=a.rangeEnd&&n!==""||a.requirePragma&&!await y2(n,a))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let o;return a.rangeStart>0||a.rangeEnd<n.length?o=await VF(n,a):(!a.requirePragma&&a.insertPragma&&a.printer.insertPragma&&!await y2(n,a)&&(n=a.printer.insertPragma(n)),o=await Uy(n,a)),r&&(o.formatted=Xy+o.formatted,o.cursorOffset>=0&&o.cursorOffset++),o}async function b8(e,t,r){let{text:n,options:a}=Wy(e,await Do(t)),o=await vl(n,a);return r&&(r.preprocessForPrint&&(o.ast=await Vy(o.ast,a)),r.massage&&(o.ast=w$(o.ast,a))),o}async function E8(e,t){t=await Do(t);let r=await Vu(e,t);return vu(r,t)}async function x8(e,t){let r=sF(e),{formatted:n}=await w2(r,{...t,parser:"__js_expression"});return n}async function C8(e,t){t=await Do(t);let{ast:r}=await vl(e,t);return Vu(r,t)}async function D8(e,t){return vu(e,await Do(t))}function S8(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 k8(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?S2(e,t):t}function _8(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Fn(e,n),n=Nd(e,n),n=jd(e,n),n=ga(e,n);return n}function A8(e,t){let r=null,n=t;for(;n!==r;)r=n,n=D2(e,n),n=Nd(e,n),n=Fn(e,n);return n=jd(e,n),n=ga(e,n),n!==!1&&xn(e,n)}function F8(e,t){let r=e.lastIndexOf(`
|
|
314
|
+
`);return r===-1?0:Md(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function UF(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function $8(e,t){let r=e.match(new RegExp(`(${UF(t)})+`,"gu"));return r===null?0:r.reduce((n,a)=>Math.max(n,a.length/t.length),0)}function T8(e,t){let r=J1(e,t);return r===!1?"":e.charAt(r)}function I8(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
|
|
315
|
+
`)return!0;return!1}function R8(e,t,r={}){return Fn(e,r.backwards?t-1:t,r)!==t}function z8(e,t,r){let n=t==='"'?"'":'"',a=Uu(!1,e,/\\(.)|(["'])/gsu,(o,i,l)=>i===n?i:l===t?"\\"+l:l||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(i)?i:"\\"+i));return t+a+t}function WF(e,t,r){return J1(e,r(t))}function B8(e,t){return arguments.length===2||typeof t=="number"?J1(e,t):WF(...arguments)}function qF(e,t,r){return X1(e,r(t))}function L8(e,t){return arguments.length===2||typeof t=="number"?X1(e,t):qF(...arguments)}function GF(e,t,r){return Hd(e,r(t))}function O8(e,t){return arguments.length===2||typeof t=="number"?Hd(e,t):GF(...arguments)}function Ln(e,t=1){return async(...r)=>{var o,i;let n=(o=r[t])!=null?o:{},a=(i=n.plugins)!=null?i:[];return r[t]={...n,plugins:Array.isArray(a)?a:Object.values(a)},e(...r)}}async function b2(e,t){let{formatted:r}=await B2(e,{...t,cursorOffset:-1});return r}async function M8(e,t){return await b2(e,t)===e}var P8,Zl,N8,j8,H8,V8,Ph,U8,Vc,Xl,Nh,Jl,W8,q8,G8,jo,Uc,jh,K8,Y8,Z8,X8,J8,Hh,Q8,Uu,Vh,Uh,Wh,qh,eE,tE,KF,Ho,ys,xa,Jr,la,Qr,en,Kr,pt,wr,xt,tn,rn,Yr,He,br,Rt,qy,Ca,YF,Gh,rE,mo,E2,Bd,Kh,Er,Z1,nE,ws,aE,S0,Yh,x2,oE,sa,C2,Ld,iE,ze,ZF,XF,JF,Od,lt,ir,ki,Md,Ma,Zh,Wc,Xh,lE,QF,Jh,Pd,e$,sE,Fn,D2,S2,ga,xn,t$,k2,r$,Wu,k0,_0,Gy,X1,n$,Qh,Ky,em,_2,a$,o$,i$,ja,tm,uE,Qa,A2,Ql,F2,cE,rm,A0,$2,T2,l$,nm,mn,am,s$,om,u$,im,c$,lm,d$,sm,p$,um,dE,cm,f$,dm,I2,pE,fE,hE,mE,pm,h$,fm,m$,gE,Yy,R2,Do,g$,vl,v$,y$,w$,vE,b$,E$,Zy,x$,Xy,z2,hm,yE,wE,bE,EE,mm,Nd,jd,J1,Hd,xE,CE,DE,SE,kE,_E,B2,AE,FE,C$,_j=z(()=>{P8=Object.create,Zl=Object.defineProperty,N8=Object.getOwnPropertyDescriptor,j8=Object.getOwnPropertyNames,H8=Object.getPrototypeOf,V8=Object.prototype.hasOwnProperty,Ph=c(e=>{throw TypeError(e)},"sr"),U8=c((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),Vc=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),Xl=c((e,t)=>{for(var r in t)Zl(e,r,{get:t[r],enumerable:!0})},"We"),Nh=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of j8(t))!V8.call(e,a)&&a!==r&&Zl(e,a,{get:c(()=>t[a],"get"),enumerable:!(n=N8(t,a))||n.enumerable});return e},"ar"),Jl=c((e,t,r)=>(r=e!=null?P8(H8(e)):{},Nh(t||!e||!e.__esModule?Zl(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),W8=c(e=>Nh(Zl({},"__esModule",{value:!0}),e),"vu"),q8=c((e,t,r)=>t.has(e)||Ph("Cannot "+r),"bu"),G8=c((e,t,r)=>t.has(e)?Ph("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),jo=c((e,t,r)=>(q8(e,t,"access private method"),r),"pe"),Uc=Vc((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),jh={},Xl(jh,{default:c(()=>Y8,"default"),shouldHighlight:c(()=>K8,"shouldHighlight")}),Z8=U8(()=>{K8=c(()=>!1,"xo"),Y8=String}),X8=Vc((e,t)=>{var r=String,n=c(function(){return{isColorSupported:!1,reset:r,bold:r,dim:r,italic:r,underline:r,inverse:r,hidden:r,strikethrough:r,black:r,red:r,green:r,yellow:r,blue:r,magenta:r,cyan:r,white:r,gray:r,bgBlack:r,bgRed:r,bgGreen:r,bgYellow:r,bgBlue:r,bgMagenta:r,bgCyan:r,bgWhite:r}},"Ln");t.exports=n(),t.exports.createColors=n}),J8=Vc(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=m,e.default=g;var t=(Z8(),W8(jh)),r=a(X8(),!0);function n(v){if(typeof WeakMap!="function")return null;var C=new WeakMap,w=new WeakMap;return(n=c(function(y){return y?w:C},"Wn"))(v)}c(n,"Wn");function a(v,C){if(!C&&v&&v.__esModule)return v;if(v===null||typeof v!="object"&&typeof v!="function")return{default:v};var w=n(C);if(w&&w.has(v))return w.get(v);var y={__proto__:null},E=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in v)if(x!=="default"&&{}.hasOwnProperty.call(v,x)){var D=E?Object.getOwnPropertyDescriptor(v,x):null;D&&(D.get||D.set)?Object.defineProperty(y,x,D):y[x]=v[x]}return y.default=v,w&&w.set(v,y),y}c(a,"vo");var o=r.default,i=c((v,C)=>w=>v(C(w)),"Rn"),l;function s(v){return v?(l!=null||(l=(0,r.createColors)(!0)),l):o}c(s,"Oo");var d=!1;function f(v){return{gutter:v.gray,marker:i(v.red,v.bold),message:i(v.red,v.bold)}}c(f,"So");var h=/\r\n|[\n\r\u2028\u2029]/;function p(v,C,w){let y=Object.assign({column:0,line:-1},v.start),E=Object.assign({},y,v.end),{linesAbove:x=2,linesBelow:D=3}=w||{},S=y.line,k=y.column,_=E.line,A=E.column,$=Math.max(S-(x+1),0),I=Math.min(C.length,_+D);S===-1&&($=0),_===-1&&(I=C.length);let L=_-S,R={};if(L)for(let N=0;N<=L;N++){let M=N+S;if(!k)R[M]=!0;else if(N===0){let H=C[M-1].length;R[M]=[k,H-k+1]}else if(N===L)R[M]=[0,A];else{let H=C[M-N].length;R[M]=[0,H]}}else k===A?k?R[S]=[k,0]:R[S]=!0:R[S]=[k,A-k];return{start:$,end:I,markerLines:R}}c(p,"No");function m(v,C,w={}){let y=(w.highlightCode||w.forceColor)&&(0,t.shouldHighlight)(w),E=s(w.forceColor),x=f(E),D=c((R,N)=>y?R(N):N,"i"),S=v.split(h),{start:k,end:_,markerLines:A}=p(C,S,w),$=C.start&&typeof C.start.column=="number",I=String(_).length,L=(y?(0,t.default)(v,w):v).split(h,_).slice(k,_).map((R,N)=>{let M=k+1+N,H=` ${` ${M}`.slice(-I)} |`,W=A[M],B=!A[M+1];if(W){let O="";if(Array.isArray(W)){let j=R.slice(0,Math.max(W[0]-1,0)).replace(/[^\t]/g," "),G=W[1]||1;O=[`
|
|
316
|
+
`,D(x.gutter,H.replace(/\d/g," "))," ",j,D(x.marker,"^").repeat(G)].join(""),B&&w.message&&(O+=" "+D(x.message,w.message))}return[D(x.marker,">"),D(x.gutter,H),R.length>0?` ${R}`:"",O].join("")}else return` ${D(x.gutter,H)}${R.length>0?` ${R}`:""}`}).join(`
|
|
317
|
+
`);return w.message&&!$&&(L=`${" ".repeat(I+1)}${w.message}
|
|
318
|
+
${L}`),y?E.reset(L):L}c(m,"Mn");function g(v,C,w,y={}){if(!d){d=!0;let E="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let x=new Error(E);x.name="DeprecationWarning",console.warn(new Error(E))}}return w=Math.max(w,0),m(v,{start:{column:w,line:C}},y)}c(g,"To")}),Hh={},Xl(Hh,{__debug:c(()=>FE,"__debug"),check:c(()=>M8,"check"),doc:c(()=>hm,"doc"),format:c(()=>b2,"format"),formatWithCursor:c(()=>B2,"formatWithCursor"),getSupportInfo:c(()=>AE,"getSupportInfo"),util:c(()=>mm,"util"),version:c(()=>EE,"version")}),Q8=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"Ou"),Uu=Q8,c(pn,"Z"),pn.prototype={diff:c(function(e,t){var r,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=n.callback;typeof n=="function"&&(a=n,n={}),this.options=n;var o=this;function i(E){return a?(setTimeout(function(){a(void 0,E)},0),!0):E}c(i,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var l=t.length,s=e.length,d=1,f=l+s;n.maxEditLength&&(f=Math.min(f,n.maxEditLength));var h=(r=n.timeout)!==null&&r!==void 0?r:1/0,p=Date.now()+h,m=[{oldPos:-1,lastComponent:void 0}],g=this.extractCommon(m[0],t,e,0);if(m[0].oldPos+1>=s&&g+1>=l)return i([{value:this.join(t),count:t.length}]);var v=-1/0,C=1/0;function w(){for(var E=Math.max(v,-d);E<=Math.min(C,d);E+=2){var x=void 0,D=m[E-1],S=m[E+1];D&&(m[E-1]=void 0);var k=!1;if(S){var _=S.oldPos-E;k=S&&0<=_&&_<l}var A=D&&D.oldPos+1<s;if(!k&&!A){m[E]=void 0;continue}if(!A||k&&D.oldPos+1<S.oldPos?x=o.addToPath(S,!0,void 0,0):x=o.addToPath(D,void 0,!0,1),g=o.extractCommon(x,t,e,E),x.oldPos+1>=s&&g+1>=l)return i(I6(o,x.lastComponent,t,e,o.useLongestToken));m[E]=x,x.oldPos+1>=s&&(C=Math.min(C,E-1)),g+1>=l&&(v=Math.max(v,E+1))}d++}if(c(w,"A"),a)c(function E(){setTimeout(function(){if(d>f||Date.now()>p)return a();w()||E()},0)},"h")();else for(;d<=f&&Date.now()<=p;){var y=w();if(y)return y}},"diff"),addToPath:c(function(e,t,r,n){var a=e.lastComponent;return a&&a.added===t&&a.removed===r?{oldPos:e.oldPos+n,lastComponent:{count:a.count+1,added:t,removed:r,previousComponent:a.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:t,removed:r,previousComponent:a}}},"addToPath"),extractCommon:c(function(e,t,r,n){for(var a=t.length,o=r.length,i=e.oldPos,l=i-n,s=0;l+1<a&&i+1<o&&this.equals(t[l+1],r[i+1]);)l++,i++,s++;return s&&(e.lastComponent={count:s,previousComponent:e.lastComponent}),e.oldPos=i,l},"extractCommon"),equals:c(function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},"equals"),removeEmpty:c(function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},"removeEmpty"),castInput:c(function(e){return e},"castInput"),tokenize:c(function(e){return e.split("")},"tokenize"),join:c(function(e){return e.join("")},"join")},c(I6,"Su"),Vh=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,Uh=/\S/,Wh=new pn,Wh.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!Uh.test(e)&&!Uh.test(t)},Wh.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]&&Vh.test(t[r])&&Vh.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},qh=new pn,qh.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 a=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=a:(this.options.ignoreWhitespace&&(a=a.trim()),t.push(a))}return t},eE=new pn,eE.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},tE=new pn,tE.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},c(js,"$e"),KF=Object.prototype.toString,Ho=new pn,Ho.useLongestToken=!0,Ho.tokenize=qh.tokenize,Ho.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,a=n===void 0?function(o,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(Fd(e,null,null,a),a," ")},Ho.equals=function(e,t){return pn.prototype.equals.call(Ho,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},c(Fd,"Bt"),ys=new pn,ys.tokenize=function(e){return e.slice()},ys.join=ys.removeEmpty=function(e){return e},c(oF,"dr"),c(iF,"Fr"),c(G1,"Be"),c(zy,"wt"),c(lF,"mr"),xa="string",Jr="array",la="cursor",Qr="indent",en="align",Kr="trim",pt="group",wr="fill",xt="if-break",tn="indent-if-break",rn="line-suffix",Yr="line-suffix-boundary",He="line",br="label",Rt="break-parent",qy=new Set([la,Qr,en,Kr,pt,wr,xt,tn,rn,Yr,He,br,Rt]),c(R6,"Lu"),Ca=R6,YF=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),c(z6,"Iu"),rE=(Gh=class extends Error{constructor(t){super(z6(t));Mo(this,"name","InvalidDocError");this.doc=t}},c(Gh,"xt"),Gh),mo=rE,E2={},c(B6,"Ru"),Bd=B6,Kh=c(()=>{},"hr"),Er=Kh,Z1=Kh,c(mu,"De"),c(ho,"ae"),c(e2,"_t"),c(L6,"Cr"),c(O6,"gr"),c(M6,"yr"),c(P6,"Ar"),c(t2,"Ge"),c(N6,"Br"),c(j6,"wr"),c($d,"xe"),nE={type:Yr},ws={type:Rt},aE={type:Kr},S0={type:He,hard:!0},Yh={type:He,hard:!0,literal:!0},x2={type:He},oE={type:He,soft:!0},sa=[S0,ws],C2=[Yh,ws],Ld={type:la},c(r2,"be"),c(n2,"Je"),c(H6,"br"),c(Lr,"ee"),c(sF,"Or"),iE=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"Yu"),ze=iE,ZF=c(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"Sr"),c(V6,"Nr"),c(U6,"Tr"),XF=c(e=>!(V6(e)||U6(e)),"kr"),JF=/[^\x20-\x7F]/u,c(W6,"Hu"),Od=W6,c(gu,"Ne"),c(Td,"Xe"),c(uF,"Wu"),c(q6,"Ir"),c(a2,"Lr"),c(cF,"Rr"),c(dF,"Mu"),c(G6,"Yr"),c(o2,"Pr"),c(Si,"Se"),c(i2,"Ze"),c(pF,"$u"),c(fF,"Vu"),c(K6,"jr"),c(hF,"Uu"),c(Y6,"Hr"),c(By,"Qe"),lt=Symbol("MODE_BREAK"),ir=Symbol("MODE_FLAT"),ki=Symbol("cursor"),c(Ly,"Wr"),c(mF,"zu"),c(gF,"Gu"),c(Id,"bt"),c(Rd,"Ot"),c(vs,"et"),c(vu,"Fe"),c(Z6,"Ku"),Md=Z6,lE=(Xh=class{constructor(e){G8(this,Ma),this.stack=[e]}get key(){var r;let{stack:e,siblings:t}=this;return(r=ze(!1,e,t===null?-2:-4))!=null?r:null}get index(){return this.siblings===null?null:ze(!1,this.stack,-2)}get node(){return ze(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:e}=this,t=ze(!1,e,-3);return Array.isArray(t)?t:null}get next(){let{siblings:e}=this;return e===null?null:e[this.index+1]}get previous(){let{siblings:e}=this;return e===null?null:e[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:e,index:t}=this;return e!==null&&t===e.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...jo(this,Ma,Wc).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?ze(!1,e,-2):null}getValue(){return ze(!1,this.stack,-1)}getNode(e=0){let t=jo(this,Ma,Zh).call(this,e);return t===-1?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){let{stack:r}=this,{length:n}=r,a=ze(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=jo(this,Ma,Zh).call(this,t+1),n=this.stack.splice(r+1);try{return e(this)}finally{this.stack.push(...n)}}each(e,...t){let{stack:r}=this,{length:n}=r,a=ze(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{for(let o=0;o<a.length;++o)r.push(o,a[o]),e(this,o,a),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,a,o)=>{r[a]=e(n,a,o)},...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(let a of e){if(n===void 0)return!1;let o=null;if(typeof r=="number"&&(o=r,r=this.stack[t--],n=this.stack[t--]),a&&!a(n,r,o))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of jo(this,Ma,Wc).call(this))if(e(t))return t}hasAncestor(e){for(let t of jo(this,Ma,Wc).call(this))if(e(t))return!0;return!1}},c(Xh,"St"),Xh),Ma=new WeakSet,Zh=c(function(e){let{stack:t}=this;for(let r=t.length-1;r>=0;r-=2)if(!Array.isArray(t[r])&&--e<0)return r;return-1},"Nt"),Wc=c(function*(){let{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){let r=e[t];Array.isArray(r)||(yield r)}},"tt"),QF=lE,Jh=new Proxy(()=>{},{get:c(()=>Jh,"get")}),Pd=Jh,c(X6,"qu"),e$=X6,c(Oy,"Tt"),c(vF,"Ur"),c(No,"Ee"),sE=No(/\s/u),Fn=No(" "),D2=No(",; "),S2=No(/[^\n\r]/u),c(J6,"Ju"),ga=J6,c(Q6,"Xu"),xn=Q6,c(e8,"Zu"),t$=e8,k2=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),r$=c(e=>Object.keys(e).filter(t=>!k2.has(t)),"Qu"),c(t8,"eo"),Wu=t8,c(yF,"to"),c(K1,"Lt"),c(Xa,"ue"),c(Hs,"re"),c(Ja,"oe"),k0=new WeakMap,c(Y1,"ut"),c(My,"qr"),_0=c(()=>!1,"It"),c(wF,"Jr"),Gy=c(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),c(bF,"ro"),c(EF,"no"),c(l2,"Kr"),c(x0,"Rt"),c(r8,"uo"),X1=r8,c(Py,"Zr"),c(xF,"oo"),c(CF,"io"),c(DF,"so"),c(SF,"Qr"),c(kF,"en"),c(n8,"ao"),n$=n8,Ky=(Qh=class extends Error{constructor(){super(...arguments);Mo(this,"name","ConfigError")}},c(Qh,"Pe"),Qh),_2=(em=class extends Error{constructor(){super(...arguments);Mo(this,"name","UndefinedParserError")}},c(em,"Ie"),em),a$={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:c(e=>typeof e=="string"||typeof e=="function","exception"),choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:c(e=>typeof e=="string"||typeof e=="object","exception"),cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
|
|
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."}]}},c(s2,"ot"),c(_F,"Do"),c(AF,"lo"),o$=c(e=>String(e).split(/[/\\]/u).pop(),"co"),c(u2,"nn"),c(FF,"fo"),c(a8,"po"),i$=a8,ja={key:c(e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),"key"),value(e){if(e===null||typeof e!="object")return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(r=>ja.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${ja.key(r)}: ${ja.value(e[r])}`).join(", ")} }`},pair:c(({key:e,value:t})=>ja.value({[e]:t}),"pair")},tm=Jl(Uc(),1),uE=c((e,t,{descriptor:r})=>{let n=[`${tm.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${tm.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),Qa=Jl(Uc(),1),A2=Symbol.for("vnopts.VALUE_NOT_EXIST"),Ql=Symbol.for("vnopts.VALUE_UNCHANGED"),F2=" ".repeat(2),cE=c((e,t,r)=>{let{text:n,list:a}=r.normalizeExpectedResult(r.schemas[e].expected(r)),o=[];return n&&o.push(Rh(e,t,n,r.descriptor)),a&&o.push([Rh(e,t,a.title,r.descriptor)].concat(a.values.map(i=>c2(i,r.loggerPrintWidth))).join(`
|
|
324
|
+
`)),d2(o,r.loggerPrintWidth)},"cn"),c(Rh,"ln"),c(c2,"fn"),c(d2,"pn"),rm=Jl(Uc(),1),A0=[],$2=[],c(o8,"Ht"),T2=c((e,t,{descriptor:r,logger:n,schemas:a})=>{let o=[`Ignored unknown option ${rm.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(a).sort().find(l=>o8(e,l)<3);i&&o.push(`Did you mean ${rm.default.blue(r.key(i))}?`),n.warn(o.join(" "))},"at"),l$=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(i8,"mo"),mn=(nm=class{static create(e){return i8(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 Ql}},c(nm,"O"),nm),c($F,"Eo"),s$=(am=class extends mn{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},c(am,"Dt"),am),u$=(om=class extends mn{expected(){return"anything"}validate(){return!0}},c(om,"lt"),om),c$=(im=class extends mn{constructor({valueSchema:e,name:t=e.name,...r}){super({...r,name:t}),this._valueSchema=e}expected(e){let{text:t,list:r}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:r&&{title:"an array of the following values",values:[{list:r}]}}}validate(e,t){if(!Array.isArray(e))return!1;let r=[];for(let n of e){let a=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);a!==!0&&r.push(a.value)}return r.length===0?!0:{value:r}}deprecated(e,t){let r=[];for(let n of e){let a=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);a!==!1&&r.push(...a.map(({value:o})=>({value:[o]})))}return r}forward(e,t){let r=[];for(let n of e){let a=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...a.map(zh))}return r}redirect(e,t){let r=[],n=[];for(let a of e){let o=t.normalizeRedirectResult(this._valueSchema.redirect(a,t),a);"remain"in o&&r.push(o.remain),n.push(...o.redirect.map(zh))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(im,"ct"),im),c(zh,"Fn"),d$=(lm=class extends mn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(lm,"ft"),lm),c(l8,"En"),c(s8,"hn"),c(u8,"Cn"),c(c8,"gn"),c(d8,"yn"),c(p8,"An"),c(f8,"Bn"),c(Bh,"Mt"),c(p2,"$t"),c(Lh,"Vt"),c(Oh,"Ut"),c(f2,"mn"),c(C0,"pt"),c(Mh,"zt"),c(TF,"ho"),p$=(sm=class extends mn{constructor(e){super(e),this._choices=s8(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(a=>this._choices.get(a)).filter(({hidden:a})=>!a).map(a=>a.value).sort(p8).map(e.value),r=t.slice(0,-2),n=t.slice(-2);return{text:r.concat(n.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return t&&t.deprecated?{value:e}:!1}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}},c(sm,"dt"),sm),dE=(um=class extends mn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(um,"Ft"),um),f$=(cm=class extends dE{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&d8(e)}},c(cm,"mt"),cm),I2=(dm=class extends mn{expected(){return"a string"}validate(e){return typeof e=="string"}},c(dm,"Re"),dm),pE=ja,fE=T2,hE=cE,mE=uE,h$=(pm=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:a=pE,unknown:o=fE,invalid:i=hE,deprecated:l=mE,missing:s=c(()=>!1,"D"),required:d=c(()=>!1,"l"),preprocess:f=c(p=>p,"d"),postprocess:h=c(()=>Ql,"f")}=t||{};this._utils={descriptor:a,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:l8(e,"name"),normalizeDefaultResult:Bh,normalizeExpectedResult:p2,normalizeDeprecatedResult:Oh,normalizeForwardResult:C0,normalizeRedirectResult:Mh,normalizeValidateResult:Lh},this._unknownHandler=o,this._invalidHandler=f8(i),this._deprecatedHandler=l,this._identifyMissing=(p,m)=>!(p in m)||s(p,m),this._identifyRequired=d,this._preprocess=f,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=u8()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=c(()=>{for(;r.length!==0;){let a=r.shift(),o=this._applyNormalization(a,t);r.push(...o)}},"u");n();for(let a of Object.keys(this._utils.schemas)){let o=this._utils.schemas[a];if(!(a in t)){let i=Bh(o.default(this._utils));"value"in i&&r.push({[a]:i.value})}}n();for(let a of Object.keys(this._utils.schemas)){if(!(a in t))continue;let o=this._utils.schemas[a],i=t[a],l=o.postprocess(i,this._utils);l!==Ql&&(this._applyValidation(l,a,o),t[a]=l)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:a}=this._partitionOptionKeys(e);for(let o of n){let i=this._utils.schemas[o],l=i.preprocess(e[o],this._utils);this._applyValidation(l,o,i);let s=c(({from:h,to:p})=>{r.push(typeof p=="string"?{[p]:h}:{[p.key]:p.value})},"D"),d=c(({value:h,redirectTo:p})=>{let m=Oh(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(o)||this._utils.logger.warn(this._deprecatedHandler(o,p,this._utils));else for(let{value:g}of m){let v={key:o,value:g};if(!this._hasDeprecationWarned(v)){let C=typeof p=="string"?{key:p,value:g}:p;this._utils.logger.warn(this._deprecatedHandler(v,C,this._utils))}}},"l");C0(i.forward(l,this._utils),l).forEach(s);let f=Mh(i.redirect(l,this._utils),l);if(f.redirect.forEach(s),"remain"in f){let h=f.remain;t[o]=o in t?i.overlap(t[o],h,this._utils):h,d({value:h})}for(let{from:h,to:p}of f.redirect)d({value:h,redirectTo:p})}for(let o of a){let i=e[o];this._applyUnknownHandler(o,i,t,(l,s)=>{r.push({[l]:s})})}return r}_applyRequiredCheck(e){for(let t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,A2,this._utils)}_partitionOptionKeys(e){let[t,r]=c8(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=Lh(r.validate(e,this._utils),e);if(n!==!0)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){let a=this._unknownHandler(e,t,this._utils);if(a)for(let o of Object.keys(a)){if(this._identifyMissing(o,a))continue;let i=a[o];o in this._utils.schemas?n(o,i):r[o]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==Ql){if(t.delete)for(let r of t.delete)delete e[r];if(t.override){let{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(t.override);for(let a of r){let o=t.override[a];this._applyValidation(o,a,this._utils.schemas[a]),e[a]=o}for(let a of n){let o=t.override[a];this._applyUnknownHandler(a,o,e,(i,l)=>{let s=this._utils.schemas[i];this._applyValidation(l,i,s),e[i]=l})}}}}},c(pm,"Et"),pm),c(h8,"go"),c(IF,"yo"),c(RF,"Ao"),m$=h8,gE=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLast)return t.findLast(r);for(let n=t.length-1;n>=0;n--){let a=t[n];if(r(a,n,t))return a}}},"Bo"),Yy=gE,c(Ny,"qt"),c(zF,"On"),c(jy,"ht"),c(Hy,"Jt"),c(BF,"Sn"),R2={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(m8,"wo"),Do=m8,g$=Jl(J8(),1),c(g8,"ko"),c(LF,"Lo"),vl=g8,c(OF,"Un"),c(MF,"Po"),c(v8,"Io"),v$=v8,c(Vu,"Ye"),c(h2,"Gn"),c(Vy,"Qt"),c(y8,"Ro"),y$=y8,c(w8,"Yo"),w$=w8,vE=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLastIndex)return t.findLastIndex(r);for(let n=t.length-1;n>=0;n--){let a=t[n];if(r(a,n,t))return n}return-1}},"jo"),b$=vE,E$=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),c(PF,"Wo"),c(m2,"Xn"),c(NF,"Mo"),c(zd,"er"),c(jF,"$o"),Zy=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),x$=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(g2,"Zn"),c(HF,"eu"),Xy="\uFEFF",z2=Symbol("cursor"),c(Uy,"ou"),c(VF,"Uo"),c(D0,"tr"),c(v2,"ru"),c(Wy,"iu"),c(y2,"nu"),c(w2,"rr"),c(b8,"su"),c(E8,"au"),c(x8,"Du"),c(C8,"lu"),c(D8,"cu"),hm={},Xl(hm,{builders:c(()=>yE,"builders"),printer:c(()=>wE,"printer"),utils:c(()=>bE,"utils")}),yE={join:r2,line:x2,softline:oE,hardline:sa,literalline:C2,group:e2,conditionalGroup:P6,fill:t2,lineSuffix:$d,lineSuffixBoundary:nE,cursor:Ld,breakParent:ws,ifBreak:N6,trim:aE,indent:mu,indentIfBreak:j6,align:ho,addAlignmentToDoc:n2,markAsRoot:O6,dedentToRoot:L6,dedent:M6,hardlineWithoutBreakParent:S0,literallineWithoutBreakParent:Yh,label:H6,concat:c(e=>e,"concat")},wE={printDocToString:vu},bE={willBreak:q6,traverseDoc:Bd,findInDoc:Td,mapDoc:gu,removeLines:G6,stripTrailingHardline:i2,replaceEndOfLine:K6,canBreak:Y6},EE="3.3.3",mm={},Xl(mm,{addDanglingComment:c(()=>Hs,"addDanglingComment"),addLeadingComment:c(()=>Xa,"addLeadingComment"),addTrailingComment:c(()=>Ja,"addTrailingComment"),getAlignmentSize:c(()=>Md,"getAlignmentSize"),getIndentSize:c(()=>xE,"getIndentSize"),getMaxContinuousCount:c(()=>CE,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>DE,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>B8,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>Od,"getStringWidth"),hasNewline:c(()=>xn,"hasNewline"),hasNewlineInRange:c(()=>SE,"hasNewlineInRange"),hasSpaces:c(()=>kE,"hasSpaces"),isNextLineEmpty:c(()=>O8,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>Hd,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>L8,"isPreviousLineEmpty"),makeString:c(()=>_E,"makeString"),skip:c(()=>No,"skip"),skipEverythingButNewLine:c(()=>S2,"skipEverythingButNewLine"),skipInlineComment:c(()=>Nd,"skipInlineComment"),skipNewline:c(()=>ga,"skipNewline"),skipSpaces:c(()=>Fn,"skipSpaces"),skipToLineEnd:c(()=>D2,"skipToLineEnd"),skipTrailingComment:c(()=>jd,"skipTrailingComment"),skipWhitespace:c(()=>sE,"skipWhitespace")}),c(S8,"Jo"),Nd=S8,c(k8,"Xo"),jd=k8,c(_8,"Zo"),J1=_8,c(A8,"Qo"),Hd=A8,c(F8,"ei"),xE=F8,c(UF,"ur"),c($8,"ti"),CE=$8,c(T8,"ri"),DE=T8,c(I8,"ni"),SE=I8,c(R8,"ui"),kE=R8,c(z8,"oi"),_E=z8,c(WF,"ii"),c(B8,"si"),c(qF,"ai"),c(L8,"Di"),c(GF,"li"),c(O8,"ci"),c(Ln,"fe"),B2=Ln(w2),c(b2,"gu"),c(M8,"fi"),AE=Ln(s2,0),FE={parse:Ln(b8),formatAST:Ln(E8),formatDoc:Ln(x8),printToDoc:Ln(C8),printDocToString:Ln(D8)},C$=Hh});function D$(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(l,s){var d=s.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0})):l},[]);if(a.length){var o=new RegExp(`
|
|
325
|
+
[ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(l){return l.replace(o,`
|
|
326
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,s){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
|
327
|
+
`)&&(h=String(l).split(`
|
|
328
|
+
`).map(function(p,m){return m===0?p:""+f+p}).join(`
|
|
329
|
+
`)),i+=h+n[s+1]}),i}var Aj=z(()=>{c(D$,"dedent")}),S$={};fl(S$,{formatter:()=>k$});var $E,k$,Fj=z(()=>{$E=Ke($1(),1),kj(),_j(),Aj(),k$=(0,$E.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?D$(t):(await C$.format(t,{parser:e,plugins:[aF],htmlWhitespaceSensitivity:"ignore"})).trim())}),L2,O2,$j=z(()=>{L2=c(function(e){return e.reduce(function(t,r){var n=r[0],a=r[1];return t[n]=a,t},{})},"fromEntries"),O2=typeof window<"u"&&window.document&&window.document.createElement?u.useLayoutEffect:u.useEffect}),ct,Lt,Ot,dt,Vd,_i,ao,Ai,_$,Jy,Qo,A$,M2,Qy,TE,IE,RE,zE,BE,LE,OE,ME,PE,F$,Xt=z(()=>{ct="top",Lt="bottom",Ot="right",dt="left",Vd="auto",_i=[ct,Lt,Ot,dt],ao="start",Ai="end",_$="clippingParents",Jy="viewport",Qo="popper",A$="reference",M2=_i.reduce(function(e,t){return e.concat([t+"-"+ao,t+"-"+Ai])},[]),Qy=[].concat(_i,[Vd]).reduce(function(e,t){return e.concat([t,t+"-"+ao,t+"-"+Ai])},[]),TE="beforeRead",IE="read",RE="afterRead",zE="beforeMain",BE="main",LE="afterMain",OE="beforeWrite",ME="write",PE="afterWrite",F$=[TE,IE,RE,zE,BE,LE,OE,ME,PE]});function xr(e){return e?(e.nodeName||"").toLowerCase():null}var So=z(()=>{c(xr,"getNodeName")});function Dt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var on=z(()=>{c(Dt,"getWindow")});function va(e){var t=Dt(e).Element;return e instanceof t||e instanceof Element}function zt(e){var t=Dt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Q1(e){if(typeof ShadowRoot>"u")return!1;var t=Dt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var Jt=z(()=>{on(),c(va,"isElement"),c(zt,"isHTMLElement"),c(Q1,"isShadowRoot")});function NE(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},a=t.attributes[r]||{},o=t.elements[r];!zt(o)||!xr(o)||(Object.assign(o.style,n),Object.keys(a).forEach(function(i){var l=a[i];l===!1?o.removeAttribute(i):o.setAttribute(i,l===!0?"":l)}))})}function jE(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var a=t.elements[n],o=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),l=i.reduce(function(s,d){return s[d]="",s},{});!zt(a)||!xr(a)||(Object.assign(a.style,l),Object.keys(o).forEach(function(s){a.removeAttribute(s)}))})}}var $$,Tj=z(()=>{So(),Jt(),c(NE,"applyStyles"),c(jE,"effect"),$$={name:"applyStyles",enabled:!0,phase:"write",fn:NE,effect:jE,requires:["computeStyles"]}});function vr(e){return e.split("-")[0]}var ko=z(()=>{c(vr,"getBasePlacement")}),ua,yu,go,_o=z(()=>{ua=Math.max,yu=Math.min,go=Math.round});function Ud(){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 T$=z(()=>{c(Ud,"getUAString")});function e4(){return!/^((?!chrome|android).)*safari/i.test(Ud())}var I$=z(()=>{T$(),c(e4,"isLayoutViewport")});function vo(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),a=1,o=1;t&&zt(e)&&(a=e.offsetWidth>0&&go(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&go(n.height)/e.offsetHeight||1);var i=va(e)?Dt(e):window,l=i.visualViewport,s=!e4()&&r,d=(n.left+(s&&l?l.offsetLeft:0))/a,f=(n.top+(s&&l?l.offsetTop:0))/o,h=n.width/a,p=n.height/o;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}var qu=z(()=>{Jt(),_o(),on(),I$(),c(vo,"getBoundingClientRect")});function ep(e){var t=vo(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 t4=z(()=>{qu(),c(ep,"getLayoutRect")});function r4(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Q1(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var R$=z(()=>{Jt(),c(r4,"contains")});function nn(e){return Dt(e).getComputedStyle(e)}var Gu=z(()=>{on(),c(nn,"getComputedStyle")});function z$(e){return["table","td","th"].indexOf(xr(e))>=0}var Ij=z(()=>{So(),c(z$,"isTableElement")});function Rn(e){return((va(e)?e.ownerDocument:e.document)||window.document).documentElement}var Da=z(()=>{Jt(),c(Rn,"getDocumentElement")});function Ku(e){return xr(e)==="html"?e:e.assignedSlot||e.parentNode||(Q1(e)?e.host:null)||Rn(e)}var tp=z(()=>{So(),Da(),Jt(),c(Ku,"getParentNode")});function P2(e){return!zt(e)||nn(e).position==="fixed"?null:e.offsetParent}function B$(e){var t=/firefox/i.test(Ud()),r=/Trident/i.test(Ud());if(r&&zt(e)){var n=nn(e);if(n.position==="fixed")return null}var a=Ku(e);for(Q1(a)&&(a=a.host);zt(a)&&["html","body"].indexOf(xr(a))<0;){var o=nn(a);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return a;a=a.parentNode}return null}function yl(e){for(var t=Dt(e),r=P2(e);r&&z$(r)&&nn(r).position==="static";)r=P2(r);return r&&(xr(r)==="html"||xr(r)==="body"&&nn(r).position==="static")?t:r||B$(e)||t}var Yu=z(()=>{on(),So(),Gu(),Jt(),Ij(),tp(),T$(),c(P2,"getTrueOffsetParent"),c(B$,"getContainingBlock"),c(yl,"getOffsetParent")});function rp(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var n4=z(()=>{c(rp,"getMainAxisFromPlacement")});function Fi(e,t,r){return ua(e,yu(t,r))}function L$(e,t,r){var n=Fi(e,t,r);return n>r?r:n}var O$=z(()=>{_o(),c(Fi,"within"),c(L$,"withinMaxClamp")});function a4(){return{top:0,right:0,bottom:0,left:0}}var M$=z(()=>{c(a4,"getFreshSideObject")});function o4(e){return Object.assign({},a4(),e)}var P$=z(()=>{M$(),c(o4,"mergePaddingObject")});function i4(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var N$=z(()=>{c(i4,"expandToHashMap")});function HE(e){var t,r=e.state,n=e.name,a=e.options,o=r.elements.arrow,i=r.modifiersData.popperOffsets,l=vr(r.placement),s=rp(l),d=[dt,Ot].indexOf(l)>=0,f=d?"height":"width";if(!(!o||!i)){var h=j$(a.padding,r),p=ep(o),m=s==="y"?ct:dt,g=s==="y"?Lt:Ot,v=r.rects.reference[f]+r.rects.reference[s]-i[s]-r.rects.popper[f],C=i[s]-r.rects.reference[s],w=yl(o),y=w?s==="y"?w.clientHeight||0:w.clientWidth||0:0,E=v/2-C/2,x=h[m],D=y-p[f]-h[g],S=y/2-p[f]/2+E,k=Fi(x,S,D),_=s;r.modifiersData[n]=(t={},t[_]=k,t.centerOffset=k-S,t)}}function VE(e){var t=e.state,r=e.options,n=r.element,a=n===void 0?"[data-popper-arrow]":n;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||r4(t.elements.popper,a)&&(t.elements.arrow=a))}var j$,H$,Rj=z(()=>{ko(),t4(),R$(),Yu(),n4(),O$(),P$(),N$(),Xt(),j$=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,o4(typeof e!="number"?e:i4(e,_i))},"toPaddingObject"),c(HE,"arrow"),c(VE,"effect"),H$={name:"arrow",enabled:!0,phase:"main",fn:HE,effect:VE,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function yo(e){return e.split("-")[1]}var Zu=z(()=>{c(yo,"getVariation")});function V$(e,t){var r=e.x,n=e.y,a=t.devicePixelRatio||1;return{x:go(r*a)/a||0,y:go(n*a)/a||0}}function N2(e){var t,r=e.popper,n=e.popperRect,a=e.placement,o=e.variation,i=e.offsets,l=e.position,s=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,h=e.isFixed,p=i.x,m=p===void 0?0:p,g=i.y,v=g===void 0?0:g,C=typeof f=="function"?f({x:m,y:v}):{x:m,y:v};m=C.x,v=C.y;var w=i.hasOwnProperty("x"),y=i.hasOwnProperty("y"),E=dt,x=ct,D=window;if(d){var S=yl(r),k="clientHeight",_="clientWidth";if(S===Dt(r)&&(S=Rn(r),nn(S).position!=="static"&&l==="absolute"&&(k="scrollHeight",_="scrollWidth")),S=S,a===ct||(a===dt||a===Ot)&&o===Ai){x=Lt;var A=h&&S===D&&D.visualViewport?D.visualViewport.height:S[k];v-=A-n.height,v*=s?1:-1}if(a===dt||(a===ct||a===Lt)&&o===Ai){E=Ot;var $=h&&S===D&&D.visualViewport?D.visualViewport.width:S[_];m-=$-n.width,m*=s?1:-1}}var I=Object.assign({position:l},d&&U$),L=f===!0?V$({x:m,y:v},Dt(r)):{x:m,y:v};if(m=L.x,v=L.y,s){var R;return Object.assign({},I,(R={},R[x]=y?"0":"",R[E]=w?"0":"",R.transform=(D.devicePixelRatio||1)<=1?"translate("+m+"px, "+v+"px)":"translate3d("+m+"px, "+v+"px, 0)",R))}return Object.assign({},I,(t={},t[x]=y?v+"px":"",t[E]=w?m+"px":"",t.transform="",t))}function UE(e){var t=e.state,r=e.options,n=r.gpuAcceleration,a=n===void 0?!0:n,o=r.adaptive,i=o===void 0?!0:o,l=r.roundOffsets,s=l===void 0?!0:l,d={placement:vr(t.placement),variation:yo(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,N2(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,N2(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var U$,W$,zj=z(()=>{Xt(),Yu(),on(),Da(),Gu(),ko(),Zu(),_o(),U$={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(V$,"roundOffsetsByDPR"),c(N2,"mapToStyles"),c(UE,"computeStyles"),W$={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:UE,data:{}}});function WE(e){var t=e.state,r=e.instance,n=e.options,a=n.scroll,o=a===void 0?!0:a,i=n.resize,l=i===void 0?!0:i,s=Dt(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,bs)}),l&&s.addEventListener("resize",r.update,bs),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,bs)}),l&&s.removeEventListener("resize",r.update,bs)}}var bs,q$,Bj=z(()=>{on(),bs={passive:!0},c(WE,"effect"),q$={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:WE,data:{}}});function Vs(e){return e.replace(/left|right|bottom|top/g,function(t){return G$[t]})}var G$,Lj=z(()=>{G$={left:"right",right:"left",bottom:"top",top:"bottom"},c(Vs,"getOppositePlacement")});function j2(e){return e.replace(/start|end/g,function(t){return K$[t]})}var K$,Oj=z(()=>{K$={start:"end",end:"start"},c(j2,"getOppositeVariationPlacement")});function np(e){var t=Dt(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var l4=z(()=>{on(),c(np,"getWindowScroll")});function ap(e){return vo(Rn(e)).left+np(e).scrollLeft}var s4=z(()=>{qu(),Da(),l4(),c(ap,"getWindowScrollBarX")});function Y$(e,t){var r=Dt(e),n=Rn(e),a=r.visualViewport,o=n.clientWidth,i=n.clientHeight,l=0,s=0;if(a){o=a.width,i=a.height;var d=e4();(d||!d&&t==="fixed")&&(l=a.offsetLeft,s=a.offsetTop)}return{width:o,height:i,x:l+ap(e),y:s}}var Mj=z(()=>{on(),Da(),s4(),I$(),c(Y$,"getViewportRect")});function Z$(e){var t,r=Rn(e),n=np(e),a=(t=e.ownerDocument)==null?void 0:t.body,o=ua(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=ua(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),l=-n.scrollLeft+ap(e),s=-n.scrollTop;return nn(a||r).direction==="rtl"&&(l+=ua(r.clientWidth,a?a.clientWidth:0)-o),{width:o,height:i,x:l,y:s}}var Pj=z(()=>{Da(),Gu(),s4(),l4(),_o(),c(Z$,"getDocumentRect")});function op(e){var t=nn(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}var u4=z(()=>{Gu(),c(op,"isScrollParent")});function c4(e){return["html","body","#document"].indexOf(xr(e))>=0?e.ownerDocument.body:zt(e)&&op(e)?e:c4(Ku(e))}var Nj=z(()=>{tp(),u4(),So(),Jt(),c(c4,"getScrollParent")});function $i(e,t){var r;t===void 0&&(t=[]);var n=c4(e),a=n===((r=e.ownerDocument)==null?void 0:r.body),o=Dt(n),i=a?[o].concat(o.visualViewport||[],op(n)?n:[]):n,l=t.concat(i);return a?l:l.concat($i(Ku(i)))}var X$=z(()=>{Nj(),tp(),on(),u4(),c($i,"listScrollParents")});function Wd(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var J$=z(()=>{c(Wd,"rectToClientRect")});function Q$(e,t){var r=vo(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 H2(e,t,r){return t===Jy?Wd(Y$(e,r)):va(t)?Q$(t,r):Wd(Z$(Rn(e)))}function eT(e){var t=$i(Ku(e)),r=["absolute","fixed"].indexOf(nn(e).position)>=0,n=r&&zt(e)?yl(e):e;return va(n)?t.filter(function(a){return va(a)&&r4(a,n)&&xr(a)!=="body"}):[]}function tT(e,t,r,n){var a=t==="clippingParents"?eT(e):[].concat(t),o=[].concat(a,[r]),i=o[0],l=o.reduce(function(s,d){var f=H2(e,d,n);return s.top=ua(f.top,s.top),s.right=yu(f.right,s.right),s.bottom=yu(f.bottom,s.bottom),s.left=ua(f.left,s.left),s},H2(e,i,n));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}var jj=z(()=>{Xt(),Mj(),Pj(),X$(),Yu(),Da(),Gu(),Jt(),qu(),tp(),R$(),So(),J$(),_o(),c(Q$,"getInnerBoundingClientRect"),c(H2,"getClientRectFromMixedType"),c(eT,"getClippingParents"),c(tT,"getClippingRect")});function d4(e){var t=e.reference,r=e.element,n=e.placement,a=n?vr(n):null,o=n?yo(n):null,i=t.x+t.width/2-r.width/2,l=t.y+t.height/2-r.height/2,s;switch(a){case ct:s={x:i,y:t.y-r.height};break;case Lt:s={x:i,y:t.y+t.height};break;case Ot:s={x:t.x+t.width,y:l};break;case dt:s={x:t.x-r.width,y:l};break;default:s={x:t.x,y:t.y}}var d=a?rp(a):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case ao:s[d]=s[d]-(t[f]/2-r[f]/2);break;case Ai:s[d]=s[d]+(t[f]/2-r[f]/2);break}}return s}var rT=z(()=>{ko(),Zu(),n4(),Xt(),c(d4,"computeOffsets")});function Qi(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=n===void 0?e.placement:n,o=r.strategy,i=o===void 0?e.strategy:o,l=r.boundary,s=l===void 0?_$:l,d=r.rootBoundary,f=d===void 0?Jy:d,h=r.elementContext,p=h===void 0?Qo:h,m=r.altBoundary,g=m===void 0?!1:m,v=r.padding,C=v===void 0?0:v,w=o4(typeof C!="number"?C:i4(C,_i)),y=p===Qo?A$:Qo,E=e.rects.popper,x=e.elements[g?y:p],D=tT(va(x)?x:x.contextElement||Rn(e.elements.popper),s,f,i),S=vo(e.elements.reference),k=d4({reference:S,element:E,strategy:"absolute",placement:a}),_=Wd(Object.assign({},E,k)),A=p===Qo?_:S,$={top:D.top-A.top+w.top,bottom:A.bottom-D.bottom+w.bottom,left:D.left-A.left+w.left,right:A.right-D.right+w.right},I=e.modifiersData.offset;if(p===Qo&&I){var L=I[a];Object.keys($).forEach(function(R){var N=[Ot,Lt].indexOf(R)>=0?1:-1,M=[ct,Lt].indexOf(R)>=0?"y":"x";$[R]+=L[M]*N})}return $}var ip=z(()=>{jj(),Da(),qu(),rT(),J$(),Xt(),Jt(),P$(),N$(),c(Qi,"detectOverflow")});function nT(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=r.boundary,o=r.rootBoundary,i=r.padding,l=r.flipVariations,s=r.allowedAutoPlacements,d=s===void 0?Qy:s,f=yo(n),h=f?l?M2:M2.filter(function(g){return yo(g)===f}):_i,p=h.filter(function(g){return d.indexOf(g)>=0});p.length===0&&(p=h);var m=p.reduce(function(g,v){return g[v]=Qi(e,{placement:v,boundary:a,rootBoundary:o,padding:i})[vr(v)],g},{});return Object.keys(m).sort(function(g,v){return m[g]-m[v]})}var Hj=z(()=>{Zu(),Xt(),ip(),ko(),c(nT,"computeAutoPlacement")});function aT(e){if(vr(e)===Vd)return[];var t=Vs(e);return[j2(e),t,j2(t)]}function qE(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,l=i===void 0?!0:i,s=r.fallbackPlacements,d=r.padding,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,m=r.flipVariations,g=m===void 0?!0:m,v=r.allowedAutoPlacements,C=t.options.placement,w=vr(C),y=w===C,E=s||(y||!g?[Vs(C)]:aT(C)),x=[C].concat(E).reduce(function(ae,U){return ae.concat(vr(U)===Vd?nT(t,{placement:U,boundary:f,rootBoundary:h,padding:d,flipVariations:g,allowedAutoPlacements:v}):U)},[]),D=t.rects.reference,S=t.rects.popper,k=new Map,_=!0,A=x[0],$=0;$<x.length;$++){var I=x[$],L=vr(I),R=yo(I)===ao,N=[ct,Lt].indexOf(L)>=0,M=N?"width":"height",H=Qi(t,{placement:I,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),W=N?R?Ot:dt:R?Lt:ct;D[M]>S[M]&&(W=Vs(W));var B=Vs(W),O=[];if(o&&O.push(H[L]<=0),l&&O.push(H[W]<=0,H[B]<=0),O.every(function(ae){return ae})){A=I,_=!1;break}k.set(I,O)}if(_)for(var j=g?3:1,G=c(function(ae){var U=x.find(function(X){var ee=k.get(X);if(ee)return ee.slice(0,ae).every(function(Se){return Se})});if(U)return A=U,"break"},"_loop"),J=j;J>0;J--){var ne=G(J);if(ne==="break")break}t.placement!==A&&(t.modifiersData[n]._skip=!0,t.placement=A,t.reset=!0)}}var oT,Vj=z(()=>{Lj(),ko(),Oj(),ip(),Hj(),Xt(),Zu(),c(aT,"getExpandedFallbackPlacements"),c(qE,"flip"),oT={name:"flip",enabled:!0,phase:"main",fn:qE,requiresIfExists:["offset"],data:{_skip:!1}}});function V2(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 U2(e){return[ct,Ot,Lt,dt].some(function(t){return e[t]>=0})}function GE(e){var t=e.state,r=e.name,n=t.rects.reference,a=t.rects.popper,o=t.modifiersData.preventOverflow,i=Qi(t,{elementContext:"reference"}),l=Qi(t,{altBoundary:!0}),s=V2(i,n),d=V2(l,a,o),f=U2(s),h=U2(d);t.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}var iT,Uj=z(()=>{Xt(),ip(),c(V2,"getSideOffsets"),c(U2,"isAnySideFullyClipped"),c(GE,"hide"),iT={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:GE}});function lT(e,t,r){var n=vr(e),a=[dt,ct].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=o[0],l=o[1];return i=i||0,l=(l||0)*a,[dt,Ot].indexOf(n)>=0?{x:l,y:i}:{x:i,y:l}}function KE(e){var t=e.state,r=e.options,n=e.name,a=r.offset,o=a===void 0?[0,0]:a,i=Qy.reduce(function(f,h){return f[h]=lT(h,t.rects,o),f},{}),l=i[t.placement],s=l.x,d=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=i}var sT,Wj=z(()=>{ko(),Xt(),c(lT,"distanceAndSkiddingToXY"),c(KE,"offset"),sT={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:KE}});function YE(e){var t=e.state,r=e.name;t.modifiersData[r]=d4({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var uT,qj=z(()=>{rT(),c(YE,"popperOffsets"),uT={name:"popperOffsets",enabled:!0,phase:"read",fn:YE,data:{}}});function cT(e){return e==="x"?"y":"x"}var Gj=z(()=>{c(cT,"getAltAxis")});function ZE(e){var t=e.state,r=e.options,n=e.name,a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,l=i===void 0?!1:i,s=r.boundary,d=r.rootBoundary,f=r.altBoundary,h=r.padding,p=r.tether,m=p===void 0?!0:p,g=r.tetherOffset,v=g===void 0?0:g,C=Qi(t,{boundary:s,rootBoundary:d,padding:h,altBoundary:f}),w=vr(t.placement),y=yo(t.placement),E=!y,x=rp(w),D=cT(x),S=t.modifiersData.popperOffsets,k=t.rects.reference,_=t.rects.popper,A=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,$=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(S){if(o){var R,N=x==="y"?ct:dt,M=x==="y"?Lt:Ot,H=x==="y"?"height":"width",W=S[x],B=W+C[N],O=W-C[M],j=m?-_[H]/2:0,G=y===ao?k[H]:_[H],J=y===ao?-_[H]:-k[H],ne=t.elements.arrow,ae=m&&ne?ep(ne):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:a4(),X=U[N],ee=U[M],Se=Fi(0,k[H],ae[H]),Ye=E?k[H]/2-j-Se-X-$.mainAxis:G-Se-X-$.mainAxis,kr=E?-k[H]/2+j+Se+ee+$.mainAxis:J+Se+ee+$.mainAxis,kt=t.elements.arrow&&yl(t.elements.arrow),er=kt?x==="y"?kt.clientTop||0:kt.clientLeft||0:0,q=(R=I==null?void 0:I[x])!=null?R:0,tr=W+Ye-q-er,_r=W+kr-q,Fa=Fi(m?yu(B,tr):B,W,m?ua(O,_r):O);S[x]=Fa,L[x]=Fa-W}if(l){var Bo,Ar=x==="x"?ct:dt,tc=x==="x"?Lt:Ot,ot=S[D],$a=D==="y"?"height":"width",Fr=ot+C[Ar],Lo=ot-C[tc],$r=[ct,dt].indexOf(w)!==-1,Oo=(Bo=I==null?void 0:I[D])!=null?Bo:0,Tr=$r?Fr:ot-k[$a]-_[$a]-Oo+$.altAxis,Ze=$r?ot+k[$a]+_[$a]-Oo-$.altAxis:Lo,rr=m&&$r?L$(Tr,ot,Ze):Fi(m?Tr:Fr,ot,m?Ze:Lo);S[D]=rr,L[D]=rr-ot}t.modifiersData[n]=L}}var dT,Kj=z(()=>{Xt(),ko(),n4(),Gj(),O$(),t4(),Yu(),ip(),Zu(),M$(),_o(),c(ZE,"preventOverflow"),dT={name:"preventOverflow",enabled:!0,phase:"main",fn:ZE,requiresIfExists:["offset"]}}),pT=z(()=>{});function fT(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var Yj=z(()=>{c(fT,"getHTMLElementScroll")});function hT(e){return e===Dt(e)||!zt(e)?np(e):fT(e)}var Zj=z(()=>{l4(),on(),Jt(),Yj(),c(hT,"getNodeScroll")});function mT(e){var t=e.getBoundingClientRect(),r=go(t.width)/e.offsetWidth||1,n=go(t.height)/e.offsetHeight||1;return r!==1||n!==1}function gT(e,t,r){r===void 0&&(r=!1);var n=zt(t),a=zt(t)&&mT(t),o=Rn(t),i=vo(e,a,r),l={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(n||!n&&!r)&&((xr(t)!=="body"||op(o))&&(l=hT(t)),zt(t)?(s=vo(t,!0),s.x+=t.clientLeft,s.y+=t.clientTop):o&&(s.x=ap(o))),{x:i.left+l.scrollLeft-s.x,y:i.top+l.scrollTop-s.y,width:i.width,height:i.height}}var Xj=z(()=>{qu(),Zj(),So(),Jt(),s4(),Da(),u4(),_o(),c(mT,"isElementScaled"),c(gT,"getCompositeRect")});function vT(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function a(o){r.add(o.name);var i=[].concat(o.requires||[],o.requiresIfExists||[]);i.forEach(function(l){if(!r.has(l)){var s=t.get(l);s&&a(s)}}),n.push(o)}return c(a,"sort"),e.forEach(function(o){r.has(o.name)||a(o)}),n}function yT(e){var t=vT(e);return F$.reduce(function(r,n){return r.concat(t.filter(function(a){return a.phase===n}))},[])}var Jj=z(()=>{Xt(),c(vT,"order"),c(yT,"orderModifiers")});function wT(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var Qj=z(()=>{c(wT,"debounce")});function bT(e){var t=e.reduce(function(r,n){var a=r[n.name];return r[n.name]=a?Object.assign({},a,n,{options:Object.assign({},a.options,n.options),data:Object.assign({},a.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var eH=z(()=>{c(bT,"mergeByName")});function W2(){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 ET(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,a=t.defaultOptions,o=a===void 0?q2:a;return c(function(i,l,s){s===void 0&&(s=o);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},q2,o),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},f=[],h=!1,p={state:d,setOptions:c(function(v){var C=typeof v=="function"?v(d.options):v;g(),d.options=Object.assign({},o,d.options,C),d.scrollParents={reference:va(i)?$i(i):i.contextElement?$i(i.contextElement):[],popper:$i(l)};var w=yT(bT([].concat(n,d.options.modifiers)));return d.orderedModifiers=w.filter(function(y){return y.enabled}),m(),p.update()},"setOptions"),forceUpdate:c(function(){if(!h){var v=d.elements,C=v.reference,w=v.popper;if(W2(C,w)){d.rects={reference:gT(C,yl(w),d.options.strategy==="fixed"),popper:ep(w)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(_){return d.modifiersData[_.name]=Object.assign({},_.data)});for(var y=0;y<d.orderedModifiers.length;y++){if(d.reset===!0){d.reset=!1,y=-1;continue}var E=d.orderedModifiers[y],x=E.fn,D=E.options,S=D===void 0?{}:D,k=E.name;typeof x=="function"&&(d=x({state:d,options:S,name:k,instance:p})||d)}}}},"forceUpdate"),update:wT(function(){return new Promise(function(v){p.forceUpdate(),v(d)})}),destroy:c(function(){g(),h=!0},"destroy")};if(!W2(i,l))return p;p.setOptions(s).then(function(v){!h&&s.onFirstUpdate&&s.onFirstUpdate(v)});function m(){d.orderedModifiers.forEach(function(v){var C=v.name,w=v.options,y=w===void 0?{}:w,E=v.effect;if(typeof E=="function"){var x=E({state:d,name:C,instance:p,options:y}),D=c(function(){},"noopFn");f.push(x||D)}})}c(m,"runModifierEffects");function g(){f.forEach(function(v){return v()}),f=[]}return c(g,"cleanupModifierEffects"),p},"createPopper")}var q2,tH=z(()=>{Xj(),t4(),X$(),Yu(),Jj(),Qj(),eH(),Jt(),q2={placement:"bottom",modifiers:[],strategy:"absolute"},c(W2,"areValidElements"),c(ET,"popperGenerator")}),XE,xT,rH=z(()=>{tH(),Bj(),qj(),zj(),Tj(),Wj(),Vj(),Kj(),Rj(),Uj(),pT(),XE=[q$,uT,W$,$$,sT,oT,dT,H$,iT],xT=ET({defaultModifiers:XE})}),nH=z(()=>{Xt(),pT(),rH()}),aH=Z((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",a=typeof Set=="function",o=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(l,s){if(l===s)return!0;if(l&&s&&typeof l=="object"&&typeof s=="object"){if(l.constructor!==s.constructor)return!1;var d,f,h;if(Array.isArray(l)){if(d=l.length,d!=s.length)return!1;for(f=d;f--!==0;)if(!i(l[f],s[f]))return!1;return!0}var p;if(n&&l instanceof Map&&s instanceof Map){if(l.size!==s.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!s.has(f.value[0]))return!1;for(p=l.entries();!(f=p.next()).done;)if(!i(f.value[1],s.get(f.value[0])))return!1;return!0}if(a&&l instanceof Set&&s instanceof Set){if(l.size!==s.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!s.has(f.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(s)){if(d=l.length,d!=s.length)return!1;for(f=d;f--!==0;)if(l[f]!==s[f])return!1;return!0}if(l.constructor===RegExp)return l.source===s.source&&l.flags===s.flags;if(l.valueOf!==Object.prototype.valueOf&&typeof l.valueOf=="function"&&typeof s.valueOf=="function")return l.valueOf()===s.valueOf();if(l.toString!==Object.prototype.toString&&typeof l.toString=="function"&&typeof s.toString=="function")return l.toString()===s.toString();if(h=Object.keys(l),d=h.length,d!==Object.keys(s).length)return!1;for(f=d;f--!==0;)if(!Object.prototype.hasOwnProperty.call(s,h[f]))return!1;if(r&&l instanceof Element)return!1;for(f=d;f--!==0;)if(!((h[f]==="_owner"||h[f]==="__v"||h[f]==="__o")&&l.$$typeof)&&!i(l[h[f]],s[h[f]]))return!1;return!0}return l!==l&&s!==s}c(i,"equal"),t.exports=c(function(l,s){try{return i(l,s)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),JE,QE,CT,oH=z(()=>{nH(),JE=Ke(aH()),$j(),QE=[],CT=c(function(e,t,r){r===void 0&&(r={});var n=u.useRef(null),a={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||QE},o=u.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=o[0],l=o[1],s=u.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:c(function(h){var p=h.state,m=Object.keys(p.elements);pl.flushSync(function(){l({styles:L2(m.map(function(g){return[g,p.styles[g]||{}]})),attributes:L2(m.map(function(g){return[g,p.attributes[g]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=u.useMemo(function(){var h={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[s,{name:"applyStyles",enabled:!1}])};return(0,JE.default)(n.current,h)?n.current||h:(n.current=h,h)},[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,s]),f=u.useRef();return O2(function(){f.current&&f.current.setOptions(d)},[d]),O2(function(){if(!(e==null||t==null)){var h=r.createPopper||xT,p=h(e,t,d);return f.current=p,function(){p.destroy(),f.current=null}}},[e,t,r.createPopper]),{state:f.current?f.current.state:null,styles:i.styles,attributes:i.attributes,update:f.current?f.current.update:null,forceUpdate:f.current?f.current.forceUpdate:null}},"usePopper")}),iH=z(()=>{oH()});function p4(e){var t=u.useRef(e);return t.current=e,u.useCallback(function(){return t.current},[])}function DT(e){var t=e.initial,r=e.value,n=e.onChange,a=n===void 0?kT:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var o=u.useState(t),i=o[0],l=o[1],s=p4(i),d=u.useCallback(function(h){var p=s(),m=typeof h=="function"?h(p):h;typeof m.persist=="function"&&m.persist(),l(m),typeof a=="function"&&a(m)},[s,a]),f=r!==void 0;return[f?r:i,f?a:d]}function G2(e,t){return e===void 0&&(e=0),t===void 0&&(t=0),function(){return{width:0,height:0,top:t,right:e,bottom:t,left:e,x:0,y:0,toJSON:c(function(){return null},"toJSON")}}}function ST(e,t){var r,n,a;e===void 0&&(e={}),t===void 0&&(t={});var o=Object.keys(Y2).reduce(function(M,H){var W;return se({},M,(W={},W[H]=M[H]!==void 0?M[H]:Y2[H],W))},e),i=u.useMemo(function(){return[{name:"offset",options:{offset:o.offset}}]},Array.isArray(o.offset)?o.offset:[]),l=se({},t,{placement:t.placement||o.placement,modifiers:t.modifiers||i}),s=u.useState(null),d=s[0],f=s[1],h=u.useState(null),p=h[0],m=h[1],g=DT({initial:o.defaultVisible,value:o.visible,onChange:o.onVisibleChange}),v=g[0],C=g[1],w=u.useRef();u.useEffect(function(){return function(){return clearTimeout(w.current)}},[]);var y=CT(o.followCursor?K2:d,p,l),E=y.styles,x=y.attributes,D=T1(y,_T),S=D.update,k=p4({visible:v,triggerRef:d,tooltipRef:p,finalConfig:o}),_=u.useCallback(function(M){return Array.isArray(o.trigger)?o.trigger.includes(M):o.trigger===M},Array.isArray(o.trigger)?o.trigger:[o.trigger]),A=u.useCallback(function(){clearTimeout(w.current),w.current=window.setTimeout(function(){return C(!1)},o.delayHide)},[o.delayHide,C]),$=u.useCallback(function(){clearTimeout(w.current),w.current=window.setTimeout(function(){return C(!0)},o.delayShow)},[o.delayShow,C]),I=u.useCallback(function(){k().visible?A():$()},[k,A,$]);u.useEffect(function(){if(k().finalConfig.closeOnOutsideClick){var M=c(function(H){var W,B=k(),O=B.tooltipRef,j=B.triggerRef,G=(H.composedPath==null||(W=H.composedPath())==null?void 0:W[0])||H.target;G instanceof Node&&O!=null&&j!=null&&!O.contains(G)&&!j.contains(G)&&A()},"handleClickOutside");return document.addEventListener("mousedown",M),function(){return document.removeEventListener("mousedown",M)}}},[k,A]),u.useEffect(function(){if(!(d==null||!_("click")))return d.addEventListener("click",I),function(){return d.removeEventListener("click",I)}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("double-click")))return d.addEventListener("dblclick",I),function(){return d.removeEventListener("dblclick",I)}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("right-click"))){var M=c(function(H){H.preventDefault(),I()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",M),function(){return d.removeEventListener("contextmenu",M)}}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("focus")))return d.addEventListener("focus",$),d.addEventListener("blur",A),function(){d.removeEventListener("focus",$),d.removeEventListener("blur",A)}},[d,_,$,A]),u.useEffect(function(){if(!(d==null||!_("hover")))return d.addEventListener("mouseenter",$),d.addEventListener("mouseleave",A),function(){d.removeEventListener("mouseenter",$),d.removeEventListener("mouseleave",A)}},[d,_,$,A]),u.useEffect(function(){if(!(p==null||!_("hover")||!k().finalConfig.interactive))return p.addEventListener("mouseenter",$),p.addEventListener("mouseleave",A),function(){p.removeEventListener("mouseenter",$),p.removeEventListener("mouseleave",A)}},[p,_,$,A,k]);var L=D==null||(r=D.state)==null||(n=r.modifiersData)==null||(a=n.hide)==null?void 0:a.isReferenceHidden;u.useEffect(function(){o.closeOnTriggerHidden&&L&&A()},[o.closeOnTriggerHidden,A,L]),u.useEffect(function(){if(!o.followCursor||d==null)return;function M(H){var W=H.clientX,B=H.clientY;K2.getBoundingClientRect=G2(W,B),S==null||S()}return c(M,"setMousePosition"),d.addEventListener("mousemove",M),function(){return d.removeEventListener("mousemove",M)}},[o.followCursor,d,S]),u.useEffect(function(){if(!(p==null||S==null||o.mutationObserverOptions==null)){var M=new MutationObserver(S);return M.observe(p,o.mutationObserverOptions),function(){return M.disconnect()}}},[o.mutationObserverOptions,p,S]);var R=c(function(M){return M===void 0&&(M={}),se({},M,{style:se({},M.style,E.popper)},x.popper,{"data-popper-interactive":o.interactive})},"getTooltipProps"),N=c(function(M){return M===void 0&&(M={}),se({},M,x.arrow,{style:se({},M.style,E.arrow),"data-popper-arrow":!0})},"getArrowProps");return se({getArrowProps:N,getTooltipProps:R,setTooltipRef:m,setTriggerRef:f,tooltipRef:p,triggerRef:d,visible:v},D)}var kT,_T,K2,Y2,lH=z(()=>{qv(),an(),iH(),c(p4,"useGetLatest"),kT=c(function(){},"noop"),c(DT,"useControlledState"),c(G2,"generateBoundingClientRect"),_T=["styles","attributes"],K2={getBoundingClientRect:G2()},Y2={closeOnOutsideClick:!0,closeOnTriggerHidden:!1,defaultVisible:!1,delayHide:0,delayShow:0,followCursor:!1,interactive:!1,mutationObserverOptions:{attributes:!0,childList:!0,subtree:!0},offset:[0,6],trigger:"hover"},c(ST,"usePopperTooltip")}),ex,At,fn,tx,rx,Z2,sH=z(()=>{ex=Ke($1(),1),At=(0,ex.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),fn=8,tx=F.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${r}px, 0px)`}},({theme:e,color:t,placement:r})=>({bottom:`${At("top",r,`${fn*-1}px`,"auto")}`,top:`${At("bottom",r,`${fn*-1}px`,"auto")}`,right:`${At("left",r,`${fn*-1}px`,"auto")}`,left:`${At("right",r,`${fn*-1}px`,"auto")}`,borderBottomWidth:`${At("top",r,"0",fn)}px`,borderTopWidth:`${At("bottom",r,"0",fn)}px`,borderRightWidth:`${At("left",r,"0",fn)}px`,borderLeftWidth:`${At("right",r,"0",fn)}px`,borderTopColor:At("top",r,e.color[t]||t||e.base==="light"?Il(e.background.app):e.background.app,"transparent"),borderBottomColor:At("bottom",r,e.color[t]||t||e.base==="light"?Il(e.background.app):e.background.app,"transparent"),borderLeftColor:At("left",r,e.color[t]||t||e.base==="light"?Il(e.background.app):e.background.app,"transparent"),borderRightColor:At("right",r,e.color[t]||t||e.base==="light"?Il(e.background.app):e.background.app,"transparent")})),rx=F.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:r})=>r?{background:t&&e.color[t]||t||e.base==="light"?Il(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,fontSize:e.typography.size.s1}:{}),Z2=b.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:a,color:o,withArrows:i,...l},s)=>b.createElement(rx,{"data-testid":"tooltip",hasChrome:t,ref:s,...l,color:o},t&&i&&b.createElement(tx,{placement:e,...n,color:o}),r)),Z2.displayName="Tooltip"}),f4={};fl(f4,{WithToolTipState:()=>qd,WithTooltip:()=>qd,WithTooltipPure:()=>X2});var es,nx,ax,X2,qd,h4=z(()=>{Wv(),lH(),sH(),{document:es}=F1,nx=F.div`
|
|
333
|
+
display: inline-block;
|
|
334
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
335
|
+
`,ax=F.g`
|
|
336
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
337
|
+
`,X2=c(({svg:e=!1,trigger:t="click",closeOnOutsideClick:r=!1,placement:n="top",modifiers:a=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:o=!0,defaultVisible:i=!1,withArrows:l,offset:s,tooltip:d,children:f,closeOnTriggerHidden:h,mutationObserverOptions:p,delayHide:m,visible:g,interactive:v,delayShow:C,strategy:w,followCursor:y,onVisibleChange:E,...x})=>{let D=e?ax:nx,{getArrowProps:S,getTooltipProps:k,setTooltipRef:_,setTriggerRef:A,visible:$,state:I}=ST({trigger:t,placement:n,defaultVisible:i,delayHide:m,interactive:v,closeOnOutsideClick:r,closeOnTriggerHidden:h,onVisibleChange:E,delayShow:C,followCursor:y,mutationObserverOptions:p,visible:g,offset:s},{modifiers:a,strategy:w}),L=b.createElement(Z2,{placement:I==null?void 0:I.placement,ref:_,hasChrome:o,arrowProps:S(),withArrows:l,...k()},typeof d=="function"?d({onHide:c(()=>E(!1),"onHide")}):d);return b.createElement(b.Fragment,null,b.createElement(D,{trigger:t,ref:A,...x},f),$&&GS.createPortal(L,es.body))},"WithTooltipPure"),qd=c(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,a]=u.useState(e),o=u.useCallback(i=>{t&&t(i)===!1||a(i)},[t]);return u.useEffect(()=>{let i=c(()=>o(!1),"hide");es.addEventListener("keydown",i,!1);let l=Array.from(es.getElementsByTagName("iframe")),s=[];return l.forEach(d=>{let f=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),s.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");f(),d.addEventListener("load",f),s.push(()=>{d.removeEventListener("load",f)})}),()=>{es.removeEventListener("keydown",i),s.forEach(d=>{d()})}}),b.createElement(X2,{...r,visible:n,onVisibleChange:o})},"WithToolTipState")}),we=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");an();cN();Uv();function AT(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Gi(e,t)}c(AT,"_inheritsLoose");dN();Uv();function FT(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c(FT,"_isNativeFunction");function m4(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(m4=c(function(){return!!e},"_isNativeReflectConstruct"))()}c(m4,"_isNativeReflectConstruct");Uv();function $T(e,t,r){if(m4())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Gi(a,r.prototype),a}c($T,"_construct");function Gd(e){var t=typeof Map=="function"?new Map:void 0;return Gd=c(function(r){if(r===null||!FT(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 $T(r,arguments,md(this).constructor)}return c(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Gi(n,r)},"_wrapNativeSuper"),Gd(e)}c(Gd,"_wrapNativeSuper");var uH={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 TT(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}c(TT,"format");var Ur=function(e){AT(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,TT.apply(void 0,[uH[r]].concat(o)))||this,XS(n)}return c(t,"PolishedError"),t}(Gd(Error));function F0(e){return Math.round(e*255)}c(F0,"colorToInt");function IT(e,t,r){return F0(e)+","+F0(t)+","+F0(r)}c(IT,"convertToInt");function el(e,t,r,n){if(n===void 0&&(n=IT),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}c(el,"hslToRgb");var ox={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 RT(e){if(typeof e!="string")return e;var t=e.toLowerCase();return ox[t]?"#"+ox[t]:e}c(RT,"nameToHex");var cH=/^#[a-fA-F0-9]{6}$/,dH=/^#[a-fA-F0-9]{8}$/,pH=/^#[a-fA-F0-9]{3}$/,fH=/^#[a-fA-F0-9]{4}$/,gm=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,hH=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,mH=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,gH=/^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 lp(e){if(typeof e!="string")throw new Ur(3);var t=RT(e);if(t.match(cH))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(dH)){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(pH))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(fH)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=gm.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=hH.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=mH.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+el(l,s,d)+")",h=gm.exec(f);if(!h)throw new Ur(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=gH.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+el(m,g,v)+")",w=gm.exec(C);if(!w)throw new Ur(4,t,C);return{red:parseInt(""+w[1],10),green:parseInt(""+w[2],10),blue:parseInt(""+w[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Ur(5)}c(lp,"parseToRgb");function zT(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}c(zT,"rgbToHsl");function g4(e){return zT(lp(e))}c(g4,"parseToHsl");var vH=c(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),J2=vH;function Gn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Gn,"numberToHex");function $0(e){return Gn(Math.round(e*255))}c($0,"colorToHex");function BT(e,t,r){return J2("#"+$0(e)+$0(t)+$0(r))}c(BT,"convertToHex");function wu(e,t,r){return el(e,t,r,BT)}c(wu,"hslToHex");function LT(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return wu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return wu(e.hue,e.saturation,e.lightness);throw new Ur(1)}c(LT,"hsl");function OT(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?wu(e,t,r):"rgba("+el(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?wu(e.hue,e.saturation,e.lightness):"rgba("+el(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Ur(2)}c(OT,"hsla");function Kd(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return J2("#"+Gn(e)+Gn(t)+Gn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return J2("#"+Gn(e.red)+Gn(e.green)+Gn(e.blue));throw new Ur(6)}c(Kd,"rgb");function bu(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=lp(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Kd(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?Kd(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Ur(7)}c(bu,"rgba");var yH=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),wH=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),bH=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),EH=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function v4(e){if(typeof e!="object")throw new Ur(8);if(wH(e))return bu(e);if(yH(e))return Kd(e);if(EH(e))return OT(e);if(bH(e))return LT(e);throw new Ur(8)}c(v4,"toColorString");function y4(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):y4(e,t,n)},"fn")}c(y4,"curried");function sp(e){return y4(e,e.length,[])}c(sp,"curry");function up(e,t,r){return Math.max(e,Math.min(t,r))}c(up,"guard");function MT(e,t){if(t==="transparent")return t;var r=g4(t);return v4(se({},r,{lightness:up(0,1,r.lightness-parseFloat(e))}))}c(MT,"darken");var xH=sp(MT),fi=xH;function PT(e,t){if(t==="transparent")return t;var r=g4(t);return v4(se({},r,{lightness:up(0,1,r.lightness+parseFloat(e))}))}c(PT,"lighten");var CH=sp(PT),ix=CH;function NT(e,t){if(t==="transparent")return t;var r=lp(t),n=typeof r.alpha=="number"?r.alpha:1,a=se({},r,{alpha:up(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return bu(a)}c(NT,"transparentize");var DH=sp(NT),Wt=DH,wl=c(({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),"headerCommon"),Sa=c(({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?Wt(.1,e.color.defaultText):Wt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),De=c(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),"withReset"),Ao={margin:"16px 0"},jT=F.div(De),SH=c(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return b.createElement("a",{href:r,target:n,...t})},"Link"),kH=F(SH)(De,({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}})),_H=F.blockquote(De,Ao,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));R1();var AH=c(e=>typeof e=="string","isReactChildString"),FH=/[\n\r]/g,$H=F.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),Sa),TH=F(Ls)(({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"}})),HT=c(({className:e,children:t,...r})=>{var o;let n=(e||"").match(/lang-(\S+)/),a=u.Children.toArray(t);return a.filter(AH).some(i=>i.match(FH))?b.createElement(TH,{bordered:!0,copyable:!0,language:(o=n==null?void 0:n[1])!=null?o:"text",format:!1,...r},t):b.createElement($H,{...r,className:e},a)},"Code"),IH=F.dl(De,Ao,{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}}),RH=F.div(De),zH=F.h1(De,wl,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),VT=F.h2(De,wl,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),UT=F.h3(De,wl,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),BH=F.h4(De,wl,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),LH=F.h5(De,wl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),OH=F.h6(De,wl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),MH=F.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),PH=F.img({maxWidth:"100%"}),NH=F.li(De,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":Sa({theme:e})})),jH={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},HH=F.ol(De,Ao,jH,{listStyle:"decimal"}),VH=F.p(De,Ao,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":Sa({theme:e})})),UH=F.pre(De,Ao,({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"}})),WH=F.span(De,({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"}}})),qH=F.title(Sa),GH=F.table(De,Ao,({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}})),KH={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},YH=F.ul(De,Ao,KH,{listStyle:"disc"}),WT={h1:c(e=>b.createElement(zH,{...we(e,"h1")}),"h1"),h2:c(e=>b.createElement(VT,{...we(e,"h2")}),"h2"),h3:c(e=>b.createElement(UT,{...we(e,"h3")}),"h3"),h4:c(e=>b.createElement(BH,{...we(e,"h4")}),"h4"),h5:c(e=>b.createElement(LH,{...we(e,"h5")}),"h5"),h6:c(e=>b.createElement(OH,{...we(e,"h6")}),"h6"),pre:c(e=>b.createElement(UH,{...we(e,"pre")}),"pre"),a:c(e=>b.createElement(kH,{...we(e,"a")}),"a"),hr:c(e=>b.createElement(MH,{...we(e,"hr")}),"hr"),dl:c(e=>b.createElement(IH,{...we(e,"dl")}),"dl"),blockquote:c(e=>b.createElement(_H,{...we(e,"blockquote")}),"blockquote"),table:c(e=>b.createElement(GH,{...we(e,"table")}),"table"),img:c(e=>b.createElement(PH,{...we(e,"img")}),"img"),div:c(e=>b.createElement(RH,{...we(e,"div")}),"div"),span:c(e=>b.createElement(WH,{...we(e,"span")}),"span"),li:c(e=>b.createElement(NH,{...we(e,"li")}),"li"),ul:c(e=>b.createElement(YH,{...we(e,"ul")}),"ul"),ol:c(e=>b.createElement(HH,{...we(e,"ol")}),"ol"),p:c(e=>b.createElement(VH,{...we(e,"p")}),"p"),code:c(e=>b.createElement(HT,{...we(e,"code")}),"code"),tt:c(e=>b.createElement(qH,{...we(e,"tt")}),"tt"),resetwrapper:c(e=>b.createElement(jT,{...we(e,"resetwrapper")}),"resetwrapper")},ZH=F.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Wt(.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 ${Wt(.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 ${Wt(.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 ${Wt(.9,e.color.positiveText)}`:"none"};default:return{}}}),Ohe=c(({...e})=>b.createElement(ZH,{...e}),"Badge"),qT={};fl(qT,{AccessibilityAltIcon:()=>fG,AccessibilityIcon:()=>pG,AddIcon:()=>uW,AdminIcon:()=>rG,AlertAltIcon:()=>LW,AlertIcon:()=>BW,AlignLeftIcon:()=>NV,AlignRightIcon:()=>jV,AppleIcon:()=>iU,ArrowBottomLeftIcon:()=>Aq,ArrowBottomRightIcon:()=>Fq,ArrowDownIcon:()=>Cq,ArrowLeftIcon:()=>Dq,ArrowRightIcon:()=>Sq,ArrowSolidDownIcon:()=>Tq,ArrowSolidLeftIcon:()=>Iq,ArrowSolidRightIcon:()=>Rq,ArrowSolidUpIcon:()=>$q,ArrowTopLeftIcon:()=>kq,ArrowTopRightIcon:()=>_q,ArrowUpIcon:()=>xq,AzureDevOpsIcon:()=>pU,BackIcon:()=>Wq,BasketIcon:()=>oq,BatchAcceptIcon:()=>rW,BatchDenyIcon:()=>tW,BeakerIcon:()=>iq,BellIcon:()=>jW,BitbucketIcon:()=>fU,BoldIcon:()=>KV,BookIcon:()=>TV,BookmarkHollowIcon:()=>KW,BookmarkIcon:()=>YW,BottomBarIcon:()=>PU,BottomBarToggleIcon:()=>NU,BoxIcon:()=>WU,BranchIcon:()=>nU,BrowserIcon:()=>TU,ButtonIcon:()=>_W,CPUIcon:()=>jU,CalendarIcon:()=>MV,CameraIcon:()=>yV,CategoryIcon:()=>zV,CertificateIcon:()=>tq,ChangedIcon:()=>hW,ChatIcon:()=>EW,CheckIcon:()=>QU,ChevronDownIcon:()=>gq,ChevronLeftIcon:()=>vq,ChevronRightIcon:()=>YT,ChevronSmallDownIcon:()=>wq,ChevronSmallLeftIcon:()=>bq,ChevronSmallRightIcon:()=>Eq,ChevronSmallUpIcon:()=>yq,ChevronUpIcon:()=>mq,ChromaticIcon:()=>hU,ChromeIcon:()=>cU,CircleHollowIcon:()=>qW,CircleIcon:()=>GW,ClearIcon:()=>gW,CloseAltIcon:()=>oW,CloseIcon:()=>dW,CloudHollowIcon:()=>uq,CloudIcon:()=>cq,CogIcon:()=>KU,CollapseIcon:()=>Bq,CommandIcon:()=>TW,CommentAddIcon:()=>yW,CommentIcon:()=>vW,CommentsIcon:()=>bW,CommitIcon:()=>rU,CompassIcon:()=>Yq,ComponentDrivenIcon:()=>mU,ComponentIcon:()=>QH,ContrastIcon:()=>dV,ControlsIcon:()=>nW,CopyIcon:()=>RV,CreditIcon:()=>kW,CrossIcon:()=>KT,DashboardIcon:()=>Qq,DatabaseIcon:()=>HU,DeleteIcon:()=>pW,DiamondIcon:()=>ZW,DirectionIcon:()=>nG,DiscordIcon:()=>gU,DocChartIcon:()=>VV,DocListIcon:()=>UV,DocumentIcon:()=>IV,DownloadIcon:()=>Uq,DragIcon:()=>WV,EditIcon:()=>GU,EllipsisIcon:()=>XU,EmailIcon:()=>OW,ExpandAltIcon:()=>zq,ExpandIcon:()=>Lq,EyeCloseIcon:()=>uV,EyeIcon:()=>sV,FaceHappyIcon:()=>uG,FaceNeutralIcon:()=>cG,FaceSadIcon:()=>dG,FacebookIcon:()=>vU,FailedIcon:()=>mW,FastForwardIcon:()=>SV,FigmaIcon:()=>yU,FilterIcon:()=>HV,FlagIcon:()=>sq,FolderIcon:()=>BV,FormIcon:()=>eW,GDriveIcon:()=>wU,GithubIcon:()=>bU,GitlabIcon:()=>EU,GlobeIcon:()=>Kq,GoogleIcon:()=>xU,GraphBarIcon:()=>PV,GraphLineIcon:()=>OV,GraphqlIcon:()=>CU,GridAltIcon:()=>nV,GridIcon:()=>eV,GrowIcon:()=>hV,HeartHollowIcon:()=>XW,HeartIcon:()=>JW,HomeIcon:()=>tG,HourglassIcon:()=>lq,InfoIcon:()=>IW,ItalicIcon:()=>YV,JumpToIcon:()=>WW,KeyIcon:()=>DW,LightningIcon:()=>cV,LightningOffIcon:()=>GT,LinkBrokenIcon:()=>NW,LinkIcon:()=>PW,LinkedinIcon:()=>FU,LinuxIcon:()=>lU,ListOrderedIcon:()=>XV,ListUnorderedIcon:()=>JV,LocationIcon:()=>Zq,LockIcon:()=>xW,MarkdownIcon:()=>eU,MarkupIcon:()=>GV,MediumIcon:()=>DU,MemoryIcon:()=>VU,MenuIcon:()=>qV,MergeIcon:()=>oU,MirrorIcon:()=>fV,MobileIcon:()=>RU,MoonIcon:()=>$V,NutIcon:()=>YU,OutboxIcon:()=>SW,OutlineIcon:()=>tV,PaintBrushIcon:()=>mV,PaperClipIcon:()=>ZV,ParagraphIcon:()=>QV,PassedIcon:()=>fW,PhoneIcon:()=>MW,PhotoDragIcon:()=>rV,PhotoIcon:()=>JH,PinAltIcon:()=>lW,PinIcon:()=>Xq,PlayBackIcon:()=>xV,PlayIcon:()=>EV,PlayNextIcon:()=>CV,PlusIcon:()=>aW,PointerDefaultIcon:()=>FW,PointerHandIcon:()=>$W,PowerIcon:()=>qU,PrintIcon:()=>LV,ProceedIcon:()=>qq,ProfileIcon:()=>sG,PullRequestIcon:()=>aU,QuestionIcon:()=>RW,RSSIcon:()=>HW,RedirectIcon:()=>Pq,ReduxIcon:()=>SU,RefreshIcon:()=>Gq,ReplyIcon:()=>jq,RepoIcon:()=>tU,RequestChangeIcon:()=>wW,RewindIcon:()=>DV,RulerIcon:()=>gV,SearchIcon:()=>aV,ShareAltIcon:()=>VW,ShareIcon:()=>UW,ShieldIcon:()=>aq,SideBySideIcon:()=>_V,SidebarAltIcon:()=>LU,SidebarAltToggleIcon:()=>OU,SidebarIcon:()=>BU,SidebarToggleIcon:()=>MU,SpeakerIcon:()=>bV,StackedIcon:()=>AV,StarHollowIcon:()=>QW,StarIcon:()=>eq,StatusFailIcon:()=>pq,StatusPassIcon:()=>hq,StatusWarnIcon:()=>fq,StickerIcon:()=>dq,StopAltIcon:()=>kV,StopIcon:()=>vV,StorybookIcon:()=>dU,StructureIcon:()=>UU,SubtractIcon:()=>cW,SunIcon:()=>FV,SupportIcon:()=>zW,SwitchAltIcon:()=>pV,SyncIcon:()=>Hq,TabletIcon:()=>IU,ThumbsUpIcon:()=>nq,TimeIcon:()=>Jq,TimerIcon:()=>eG,TransferIcon:()=>Mq,TrashIcon:()=>iW,TwitterIcon:()=>kU,TypeIcon:()=>AW,UbuntuIcon:()=>sU,UndoIcon:()=>Nq,UnfoldIcon:()=>Oq,UnlockIcon:()=>CW,UnpinIcon:()=>sW,UploadIcon:()=>Vq,UserAddIcon:()=>iG,UserAltIcon:()=>oG,UserIcon:()=>aG,UsersIcon:()=>lG,VSCodeIcon:()=>AU,VerifiedIcon:()=>rq,VideoIcon:()=>wV,WandIcon:()=>JU,WatchIcon:()=>zU,WindowsIcon:()=>uU,WrenchIcon:()=>ZU,XIcon:()=>$U,YoutubeIcon:()=>_U,ZoomIcon:()=>oV,ZoomOutIcon:()=>iV,ZoomResetIcon:()=>lV,iconList:()=>XH});var XH=[{name:"Images",icons:["PhotoIcon","ComponentIcon","GridIcon","OutlineIcon","PhotoDragIcon","GridAltIcon","SearchIcon","ZoomIcon","ZoomOutIcon","ZoomResetIcon","EyeIcon","EyeCloseIcon","LightningIcon","LightningOffIcon","ContrastIcon","SwitchAltIcon","MirrorIcon","GrowIcon","PaintBrushIcon","RulerIcon","StopIcon","CameraIcon","VideoIcon","SpeakerIcon","PlayIcon","PlayBackIcon","PlayNextIcon","RewindIcon","FastForwardIcon","StopAltIcon","SideBySideIcon","StackedIcon","SunIcon","MoonIcon"]},{name:"Documents",icons:["BookIcon","DocumentIcon","CopyIcon","CategoryIcon","FolderIcon","PrintIcon","GraphLineIcon","CalendarIcon","GraphBarIcon","AlignLeftIcon","AlignRightIcon","FilterIcon","DocChartIcon","DocListIcon","DragIcon","MenuIcon"]},{name:"Editing",icons:["MarkupIcon","BoldIcon","ItalicIcon","PaperClipIcon","ListOrderedIcon","ListUnorderedIcon","ParagraphIcon","MarkdownIcon"]},{name:"Git",icons:["RepoIcon","CommitIcon","BranchIcon","PullRequestIcon","MergeIcon"]},{name:"OS",icons:["AppleIcon","LinuxIcon","UbuntuIcon","WindowsIcon","ChromeIcon"]},{name:"Logos",icons:["StorybookIcon","AzureDevOpsIcon","BitbucketIcon","ChromaticIcon","ComponentDrivenIcon","DiscordIcon","FacebookIcon","FigmaIcon","GDriveIcon","GithubIcon","GitlabIcon","GoogleIcon","GraphqlIcon","MediumIcon","ReduxIcon","TwitterIcon","YoutubeIcon","VSCodeIcon","LinkedinIcon","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"]},{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"]}],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:"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}))),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:"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}))),eV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),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:"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}))),rV=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}))),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:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),aV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.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}))),oV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 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}))),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:"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}))),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:"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}))),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 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}))),uV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),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:"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}))),GT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),dV=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}))),pV=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}))),fV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),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:"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}))),mV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.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}))),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",{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}))),vV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),yV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),wV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),bV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),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:"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}))),xV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),_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:"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}))),AV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),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("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"}))))),$V=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"}))))),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",{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}))),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:"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}))),RV=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}))),zV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),BV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),LV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.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}))),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.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}))),MV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),PV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),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:"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}))),jV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),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:"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}))),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 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}))),UV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),WV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),qV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),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",{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}))),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",{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}))),YV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),ZV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),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:"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}))),JV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),QV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),eU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),tU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),rU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),nU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),aU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),oU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),iU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),lU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),sU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_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"}))))),uU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),cU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),dU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),pU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),fU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),hU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),mU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),gU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),vU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),yU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),wU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),bU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),EU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),xU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),CU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.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}))),DU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),SU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),kU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),_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",{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}))),AU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),FU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),TU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),IU=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}))),RU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 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}))),zU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),BU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),LU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),OU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),MU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),PU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),NU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),jU=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}))),HU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),VU=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}))),UU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),WU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),qU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5.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}))),GU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),KU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),YU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.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}))),ZU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),XU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),JU=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}))),QU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),eW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),tW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),rW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),nW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),aW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),oW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),KT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),iW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.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}))),lW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),sW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),uW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),cW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),dW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),pW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),fW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),hW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),mW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),gW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),vW=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}))),yW=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}))),wW=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}))),bW=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}))),EW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),xW=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}))),CW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),DW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),SW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.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}))),kW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),_W=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),AW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),FW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),$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:"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}))),TW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),IW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 5.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}))),RW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),zW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),BW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),LW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 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}))),OW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),MW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),PW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),NW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),jW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),HW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5.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}))),VW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),UW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),WW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),qW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),GW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),KW=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}))),YW=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}))),ZW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("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"}))))),XW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),JW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),QW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),eq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),tq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),rq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),nq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),aq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),oq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),iq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),lq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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",{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}))),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",{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}))),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:"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}))),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",{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}))),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",{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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),YT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),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 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",{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}))),Eq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),xq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),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:"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}))),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:"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}))),kq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),_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:"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}))),Aq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),$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",{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}))),Tq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),Iq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),Rq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),zq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),Lq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),Oq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),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.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}))),Nq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),jq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),qq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),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:"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}))),Kq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),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",{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}))),Zq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),Xq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),Jq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),Qq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),eG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),tG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),rG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),nG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("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"}))))),aG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{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}))),oG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),iG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),lG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),sG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),uG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),cG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),dG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),pG=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),fG=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}))),hG=0,mG=c(e=>e.button===hG&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),gG=c((e,t)=>{mG(e)&&(e.preventDefault(),t(e))},"cancelled"),vG=F.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{}),yG=F.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:fi(.07,e.color.secondary),"svg path:not([fill])":{fill:fi(.07,e.color.secondary)}},"&:active":{color:fi(.1,e.color.secondary),"svg path:not([fill])":{fill:fi(.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"}:{}),Ti=c(({cancel:e=!0,children:t,onClick:r=void 0,withArrow:n=!1,containsIcon:a=!1,className:o=void 0,style:i=void 0,...l})=>b.createElement(yG,{...l,onClick:r&&e?s=>gG(s,r):r,className:o},b.createElement(vG,{withArrow:n,containsIcon:a},t,n&&b.createElement(YT,null))),"Link"),Mhe=F.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"?e.color.darkest:e.color.dark}})),oo=[],tl=null,wG=u.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(R1(),oy));return oo.length>0&&(oo.forEach(t=>{e.registerLanguage(...t)}),oo=[]),tl===null&&(tl=e),{default:c(t=>b.createElement(e,{...t}),"default")}}),bG=u.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(R1(),oy)),Promise.resolve().then(()=>(Fj(),S$))]);return oo.length>0&&(oo.forEach(r=>{e.registerLanguage(...r)}),oo=[]),tl===null&&(tl=e),{default:c(r=>b.createElement(e,{...r,formatter:t}),"default")}}),w4=c(e=>b.createElement(u.Suspense,{fallback:b.createElement("div",null)},e.format!==!1?b.createElement(bG,{...e}):b.createElement(wG,{...e})),"SyntaxHighlighter");w4.registerLanguage=(...e)=>{if(tl!==null){tl.registerLanguage(...e);return}oo.push(e)};R1();Wk();var ZT={};fl(ZT,{Close:()=>nR,Content:()=>eR,Description:()=>rR,Dialog:()=>PI,DialogClose:()=>ZI,DialogContent:()=>WI,DialogDescription:()=>YI,DialogOverlay:()=>UI,DialogPortal:()=>VI,DialogTitle:()=>KI,DialogTrigger:()=>NI,Overlay:()=>QI,Portal:()=>JI,Root:()=>XI,Title:()=>tR,Trigger:()=>mK,WarningProvider:()=>hK,createDialogScope:()=>aK});an();function Cn(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}c(Cn,"$e42e1063c40fb3ef$export$b9ecd428b558ff10");function XT(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}c(XT,"$6ed0406888f73fc4$var$setRef");function b4(...e){return t=>e.forEach(r=>XT(r,t))}c(b4,"$6ed0406888f73fc4$export$43e446d32b3d21af");function Fo(...e){return u.useCallback(b4(...e),e)}c(Fo,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05");function JT(e,t){let r=u.createContext(t);function n(o){let{children:i,...l}=o,s=u.useMemo(()=>l,Object.values(l));return u.createElement(r.Provider,{value:s},i)}c(n,"Provider");function a(o){let i=u.useContext(r);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}return c(a,"useContext"),n.displayName=e+"Provider",[n,a]}c(JT,"$c512c27ab02ef895$export$fd42f52fd3ae1109");function QT(e,t=[]){let r=[];function n(o,i){let l=u.createContext(i),s=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,v=(p==null?void 0:p[e][s])||l,C=u.useMemo(()=>g,Object.values(g));return u.createElement(v.Provider,{value:C},m)}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[e][s])||l,g=u.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${o}\``)}return c(f,"useContext"),d.displayName=o+"Provider",[d,f]}c(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let a=c(()=>{let o=r.map(i=>u.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||o;return u.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return a.scopeName=e,[n,eI(a,...t)]}c(QT,"$c512c27ab02ef895$export$50c7b4e9d9f19c1");function eI(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return c(function(a){let o=n.reduce((i,{useScope:l,scopeName:s})=>{let d=l(a)[`__scope${s}`];return{...i,...d}},{});return u.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])},"useComposedScopes")},"createScope1");return r.scopeName=t.scopeName,r}c(eI,"$c512c27ab02ef895$var$composeContextScopes");var Q2=globalThis!=null&&globalThis.document?u.useLayoutEffect:()=>{},EG=u.useId||(()=>{}),xG=0;function T0(e){let[t,r]=u.useState(EG());return Q2(()=>{e||r(n=>n!=null?n:String(xG++))},[e]),e||(t?`radix-${t}`:"")}c(T0,"$1746a345f3d73bb7$export$f680877a34711e37");function ya(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)},[])}c(ya,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a");function tI({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,a]=rI({defaultProp:t,onChange:r}),o=e!==void 0,i=o?e:n,l=ya(r),s=u.useCallback(d=>{if(o){let f=typeof d=="function"?d(e):d;f!==e&&l(f)}else a(d)},[o,e,a,l]);return[i,s]}c(tI,"$71cd76cc60e0454e$export$6f32135080cb4c3");function rI({defaultProp:e,onChange:t}){let r=u.useState(e),[n]=r,a=u.useRef(n),o=ya(t);return u.useEffect(()=>{a.current!==n&&(o(n),a.current=n)},[n,a,o]),r}c(rI,"$71cd76cc60e0454e$var$useUncontrolledState");an();an();an();var cp=u.forwardRef((e,t)=>{let{children:r,...n}=e,a=u.Children.toArray(r),o=a.find(nI);if(o){let i=o.props.children,l=a.map(s=>s===o?u.Children.count(i)>1?u.Children.only(null):u.isValidElement(i)?i.props.children:null:s);return u.createElement(e5,se({},n,{ref:t}),u.isValidElement(i)?u.cloneElement(i,void 0,l):null)}return u.createElement(e5,se({},n,{ref:t}),r)});cp.displayName="Slot";var e5=u.forwardRef((e,t)=>{let{children:r,...n}=e;return u.isValidElement(r)?u.cloneElement(r,{...aI(n,r.props),ref:t?b4(t,r.ref):r.ref}):u.Children.count(r)>1?u.Children.only(null):null});e5.displayName="SlotClone";var CG=c(({children:e})=>u.createElement(u.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function nI(e){return u.isValidElement(e)&&e.type===CG}c(nI,"$5e63c961fc1ce211$var$isSlottable");function aI(e,t){let r={...t};for(let n in t){let a=e[n],o=t[n];/^on[A-Z]/.test(n)?a&&o?r[n]=(...i)=>{o(...i),a(...i)}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}c(aI,"$5e63c961fc1ce211$var$mergeProps");var DG=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ka=DG.reduce((e,t)=>{let r=u.forwardRef((n,a)=>{let{asChild:o,...i}=n,l=o?cp:t;return u.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),u.createElement(l,se({},i,{ref:a}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function oI(e,t){e&&pl.flushSync(()=>e.dispatchEvent(t))}c(oI,"$8927f6f2acc4f386$export$6d1a0317bde7de7f");function iI(e,t=globalThis==null?void 0:globalThis.document){let r=ya(e);u.useEffect(()=>{let n=c(a=>{a.key==="Escape"&&r(a)},"handleKeyDown");return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[r,t])}c(iI,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var t5="dismissableLayer.update",SG="dismissableLayer.pointerDownOutside",kG="dismissableLayer.focusOutside",lx,_G=u.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),AG=u.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:l,onDismiss:s,...d}=e,f=u.useContext(_G),[h,p]=u.useState(null),m=(r=h==null?void 0:h.ownerDocument)!==null&&r!==void 0?r:globalThis==null?void 0:globalThis.document,[,g]=u.useState({}),v=Fo(t,_=>p(_)),C=Array.from(f.layers),[w]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),y=C.indexOf(w),E=h?C.indexOf(h):-1,x=f.layersWithOutsidePointerEventsDisabled.size>0,D=E>=y,S=lI(_=>{let A=_.target,$=[...f.branches].some(I=>I.contains(A));!D||$||(o==null||o(_),l==null||l(_),_.defaultPrevented||(s==null||s()))},m),k=sI(_=>{let A=_.target;[...f.branches].some($=>$.contains(A))||(i==null||i(_),l==null||l(_),_.defaultPrevented||(s==null||s()))},m);return iI(_=>{E===f.layers.size-1&&(a==null||a(_),!_.defaultPrevented&&s&&(_.preventDefault(),s()))},m),u.useEffect(()=>{if(h)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(lx=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(h)),f.layers.add(h),r5(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=lx)}},[h,m,n,f]),u.useEffect(()=>()=>{h&&(f.layers.delete(h),f.layersWithOutsidePointerEventsDisabled.delete(h),r5())},[h,f]),u.useEffect(()=>{let _=c(()=>g({}),"handleUpdate");return document.addEventListener(t5,_),()=>document.removeEventListener(t5,_)},[]),u.createElement(ka.div,se({},d,{ref:v,style:{pointerEvents:x?D?"auto":"none":void 0,...e.style},onFocusCapture:Cn(e.onFocusCapture,k.onFocusCapture),onBlurCapture:Cn(e.onBlurCapture,k.onBlurCapture),onPointerDownCapture:Cn(e.onPointerDownCapture,S.onPointerDownCapture)}))});function lI(e,t=globalThis==null?void 0:globalThis.document){let r=ya(e),n=u.useRef(!1),a=u.useRef(()=>{});return u.useEffect(()=>{let o=c(l=>{if(l.target&&!n.current){let s=function(){E4(SG,r,d,{discrete:!0})};c(s,"handleAndDispatchPointerDownOutsideEvent");let d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",a.current),a.current=s,t.addEventListener("click",a.current,{once:!0})):s()}else t.removeEventListener("click",a.current);n.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",o),t.removeEventListener("click",a.current)}},[t,r]),{onPointerDownCapture:c(()=>n.current=!0,"onPointerDownCapture")}}c(lI,"$5cb92bef7577960e$var$usePointerDownOutside");function sI(e,t=globalThis==null?void 0:globalThis.document){let r=ya(e),n=u.useRef(!1);return u.useEffect(()=>{let a=c(o=>{o.target&&!n.current&&E4(kG,r,{originalEvent:o},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",a),()=>t.removeEventListener("focusin",a)},[t,r]),{onFocusCapture:c(()=>n.current=!0,"onFocusCapture"),onBlurCapture:c(()=>n.current=!1,"onBlurCapture")}}c(sI,"$5cb92bef7577960e$var$useFocusOutside");function r5(){let e=new CustomEvent(t5);document.dispatchEvent(e)}c(r5,"$5cb92bef7577960e$var$dispatchUpdate");function E4(e,t,r,{discrete:n}){let a=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&a.addEventListener(e,t,{once:!0}),n?oI(a,o):a.dispatchEvent(o)}c(E4,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");an();var vm="focusScope.autoFocusOnMount",ym="focusScope.autoFocusOnUnmount",sx={bubbles:!1,cancelable:!0},FG=u.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:a,onUnmountAutoFocus:o,...i}=e,[l,s]=u.useState(null),d=ya(a),f=ya(o),h=u.useRef(null),p=Fo(t,v=>s(v)),m=u.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u.useEffect(()=>{if(n){let v=function(E){if(m.paused||!l)return;let x=E.target;l.contains(x)?h.current=x:vn(h.current,{select:!0})},C=function(E){if(m.paused||!l)return;let x=E.relatedTarget;x!==null&&(l.contains(x)||vn(h.current,{select:!0}))},w=function(E){if(document.activeElement===document.body)for(let x of E)x.removedNodes.length>0&&vn(l)};c(v,"handleFocusIn"),c(C,"handleFocusOut"),c(w,"handleMutations"),document.addEventListener("focusin",v),document.addEventListener("focusout",C);let y=new MutationObserver(w);return l&&y.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",C),y.disconnect()}}},[n,l,m.paused]),u.useEffect(()=>{if(l){ux.add(m);let v=document.activeElement;if(!l.contains(v)){let C=new CustomEvent(vm,sx);l.addEventListener(vm,d),l.dispatchEvent(C),C.defaultPrevented||(uI(hI(x4(l)),{select:!0}),document.activeElement===v&&vn(l))}return()=>{l.removeEventListener(vm,d),setTimeout(()=>{let C=new CustomEvent(ym,sx);l.addEventListener(ym,f),l.dispatchEvent(C),C.defaultPrevented||vn(v!=null?v:document.body,{select:!0}),l.removeEventListener(ym,f),ux.remove(m)},0)}}},[l,d,f,m]);let g=u.useCallback(v=>{if(!r&&!n||m.paused)return;let C=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,w=document.activeElement;if(C&&w){let y=v.currentTarget,[E,x]=cI(y);E&&x?!v.shiftKey&&w===x?(v.preventDefault(),r&&vn(E,{select:!0})):v.shiftKey&&w===E&&(v.preventDefault(),r&&vn(x,{select:!0})):w===y&&v.preventDefault()}},[r,n,m.paused]);return u.createElement(ka.div,se({tabIndex:-1},i,{ref:p,onKeyDown:g}))});function uI(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(vn(n,{select:t}),document.activeElement!==r)return}c(uI,"$d3863c46a17e8a28$var$focusFirst");function cI(e){let t=x4(e),r=n5(t,e),n=n5(t.reverse(),e);return[r,n]}c(cI,"$d3863c46a17e8a28$var$getTabbableEdges");function x4(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c(n=>{let a=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||a?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;r.nextNode();)t.push(r.currentNode);return t}c(x4,"$d3863c46a17e8a28$var$getTabbableCandidates");function n5(e,t){for(let r of e)if(!dI(r,{upTo:t}))return r}c(n5,"$d3863c46a17e8a28$var$findVisible");function dI(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}c(dI,"$d3863c46a17e8a28$var$isHidden");function pI(e){return e instanceof HTMLInputElement&&"select"in e}c(pI,"$d3863c46a17e8a28$var$isSelectableInput");function vn(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&pI(e)&&t&&e.select()}}c(vn,"$d3863c46a17e8a28$var$focus");var ux=fI();function fI(){let e=[];return{add(t){let r=e[0];t!==r&&(r==null||r.pause()),e=a5(e,t),e.unshift(t)},remove(t){var r;e=a5(e,t),(r=e[0])===null||r===void 0||r.resume()}}}c(fI,"$d3863c46a17e8a28$var$createFocusScopesStack");function a5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(a5,"$d3863c46a17e8a28$var$arrayRemove");function hI(e){return e.filter(t=>t.tagName!=="A")}c(hI,"$d3863c46a17e8a28$var$removeLinks");an();var $G=u.forwardRef((e,t)=>{var r;let{container:n=globalThis==null||(r=globalThis.document)===null||r===void 0?void 0:r.body,...a}=e;return n?GS.createPortal(u.createElement(ka.div,se({},a,{ref:t})),n):null});function mI(e,t){return u.useReducer((r,n)=>{let a=t[r][n];return a!=null?a:r},e)}c(mI,"$fe963b355347cc68$export$3e6543de14f8614f");var dp=c(e=>{let{present:t,children:r}=e,n=gI(t),a=typeof r=="function"?r({present:n.isPresent}):u.Children.only(r),o=Fo(n.ref,a.ref);return typeof r=="function"||n.isPresent?u.cloneElement(a,{ref:o}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b");dp.displayName="Presence";function gI(e){let[t,r]=u.useState(),n=u.useRef({}),a=u.useRef(e),o=u.useRef("none"),i=e?"mounted":"unmounted",[l,s]=mI(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u.useEffect(()=>{let d=Es(n.current);o.current=l==="mounted"?d:"none"},[l]),Q2(()=>{let d=n.current,f=a.current;if(f!==e){let h=o.current,p=Es(d);e?s("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?s("UNMOUNT"):s(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,s]),Q2(()=>{if(t){let d=c(h=>{let p=Es(n.current).includes(h.animationName);h.target===t&&p&&pl.flushSync(()=>s("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(o.current=Es(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:u.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}c(gI,"$921a889cee6df7e8$var$usePresence");function Es(e){return(e==null?void 0:e.animationName)||"none"}c(Es,"$921a889cee6df7e8$var$getAnimationName");var wm=0;function vI(){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:o5()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:o5()),wm++,()=>{wm===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),wm--}},[])}c(vI,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function o5(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}c(o5,"$3db38b7d1fb3fe6a$var$createFocusGuard");var jr=c(function(){return jr=Object.assign||c(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},"__assign"),jr.apply(this,arguments)},"__assign");function C4(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}c(C4,"__rest");function yI(e,t,r){if(r||arguments.length===2)for(var n=0,a=t.length,o;n<a;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}c(yI,"__spreadArray");var I0="right-scroll-bar-position",R0="width-before-scroll-bar",TG="with-scroll-bars-hidden",IG="--removed-body-scroll-bar-size";function z0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(z0,"assignRef");function wI(e,t){var r=u.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var a=r.value;a!==n&&(r.value=n,r.callback(n,a))}}}})[0];return r.callback=t,r.facade}c(wI,"useCallbackRef");var cx=new WeakMap;function bI(e,t){var r=wI(t||null,function(n){return e.forEach(function(a){return z0(a,n)})});return u.useLayoutEffect(function(){var n=cx.get(r);if(n){var a=new Set(n),o=new Set(e),i=r.current;a.forEach(function(l){o.has(l)||z0(l,null)}),o.forEach(function(l){a.has(l)||z0(l,i)})}cx.set(r,e)},[e]),r}c(bI,"useMergeRefs");function EI(e){return e}c(EI,"ItoI");function xI(e,t){t===void 0&&(t=EI);var r=[],n=!1,a={read:c(function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},"read"),useMedium:c(function(o){var i=t(o,n);return r.push(i),function(){r=r.filter(function(l){return l!==i})}},"useMedium"),assignSyncMedium:c(function(o){for(n=!0;r.length;){var i=r;r=[],i.forEach(o)}r={push:c(function(l){return o(l)},"push"),filter:c(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:c(function(o){n=!0;var i=[];if(r.length){var l=r;r=[],l.forEach(o),i=r}var s=c(function(){var f=i;i=[],f.forEach(o)},"executeQueue"),d=c(function(){return Promise.resolve().then(s)},"cycle");d(),r={push:c(function(f){i.push(f),d()},"push"),filter:c(function(f){return i=i.filter(f),r},"filter")}},"assignMedium")};return a}c(xI,"innerCreateMedium");function CI(e){e===void 0&&(e={});var t=xI(null);return t.options=jr({async:!0,ssr:!1},e),t}c(CI,"createSidecarMedium");var DI=c(function(e){var t=e.sideCar,r=C4(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,jr({},r))},"SideCar");DI.isSideCarExport=!0;function SI(e,t){return e.useMedium(t),DI}c(SI,"exportSidecar");var kI=CI(),bm=c(function(){},"nothing"),pp=u.forwardRef(function(e,t){var r=u.useRef(null),n=u.useState({onScrollCapture:bm,onWheelCapture:bm,onTouchMoveCapture:bm}),a=n[0],o=n[1],i=e.forwardProps,l=e.children,s=e.className,d=e.removeScrollBar,f=e.enabled,h=e.shards,p=e.sideCar,m=e.noIsolation,g=e.inert,v=e.allowPinchZoom,C=e.as,w=C===void 0?"div":C,y=C4(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),E=p,x=bI([r,t]),D=jr(jr({},y),a);return u.createElement(u.Fragment,null,f&&u.createElement(E,{sideCar:kI,removeScrollBar:d,shards:h,noIsolation:m,inert:g,setCallbacks:o,allowPinchZoom:!!v,lockRef:r}),i?u.cloneElement(u.Children.only(l),jr(jr({},D),{ref:x})):u.createElement(w,jr({},D,{className:s,ref:x}),l))});pp.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};pp.classNames={fullWidth:R0,zeroRight:I0};var RG=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function _I(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=RG();return t&&e.setAttribute("nonce",t),e}c(_I,"makeStyleTag");function AI(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c(AI,"injectStyles");function FI(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(FI,"insertStyleTag");var zG=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=_I())&&(AI(t,r),FI(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),BG=c(function(){var e=zG();return function(t,r){u.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),$I=c(function(){var e=BG(),t=c(function(r){var n=r.styles,a=r.dynamic;return e(n,a),null},"Sheet");return t},"styleSingleton"),LG={left:0,top:0,right:0,gap:0},Em=c(function(e){return parseInt(e||"",10)||0},"parse"),OG=c(function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],a=t[e==="padding"?"paddingRight":"marginRight"];return[Em(r),Em(n),Em(a)]},"getOffset"),MG=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return LG;var t=OG(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"),PG=$I(),Yd="data-scroll-locked",NG=c(function(e,t,r,n){var a=e.left,o=e.top,i=e.right,l=e.gap;return r===void 0&&(r="margin"),`
|
|
486
|
+
.`.concat(TG,` {
|
|
487
|
+
overflow: hidden `).concat(n,`;
|
|
488
|
+
padding-right: `).concat(l,"px ").concat(n,`;
|
|
489
|
+
}
|
|
490
|
+
body[`).concat(Yd,`] {
|
|
491
|
+
overflow: hidden `).concat(n,`;
|
|
492
|
+
overscroll-behavior: contain;
|
|
493
|
+
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
494
|
+
padding-left: `.concat(a,`px;
|
|
495
|
+
padding-top: `).concat(o,`px;
|
|
496
|
+
padding-right: `).concat(i,`px;
|
|
497
|
+
margin-left:0;
|
|
498
|
+
margin-top:0;
|
|
499
|
+
margin-right: `).concat(l,"px ").concat(n,`;
|
|
500
|
+
`),r==="padding"&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.`).concat(I0,` {
|
|
504
|
+
right: `).concat(l,"px ").concat(n,`;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.`).concat(R0,` {
|
|
508
|
+
margin-right: `).concat(l,"px ").concat(n,`;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.`).concat(I0," .").concat(I0,` {
|
|
512
|
+
right: 0 `).concat(n,`;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.`).concat(R0," .").concat(R0,` {
|
|
516
|
+
margin-right: 0 `).concat(n,`;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
body[`).concat(Yd,`] {
|
|
520
|
+
`).concat(IG,": ").concat(l,`px;
|
|
521
|
+
}
|
|
522
|
+
`)},"getStyles"),jG=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,a=n===void 0?"margin":n,o=u.useMemo(function(){return MG(a)},[a]);return u.useEffect(function(){return document.body.setAttribute(Yd,""),function(){document.body.removeAttribute(Yd)}},[]),u.createElement(PG,{styles:NG(o,!t,a,r?"":"!important")})},"RemoveScrollBar"),i5=!1;if(typeof window<"u")try{ts=Object.defineProperty({},"passive",{get:c(function(){return i5=!0,!0},"get")}),window.addEventListener("test",ts,ts),window.removeEventListener("test",ts,ts)}catch{i5=!1}var ts,Vo=i5?{passive:!1}:!1,HG=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),TI=c(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!HG(e)&&r[t]==="visible")},"elementCanBeScrolled"),VG=c(function(e){return TI(e,"overflowY")},"elementCouldBeVScrolled"),UG=c(function(e){return TI(e,"overflowX")},"elementCouldBeHScrolled"),dx=c(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=II(e,r);if(n){var a=RI(e,r),o=a[1],i=a[2];if(o>i)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),WG=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),qG=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),II=c(function(e,t){return e==="v"?VG(t):UG(t)},"elementCouldBeScrolled"),RI=c(function(e,t){return e==="v"?WG(t):qG(t)},"getScrollVariables"),GG=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),KG=c(function(e,t,r,n,a){var o=GG(e,window.getComputedStyle(t).direction),i=o*n,l=r.target,s=t.contains(l),d=!1,f=i>0,h=0,p=0;do{var m=RI(e,l),g=m[0],v=m[1],C=m[2],w=v-C-o*g;(g||w)&&II(e,l)&&(h+=w,p+=g),l=l.parentNode}while(!s&&l!==document.body||s&&(t.contains(l)||t===l));return(f&&(a&&h===0||!a&&i>h)||!f&&(a&&p===0||!a&&-i>p))&&(d=!0),d},"handleScroll"),qc=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),px=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),fx=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),YG=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),ZG=c(function(e){return`
|
|
523
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
524
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
525
|
+
`)},"generateStyle"),XG=0,Uo=[];function zI(e){var t=u.useRef([]),r=u.useRef([0,0]),n=u.useRef(),a=u.useState(XG++)[0],o=u.useState(function(){return $I()})[0],i=u.useRef(e);u.useEffect(function(){i.current=e},[e]),u.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var v=yI([e.lockRef.current],(e.shards||[]).map(fx),!0).filter(Boolean);return v.forEach(function(C){return C.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),v.forEach(function(C){return C.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var l=u.useCallback(function(v,C){if("touches"in v&&v.touches.length===2)return!i.current.allowPinchZoom;var w=qc(v),y=r.current,E="deltaX"in v?v.deltaX:y[0]-w[0],x="deltaY"in v?v.deltaY:y[1]-w[1],D,S=v.target,k=Math.abs(E)>Math.abs(x)?"h":"v";if("touches"in v&&k==="h"&&S.type==="range")return!1;var _=dx(k,S);if(!_)return!0;if(_?D=k:(D=k==="v"?"h":"v",_=dx(k,S)),!_)return!1;if(!n.current&&"changedTouches"in v&&(E||x)&&(n.current=D),!D)return!0;var A=n.current||D;return KG(A,C,v,A==="h"?E:x,!0)},[]),s=u.useCallback(function(v){var C=v;if(!(!Uo.length||Uo[Uo.length-1]!==o)){var w="deltaY"in C?px(C):qc(C),y=t.current.filter(function(D){return D.name===C.type&&D.target===C.target&&YG(D.delta,w)})[0];if(y&&y.should){C.cancelable&&C.preventDefault();return}if(!y){var E=(i.current.shards||[]).map(fx).filter(Boolean).filter(function(D){return D.contains(C.target)}),x=E.length>0?l(C,E[0]):!i.current.noIsolation;x&&C.cancelable&&C.preventDefault()}}},[]),d=u.useCallback(function(v,C,w,y){var E={name:v,delta:C,target:w,should:y};t.current.push(E),setTimeout(function(){t.current=t.current.filter(function(x){return x!==E})},1)},[]),f=u.useCallback(function(v){r.current=qc(v),n.current=void 0},[]),h=u.useCallback(function(v){d(v.type,px(v),v.target,l(v,e.lockRef.current))},[]),p=u.useCallback(function(v){d(v.type,qc(v),v.target,l(v,e.lockRef.current))},[]);u.useEffect(function(){return Uo.push(o),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:p}),document.addEventListener("wheel",s,Vo),document.addEventListener("touchmove",s,Vo),document.addEventListener("touchstart",f,Vo),function(){Uo=Uo.filter(function(v){return v!==o}),document.removeEventListener("wheel",s,Vo),document.removeEventListener("touchmove",s,Vo),document.removeEventListener("touchstart",f,Vo)}},[]);var m=e.removeScrollBar,g=e.inert;return u.createElement(u.Fragment,null,g?u.createElement(o,{styles:ZG(a)}):null,m?u.createElement(jG,{gapMode:"margin"}):null)}c(zI,"RemoveScrollSideCar");var JG=SI(kI,zI),BI=u.forwardRef(function(e,t){return u.createElement(pp,jr({},e,{ref:t,sideCar:JG}))});BI.classNames=pp.classNames;var QG=BI,eK=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Wo=new WeakMap,Gc=new WeakMap,Kc={},xm=0,LI=c(function(e){return e&&(e.host||LI(e.parentNode))},"unwrapHost"),tK=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=LI(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"),rK=c(function(e,t,r,n){var a=tK(t,Array.isArray(e)?e:[e]);Kc[r]||(Kc[r]=new WeakMap);var o=Kc[r],i=[],l=new Set,s=new Set(a),d=c(function(h){!h||l.has(h)||(l.add(h),d(h.parentNode))},"keep");a.forEach(d);var f=c(function(h){!h||s.has(h)||Array.prototype.forEach.call(h.children,function(p){if(l.has(p))f(p);else{var m=p.getAttribute(n),g=m!==null&&m!=="false",v=(Wo.get(p)||0)+1,C=(o.get(p)||0)+1;Wo.set(p,v),o.set(p,C),i.push(p),v===1&&g&&Gc.set(p,!0),C===1&&p.setAttribute(r,"true"),g||p.setAttribute(n,"true")}})},"deep");return f(t),l.clear(),xm++,function(){i.forEach(function(h){var p=Wo.get(h)-1,m=o.get(h)-1;Wo.set(h,p),o.set(h,m),p||(Gc.has(h)||h.removeAttribute(n),Gc.delete(h)),m||h.removeAttribute(r)}),xm--,xm||(Wo=new WeakMap,Wo=new WeakMap,Gc=new WeakMap,Kc={})}},"applyAttributeToOthers"),nK=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),a=t||eK(e);return a?(n.push.apply(n,Array.from(a.querySelectorAll("[aria-live]"))),rK(n,a,r,"aria-hidden")):function(){return null}},"hideOthers"),OI="Dialog",[MI,aK]=QT(OI),[oK,Sr]=MI(OI),PI=c(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:a,onOpenChange:o,modal:i=!0}=e,l=u.useRef(null),s=u.useRef(null),[d=!1,f]=tI({prop:n,defaultProp:a,onChange:o});return u.createElement(oK,{scope:t,triggerRef:l,contentRef:s,contentId:T0(),titleId:T0(),descriptionId:T0(),open:d,onOpenChange:f,onOpenToggle:u.useCallback(()=>f(h=>!h),[f]),modal:i},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),iK="DialogTrigger",NI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Sr(iK,r),o=Fo(t,a.triggerRef);return u.createElement(ka.button,se({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":fp(a.open)},n,{ref:o,onClick:Cn(e.onClick,a.onOpenToggle)}))}),jI="DialogPortal",[lK,HI]=MI(jI,{forceMount:void 0}),VI=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:a}=e,o=Sr(jI,t);return u.createElement(lK,{scope:t,forceMount:r},u.Children.map(n,i=>u.createElement(dp,{present:r||o.open},u.createElement($G,{asChild:!0,container:a},i))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),l5="DialogOverlay",UI=u.forwardRef((e,t)=>{let r=HI(l5,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=Sr(l5,e.__scopeDialog);return o.modal?u.createElement(dp,{present:n||o.open},u.createElement(sK,se({},a,{ref:t}))):null}),sK=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Sr(l5,r);return u.createElement(QG,{as:cp,allowPinchZoom:!0,shards:[a.contentRef]},u.createElement(ka.div,se({"data-state":fp(a.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),rl="DialogContent",WI=u.forwardRef((e,t)=>{let r=HI(rl,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=Sr(rl,e.__scopeDialog);return u.createElement(dp,{present:n||o.open},o.modal?u.createElement(uK,se({},a,{ref:t})):u.createElement(cK,se({},a,{ref:t})))}),uK=u.forwardRef((e,t)=>{let r=Sr(rl,e.__scopeDialog),n=u.useRef(null),a=Fo(t,r.contentRef,n);return u.useEffect(()=>{let o=n.current;if(o)return nK(o)},[]),u.createElement(qI,se({},e,{ref:a,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Cn(e.onCloseAutoFocus,o=>{var i;o.preventDefault(),(i=r.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:Cn(e.onPointerDownOutside,o=>{let i=o.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&o.preventDefault()}),onFocusOutside:Cn(e.onFocusOutside,o=>o.preventDefault())}))}),cK=u.forwardRef((e,t)=>{let r=Sr(rl,e.__scopeDialog),n=u.useRef(!1),a=u.useRef(!1);return u.createElement(qI,se({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(o=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,o),!o.defaultPrevented){var l;n.current||(l=r.triggerRef.current)===null||l===void 0||l.focus(),o.preventDefault()}n.current=!1,a.current=!1},"onCloseAutoFocus"),onInteractOutside:c(o=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,o),o.defaultPrevented||(n.current=!0,o.detail.originalEvent.type==="pointerdown"&&(a.current=!0));let s=o.target;!((l=r.triggerRef.current)===null||l===void 0)&&l.contains(s)&&o.preventDefault(),o.detail.originalEvent.type==="focusin"&&a.current&&o.preventDefault()},"onInteractOutside")}))}),qI=u.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:a,onCloseAutoFocus:o,...i}=e,l=Sr(rl,r),s=u.useRef(null),d=Fo(t,s);return vI(),u.createElement(u.Fragment,null,u.createElement(FG,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:a,onUnmountAutoFocus:o},u.createElement(AG,se({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":fp(l.open)},i,{ref:d,onDismiss:c(()=>l.onOpenChange(!1),"onDismiss")}))),!1)}),GI="DialogTitle",KI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Sr(GI,r);return u.createElement(ka.h2,se({id:a.titleId},n,{ref:t}))}),dK="DialogDescription",YI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Sr(dK,r);return u.createElement(ka.p,se({id:a.descriptionId},n,{ref:t}))}),pK="DialogClose",ZI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Sr(pK,r);return u.createElement(ka.button,se({type:"button"},n,{ref:t,onClick:Cn(e.onClick,()=>a.onOpenChange(!1))}))});function fp(e){return e?"open":"closed"}c(fp,"$5d3850c4d0b4e6c7$var$getState");var fK="DialogTitleWarning",[hK,Phe]=JT(fK,{contentName:rl,titleName:GI,docsSlug:"dialog"}),XI=PI,mK=NI,JI=VI,QI=UI,eR=WI,tR=KI,rR=YI,nR=ZI,aR={};fl(aR,{Actions:()=>DK,CloseButton:()=>sR,Col:()=>cR,Container:()=>lR,Content:()=>bK,Description:()=>CK,Error:()=>SK,ErrorWrapper:()=>dR,Header:()=>EK,Overlay:()=>iR,Row:()=>uR,Title:()=>xK});const{deprecate:gK}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var $o=u.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:a="medium",disabled:o=!1,active:i=!1,onClick:l,...s},d)=>{let f="button";s.isLink&&(f="a"),e&&(f=cp);let h=n,p=r,[m,g]=u.useState(!1),v=c(C=>{l&&l(C),t!=="none"&&g(!0)},"handleClick");if(u.useEffect(()=>{let C=setTimeout(()=>{m&&g(!1)},1e3);return()=>clearTimeout(C)},[m]),s.primary&&(h="solid",p="medium"),(s.secondary||s.tertiary||s.gray||s.outline||s.inForm)&&(h="outline",p="medium"),s.small||s.isLink||s.primary||s.secondary||s.tertiary||s.gray||s.outline||s.inForm||s.containsIcon){let C=b.Children.toArray(s.children).filter(w=>typeof w=="string"&&w!=="");gK(`Use of deprecated props in the button ${C.length>0?`"${C.join(" ")}"`:"component"} detected, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-ui-and-props-for-button-and-iconbutton-components`)}return b.createElement(vK,{as:f,ref:d,variant:h,size:p,padding:a,disabled:o,active:i,animating:m,animation:t,onClick:v,...s})});$o.displayName="Button";var vK=F("button",{shouldForwardProp:c(e=>P5(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:a,animating:o,animation:i="none",padding:l})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:l==="small"&&r==="small"?"0 7px":l==="small"&&r==="medium"?"0 9px":r==="small"?"0 10px":r==="medium"?"0 12px":0,height:r==="small"?"28px":"32px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:n?.5:1,margin:0,fontSize:`${e.typography.size.s1}px`,fontWeight:e.typography.weight.bold,lineHeight:"1",background:t==="solid"?e.color.secondary:t==="outline"?e.button.background:t==="ghost"&&a?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:a?Wt(.9,e.barTextColor):"transparent",color:a?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Wt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Wt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${bu(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&a?e.color.secondary:t==="ghost"?e.color.mediumdark:e.input.color,boxShadow:t==="outline"?`${e.button.border} 0 0 0 1px inset`:"none",borderRadius:e.input.borderRadius,flexShrink:0,"&:hover":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let s=e.color.secondary;return t==="solid"&&(s=e.color.secondary),t==="outline"&&(s=e.button.background),t==="ghost"?Wt(.86,e.color.secondary):e.base==="light"?fi(.02,s):ix(.03,s)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let s=e.color.secondary;return t==="solid"&&(s=e.color.secondary),t==="outline"&&(s=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?fi(.02,s):ix(.03,s)})()},"&:focus":{boxShadow:`${bu(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:o&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),io=u.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>b.createElement($o,{padding:e,variant:t,ref:n,...r}));io.displayName="IconButton";var oR=$n({from:{opacity:0},to:{opacity:1}}),yK=$n({from:{maxHeight:0},to:{}}),wK=$n({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),iR=F.div({backgroundColor:"rgba(27, 28, 29, 0.2)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${oR} 200ms`}),lR=F.div(({theme:e,width:t,height:r})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"rgba(255, 255, 255, 0.05) 0 0 0 1px inset, rgba(14, 18, 22, 0.35) 0px 10px 38px -10px",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t!=null?t:740,height:r!=null?r:"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${wK} 200ms`,"&:focus-visible":{outline:"none"}})),sR=c(e=>b.createElement(nR,{asChild:!0},b.createElement(io,{...e},b.createElement(KT,null))),"CloseButton"),bK=F.div({display:"flex",flexDirection:"column",margin:16,gap:16}),uR=F.div({display:"flex",justifyContent:"space-between",gap:16}),cR=F.div({display:"flex",flexDirection:"column",gap:4}),EK=c(e=>b.createElement(uR,null,b.createElement(cR,{...e}),b.createElement(sR,null)),"Header"),xK=F(tR)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),CK=F(rR)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),DK=F.div({display:"flex",flexDirection:"row-reverse",gap:8}),dR=F.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${yK} 300ms, ${oR} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),SK=c(({children:e,...t})=>b.createElement(dR,{...t},b.createElement("div",null,e)),"Error");function pR({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:a=c(s=>s.preventDefault(),"onInteractOutside"),className:o,container:i,...l}){return b.createElement(XI,{...l},b.createElement(JI,{container:i},b.createElement(QI,{asChild:!0},b.createElement(iR,null)),b.createElement(eR,{asChild:!0,onInteractOutside:a,onEscapeKeyDown:n},b.createElement(lR,{className:o,width:t,height:r},e))))}c(pR,"BaseModal");var Nhe=Object.assign(pR,aR,{Dialog:ZT}),kK=c(e=>typeof e=="number"?e:Number(e),"toNumber"),_K=F.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${Vm}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${Vm}`]:{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{}}}),jhe=c(({col:e,row:t,outer:r,children:n,...a})=>{let o=kK(typeof r=="number"||!r?r:e||t);return b.createElement(_K,{col:e,row:t,outer:o,...a},n)},"Spaced"),AK=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),FK=F.div(),$K=F.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),Hhe=c(({children:e,...t})=>{let[r,n]=u.Children.toArray(e);return b.createElement($K,{...t},b.createElement(AK,null,r),n&&b.createElement(FK,null,n))},"Placeholder");ay();function fR(e,t){var r=u.useRef(null),n=u.useRef(null);n.current=t;var a=u.useRef(null);u.useEffect(function(){o()});var o=u.useCallback(function(){var i=a.current,l=n.current,s=i||(l?l instanceof Element?l:l.current:null);r.current&&r.current.element===s&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:s,subscriber:e,cleanup:s?e(s):void 0})},[e]);return u.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),u.useCallback(function(i){a.current=i,o()},[o])}c(fR,"useResolvedElement");function s5(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:t==="contentBoxSize"?e.contentRect[r==="inlineSize"?"width":"height"]:void 0}c(s5,"extractSize");function D4(e){e===void 0&&(e={});var t=e.onResize,r=u.useRef(void 0);r.current=t;var n=e.round||Math.round,a=u.useRef(),o=u.useState({width:void 0,height:void 0}),i=o[0],l=o[1],s=u.useRef(!1);u.useEffect(function(){return s.current=!1,function(){s.current=!0}},[]);var d=u.useRef({width:void 0,height:void 0}),f=fR(u.useCallback(function(h){return(!a.current||a.current.box!==e.box||a.current.round!==n)&&(a.current={box:e.box,round:n,instance:new ResizeObserver(function(p){var m=p[0],g=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",v=s5(m,g,"inlineSize"),C=s5(m,g,"blockSize"),w=v?n(v):void 0,y=C?n(C):void 0;if(d.current.width!==w||d.current.height!==y){var E={width:w,height:y};d.current.width=w,d.current.height=y,r.current?r.current(E):s.current||l(E)}})}),a.current.instance.observe(h,{box:e.box}),function(){a.current&&a.current.instance.unobserve(h)}},[e.box,n]),e.ref);return u.useMemo(function(){return{ref:f,width:i.width,height:i.height}},[f,i.width,i.height])}c(D4,"useResizeObserver");var TK=F.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function hR({scale:e,children:t}){let r=u.useRef(null),[n,a]=u.useState(0),o=u.useCallback(({height:i})=>{i&&a(i/e)},[e]);return u.useEffect(()=>{r.current&&a(r.current.getBoundingClientRect().height)},[e]),D4({ref:r,onResize:o}),b.createElement(TK,{scale:e,elementHeight:n},b.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(hR,"ZoomElement");var mR=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 b.createElement(b.Fragment,null,t)}};c(mR,"ZoomIFrame");var IK=mR,RK={Element:hR,IFrame:IK};Wv();var{document:zK}=F1,BK=F.strong(({theme:e})=>({color:e.color.orange})),LK=F.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),hx=F.em(({theme:e})=>({color:e.textMutedColor})),OK=/(Error): (.*)\n/,MK=/at (?:(.*) )?\(?(.+)\)?/,PK=/([^@]+)?(?:\/<)?@(.+)?/,NK=/([^@]+)?@(.+)?/,jK=c(({error:e})=>{if(!e)return b.createElement(u.Fragment,null,"This error has no stack or message");if(!e.stack)return b.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(OK);if(!r)return b.createElement(u.Fragment,null,t);let[,n,a]=r,o=t.split(/\n/).slice(1),[,...i]=o.map(l=>{let s=l.match(MK)||l.match(PK)||l.match(NK);return s?{name:(s[1]||"").replace("/<",""),location:s[2].replace(zK.location.origin,"")}:null}).filter(Boolean);return b.createElement(u.Fragment,null,b.createElement("span",null,n),": ",b.createElement(BK,null,a),b.createElement("br",null),i.map((l,s)=>l!=null&&l.name?b.createElement(u.Fragment,{key:s}," ","at ",b.createElement(LK,null,l.name)," (",b.createElement(hx,null,l.location),")",b.createElement("br",null)):b.createElement(u.Fragment,{key:s}," ","at ",b.createElement(hx,null,l==null?void 0:l.location),b.createElement("br",null))))},"ErrorFormatter"),HK=F.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),VK=F.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),UK=c(({label:e,children:t,...r})=>b.createElement(HK,{...r},e?b.createElement(VK,null,b.createElement("span",null,e)):null,t),"Field");an();qv();var WK=u.useLayoutEffect,qK=WK,GK=c(function(e){var t=u.useRef(e);return qK(function(){t.current=e}),t},"useLatest"),mx=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),KK=c(function(e,t){var r=u.useRef();return u.useCallback(function(n){e.current=n,r.current&&mx(r.current,null),r.current=t,t&&mx(t,n)},[t])},"useComposedRef"),YK=KK,gx={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},ZK=c(function(e){Object.keys(gx).forEach(function(t){e.style.setProperty(t,gx[t],"important")})},"forceHiddenStyles"),vx=ZK,it=null,yx=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function gR(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),it||(it=document.createElement("textarea"),it.setAttribute("tabindex","-1"),it.setAttribute("aria-hidden","true"),vx(it)),it.parentNode===null&&document.body.appendChild(it);var a=e.paddingSize,o=e.borderSize,i=e.sizingStyle,l=i.boxSizing;Object.keys(i).forEach(function(p){var m=p;it.style[m]=i[m]}),vx(it),it.value=t;var s=yx(it,e);it.value=t,s=yx(it,e),it.value="x";var d=it.scrollHeight-a,f=d*r;l==="border-box"&&(f=f+a+o),s=Math.max(f,s);var h=d*n;return l==="border-box"&&(h=h+a+o),s=Math.min(h,s),[s,d]}c(gR,"calculateNodeHeight");var wx=c(function(){},"noop"),XK=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),JK=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],QK=!!document.documentElement.currentStyle,eY=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=XK(JK,t),n=r.boxSizing;if(n==="")return null;QK&&n==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var a=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),o=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:a,borderSize:o}},"getSizingData"),tY=eY;function S4(e,t,r){var n=GK(r);u.useLayoutEffect(function(){var a=c(function(o){return n.current(o)},"handler");if(e)return e.addEventListener(t,a),function(){return e.removeEventListener(t,a)}},[])}c(S4,"useListener");var rY=c(function(e){S4(window,"resize",e)},"useWindowResizeListener"),nY=c(function(e){S4(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),aY=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],oY=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,a=e.minRows,o=e.onChange,i=o===void 0?wx:o,l=e.onHeightChange,s=l===void 0?wx:l,d=T1(e,aY),f=d.value!==void 0,h=u.useRef(null),p=YK(h,t),m=u.useRef(0),g=u.useRef(),v=c(function(){var w=h.current,y=r&&g.current?g.current:tY(w);if(y){g.current=y;var E=gR(y,w.value||w.placeholder||"x",a,n),x=E[0],D=E[1];m.current!==x&&(m.current=x,w.style.setProperty("height",x+"px","important"),s(x,{rowHeight:D}))}},"resizeTextarea"),C=c(function(w){f||v(),i(w)},"handleChange");return u.useLayoutEffect(v),rY(v),nY(v),u.createElement("textarea",se({},d,{onChange:C,ref:p}))},"TextareaAutosize"),iY=u.forwardRef(oY),lY={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},k4=c(({theme:e})=>({...lY,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"),_4=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),vR=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),A4=c(({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},"validation"),sY=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return b.createElement("input",{...n,ref:a})},"Input")))(k4,_4,vR,A4,{minHeight:32}),{displayName:"Input"}),uY=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return b.createElement("select",{...n,ref:a})},"Select")))(k4,_4,A4,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),cY=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return b.createElement(iY,{...n,ref:a})},"Textarea")))(k4,_4,vR,A4,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),Xu=Object.assign(F.form({boxSizing:"border-box",width:"100%"}),{Field:UK,Input:sY,Select:uY,Textarea:cY,Button:$o}),dY=u.lazy(()=>Promise.resolve().then(()=>(h4(),f4)).then(e=>({default:e.WithTooltip}))),Uhe=c(e=>b.createElement(u.Suspense,{fallback:b.createElement("div",null)},b.createElement(dY,{...e})),"WithTooltip"),pY=u.lazy(()=>Promise.resolve().then(()=>(h4(),f4)).then(e=>({default:e.WithTooltipPure}))),fY=c(e=>b.createElement(u.Suspense,{fallback:b.createElement("div",null)},b.createElement(pY,{...e})),"WithTooltipPure"),hY=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),mY=F.span(),gY=F.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),vY=F.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),yY=F.div({padding:15,width:280,boxSizing:"border-box"}),Whe=c(({title:e,desc:t,links:r})=>b.createElement(yY,null,b.createElement(vY,null,e&&b.createElement(hY,null,e),t&&b.createElement(mY,null,t)),r&&b.createElement(gY,null,r.map(({title:n,...a})=>b.createElement(Ti,{...a,key:n},n)))),"TooltipMessage"),wY=F.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6})),qhe=c(({note:e,...t})=>b.createElement(wY,{...t},e),"TooltipNote"),bY=Ke($1(),1),EY=F(({active:e,loading:t,disabled:r,...n})=>b.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:Wt(.7,t.color.defaultText)}:{}),xY=F.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),CY=F.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),DY=F.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),SY=F.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),kY=F.div(({theme:e})=>({width:"100%",border:"none",background:"none",fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10}}),({theme:e,href:t,onClick:r})=>(t||r)&&{cursor:"pointer","&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}},({disabled:e})=>e&&{cursor:"not-allowed"}),_Y=(0,bY.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),AY=c(({loading:e=!1,title:t=b.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:a=!1,disabled:o=!1,isIndented:i,href:l=void 0,onClick:s=void 0,icon:d,LinkWrapper:f=void 0,...h})=>{let p={active:a,disabled:o},m=_Y(s,l,f);return b.createElement(kY,{...h,...p,...m},b.createElement(b.Fragment,null,d&&b.createElement(SY,{...p},d),t||r?b.createElement(CY,{isIndented:!!(!d&&i)},t&&b.createElement(EY,{...p,loading:e},t),r&&b.createElement(DY,{...p},r)):null,n&&b.createElement(xY,{...p},n)))},"ListItem"),FY=AY,$Y=F.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),TY=c(({id:e,onClick:t,...r})=>{let{active:n,disabled:a,title:o,href:i}=r,l=u.useCallback(s=>t==null?void 0:t(s,{id:e,active:n,disabled:a,title:o,href:i}),[t,e,n,a,o,i]);return b.createElement(FY,{id:`list-item-${e}`,...r,...t&&{onClick:l}})},"Item"),IY=c(({links:e,LinkWrapper:t,...r})=>{let n=e.some(a=>a.icon);return b.createElement($Y,{...r},e.map(a=>b.createElement(TY,{key:a.id,isIndented:n,LinkWrapper:t,...a})))},"TooltipLinkList");ay();var u5=F.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});u5.displayName="Side";var RY=c(({children:e,className:t,scrollable:r})=>r?b.createElement(yd,{vertical:!1,className:t},e):b.createElement("div",{className:t},e),"UnstyledBar"),yR=F(RY)(({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}:{});yR.displayName="Bar";var zY=F.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),F4=c(({children:e,backgroundColor:t,className:r,...n})=>{let[a,o]=u.Children.toArray(e);return b.createElement(yR,{className:`sb-bar ${r}`,...n},b.createElement(zY,{bgColor:t},b.createElement(u5,{scrollable:n.scrollable,left:!0},a),o?b.createElement(u5,{right:!0},o):null))},"FlexBar");F4.displayName="FlexBar";var BY=c(e=>typeof e.props.href=="string","isLink"),LY=c(e=>typeof e.props.href!="string","isButton");function wR({children:e,...t},r){let n={props:t,ref:r};if(BY(n))return b.createElement("a",{ref:n.ref,...n.props},e);if(LY(n))return b.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(wR,"ForwardRefFunction");var bR=u.forwardRef(wR);bR.displayName="ButtonOrLink";var hp=F(bR,{shouldForwardProp:P5})({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}});hp.displayName="TabButton";var OY=F.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),MY=F.div(()=>({marginTop:6,padding:7,height:28})),Ghe=c(()=>b.createElement(MY,null,b.createElement(OY,null)),"IconButtonSkeleton"),PY=F.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),NY=F.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),jY=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),HY=F.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),ER=c(({title:e,description:t,footer:r})=>b.createElement(PY,null,b.createElement(NY,null,b.createElement(jY,null,e),t&&b.createElement(HY,null,t)),r),"EmptyTabContent"),xR=F.div(({active:e})=>e?{display:"block"}:{display:"none"}),VY=c(e=>u.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:a}})=>{let o=Array.isArray(a)?a[0]:a;return{title:t,id:r,...n?{color:n}:{},render:typeof o=="function"?o:({active:i})=>b.createElement(xR,{active:i,role:"tabpanel"},o)}}),"childrenToList");h4();var UY=F.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),WY=F(hp)(({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 CR(e){let t=u.useRef(),r=u.useRef(),n=u.useRef(new Map),{width:a=1}=D4({ref:t}),[o,i]=u.useState(e),[l,s]=u.useState([]),d=u.useRef(e),f=u.useCallback(({menuName:p,actions:m})=>{let g=l.some(({active:w})=>w),[v,C]=u.useState(!1);return b.createElement(b.Fragment,null,b.createElement(qd,{interactive:!0,visible:v,onVisibleChange:C,placement:"bottom",delayHide:100,tooltip:b.createElement(IY,{links:l.map(({title:w,id:y,color:E,active:x})=>({id:y,title:w,color:E,active:x,onClick:c(D=>{D.preventDefault(),m.onSelect(y)},"onClick")}))})},b.createElement(WY,{ref:r,active:g,preActive:v,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},p,b.createElement(UY,{className:"addon-collapsible-icon",isActive:g||v}))),l.map(({title:w,id:y,color:E},x)=>{var S;let D=`index-${x}`;return b.createElement(hp,{id:`tabbutton-${(S=ZS(y))!=null?S:D}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:k=>{n.current.set(y,k)},className:"tabbutton",type:"button",key:y,textColor:E,role:"tab"},w)}))},[l]),h=u.useCallback(()=>{if(!t.current||!r.current)return;let{x:p,width:m}=t.current.getBoundingClientRect(),{width:g}=r.current.getBoundingClientRect(),v=l.length?p+m-g:p+m,C=[],w=0,y=e.filter(E=>{let{id:x}=E,D=n.current.get(x),{width:S=0}=(D==null?void 0:D.getBoundingClientRect())||{},k=p+w+S>v;return(!k||!D)&&C.push(E),w+=S,k});(C.length!==o.length||d.current!==e)&&(i(C),s(y),d.current=e)},[l.length,e,o]);return u.useLayoutEffect(h,[h,a]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:o,invisibleList:l,AddonTab:f}}c(CR,"useList");var qY="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",GY=F.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),DR=F.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});DR.displayName="TabBar";var KY=F.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${qY}`]:{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"}}:{}),Khe=c(({active:e,render:t,children:r})=>b.createElement(xR,{active:e},t?t():r),"TabWrapper"),SR=u.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:a=!1,tools:o=null,backgroundColor:i,id:l=null,menuName:s="Tabs",emptyState:d,showToolsWhenEmpty:f})=>{let h=u.useMemo(()=>VY(e).map((w,y)=>({...w,active:t?w.id===t:y===0})),[e,t]),{visibleList:p,tabBarRef:m,tabRefs:g,AddonTab:v}=CR(h),C=d!=null?d:b.createElement(ER,{title:"Nothing found"});return!f&&h.length===0?C:b.createElement(GY,{absolute:n,bordered:a,id:l},b.createElement(F4,{scrollable:!1,border:!0,backgroundColor:i},b.createElement(DR,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},p.map(({title:w,id:y,active:E,color:x},D)=>{var k;let S=`index-${D}`;return b.createElement(hp,{id:`tabbutton-${(k=ZS(y))!=null?k:S}`,ref:_=>{g.current.set(y,_)},className:`tabbutton ${E?"tabbutton-active":""}`,type:"button",key:y,active:E,textColor:x,onClick:_=>{_.preventDefault(),r.onSelect(y)},role:"tab"},typeof w=="function"?b.createElement("title",null):w)}),b.createElement(v,{menuName:s,actions:r})),o),b.createElement(KY,{id:"panel-tab-content",bordered:a,absolute:n},h.length?h.map(({id:w,active:y,render:E})=>b.createElement(E,{key:w,active:y},null)):C))});SR.displayName="Tabs";var c5=class extends u.Component{constructor(t){super(t),this.handlers={onSelect:c(r=>this.setState({selected:r}),"onSelect")},this.state={selected:t.initial}}render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:a,menuName:o}=this.props,{selected:i}=this.state;return b.createElement(SR,{bordered:t,absolute:r,selected:i,backgroundColor:a,menuName:o,actions:this.handlers},n)}};c(c5,"TabsState"),c5.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var YY=c5,kR=F.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});kR.displayName="Separator";var Zhe=c(e=>e.reduce((t,r,n)=>r?b.createElement(u.Fragment,{key:r.id||r.key||`f-${n}`},t,n>0?b.createElement(kR,{key:`s-${n}`}):null,r.render()||r):t,null),"interleaveSeparators"),ZY=c(e=>{let t=u.useRef();return u.useEffect(()=>{t.current=e},[e]),t.current},"usePrevious"),XY=c((e,t)=>{let r=ZY(t);return e?t:r},"useUpdate"),Xhe=c(({active:e,children:t})=>b.createElement("div",{hidden:!e},XY(e,t)),"AddonPanel");const{deprecate:JY,logger:QY}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var eZ=qT,tZ=F.svg`
|
|
539
|
+
display: inline-block;
|
|
540
|
+
shape-rendering: inherit;
|
|
541
|
+
vertical-align: middle;
|
|
542
|
+
fill: currentColor;
|
|
543
|
+
path {
|
|
544
|
+
fill: currentColor;
|
|
545
|
+
}
|
|
546
|
+
`,Jhe=c(({icon:e,useSymbol:t,__suppressDeprecationWarning:r=!1,...n})=>{r||JY(`Use of the deprecated Icons ${`(${e})`||""} component detected. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`);let a=d5[e]||null;if(!a)return QY.warn(`Use of an unknown prop ${`(${e})`||""} in the Icons component. The Icons component is deprecated. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`),null;let o=eZ[a];return b.createElement(o,{...n})},"Icons"),Qhe=u.memo(c(function({icons:e=Object.keys(d5)}){return b.createElement(tZ,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>b.createElement("symbol",{id:`icon--${t}`,key:t},d5[t])))},"Symbols")),d5={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"},eme=c(({alt:e,...t})=>b.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?b.createElement("title",null,e):null,b.createElement("defs",null,b.createElement("path",{d:"M1.2 36.9L0 3.9c0-1.1.8-2 1.9-2.1l28-1.8a2 2 0 0 1 2.2 1.9 2 2 0 0 1 0 .1v36a2 2 0 0 1-2 2 2 2 0 0 1-.1 0L3.2 38.8a2 2 0 0 1-2-2z",id:"a"})),b.createElement("g",{fill:"none",fillRule:"evenodd"},b.createElement("path",{d:"M53.3 31.7c-1.7 0-3.4-.3-5-.7-1.5-.5-2.8-1.1-3.9-2l1.6-3.5c2.2 1.5 4.6 2.3 7.3 2.3 1.5 0 2.5-.2 3.3-.7.7-.5 1.1-1 1.1-1.9 0-.7-.3-1.3-1-1.7s-2-.8-3.7-1.2c-2-.4-3.6-.9-4.8-1.5-1.1-.5-2-1.2-2.6-2-.5-1-.8-2-.8-3.2 0-1.4.4-2.6 1.2-3.6.7-1.1 1.8-2 3.2-2.6 1.3-.6 2.9-.9 4.7-.9 1.6 0 3.1.3 4.6.7 1.5.5 2.7 1.1 3.5 2l-1.6 3.5c-2-1.5-4.2-2.3-6.5-2.3-1.3 0-2.3.2-3 .8-.8.5-1.2 1.1-1.2 2 0 .5.2 1 .5 1.3.2.3.7.6 1.4.9l2.9.8c2.9.6 5 1.4 6.2 2.4a5 5 0 0 1 2 4.2 6 6 0 0 1-2.5 5c-1.7 1.2-4 1.9-7 1.9zm21-3.6l1.4-.1-.2 3.5-1.9.1c-2.4 0-4.1-.5-5.2-1.5-1.1-1-1.6-2.7-1.6-4.8v-6h-3v-3.6h3V11h4.8v4.6h4v3.6h-4v6c0 1.8.9 2.8 2.6 2.8zm11.1 3.5c-1.6 0-3-.3-4.3-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.3-1 1.7 0 3.2.3 4.4 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.4 1zm0-3.6c2.4 0 3.6-1.6 3.6-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.6-1c-2.3 0-3.5 1.4-3.5 4.4 0 3 1.2 4.6 3.5 4.6zm21.7-8.8l-2.7.3c-1.3.2-2.3.5-2.8 1.2-.6.6-.9 1.4-.9 2.5v8.2H96V15.7h4.6v2.6c.8-1.8 2.5-2.8 5-3h1.3l.3 4zm14-3.5h4.8L116.4 37h-4.9l3-6.6-6.4-14.8h5l4 10 4-10zm16-.4c1.4 0 2.6.3 3.6 1 1 .6 1.9 1.6 2.5 2.8.6 1.2.9 2.7.9 4.3 0 1.6-.3 3-1 4.3a6.9 6.9 0 0 1-2.4 2.9c-1 .7-2.2 1-3.6 1-1 0-2-.2-3-.7-.8-.4-1.5-1-2-1.9v2.4h-4.7V8.8h4.8v9c.5-.8 1.2-1.4 2-1.9.9-.4 1.8-.6 3-.6zM135.7 28c1.1 0 2-.4 2.6-1.2.6-.8 1-2 1-3.4 0-1.5-.4-2.5-1-3.3s-1.5-1.1-2.6-1.1-2 .3-2.6 1.1c-.6.8-1 2-1 3.3 0 1.5.4 2.6 1 3.4.6.8 1.5 1.2 2.6 1.2zm18.9 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.3 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm18 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.4 1a7 7 0 0 1 2.9 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm27.4 3.4h-6l-6-7v7h-4.8V8.8h4.9v13.6l5.8-6.7h5.7l-6.6 7.5 7 8.2z",fill:"currentColor"}),b.createElement("mask",{id:"b",fill:"#fff"},b.createElement("use",{xlinkHref:"#a"})),b.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),b.createElement("path",{d:"M23.7 5L24 .2l3.9-.3.1 4.8a.3.3 0 0 1-.5.2L26 3.8l-1.7 1.4a.3.3 0 0 1-.5-.3zm-5 10c0 .9 5.3.5 6 0 0-5.4-2.8-8.2-8-8.2-5.3 0-8.2 2.8-8.2 7.1 0 7.4 10 7.6 10 11.6 0 1.2-.5 1.9-1.8 1.9-1.6 0-2.2-.9-2.1-3.6 0-.6-6.1-.8-6.3 0-.5 6.7 3.7 8.6 8.5 8.6 4.6 0 8.3-2.5 8.3-7 0-7.9-10.2-7.7-10.2-11.6 0-1.6 1.2-1.8 2-1.8.6 0 2 0 1.9 3z",fill:"#FFF",fillRule:"nonzero",mask:"url(#b)"}))),"StorybookLogo"),tme=c(e=>b.createElement("svg",{viewBox:"0 0 64 64",...e},b.createElement("title",null,"Storybook icon"),b.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},b.createElement("path",{d:"M8.04798541,58.7875918 L6.07908839,6.32540407 C6.01406344,4.5927838 7.34257463,3.12440831 9.07303814,3.01625434 L53.6958037,0.227331489 C55.457209,0.117243658 56.974354,1.45590096 57.0844418,3.21730626 C57.0885895,3.28366922 57.0906648,3.35014546 57.0906648,3.41663791 L57.0906648,60.5834697 C57.0906648,62.3483119 55.6599776,63.7789992 53.8951354,63.7789992 C53.847325,63.7789992 53.7995207,63.7779262 53.7517585,63.775781 L11.0978899,61.8600599 C9.43669044,61.7854501 8.11034889,60.4492961 8.04798541,58.7875918 Z",id:"path-1",fill:"#FF4785",fillRule:"nonzero"}),b.createElement("path",{d:"M35.9095005,24.1768792 C35.9095005,25.420127 44.2838488,24.8242707 45.4080313,23.9509748 C45.4080313,15.4847538 40.8652557,11.0358878 32.5466666,11.0358878 C24.2280775,11.0358878 19.5673077,15.553972 19.5673077,22.3311017 C19.5673077,34.1346028 35.4965208,34.3605071 35.4965208,40.7987804 C35.4965208,42.606015 34.6115646,43.6790606 32.6646607,43.6790606 C30.127786,43.6790606 29.1248356,42.3834613 29.2428298,37.9783269 C29.2428298,37.0226907 19.5673077,36.7247626 19.2723223,37.9783269 C18.5211693,48.6535354 25.1720308,51.7326752 32.7826549,51.7326752 C40.1572906,51.7326752 45.939005,47.8018145 45.939005,40.6858282 C45.939005,28.035186 29.7738035,28.3740425 29.7738035,22.1051974 C29.7738035,19.5637737 31.6617103,19.2249173 32.7826549,19.2249173 C33.9625966,19.2249173 36.0864917,19.4328883 35.9095005,24.1768792 Z",id:"path9_fill-path",fill:"#FFFFFF",fillRule:"nonzero"}),b.createElement("path",{d:"M44.0461638,0.830433986 L50.1874092,0.446606143 L50.443532,7.7810017 C50.4527198,8.04410717 50.2468789,8.26484453 49.9837734,8.27403237 C49.871115,8.27796649 49.7607078,8.24184808 49.6721567,8.17209069 L47.3089847,6.3104681 L44.5110468,8.43287463 C44.3012992,8.591981 44.0022839,8.55092814 43.8431776,8.34118051 C43.7762017,8.25288717 43.742082,8.14401677 43.7466857,8.03329059 L44.0461638,0.830433986 Z",id:"Path",fill:"#FFFFFF"}))),"StorybookIcon"),rZ=$n`
|
|
547
|
+
from {
|
|
548
|
+
transform: rotate(0deg);
|
|
549
|
+
}
|
|
550
|
+
to {
|
|
551
|
+
transform: rotate(360deg);
|
|
552
|
+
}
|
|
553
|
+
`,nZ=F.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${rZ} 0.7s linear infinite`,mixBlendMode:"difference"})),bx=F.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),aZ=F.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Wt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),oZ=F.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),Ex=F.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),iZ=F(GT)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),lZ=$n`
|
|
554
|
+
from { content: "..." }
|
|
555
|
+
33% { content: "." }
|
|
556
|
+
66% { content: ".." }
|
|
557
|
+
to { content: "..." }
|
|
558
|
+
`,sZ=F.span({"&::after":{content:"'...'",animation:`${lZ} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),uZ=c(({progress:e,error:t,size:r,...n})=>{if(t)return b.createElement(bx,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},b.createElement(iZ,null),b.createElement(Ex,null,t.message));if(e){let{value:a,modules:o}=e,{message:i}=e;return o&&(i+=` ${o.complete} / ${o.total} modules`),b.createElement(bx,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":a*100,"aria-valuetext":i,role:"progressbar",...n},b.createElement(aZ,null,b.createElement(oZ,{style:{width:`${a*100}%`}})),b.createElement(Ex,null,i,a<1&&b.createElement(sZ,{key:i})))}return b.createElement(nZ,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader");function _R(e){let t={},r=e.split("&");for(let n=0;n<r.length;n++){let a=r[n].split("=");t[decodeURIComponent(a[0])]=decodeURIComponent(a[1]||"")}return t}c(_R,"parseQuery");var cZ=c((e,t,r={})=>{let[n,a]=e.split("?"),o=a?{..._R(a),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(o).map(i=>`${i[0]}=${i[1]}`).join("&")}`},"getStoryHref"),dZ=F.pre`
|
|
559
|
+
line-height: 18px;
|
|
560
|
+
padding: 11px 1rem;
|
|
561
|
+
white-space: pre-wrap;
|
|
562
|
+
background: rgba(0, 0, 0, 0.05);
|
|
563
|
+
color: ${K.darkest};
|
|
564
|
+
border-radius: 3px;
|
|
565
|
+
margin: 1rem 0;
|
|
566
|
+
width: 100%;
|
|
567
|
+
display: block;
|
|
568
|
+
overflow: hidden;
|
|
569
|
+
font-family: ${Vr.fonts.mono};
|
|
570
|
+
font-size: ${Vr.size.s2-1}px;
|
|
571
|
+
`,rme=c(({code:e,...t})=>b.createElement(dZ,{id:"clipboard-code",...t},e),"ClipboardCode"),pZ=WT,fZ={};Object.keys(WT).forEach(e=>{fZ[e]=u.forwardRef((t,r)=>u.createElement(e,{...t,ref:r}))});function St(){return St=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},St.apply(null,arguments)}function hZ(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Eu(e,t){return Eu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Eu(e,t)}function mZ(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Eu(e,t)}function p5(e){return p5=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},p5(e)}function gZ(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function AR(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(AR=function(){return!!e})()}function vZ(e,t,r){if(AR())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Eu(a,r.prototype),a}function f5(e){var t=typeof Map=="function"?new Map:void 0;return f5=function(n){if(n===null||!gZ(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return vZ(n,arguments,p5(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Eu(a,n)},f5(e)}var Wr=function(e){mZ(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,hZ(n)}return t}(f5(Error));function Cm(e){return Math.round(e*255)}function yZ(e,t,r){return Cm(e)+","+Cm(t)+","+Cm(r)}function xu(e,t,r,n){if(n===void 0&&(n=yZ),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}var xx={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 wZ(e){if(typeof e!="string")return e;var t=e.toLowerCase();return xx[t]?"#"+xx[t]:e}var bZ=/^#[a-fA-F0-9]{6}$/,EZ=/^#[a-fA-F0-9]{8}$/,xZ=/^#[a-fA-F0-9]{3}$/,CZ=/^#[a-fA-F0-9]{4}$/,Dm=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,DZ=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,SZ=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,kZ=/^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 nl(e){if(typeof e!="string")throw new Wr(3);var t=wZ(e);if(t.match(bZ))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(EZ)){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(xZ))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(CZ)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Dm.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=DZ.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=SZ.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+xu(l,s,d)+")",h=Dm.exec(f);if(!h)throw new Wr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=kZ.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+xu(m,g,v)+")",w=Dm.exec(C);if(!w)throw new Wr(4,t,C);return{red:parseInt(""+w[1],10),green:parseInt(""+w[2],10),blue:parseInt(""+w[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Wr(5)}function _Z(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}function _a(e){return _Z(nl(e))}var AZ=function(t){return t.length===7&&t[1]===t[2]&&t[3]===t[4]&&t[5]===t[6]?"#"+t[1]+t[3]+t[5]:t},h5=AZ;function Ha(e){var t=e.toString(16);return t.length===1?"0"+t:t}function Sm(e){return Ha(Math.round(e*255))}function FZ(e,t,r){return h5("#"+Sm(e)+Sm(t)+Sm(r))}function Zd(e,t,r){return xu(e,t,r,FZ)}function $Z(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Zd(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Zd(e.hue,e.saturation,e.lightness);throw new Wr(1)}function TZ(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Zd(e,t,r):"rgba("+xu(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Zd(e.hue,e.saturation,e.lightness):"rgba("+xu(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Wr(2)}function m5(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return h5("#"+Ha(e)+Ha(t)+Ha(r));if(typeof e=="object"&&t===void 0&&r===void 0)return h5("#"+Ha(e.red)+Ha(e.green)+Ha(e.blue));throw new Wr(6)}function Pr(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=nl(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?m5(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?m5(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Wr(7)}var IZ=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha=="undefined")},RZ=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},zZ=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha=="undefined")},BZ=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function Aa(e){if(typeof e!="object")throw new Wr(8);if(RZ(e))return Pr(e);if(IZ(e))return m5(e);if(BZ(e))return TZ(e);if(zZ(e))return $Z(e);throw new Wr(8)}function FR(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):FR(e,t,a)}}function Nt(e){return FR(e,e.length,[])}function LZ(e,t){if(t==="transparent")return t;var r=_a(t);return Aa(St({},r,{hue:r.hue+parseFloat(e)}))}Nt(LZ);function bl(e,t,r){return Math.max(e,Math.min(t,r))}function OZ(e,t){if(t==="transparent")return t;var r=_a(t);return Aa(St({},r,{lightness:bl(0,1,r.lightness-parseFloat(e))}))}var MZ=Nt(OZ),Or=MZ;function PZ(e,t){if(t==="transparent")return t;var r=_a(t);return Aa(St({},r,{saturation:bl(0,1,r.saturation-parseFloat(e))}))}Nt(PZ);function NZ(e,t){if(t==="transparent")return t;var r=_a(t);return Aa(St({},r,{lightness:bl(0,1,r.lightness+parseFloat(e))}))}var jZ=Nt(NZ),Va=jZ;function HZ(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=nl(t),a=St({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),o=nl(r),i=St({},o,{alpha:typeof o.alpha=="number"?o.alpha:1}),l=a.alpha-i.alpha,s=parseFloat(e)*2-1,d=s*l===-1?s:s+l,f=1+s*l,h=(d/f+1)/2,p=1-h,m={red:Math.floor(a.red*h+i.red*p),green:Math.floor(a.green*h+i.green*p),blue:Math.floor(a.blue*h+i.blue*p),alpha:a.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return Pr(m)}var VZ=Nt(HZ),$R=VZ;function UZ(e,t){if(t==="transparent")return t;var r=nl(t),n=typeof r.alpha=="number"?r.alpha:1,a=St({},r,{alpha:bl(0,1,(n*100+parseFloat(e)*100)/100)});return Pr(a)}var WZ=Nt(UZ),Yc=WZ;function qZ(e,t){if(t==="transparent")return t;var r=_a(t);return Aa(St({},r,{saturation:bl(0,1,r.saturation+parseFloat(e))}))}Nt(qZ);function GZ(e,t){return t==="transparent"?t:Aa(St({},_a(t),{hue:parseFloat(e)}))}Nt(GZ);function KZ(e,t){return t==="transparent"?t:Aa(St({},_a(t),{lightness:parseFloat(e)}))}Nt(KZ);function YZ(e,t){return t==="transparent"?t:Aa(St({},_a(t),{saturation:parseFloat(e)}))}Nt(YZ);function ZZ(e,t){return t==="transparent"?t:$R(parseFloat(e),"rgb(0, 0, 0)",t)}Nt(ZZ);function XZ(e,t){return t==="transparent"?t:$R(parseFloat(e),"rgb(255, 255, 255)",t)}Nt(XZ);function JZ(e,t){if(t==="transparent")return t;var r=nl(t),n=typeof r.alpha=="number"?r.alpha:1,a=St({},r,{alpha:bl(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Pr(a)}var QZ=Nt(JZ),ve=QZ,eX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),tX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),rX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),nX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),aX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),oX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),g5=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),nme=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),iX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),lX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),sX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),uX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),cX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),dX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),TR=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width: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}))),pX=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e})));function fX(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var IR=fX;function hX(){this.__data__=[],this.size=0}var mX=hX;function gX(e,t){return e===t||e!==e&&t!==t}var $4=gX,vX=$4;function yX(e,t){for(var r=e.length;r--;)if(vX(e[r][0],t))return r;return-1}var mp=yX,wX=mp,bX=Array.prototype,EX=bX.splice;function xX(e){var t=this.__data__,r=wX(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():EX.call(t,r,1),--this.size,!0}var CX=xX,DX=mp;function SX(e){var t=this.__data__,r=DX(t,e);return r<0?void 0:t[r][1]}var kX=SX,_X=mp;function AX(e){return _X(this.__data__,e)>-1}var FX=AX,$X=mp;function TX(e,t){var r=this.__data__,n=$X(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var IX=TX,RX=mX,zX=CX,BX=kX,LX=FX,OX=IX;function El(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])}}El.prototype.clear=RX;El.prototype.delete=zX;El.prototype.get=BX;El.prototype.has=LX;El.prototype.set=OX;var gp=El,MX=gp;function PX(){this.__data__=new MX,this.size=0}var NX=PX;function jX(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var HX=jX;function VX(e){return this.__data__.get(e)}var UX=VX;function WX(e){return this.__data__.has(e)}var qX=WX,GX=typeof ac=="object"&&ac&&ac.Object===Object&&ac,RR=GX,KX=RR,YX=typeof self=="object"&&self&&self.Object===Object&&self,ZX=KX||YX||Function("return this")(),ln=ZX,XX=ln,JX=XX.Symbol,Ju=JX,Cx=Ju,zR=Object.prototype,QX=zR.hasOwnProperty,eJ=zR.toString,rs=Cx?Cx.toStringTag:void 0;function tJ(e){var t=QX.call(e,rs),r=e[rs];try{e[rs]=void 0;var n=!0}catch{}var a=eJ.call(e);return n&&(t?e[rs]=r:delete e[rs]),a}var rJ=tJ,nJ=Object.prototype,aJ=nJ.toString;function oJ(e){return aJ.call(e)}var iJ=oJ,Dx=Ju,lJ=rJ,sJ=iJ,uJ="[object Null]",cJ="[object Undefined]",Sx=Dx?Dx.toStringTag:void 0;function dJ(e){return e==null?e===void 0?cJ:uJ:Sx&&Sx in Object(e)?lJ(e):sJ(e)}var Qu=dJ;function pJ(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var To=pJ,fJ=Qu,hJ=To,mJ="[object AsyncFunction]",gJ="[object Function]",vJ="[object GeneratorFunction]",yJ="[object Proxy]";function wJ(e){if(!hJ(e))return!1;var t=fJ(e);return t==gJ||t==vJ||t==mJ||t==yJ}var BR=wJ,bJ=ln,EJ=bJ["__core-js_shared__"],xJ=EJ,km=xJ,kx=function(){var e=/[^.]+$/.exec(km&&km.keys&&km.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function CJ(e){return!!kx&&kx in e}var DJ=CJ,SJ=Function.prototype,kJ=SJ.toString;function _J(e){if(e!=null){try{return kJ.call(e)}catch{}try{return e+""}catch{}}return""}var LR=_J,AJ=BR,FJ=DJ,$J=To,TJ=LR,IJ=/[\\^$.*+?()[\]{}|]/g,RJ=/^\[object .+?Constructor\]$/,zJ=Function.prototype,BJ=Object.prototype,LJ=zJ.toString,OJ=BJ.hasOwnProperty,MJ=RegExp("^"+LJ.call(OJ).replace(IJ,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PJ(e){if(!$J(e)||FJ(e))return!1;var t=AJ(e)?MJ:RJ;return t.test(TJ(e))}var NJ=PJ;function jJ(e,t){return e==null?void 0:e[t]}var HJ=jJ,VJ=NJ,UJ=HJ;function WJ(e,t){var r=UJ(e,t);return VJ(r)?r:void 0}var Io=WJ,qJ=Io,GJ=ln,KJ=qJ(GJ,"Map"),T4=KJ,YJ=Io,ZJ=YJ(Object,"create"),vp=ZJ,_x=vp;function XJ(){this.__data__=_x?_x(null):{},this.size=0}var JJ=XJ;function QJ(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var eQ=QJ,tQ=vp,rQ="__lodash_hash_undefined__",nQ=Object.prototype,aQ=nQ.hasOwnProperty;function oQ(e){var t=this.__data__;if(tQ){var r=t[e];return r===rQ?void 0:r}return aQ.call(t,e)?t[e]:void 0}var iQ=oQ,lQ=vp,sQ=Object.prototype,uQ=sQ.hasOwnProperty;function cQ(e){var t=this.__data__;return lQ?t[e]!==void 0:uQ.call(t,e)}var dQ=cQ,pQ=vp,fQ="__lodash_hash_undefined__";function hQ(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=pQ&&t===void 0?fQ:t,this}var mQ=hQ,gQ=JJ,vQ=eQ,yQ=iQ,wQ=dQ,bQ=mQ;function xl(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])}}xl.prototype.clear=gQ;xl.prototype.delete=vQ;xl.prototype.get=yQ;xl.prototype.has=wQ;xl.prototype.set=bQ;var EQ=xl,Ax=EQ,xQ=gp,CQ=T4;function DQ(){this.size=0,this.__data__={hash:new Ax,map:new(CQ||xQ),string:new Ax}}var SQ=DQ;function kQ(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var _Q=kQ,AQ=_Q;function FQ(e,t){var r=e.__data__;return AQ(t)?r[typeof t=="string"?"string":"hash"]:r.map}var yp=FQ,$Q=yp;function TQ(e){var t=$Q(this,e).delete(e);return this.size-=t?1:0,t}var IQ=TQ,RQ=yp;function zQ(e){return RQ(this,e).get(e)}var BQ=zQ,LQ=yp;function OQ(e){return LQ(this,e).has(e)}var MQ=OQ,PQ=yp;function NQ(e,t){var r=PQ(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var jQ=NQ,HQ=SQ,VQ=IQ,UQ=BQ,WQ=MQ,qQ=jQ;function Cl(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])}}Cl.prototype.clear=HQ;Cl.prototype.delete=VQ;Cl.prototype.get=UQ;Cl.prototype.has=WQ;Cl.prototype.set=qQ;var I4=Cl,GQ=gp,KQ=T4,YQ=I4,ZQ=200;function XQ(e,t){var r=this.__data__;if(r instanceof GQ){var n=r.__data__;if(!KQ||n.length<ZQ-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new YQ(n)}return r.set(e,t),this.size=r.size,this}var JQ=XQ,QQ=gp,eee=NX,tee=HX,ree=UX,nee=qX,aee=JQ;function Dl(e){var t=this.__data__=new QQ(e);this.size=t.size}Dl.prototype.clear=eee;Dl.prototype.delete=tee;Dl.prototype.get=ree;Dl.prototype.has=nee;Dl.prototype.set=aee;var R4=Dl,oee="__lodash_hash_undefined__";function iee(e){return this.__data__.set(e,oee),this}var lee=iee;function see(e){return this.__data__.has(e)}var uee=see,cee=I4,dee=lee,pee=uee;function Xd(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new cee;++t<r;)this.add(e[t])}Xd.prototype.add=Xd.prototype.push=dee;Xd.prototype.has=pee;var OR=Xd;function fee(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var hee=fee;function mee(e,t){return e.has(t)}var MR=mee,gee=OR,vee=hee,yee=MR,wee=1,bee=2;function Eee(e,t,r,n,a,o){var i=r&wee,l=e.length,s=t.length;if(l!=s&&!(i&&s>l))return!1;var d=o.get(e),f=o.get(t);if(d&&f)return d==t&&f==e;var h=-1,p=!0,m=r&bee?new gee:void 0;for(o.set(e,t),o.set(t,e);++h<l;){var g=e[h],v=t[h];if(n)var C=i?n(v,g,h,t,e,o):n(g,v,h,e,t,o);if(C!==void 0){if(C)continue;p=!1;break}if(m){if(!vee(t,function(w,y){if(!yee(m,y)&&(g===w||a(g,w,r,n,o)))return m.push(y)})){p=!1;break}}else if(!(g===v||a(g,v,r,n,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var PR=Eee,xee=ln,Cee=xee.Uint8Array,NR=Cee;function Dee(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var See=Dee;function kee(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var z4=kee,Fx=Ju,$x=NR,_ee=$4,Aee=PR,Fee=See,$ee=z4,Tee=1,Iee=2,Ree="[object Boolean]",zee="[object Date]",Bee="[object Error]",Lee="[object Map]",Oee="[object Number]",Mee="[object RegExp]",Pee="[object Set]",Nee="[object String]",jee="[object Symbol]",Hee="[object ArrayBuffer]",Vee="[object DataView]",Tx=Fx?Fx.prototype:void 0,_m=Tx?Tx.valueOf:void 0;function Uee(e,t,r,n,a,o,i){switch(r){case Vee:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Hee:return!(e.byteLength!=t.byteLength||!o(new $x(e),new $x(t)));case Ree:case zee:case Oee:return _ee(+e,+t);case Bee:return e.name==t.name&&e.message==t.message;case Mee:case Nee:return e==t+"";case Lee:var l=Fee;case Pee:var s=n&Tee;if(l||(l=$ee),e.size!=t.size&&!s)return!1;var d=i.get(e);if(d)return d==t;n|=Iee,i.set(e,t);var f=Aee(l(e),l(t),n,a,o,i);return i.delete(e),f;case jee:if(_m)return _m.call(e)==_m.call(t)}return!1}var Wee=Uee;function qee(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var jR=qee,Gee=Array.isArray,zn=Gee,Kee=jR,Yee=zn;function Zee(e,t,r){var n=t(e);return Yee(e)?n:Kee(n,r(e))}var HR=Zee;function Xee(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var i=e[r];t(i,r,e)&&(o[a++]=i)}return o}var Jee=Xee;function Qee(){return[]}var VR=Qee,ete=Jee,tte=VR,rte=Object.prototype,nte=rte.propertyIsEnumerable,Ix=Object.getOwnPropertySymbols,ate=Ix?function(e){return e==null?[]:(e=Object(e),ete(Ix(e),function(t){return nte.call(e,t)}))}:tte,B4=ate;function ote(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var ite=ote;function lte(e){return e!=null&&typeof e=="object"}var Ro=lte,ste=Qu,ute=Ro,cte="[object Arguments]";function dte(e){return ute(e)&&ste(e)==cte}var pte=dte,Rx=pte,fte=Ro,UR=Object.prototype,hte=UR.hasOwnProperty,mte=UR.propertyIsEnumerable,gte=Rx(function(){return arguments}())?Rx:function(e){return fte(e)&&hte.call(e,"callee")&&!mte.call(e,"callee")},WR=gte,Jd={exports:{}};function vte(){return!1}var yte=vte;Jd.exports;(function(e,t){var r=ln,n=yte,a=t&&!t.nodeType&&t,o=a&&!0&&e&&!e.nodeType&&e,i=o&&o.exports===a,l=i?r.Buffer:void 0,s=l?l.isBuffer:void 0,d=s||n;e.exports=d})(Jd,Jd.exports);var L4=Jd.exports,wte=9007199254740991,bte=/^(?:0|[1-9]\d*)$/;function Ete(e,t){var r=typeof e;return t=t==null?wte:t,!!t&&(r=="number"||r!="symbol"&&bte.test(e))&&e>-1&&e%1==0&&e<t}var O4=Ete,xte=9007199254740991;function Cte(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=xte}var M4=Cte,Dte=Qu,Ste=M4,kte=Ro,_te="[object Arguments]",Ate="[object Array]",Fte="[object Boolean]",$te="[object Date]",Tte="[object Error]",Ite="[object Function]",Rte="[object Map]",zte="[object Number]",Bte="[object Object]",Lte="[object RegExp]",Ote="[object Set]",Mte="[object String]",Pte="[object WeakMap]",Nte="[object ArrayBuffer]",jte="[object DataView]",Hte="[object Float32Array]",Vte="[object Float64Array]",Ute="[object Int8Array]",Wte="[object Int16Array]",qte="[object Int32Array]",Gte="[object Uint8Array]",Kte="[object Uint8ClampedArray]",Yte="[object Uint16Array]",Zte="[object Uint32Array]",he={};he[Hte]=he[Vte]=he[Ute]=he[Wte]=he[qte]=he[Gte]=he[Kte]=he[Yte]=he[Zte]=!0;he[_te]=he[Ate]=he[Nte]=he[Fte]=he[jte]=he[$te]=he[Tte]=he[Ite]=he[Rte]=he[zte]=he[Bte]=he[Lte]=he[Ote]=he[Mte]=he[Pte]=!1;function Xte(e){return kte(e)&&Ste(e.length)&&!!he[Dte(e)]}var Jte=Xte;function Qte(e){return function(t){return e(t)}}var P4=Qte,Qd={exports:{}};Qd.exports;(function(e,t){var r=RR,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,i=o&&r.process,l=function(){try{var s=a&&a.require&&a.require("util").types;return s||i&&i.binding&&i.binding("util")}catch{}}();e.exports=l})(Qd,Qd.exports);var N4=Qd.exports,ere=Jte,tre=P4,zx=N4,Bx=zx&&zx.isTypedArray,rre=Bx?tre(Bx):ere,qR=rre,nre=ite,are=WR,ore=zn,ire=L4,lre=O4,sre=qR,ure=Object.prototype,cre=ure.hasOwnProperty;function dre(e,t){var r=ore(e),n=!r&&are(e),a=!r&&!n&&ire(e),o=!r&&!n&&!a&&sre(e),i=r||n||a||o,l=i?nre(e.length,String):[],s=l.length;for(var d in e)(t||cre.call(e,d))&&!(i&&(d=="length"||a&&(d=="offset"||d=="parent")||o&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||lre(d,s)))&&l.push(d);return l}var GR=dre,pre=Object.prototype;function fre(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||pre;return e===r}var j4=fre;function hre(e,t){return function(r){return e(t(r))}}var KR=hre,mre=KR,gre=mre(Object.keys,Object),vre=gre,yre=j4,wre=vre,bre=Object.prototype,Ere=bre.hasOwnProperty;function xre(e){if(!yre(e))return wre(e);var t=[];for(var r in Object(e))Ere.call(e,r)&&r!="constructor"&&t.push(r);return t}var Cre=xre,Dre=BR,Sre=M4;function kre(e){return e!=null&&Sre(e.length)&&!Dre(e)}var YR=kre,_re=GR,Are=Cre,Fre=YR;function $re(e){return Fre(e)?_re(e):Are(e)}var wp=$re,Tre=HR,Ire=B4,Rre=wp;function zre(e){return Tre(e,Rre,Ire)}var ZR=zre,Lx=ZR,Bre=1,Lre=Object.prototype,Ore=Lre.hasOwnProperty;function Mre(e,t,r,n,a,o){var i=r&Bre,l=Lx(e),s=l.length,d=Lx(t),f=d.length;if(s!=f&&!i)return!1;for(var h=s;h--;){var p=l[h];if(!(i?p in t:Ore.call(t,p)))return!1}var m=o.get(e),g=o.get(t);if(m&&g)return m==t&&g==e;var v=!0;o.set(e,t),o.set(t,e);for(var C=i;++h<s;){p=l[h];var w=e[p],y=t[p];if(n)var E=i?n(y,w,p,t,e,o):n(w,y,p,e,t,o);if(!(E===void 0?w===y||a(w,y,r,n,o):E)){v=!1;break}C||(C=p=="constructor")}if(v&&!C){var x=e.constructor,D=t.constructor;x!=D&&"constructor"in e&&"constructor"in t&&!(typeof x=="function"&&x instanceof x&&typeof D=="function"&&D instanceof D)&&(v=!1)}return o.delete(e),o.delete(t),v}var Pre=Mre,Nre=Io,jre=ln,Hre=Nre(jre,"DataView"),Vre=Hre,Ure=Io,Wre=ln,qre=Ure(Wre,"Promise"),Gre=qre,Kre=Io,Yre=ln,Zre=Kre(Yre,"Set"),XR=Zre,Xre=Io,Jre=ln,Qre=Xre(Jre,"WeakMap"),ene=Qre,v5=Vre,y5=T4,w5=Gre,b5=XR,E5=ene,JR=Qu,Sl=LR,Ox="[object Map]",tne="[object Object]",Mx="[object Promise]",Px="[object Set]",Nx="[object WeakMap]",jx="[object DataView]",rne=Sl(v5),nne=Sl(y5),ane=Sl(w5),one=Sl(b5),ine=Sl(E5),Ua=JR;(v5&&Ua(new v5(new ArrayBuffer(1)))!=jx||y5&&Ua(new y5)!=Ox||w5&&Ua(w5.resolve())!=Mx||b5&&Ua(new b5)!=Px||E5&&Ua(new E5)!=Nx)&&(Ua=function(e){var t=JR(e),r=t==tne?e.constructor:void 0,n=r?Sl(r):"";if(n)switch(n){case rne:return jx;case nne:return Ox;case ane:return Mx;case one:return Px;case ine:return Nx}return t});var bp=Ua,Am=R4,lne=PR,sne=Wee,une=Pre,Hx=bp,Vx=zn,Ux=L4,cne=qR,dne=1,Wx="[object Arguments]",qx="[object Array]",Zc="[object Object]",pne=Object.prototype,Gx=pne.hasOwnProperty;function fne(e,t,r,n,a,o){var i=Vx(e),l=Vx(t),s=i?qx:Hx(e),d=l?qx:Hx(t);s=s==Wx?Zc:s,d=d==Wx?Zc:d;var f=s==Zc,h=d==Zc,p=s==d;if(p&&Ux(e)){if(!Ux(t))return!1;i=!0,f=!1}if(p&&!f)return o||(o=new Am),i||cne(e)?lne(e,t,r,n,a,o):sne(e,t,s,r,n,a,o);if(!(r&dne)){var m=f&&Gx.call(e,"__wrapped__"),g=h&&Gx.call(t,"__wrapped__");if(m||g){var v=m?e.value():e,C=g?t.value():t;return o||(o=new Am),a(v,C,r,n,o)}}return p?(o||(o=new Am),une(e,t,r,n,a,o)):!1}var hne=fne,mne=hne,Kx=Ro;function QR(e,t,r,n,a){return e===t?!0:e==null||t==null||!Kx(e)&&!Kx(t)?e!==e&&t!==t:mne(e,t,r,n,QR,a)}var ez=QR,gne=R4,vne=ez,yne=1,wne=2;function bne(e,t,r,n){var a=r.length,o=a,i=!n;if(e==null)return!o;for(e=Object(e);a--;){var l=r[a];if(i&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++a<o;){l=r[a];var s=l[0],d=e[s],f=l[1];if(i&&l[2]){if(d===void 0&&!(s in e))return!1}else{var h=new gne;if(n)var p=n(d,f,s,e,t,h);if(!(p===void 0?vne(f,d,yne|wne,n,h):p))return!1}}return!0}var Ene=bne,xne=To;function Cne(e){return e===e&&!xne(e)}var tz=Cne,Dne=tz,Sne=wp;function kne(e){for(var t=Sne(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,Dne(a)]}return t}var _ne=kne;function Ane(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}var rz=Ane,Fne=Ene,$ne=_ne,Tne=rz;function Ine(e){var t=$ne(e);return t.length==1&&t[0][2]?Tne(t[0][0],t[0][1]):function(r){return r===e||Fne(r,e,t)}}var Rne=Ine,zne=Qu,Bne=Ro,Lne="[object Symbol]";function One(e){return typeof e=="symbol"||Bne(e)&&zne(e)==Lne}var H4=One,Mne=zn,Pne=H4,Nne=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,jne=/^\w*$/;function Hne(e,t){if(Mne(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||Pne(e)?!0:jne.test(e)||!Nne.test(e)||t!=null&&e in Object(t)}var V4=Hne,nz=I4,Vne="Expected a function";function U4(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Vne);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(U4.Cache||nz),r}U4.Cache=nz;var Une=U4,Wne=Une,qne=500;function Gne(e){var t=Wne(e,function(n){return r.size===qne&&r.clear(),n}),r=t.cache;return t}var Kne=Gne,Yne=Kne,Zne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xne=/\\(\\)?/g,Jne=Yne(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Zne,function(r,n,a,o){t.push(a?o.replace(Xne,"$1"):n||r)}),t}),Qne=Jne,Yx=Ju,eae=IR,tae=zn,rae=H4,nae=1/0,Zx=Yx?Yx.prototype:void 0,Xx=Zx?Zx.toString:void 0;function az(e){if(typeof e=="string")return e;if(tae(e))return eae(e,az)+"";if(rae(e))return Xx?Xx.call(e):"";var t=e+"";return t=="0"&&1/e==-nae?"-0":t}var aae=az,oae=aae;function iae(e){return e==null?"":oae(e)}var lae=iae,sae=zn,uae=V4,cae=Qne,dae=lae;function pae(e,t){return sae(e)?e:uae(e,t)?[e]:cae(dae(e))}var Ep=pae,fae=H4,hae=1/0;function mae(e){if(typeof e=="string"||fae(e))return e;var t=e+"";return t=="0"&&1/e==-hae?"-0":t}var ec=mae,gae=Ep,vae=ec;function yae(e,t){t=gae(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[vae(t[r++])];return r&&r==n?e:void 0}var W4=yae,wae=W4;function bae(e,t,r){var n=e==null?void 0:wae(e,t);return n===void 0?r:n}var Eae=bae;function xae(e,t){return e!=null&&t in Object(e)}var Cae=xae,Dae=Ep,Sae=WR,kae=zn,_ae=O4,Aae=M4,Fae=ec;function $ae(e,t,r){t=Dae(t,e);for(var n=-1,a=t.length,o=!1;++n<a;){var i=Fae(t[n]);if(!(o=e!=null&&r(e,i)))break;e=e[i]}return o||++n!=a?o:(a=e==null?0:e.length,!!a&&Aae(a)&&_ae(i,a)&&(kae(e)||Sae(e)))}var Tae=$ae,Iae=Cae,Rae=Tae;function zae(e,t){return e!=null&&Rae(e,t,Iae)}var Bae=zae,Lae=ez,Oae=Eae,Mae=Bae,Pae=V4,Nae=tz,jae=rz,Hae=ec,Vae=1,Uae=2;function Wae(e,t){return Pae(e)&&Nae(t)?jae(Hae(e),t):function(r){var n=Oae(r,e);return n===void 0&&n===t?Mae(r,e):Lae(t,n,Vae|Uae)}}var qae=Wae;function Gae(e){return e}var Kae=Gae;function Yae(e){return function(t){return t==null?void 0:t[e]}}var Zae=Yae,Xae=W4;function Jae(e){return function(t){return Xae(t,e)}}var Qae=Jae,eoe=Zae,toe=Qae,roe=V4,noe=ec;function aoe(e){return roe(e)?eoe(noe(e)):toe(e)}var ooe=aoe,ioe=Rne,loe=qae,soe=Kae,uoe=zn,coe=ooe;function doe(e){return typeof e=="function"?e:e==null?soe:typeof e=="object"?uoe(e)?loe(e[0],e[1]):ioe(e):coe(e)}var poe=doe,foe=Io,hoe=function(){try{var e=foe(Object,"defineProperty");return e({},"",{}),e}catch{}}(),moe=hoe,Jx=moe;function goe(e,t,r){t=="__proto__"&&Jx?Jx(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var oz=goe,voe=oz,yoe=$4,woe=Object.prototype,boe=woe.hasOwnProperty;function Eoe(e,t,r){var n=e[t];(!(boe.call(e,t)&&yoe(n,r))||r===void 0&&!(t in e))&&voe(e,t,r)}var q4=Eoe,xoe=q4,Coe=Ep,Doe=O4,Qx=To,Soe=ec;function koe(e,t,r,n){if(!Qx(e))return e;t=Coe(t,e);for(var a=-1,o=t.length,i=o-1,l=e;l!=null&&++a<o;){var s=Soe(t[a]),d=r;if(s==="__proto__"||s==="constructor"||s==="prototype")return e;if(a!=i){var f=l[s];d=n?n(f,s,l):void 0,d===void 0&&(d=Qx(f)?f:Doe(t[a+1])?[]:{})}xoe(l,s,d),l=l[s]}return e}var _oe=koe,Aoe=W4,Foe=_oe,$oe=Ep;function Toe(e,t,r){for(var n=-1,a=t.length,o={};++n<a;){var i=t[n],l=Aoe(e,i);r(l,i)&&Foe(o,$oe(i,e),l)}return o}var Ioe=Toe,Roe=KR,zoe=Roe(Object.getPrototypeOf,Object),iz=zoe,Boe=jR,Loe=iz,Ooe=B4,Moe=VR,Poe=Object.getOwnPropertySymbols,Noe=Poe?function(e){for(var t=[];e;)Boe(t,Ooe(e)),e=Loe(e);return t}:Moe,lz=Noe;function joe(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var Hoe=joe,Voe=To,Uoe=j4,Woe=Hoe,qoe=Object.prototype,Goe=qoe.hasOwnProperty;function Koe(e){if(!Voe(e))return Woe(e);var t=Uoe(e),r=[];for(var n in e)n=="constructor"&&(t||!Goe.call(e,n))||r.push(n);return r}var Yoe=Koe,Zoe=GR,Xoe=Yoe,Joe=YR;function Qoe(e){return Joe(e)?Zoe(e,!0):Xoe(e)}var G4=Qoe,eie=HR,tie=lz,rie=G4;function nie(e){return eie(e,rie,tie)}var sz=nie,aie=IR,oie=poe,iie=Ioe,lie=sz;function sie(e,t){if(e==null)return{};var r=aie(lie(e),function(n){return[n]});return t=oie(t),iie(e,r,function(n,a){return t(n,a[0])})}var uie=sie;const cie=ol(uie);function Wa(){return Wa=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},Wa.apply(this,arguments)}const die=["children","options"],Y={blockQuote:"0",breakLine:"1",breakThematic:"2",codeBlock:"3",codeFenced:"4",codeInline:"5",footnote:"6",footnoteReference:"7",gfmTask:"8",heading:"9",headingSetext:"10",htmlBlock:"11",htmlComment:"12",htmlSelfClosing:"13",image:"14",link:"15",linkAngleBraceStyleDetector:"16",linkBareUrlDetector:"17",linkMailtoDetector:"18",newlineCoalescer:"19",orderedList:"20",paragraph:"21",ref:"22",refImage:"23",refLink:"24",table:"25",tableSeparator:"26",text:"27",textBolded:"28",textEmphasized:"29",textEscaped:"30",textMarked:"31",textStrikethroughed:"32",unorderedList:"33"};var eC;(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"})(eC||(eC={}));const tC=["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"}),rC={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},pie=["style","script"],fie=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,hie=/mailto:/i,mie=/\n{2,}$/,uz=/^(\s*>[\s\S]*?)(?=\n{2,})/,gie=/^ *> ?/gm,vie=/^ {2,}\n/,yie=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,cz=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,dz=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,wie=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,bie=/^(?:\n *)*\n/,Eie=/\r\n?/g,xie=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,Cie=/^\[\^([^\]]+)]/,Die=/\f/g,Sie=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,kie=/^\s*?\[(x|\s)\]/,pz=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,fz=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,hz=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,x5=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,_ie=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,mz=/^<!--[\s\S]*?(?:-->)/,Aie=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,C5=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,Fie=/^\{.*\}$/,$ie=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Tie=/^<([^ >]+@[^ >]+)>/,Iie=/^<([^ >]+:\/[^ >]+)>/,Rie=/-([a-z])?/gi,gz=/^(.*\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/,zie=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,Bie=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,Lie=/^\[([^\]]*)\] ?\[([^\]]*)\]/,Oie=/(\[|\])/g,Mie=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,Pie=/\t/g,Nie=/(^ *\||\| *$)/g,jie=/^ *:-+: *$/,Hie=/^ *:-+ *$/,Vie=/^ *-+: *$/,xp="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~~.*?~~|==.*?==|.|\\n)*?)",Uie=new RegExp(`^([*_])\\1${xp}\\1\\1(?!\\1)`),Wie=new RegExp(`^([*_])${xp}\\1(?!\\1|\\w)`),qie=new RegExp(`^==${xp}==`),Gie=new RegExp(`^~~${xp}~~`),Kie=/^\\([^0-9A-Za-z\s])/,Yie=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,Zie=/^\n+/,Xie=/^([ \t]*)/,Jie=/\\([^\\])/g,nC=/ *\n+$/,Qie=/(?:^|\n)( *)$/,K4="(?:\\d+\\.)",Y4="(?:[*+-])";function vz(e){return"( *)("+(e===1?K4:Y4)+") +"}const yz=vz(1),wz=vz(2);function bz(e){return new RegExp("^"+(e===1?yz:wz))}const ele=bz(1),tle=bz(2);function Ez(e){return new RegExp("^"+(e===1?yz:wz)+"[^\\n]*(?:\\n(?!\\1"+(e===1?K4:Y4)+" )[^\\n]*)*(\\n|$)","gm")}const xz=Ez(1),Cz=Ez(2);function Dz(e){const t=e===1?K4:Y4;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const Sz=Dz(1),kz=Dz(2);function aC(e,t){const r=t===1,n=r?Sz:kz,a=r?xz:Cz,o=r?ele:tle;return{match(i,l,s){const d=Qie.exec(s);return d&&(l.list||!l.inline&&!l.simple)?n.exec(i=d[1]+i):null},order:1,parse(i,l,s){const d=r?+i[2]:void 0,f=i[0].replace(mie,`
|
|
572
|
+
`).match(a);let h=!1;return{items:f.map(function(p,m){const g=o.exec(p)[0].length,v=new RegExp("^ {1,"+g+"}","gm"),C=p.replace(v,"").replace(o,""),w=m===f.length-1,y=C.indexOf(`
|
|
573
|
+
|
|
574
|
+
`)!==-1||w&&h;h=y;const E=s.inline,x=s.list;let D;s.list=!0,y?(s.inline=!1,D=C.replace(nC,`
|
|
575
|
+
|
|
576
|
+
`)):(s.inline=!0,D=C.replace(nC,""));const S=l(D,s);return s.inline=E,s.list=x,S}),ordered:r,start:d}},render:(i,l,s)=>e(i.ordered?"ol":"ul",{key:s.key,start:i.type===Y.orderedList?i.start:void 0},i.items.map(function(d,f){return e("li",{key:f},l(d,s))}))}}const rle=new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),nle=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,_z=[uz,cz,dz,pz,hz,fz,mz,gz,xz,Sz,Cz,kz],ale=[..._z,/^[^\n]+(?: \n|\n{2,})/,x5,C5];function Xc(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 ole(e){return Vie.test(e)?"right":jie.test(e)?"center":Hie.test(e)?"left":null}function oC(e,t,r,n){const a=r.inTable;r.inTable=!0;let o=e.trim().split(/( *(?:`[^`]*`|<.*?>.*?<\/.*?>(?!<\/.*?>)|\\\||\|) *)/).reduce((l,s)=>(s.trim()==="|"?l.push(n?{type:Y.tableSeparator}:{type:Y.text,text:s}):s!==""&&l.push.apply(l,t(s,r)),l),[]);r.inTable=a;let i=[[]];return o.forEach(function(l,s){l.type===Y.tableSeparator?s!==0&&s!==o.length-1&&i.push([]):(l.type!==Y.text||o[s+1]!=null&&o[s+1].type!==Y.tableSeparator||(l.text=l.text.trimEnd()),i[i.length-1].push(l))}),i}function ile(e,t,r){r.inline=!0;const n=e[2]?e[2].replace(Nie,"").split("|").map(ole):[],a=e[3]?function(i,l,s){return i.trim().split(`
|
|
577
|
+
`).map(function(d){return oC(d,l,s,!0)})}(e[3],t,r):[],o=oC(e[1],t,r,!!a.length);return r.inline=!1,a.length?{align:n,cells:a,header:o,type:Y.table}:{children:o,type:Y.paragraph}}function iC(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function On(e){return function(t,r){return r.inline?e.exec(t):null}}function Mn(e){return function(t,r){return r.inline||r.simple?e.exec(t):null}}function hn(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function ns(e){return function(t){return e.exec(t)}}function lle(e,t,r){if(t.inline||t.simple||r&&!r.endsWith(`
|
|
578
|
+
`))return null;let n="";e.split(`
|
|
579
|
+
`).every(o=>!_z.some(i=>i.test(o))&&(n+=o+`
|
|
580
|
+
`,o.trim()));const a=n.trimEnd();return a==""?null:[n,a]}function sle(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return null}catch{return null}return e}function lC(e){return e.replace(Jie,"$1")}function B0(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!0,r.simple=!0;const o=e(t,r);return r.inline=n,r.simple=a,o}function ule(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!1,r.simple=!0;const o=e(t,r);return r.inline=n,r.simple=a,o}function cle(e,t,r){const n=r.inline||!1;r.inline=!1;const a=e(t,r);return r.inline=n,a}const Fm=(e,t,r)=>({children:B0(t,e[1],r)});function $m(){return{}}function Tm(){return null}function dle(...e){return e.filter(Boolean).join(" ")}function Im(e,t,r){let n=e;const a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}function ple(e="",t={}){function r(p,m,...g){const v=Im(t.overrides,`${p}.props`,{});return t.createElement(function(C,w){const y=Im(w,C);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:Im(w,`${C}.component`,C):C}(p,t.overrides),Wa({},m,v,{className:dle(m==null?void 0:m.className,v.className)||void 0}),...g)}function n(p){p=p.replace(Sie,"");let m=!1;t.forceInline?m=!0:t.forceBlock||(m=Mie.test(p)===!1);const g=d(s(m?p:`${p.trimEnd().replace(Zie,"")}
|
|
581
|
+
|
|
582
|
+
`,{inline:m}));for(;typeof g[g.length-1]=="string"&&!g[g.length-1].trim();)g.pop();if(t.wrapper===null)return g;const v=t.wrapper||(m?"span":"div");let C;if(g.length>1||t.forceWrapper)C=g;else{if(g.length===1)return C=g[0],typeof C=="string"?r("span",{key:"outer"},C):C;C=null}return u.createElement(v,{key:"outer"},C)}function a(p,m){const g=m.match(fie);return g?g.reduce(function(v,C,w){const y=C.indexOf("=");if(y!==-1){const E=function(k){return k.indexOf("-")!==-1&&k.match(Aie)===null&&(k=k.replace(Rie,function(_,A){return A.toUpperCase()})),k}(C.slice(0,y)).trim(),x=function(k){const _=k[0];return(_==='"'||_==="'")&&k.length>=2&&k[k.length-1]===_?k.slice(1,-1):k}(C.slice(y+1).trim()),D=tC[E]||E,S=v[D]=function(k,_,A,$){return _==="style"?A.split(/;\s?/).reduce(function(I,L){const R=L.slice(0,L.indexOf(":"));return I[R.trim().replace(/(-[a-z])/g,N=>N[1].toUpperCase())]=L.slice(R.length+1).trim(),I},{}):_==="href"||_==="src"?$(A,k,_):(A.match(Fie)&&(A=A.slice(1,A.length-1)),A==="true"||A!=="false"&&A)}(p,E,x,t.sanitizer);typeof S=="string"&&(x5.test(S)||C5.test(S))&&(v[D]=u.cloneElement(n(S.trim()),{key:w}))}else C!=="style"&&(v[tC[C]||C]=!0);return v},{}):null}t.overrides=t.overrides||{},t.sanitizer=t.sanitizer||sle,t.slugify=t.slugify||Xc,t.namedCodesToUnicode=t.namedCodesToUnicode?Wa({},rC,t.namedCodesToUnicode):rC,t.createElement=t.createElement||u.createElement;const o=[],i={},l={[Y.blockQuote]:{match:hn(uz),order:1,parse:(p,m,g)=>({children:m(p[0].replace(gie,""),g)}),render:(p,m,g)=>r("blockquote",{key:g.key},m(p.children,g))},[Y.breakLine]:{match:ns(vie),order:1,parse:$m,render:(p,m,g)=>r("br",{key:g.key})},[Y.breakThematic]:{match:hn(yie),order:1,parse:$m,render:(p,m,g)=>r("hr",{key:g.key})},[Y.codeBlock]:{match:hn(dz),order:0,parse:p=>({lang:void 0,text:p[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(p,m,g)=>r("pre",{key:g.key},r("code",Wa({},p.attrs,{className:p.lang?`lang-${p.lang}`:""}),p.text))},[Y.codeFenced]:{match:hn(cz),order:0,parse:p=>({attrs:a("code",p[3]||""),lang:p[2]||void 0,text:p[4],type:Y.codeBlock})},[Y.codeInline]:{match:Mn(wie),order:3,parse:p=>({text:p[2]}),render:(p,m,g)=>r("code",{key:g.key},p.text)},[Y.footnote]:{match:hn(xie),order:0,parse:p=>(o.push({footnote:p[2],identifier:p[1]}),{}),render:Tm},[Y.footnoteReference]:{match:On(Cie),order:1,parse:p=>({target:`#${t.slugify(p[1],Xc)}`,text:p[1]}),render:(p,m,g)=>r("a",{key:g.key,href:t.sanitizer(p.target,"a","href")},r("sup",{key:g.key},p.text))},[Y.gfmTask]:{match:On(kie),order:1,parse:p=>({completed:p[1].toLowerCase()==="x"}),render:(p,m,g)=>r("input",{checked:p.completed,key:g.key,readOnly:!0,type:"checkbox"})},[Y.heading]:{match:hn(t.enforceAtxHeadings?fz:pz),order:1,parse:(p,m,g)=>({children:B0(m,p[2],g),id:t.slugify(p[2],Xc),level:p[1].length}),render:(p,m,g)=>r(`h${p.level}`,{id:p.id,key:g.key},m(p.children,g))},[Y.headingSetext]:{match:hn(hz),order:0,parse:(p,m,g)=>({children:B0(m,p[1],g),level:p[2]==="="?1:2,type:Y.heading})},[Y.htmlBlock]:{match:ns(x5),order:1,parse(p,m,g){const[,v]=p[3].match(Xie),C=new RegExp(`^${v}`,"gm"),w=p[3].replace(C,""),y=(E=w,ale.some(_=>_.test(E))?cle:B0);var E;const x=p[1].toLowerCase(),D=pie.indexOf(x)!==-1,S=(D?x:p[1]).trim(),k={attrs:a(S,p[2]),noInnerParse:D,tag:S};return g.inAnchor=g.inAnchor||x==="a",D?k.text=p[3]:k.children=y(m,w,g),g.inAnchor=!1,k},render:(p,m,g)=>r(p.tag,Wa({key:g.key},p.attrs),p.text||m(p.children,g))},[Y.htmlSelfClosing]:{match:ns(C5),order:1,parse(p){const m=p[1].trim();return{attrs:a(m,p[2]||""),tag:m}},render:(p,m,g)=>r(p.tag,Wa({},p.attrs,{key:g.key}))},[Y.htmlComment]:{match:ns(mz),order:1,parse:()=>({}),render:Tm},[Y.image]:{match:Mn(nle),order:1,parse:p=>({alt:p[1],target:lC(p[2]),title:p[3]}),render:(p,m,g)=>r("img",{key:g.key,alt:p.alt||void 0,title:p.title||void 0,src:t.sanitizer(p.target,"img","src")})},[Y.link]:{match:On(rle),order:3,parse:(p,m,g)=>({children:ule(m,p[1],g),target:lC(p[2]),title:p[3]}),render:(p,m,g)=>r("a",{key:g.key,href:t.sanitizer(p.target,"a","href"),title:p.title},m(p.children,g))},[Y.linkAngleBraceStyleDetector]:{match:On(Iie),order:0,parse:p=>({children:[{text:p[1],type:Y.text}],target:p[1],type:Y.link})},[Y.linkBareUrlDetector]:{match:(p,m)=>m.inAnchor?null:On($ie)(p,m),order:0,parse:p=>({children:[{text:p[1],type:Y.text}],target:p[1],title:void 0,type:Y.link})},[Y.linkMailtoDetector]:{match:On(Tie),order:0,parse(p){let m=p[1],g=p[1];return hie.test(g)||(g="mailto:"+g),{children:[{text:m.replace("mailto:",""),type:Y.text}],target:g,type:Y.link}}},[Y.orderedList]:aC(r,1),[Y.unorderedList]:aC(r,2),[Y.newlineCoalescer]:{match:hn(bie),order:3,parse:$m,render:()=>`
|
|
583
|
+
`},[Y.paragraph]:{match:lle,order:3,parse:Fm,render:(p,m,g)=>r("p",{key:g.key},m(p.children,g))},[Y.ref]:{match:On(zie),order:0,parse:p=>(i[p[1]]={target:p[2],title:p[4]},{}),render:Tm},[Y.refImage]:{match:Mn(Bie),order:0,parse:p=>({alt:p[1]||void 0,ref:p[2]}),render:(p,m,g)=>i[p.ref]?r("img",{key:g.key,alt:p.alt,src:t.sanitizer(i[p.ref].target,"img","src"),title:i[p.ref].title}):null},[Y.refLink]:{match:On(Lie),order:0,parse:(p,m,g)=>({children:m(p[1],g),fallbackChildren:m(p[0].replace(Oie,"\\$1"),g),ref:p[2]}),render:(p,m,g)=>i[p.ref]?r("a",{key:g.key,href:t.sanitizer(i[p.ref].target,"a","href"),title:i[p.ref].title},m(p.children,g)):r("span",{key:g.key},m(p.fallbackChildren,g))},[Y.table]:{match:hn(gz),order:1,parse:ile,render(p,m,g){const v=p;return r("table",{key:g.key},r("thead",null,r("tr",null,v.header.map(function(C,w){return r("th",{key:w,style:iC(v,w)},m(C,g))}))),r("tbody",null,v.cells.map(function(C,w){return r("tr",{key:w},C.map(function(y,E){return r("td",{key:E,style:iC(v,E)},m(y,g))}))})))}},[Y.text]:{match:ns(Yie),order:4,parse:p=>({text:p[0].replace(_ie,(m,g)=>t.namedCodesToUnicode[g]?t.namedCodesToUnicode[g]:m)}),render:p=>p.text},[Y.textBolded]:{match:Mn(Uie),order:2,parse:(p,m,g)=>({children:m(p[2],g)}),render:(p,m,g)=>r("strong",{key:g.key},m(p.children,g))},[Y.textEmphasized]:{match:Mn(Wie),order:3,parse:(p,m,g)=>({children:m(p[2],g)}),render:(p,m,g)=>r("em",{key:g.key},m(p.children,g))},[Y.textEscaped]:{match:Mn(Kie),order:1,parse:p=>({text:p[1],type:Y.text})},[Y.textMarked]:{match:Mn(qie),order:3,parse:Fm,render:(p,m,g)=>r("mark",{key:g.key},m(p.children,g))},[Y.textStrikethroughed]:{match:Mn(Gie),order:3,parse:Fm,render:(p,m,g)=>r("del",{key:g.key},m(p.children,g))}};t.disableParsingRawHTML===!0&&(delete l[Y.htmlBlock],delete l[Y.htmlSelfClosing]);const s=function(p){let m=Object.keys(p);function g(v,C){let w=[],y="";for(;v;){let E=0;for(;E<m.length;){const x=m[E],D=p[x],S=D.match(v,C,y);if(S){const k=S[0];v=v.substring(k.length);const _=D.parse(S,g,C);_.type==null&&(_.type=x),w.push(_),y=k;break}E++}}return w}return m.sort(function(v,C){let w=p[v].order,y=p[C].order;return w!==y?w-y:v<C?-1:1}),function(v,C){return g(function(w){return w.replace(Eie,`
|
|
584
|
+
`).replace(Die,"").replace(Pie," ")}(v),C)}}(l),d=(f=function(p,m){return function(g,v,C){const w=p[g.type].render;return m?m(()=>w(g,v,C),g,v,C):w(g,v,C)}}(l,t.renderRule),function p(m,g={}){if(Array.isArray(m)){const v=g.key,C=[];let w=!1;for(let y=0;y<m.length;y++){g.key=y;const E=p(m[y],g),x=typeof E=="string";x&&w?C[C.length-1]+=E:E!==null&&C.push(E),w=x}return g.key=v,C}return f(m,p,g)});var f;const h=n(e);return o.length?r("div",null,h,r("footer",{key:"footer"},o.map(function(p){return r("div",{id:t.slugify(p.identifier,Xc),key:p.identifier},p.identifier,d(s(p.footnote,{inline:!0})))}))):h}const Az=e=>{let{children:t="",options:r}=e,n=function(a,o){if(a==null)return{};var i,l,s={},d=Object.keys(a);for(l=0;l<d.length;l++)o.indexOf(i=d[l])>=0||(s[i]=a[i]);return s}(e,die);return u.cloneElement(ple(t,r),n)};function fle(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var hle=fle,mle=q4,gle=oz;function vle(e,t,r,n){var a=!r;r||(r={});for(var o=-1,i=t.length;++o<i;){var l=t[o],s=n?n(r[l],e[l],l,r,e):void 0;s===void 0&&(s=e[l]),a?gle(r,l,s):mle(r,l,s)}return r}var Cp=vle,yle=Cp,wle=wp;function ble(e,t){return e&&yle(t,wle(t),e)}var Ele=ble,xle=Cp,Cle=G4;function Dle(e,t){return e&&xle(t,Cle(t),e)}var Sle=Dle,e1={exports:{}};e1.exports;(function(e,t){var r=ln,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,i=o?r.Buffer:void 0,l=i?i.allocUnsafe:void 0;function s(d,f){if(f)return d.slice();var h=d.length,p=l?l(h):new d.constructor(h);return d.copy(p),p}e.exports=s})(e1,e1.exports);var kle=e1.exports;function _le(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var Ale=_le,Fle=Cp,$le=B4;function Tle(e,t){return Fle(e,$le(e),t)}var Ile=Tle,Rle=Cp,zle=lz;function Ble(e,t){return Rle(e,zle(e),t)}var Lle=Ble,Ole=Object.prototype,Mle=Ole.hasOwnProperty;function Ple(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&Mle.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var Nle=Ple,sC=NR;function jle(e){var t=new e.constructor(e.byteLength);return new sC(t).set(new sC(e)),t}var Z4=jle,Hle=Z4;function Vle(e,t){var r=t?Hle(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var Ule=Vle,Wle=/\w*$/;function qle(e){var t=new e.constructor(e.source,Wle.exec(e));return t.lastIndex=e.lastIndex,t}var Gle=qle,uC=Ju,cC=uC?uC.prototype:void 0,dC=cC?cC.valueOf:void 0;function Kle(e){return dC?Object(dC.call(e)):{}}var Yle=Kle,Zle=Z4;function Xle(e,t){var r=t?Zle(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var Jle=Xle,Qle=Z4,ese=Ule,tse=Gle,rse=Yle,nse=Jle,ase="[object Boolean]",ose="[object Date]",ise="[object Map]",lse="[object Number]",sse="[object RegExp]",use="[object Set]",cse="[object String]",dse="[object Symbol]",pse="[object ArrayBuffer]",fse="[object DataView]",hse="[object Float32Array]",mse="[object Float64Array]",gse="[object Int8Array]",vse="[object Int16Array]",yse="[object Int32Array]",wse="[object Uint8Array]",bse="[object Uint8ClampedArray]",Ese="[object Uint16Array]",xse="[object Uint32Array]";function Cse(e,t,r){var n=e.constructor;switch(t){case pse:return Qle(e);case ase:case ose:return new n(+e);case fse:return ese(e,r);case hse:case mse:case gse:case vse:case yse:case wse:case bse:case Ese:case xse:return nse(e,r);case ise:return new n;case lse:case cse:return new n(e);case sse:return tse(e);case use:return new n;case dse:return rse(e)}}var Dse=Cse,Sse=To,pC=Object.create,kse=function(){function e(){}return function(t){if(!Sse(t))return{};if(pC)return pC(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),_se=kse,Ase=_se,Fse=iz,$se=j4;function Tse(e){return typeof e.constructor=="function"&&!$se(e)?Ase(Fse(e)):{}}var Ise=Tse,Rse=bp,zse=Ro,Bse="[object Map]";function Lse(e){return zse(e)&&Rse(e)==Bse}var Ose=Lse,Mse=Ose,Pse=P4,fC=N4,hC=fC&&fC.isMap,Nse=hC?Pse(hC):Mse,jse=Nse,Hse=bp,Vse=Ro,Use="[object Set]";function Wse(e){return Vse(e)&&Hse(e)==Use}var qse=Wse,Gse=qse,Kse=P4,mC=N4,gC=mC&&mC.isSet,Yse=gC?Kse(gC):Gse,Zse=Yse,Xse=R4,Jse=hle,Qse=q4,eue=Ele,tue=Sle,rue=kle,nue=Ale,aue=Ile,oue=Lle,iue=ZR,lue=sz,sue=bp,uue=Nle,cue=Dse,due=Ise,pue=zn,fue=L4,hue=jse,mue=To,gue=Zse,vue=wp,yue=G4,wue=1,bue=2,Eue=4,Fz="[object Arguments]",xue="[object Array]",Cue="[object Boolean]",Due="[object Date]",Sue="[object Error]",$z="[object Function]",kue="[object GeneratorFunction]",_ue="[object Map]",Aue="[object Number]",Tz="[object Object]",Fue="[object RegExp]",$ue="[object Set]",Tue="[object String]",Iue="[object Symbol]",Rue="[object WeakMap]",zue="[object ArrayBuffer]",Bue="[object DataView]",Lue="[object Float32Array]",Oue="[object Float64Array]",Mue="[object Int8Array]",Pue="[object Int16Array]",Nue="[object Int32Array]",jue="[object Uint8Array]",Hue="[object Uint8ClampedArray]",Vue="[object Uint16Array]",Uue="[object Uint32Array]",de={};de[Fz]=de[xue]=de[zue]=de[Bue]=de[Cue]=de[Due]=de[Lue]=de[Oue]=de[Mue]=de[Pue]=de[Nue]=de[_ue]=de[Aue]=de[Tz]=de[Fue]=de[$ue]=de[Tue]=de[Iue]=de[jue]=de[Hue]=de[Vue]=de[Uue]=!0;de[Sue]=de[$z]=de[Rue]=!1;function L0(e,t,r,n,a,o){var i,l=t&wue,s=t&bue,d=t&Eue;if(r&&(i=a?r(e,n,a,o):r(e)),i!==void 0)return i;if(!mue(e))return e;var f=pue(e);if(f){if(i=uue(e),!l)return nue(e,i)}else{var h=sue(e),p=h==$z||h==kue;if(fue(e))return rue(e,l);if(h==Tz||h==Fz||p&&!a){if(i=s||p?{}:due(e),!l)return s?oue(e,tue(i,e)):aue(e,eue(i,e))}else{if(!de[h])return a?e:{};i=cue(e,h,l)}}o||(o=new Xse);var m=o.get(e);if(m)return m;o.set(e,i),gue(e)?e.forEach(function(C){i.add(L0(C,t,r,C,e,o))}):hue(e)&&e.forEach(function(C,w){i.set(w,L0(C,t,r,w,e,o))});var g=d?s?lue:iue:s?yue:vue,v=f?void 0:g(e);return Jse(v||e,function(C,w){v&&(w=C,C=e[w]),Qse(i,w,L0(C,t,r,w,e,o))}),i}var Wue=L0,que=Wue,Gue=1,Kue=4;function Yue(e){return que(e,Gue|Kue)}var Zue=Yue;const Xue=ol(Zue);function Jue(e,t,r,n){for(var a=e.length,o=r+(n?1:-1);n?o--:++o<a;)if(t(e[o],o,e))return o;return-1}var Que=Jue;function ece(e){return e!==e}var tce=ece;function rce(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}var nce=rce,ace=Que,oce=tce,ice=nce;function lce(e,t,r){return t===t?ice(e,t,r):ace(e,oce,r)}var sce=lce,uce=sce;function cce(e,t){var r=e==null?0:e.length;return!!r&&uce(e,t,0)>-1}var dce=cce;function pce(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}var fce=pce;function hce(){}var mce=hce,Rm=XR,gce=mce,vce=z4,yce=1/0,wce=Rm&&1/vce(new Rm([,-0]))[1]==yce?function(e){return new Rm(e)}:gce,bce=wce,Ece=OR,xce=dce,Cce=fce,Dce=MR,Sce=bce,kce=z4,_ce=200;function Ace(e,t,r){var n=-1,a=xce,o=e.length,i=!0,l=[],s=l;if(r)i=!1,a=Cce;else if(o>=_ce){var d=t?null:Sce(e);if(d)return kce(d);i=!1,a=Dce,s=new Ece}else s=t?[]:l;e:for(;++n<o;){var f=e[n],h=t?t(f):f;if(f=r||f!==0?f:0,i&&h===h){for(var p=s.length;p--;)if(s[p]===h)continue e;t&&s.push(h),l.push(f)}else a(s,h,r)||(s!==l&&s.push(h),l.push(f))}return l}var Fce=Ace,$ce=Fce;function Tce(e){return e&&e.length?$ce(e):[]}var Ice=Tce;const Rce=ol(Ice);function Jc(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Iz={exports:{}};(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof Jc=="function"&&Jc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}for(var l=typeof Jc=="function"&&Jc,s=0;s<o.length;s++)i(o[s]);return i}({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=function(){var g=f,v,C,w=arguments.length-1,y=Array(w+1),E=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==w+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<w;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}E=!1,v=new o(!1),g.set(arguments[x],v),g=v}return E&&(g.has(arguments[w])?C=g.get(arguments[w]):E=!1),E||(C=p.apply(null,arguments),g.set(arguments[w],C)),d>0&&(y[w]={cacheItem:g,arg:arguments[w]},E?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=E,m.numArgs=w+1,C};return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}function s(d,f){return d===f||d!==d&&f!==f}},{"map-or-similar":1}]},{},[3])(3)})})(Iz);var zce=Iz.exports;const Rz=ol(zce);var Bce=Object.create,zz=Object.defineProperty,Lce=Object.getOwnPropertyDescriptor,Bz=Object.getOwnPropertyNames,Oce=Object.getPrototypeOf,Mce=Object.prototype.hasOwnProperty,Qt=(e,t)=>function(){return t||(0,e[Bz(e)[0]])((t={exports:{}}).exports,t),t.exports},Pce=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Bz(t))!Mce.call(e,a)&&a!==r&&zz(e,a,{get:()=>t[a],enumerable:!(n=Lce(t,a))||n.enumerable});return e},X4=(e,t,r)=>(r=e!=null?Bce(Oce(e)):{},Pce(!e||!e.__esModule?zz(r,"default",{value:e,enumerable:!0}):r,e)),Nce=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],jce=["detail"];function Hce(e){const t=Nce.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&jce.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var Lz=Qt({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},a=Symbol("test"),o=Object(a);if(typeof a=="string"||Object.prototype.toString.call(a)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var i=42;n[a]=i;for(a in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var l=Object.getOwnPropertySymbols(n);if(l.length!==1||l[0]!==a||!Object.prototype.propertyIsEnumerable.call(n,a))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(n,a);if(s.value!==i||s.enumerable!==!0)return!1}return!0}}}),Oz=Qt({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol!="undefined"&&Symbol,n=Lz();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),Vce=Qt({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,a=Object.prototype.toString,o="[object Function]";t.exports=function(l){var s=this;if(typeof s!="function"||a.call(s)!==o)throw new TypeError(r+s);for(var d=n.call(arguments,1),f,h=function(){if(this instanceof f){var C=s.apply(this,d.concat(n.call(arguments)));return Object(C)===C?C:this}else return s.apply(l,d.concat(n.call(arguments)))},p=Math.max(0,s.length-d.length),m=[],g=0;g<p;g++)m.push("$"+g);if(f=Function("binder","return function ("+m.join(",")+"){ return binder.apply(this,arguments); }")(h),s.prototype){var v=function(){};v.prototype=s.prototype,f.prototype=new v,v.prototype=null}return f}}}),J4=Qt({"node_modules/function-bind/index.js"(e,t){var r=Vce();t.exports=Function.prototype.bind||r}}),Uce=Qt({"node_modules/has/src/index.js"(e,t){var r=J4();t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)}}),Mz=Qt({"node_modules/get-intrinsic/index.js"(e,t){var r,n=SyntaxError,a=Function,o=TypeError,i=function(L){try{return a('"use strict"; return ('+L+").constructor;")()}catch{}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch{l=null}var s=function(){throw new o},d=l?function(){try{return arguments.callee,s}catch{try{return l(arguments,"callee").get}catch{return s}}}():s,f=Oz()(),h=Object.getPrototypeOf||function(L){return L.__proto__},p={},m=typeof Uint8Array=="undefined"?r:h(Uint8Array),g={"%AggregateError%":typeof AggregateError=="undefined"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?r:ArrayBuffer,"%ArrayIteratorPrototype%":f?h([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":p,"%AsyncGenerator%":p,"%AsyncGeneratorFunction%":p,"%AsyncIteratorPrototype%":p,"%Atomics%":typeof Atomics=="undefined"?r:Atomics,"%BigInt%":typeof BigInt=="undefined"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array=="undefined"?r:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":p,"%Int8Array%":typeof Int8Array=="undefined"?r:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?r:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?h(h([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map=="undefined"?r:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!f?r:h(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?r:Promise,"%Proxy%":typeof Proxy=="undefined"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect=="undefined"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?r:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!f?r:h(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?h(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":d,"%TypedArray%":m,"%TypeError%":o,"%Uint8Array%":typeof Uint8Array=="undefined"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap=="undefined"?r:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?r:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?r:WeakSet},v=function L(R){var N;if(R==="%AsyncFunction%")N=i("async function () {}");else if(R==="%GeneratorFunction%")N=i("function* () {}");else if(R==="%AsyncGeneratorFunction%")N=i("async function* () {}");else if(R==="%AsyncGenerator%"){var M=L("%AsyncGeneratorFunction%");M&&(N=M.prototype)}else if(R==="%AsyncIteratorPrototype%"){var H=L("%AsyncGenerator%");H&&(N=h(H.prototype))}return g[R]=N,N},C={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},w=J4(),y=Uce(),E=w.call(Function.call,Array.prototype.concat),x=w.call(Function.apply,Array.prototype.splice),D=w.call(Function.call,String.prototype.replace),S=w.call(Function.call,String.prototype.slice),k=w.call(Function.call,RegExp.prototype.exec),_=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,$=function(R){var N=S(R,0,1),M=S(R,-1);if(N==="%"&&M!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(M==="%"&&N!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var H=[];return D(R,_,function(W,B,O,j){H[H.length]=O?D(j,A,"$1"):B||W}),H},I=function(R,N){var M=R,H;if(y(C,M)&&(H=C[M],M="%"+H[0]+"%"),y(g,M)){var W=g[M];if(W===p&&(W=v(M)),typeof W=="undefined"&&!N)throw new o("intrinsic "+R+" exists, but is not available. Please file an issue!");return{alias:H,name:M,value:W}}throw new n("intrinsic "+R+" does not exist!")};t.exports=function(R,N){if(typeof R!="string"||R.length===0)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof N!="boolean")throw new o('"allowMissing" argument must be a boolean');if(k(/^%?[^%]*%?$/,R)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var M=$(R),H=M.length>0?M[0]:"",W=I("%"+H+"%",N),B=W.name,O=W.value,j=!1,G=W.alias;G&&(H=G[0],x(M,E([0,1],G)));for(var J=1,ne=!0;J<M.length;J+=1){var ae=M[J],U=S(ae,0,1),X=S(ae,-1);if((U==='"'||U==="'"||U==="`"||X==='"'||X==="'"||X==="`")&&U!==X)throw new n("property names with quotes must have matching quotes");if((ae==="constructor"||!ne)&&(j=!0),H+="."+ae,B="%"+H+"%",y(g,B))O=g[B];else if(O!=null){if(!(ae in O)){if(!N)throw new o("base intrinsic for "+R+" exists, but the property is not available.");return}if(l&&J+1>=M.length){var ee=l(O,ae);ne=!!ee,ne&&"get"in ee&&!("originalValue"in ee.get)?O=ee.get:O=O[ae]}else ne=y(O,ae),O=O[ae];ne&&!j&&(g[B]=O)}}return O}}}),Wce=Qt({"node_modules/call-bind/index.js"(e,t){var r=J4(),n=Mz(),a=n("%Function.prototype.apply%"),o=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||r.call(o,a),l=n("%Object.getOwnPropertyDescriptor%",!0),s=n("%Object.defineProperty%",!0),d=n("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}t.exports=function(p){var m=i(r,o,arguments);if(l&&s){var g=l(m,"length");g.configurable&&s(m,"length",{value:1+d(0,p.length-(arguments.length-1))})}return m};var f=function(){return i(r,a,arguments)};s?s(t.exports,"apply",{value:f}):t.exports.apply=f}}),qce=Qt({"node_modules/call-bind/callBound.js"(e,t){var r=Mz(),n=Wce(),a=n(r("String.prototype.indexOf"));t.exports=function(i,l){var s=r(i,!!l);return typeof s=="function"&&a(i,".prototype.")>-1?n(s):s}}}),Gce=Qt({"node_modules/has-tostringtag/shams.js"(e,t){var r=Lz();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),Kce=Qt({"node_modules/is-regex/index.js"(e,t){var r=qce(),n=Gce()(),a,o,i,l;n&&(a=r("Object.prototype.hasOwnProperty"),o=r("RegExp.prototype.exec"),i={},s=function(){throw i},l={toString:s,valueOf:s},typeof Symbol.toPrimitive=="symbol"&&(l[Symbol.toPrimitive]=s));var s,d=r("Object.prototype.toString"),f=Object.getOwnPropertyDescriptor,h="[object RegExp]";t.exports=n?function(m){if(!m||typeof m!="object")return!1;var g=f(m,"lastIndex"),v=g&&a(g,"value");if(!v)return!1;try{o(m,l)}catch(C){return C===i}}:function(m){return!m||typeof m!="object"&&typeof m!="function"?!1:d(m)===h}}}),Yce=Qt({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(a){if(!a)return!1;var o=r.call(a);return o==="[object Function]"||typeof a=="function"&&o!=="[object RegExp]"||typeof window!="undefined"&&(a===window.setTimeout||a===window.alert||a===window.confirm||a===window.prompt)}}}),Zce=Qt({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=Oz()();n?(a=Symbol.prototype.toString,o=/^Symbol\(.*\)$/,i=function(s){return typeof s.valueOf()!="symbol"?!1:o.test(a.call(s))},t.exports=function(s){if(typeof s=="symbol")return!0;if(r.call(s)!=="[object Symbol]")return!1;try{return i(s)}catch{return!1}}):t.exports=function(s){return!1};var a,o,i}}),Xce=X4(Kce()),Jce=X4(Yce()),Qce=X4(Zce());function e0e(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var t0e=typeof global=="object"&&global&&global.Object===Object&&global,r0e=t0e,n0e=typeof self=="object"&&self&&self.Object===Object&&self,a0e=r0e||n0e||Function("return this")(),Q4=a0e,o0e=Q4.Symbol,al=o0e,Pz=Object.prototype,i0e=Pz.hasOwnProperty,l0e=Pz.toString,as=al?al.toStringTag:void 0;function s0e(e){var t=i0e.call(e,as),r=e[as];try{e[as]=void 0;var n=!0}catch{}var a=l0e.call(e);return n&&(t?e[as]=r:delete e[as]),a}var u0e=s0e,c0e=Object.prototype,d0e=c0e.toString;function p0e(e){return d0e.call(e)}var f0e=p0e,h0e="[object Null]",m0e="[object Undefined]",vC=al?al.toStringTag:void 0;function g0e(e){return e==null?e===void 0?m0e:h0e:vC&&vC in Object(e)?u0e(e):f0e(e)}var v0e=g0e,yC=al?al.prototype:void 0;yC&&yC.toString;function y0e(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Nz=y0e,w0e="[object AsyncFunction]",b0e="[object Function]",E0e="[object GeneratorFunction]",x0e="[object Proxy]";function C0e(e){if(!Nz(e))return!1;var t=v0e(e);return t==b0e||t==E0e||t==w0e||t==x0e}var D0e=C0e,S0e=Q4["__core-js_shared__"],zm=S0e,wC=function(){var e=/[^.]+$/.exec(zm&&zm.keys&&zm.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function k0e(e){return!!wC&&wC in e}var _0e=k0e,A0e=Function.prototype,F0e=A0e.toString;function $0e(e){if(e!=null){try{return F0e.call(e)}catch{}try{return e+""}catch{}}return""}var T0e=$0e,I0e=/[\\^$.*+?()[\]{}|]/g,R0e=/^\[object .+?Constructor\]$/,z0e=Function.prototype,B0e=Object.prototype,L0e=z0e.toString,O0e=B0e.hasOwnProperty,M0e=RegExp("^"+L0e.call(O0e).replace(I0e,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function P0e(e){if(!Nz(e)||_0e(e))return!1;var t=D0e(e)?M0e:R0e;return t.test(T0e(e))}var N0e=P0e;function j0e(e,t){return e==null?void 0:e[t]}var H0e=j0e;function V0e(e,t){var r=H0e(e,t);return N0e(r)?r:void 0}var jz=V0e;function U0e(e,t){return e===t||e!==e&&t!==t}var W0e=U0e,q0e=jz(Object,"create"),Cu=q0e;function G0e(){this.__data__=Cu?Cu(null):{},this.size=0}var K0e=G0e;function Y0e(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Z0e=Y0e,X0e="__lodash_hash_undefined__",J0e=Object.prototype,Q0e=J0e.hasOwnProperty;function ede(e){var t=this.__data__;if(Cu){var r=t[e];return r===X0e?void 0:r}return Q0e.call(t,e)?t[e]:void 0}var tde=ede,rde=Object.prototype,nde=rde.hasOwnProperty;function ade(e){var t=this.__data__;return Cu?t[e]!==void 0:nde.call(t,e)}var ode=ade,ide="__lodash_hash_undefined__";function lde(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Cu&&t===void 0?ide:t,this}var sde=lde;function kl(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])}}kl.prototype.clear=K0e;kl.prototype.delete=Z0e;kl.prototype.get=tde;kl.prototype.has=ode;kl.prototype.set=sde;var bC=kl;function ude(){this.__data__=[],this.size=0}var cde=ude;function dde(e,t){for(var r=e.length;r--;)if(W0e(e[r][0],t))return r;return-1}var Dp=dde,pde=Array.prototype,fde=pde.splice;function hde(e){var t=this.__data__,r=Dp(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():fde.call(t,r,1),--this.size,!0}var mde=hde;function gde(e){var t=this.__data__,r=Dp(t,e);return r<0?void 0:t[r][1]}var vde=gde;function yde(e){return Dp(this.__data__,e)>-1}var wde=yde;function bde(e,t){var r=this.__data__,n=Dp(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var Ede=bde;function _l(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])}}_l.prototype.clear=cde;_l.prototype.delete=mde;_l.prototype.get=vde;_l.prototype.has=wde;_l.prototype.set=Ede;var xde=_l,Cde=jz(Q4,"Map"),Dde=Cde;function Sde(){this.size=0,this.__data__={hash:new bC,map:new(Dde||xde),string:new bC}}var kde=Sde;function _de(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Ade=_de;function Fde(e,t){var r=e.__data__;return Ade(t)?r[typeof t=="string"?"string":"hash"]:r.map}var Sp=Fde;function $de(e){var t=Sp(this,e).delete(e);return this.size-=t?1:0,t}var Tde=$de;function Ide(e){return Sp(this,e).get(e)}var Rde=Ide;function zde(e){return Sp(this,e).has(e)}var Bde=zde;function Lde(e,t){var r=Sp(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var Ode=Lde;function Al(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])}}Al.prototype.clear=kde;Al.prototype.delete=Tde;Al.prototype.get=Rde;Al.prototype.has=Bde;Al.prototype.set=Ode;var Hz=Al,Mde="Expected a function";function e3(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Mde);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(e3.Cache||Hz),r}e3.Cache=Hz;var Pde=e3,Nde=500;function jde(e){var t=Pde(e,function(n){return r.size===Nde&&r.clear(),n}),r=t.cache;return t}var Hde=jde,Vde=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ude=/\\(\\)?/g;Hde(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Vde,function(r,n,a,o){t.push(a?o.replace(Ude,"$1"):n||r)}),t});var Wde=e0e,qde=e=>{let t=null,r=!1,n=!1,a=!1,o="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let i=0;i<e.length;i+=1)!t&&!r&&!n&&!a?e[i]==='"'||e[i]==="'"||e[i]==="`"?t=e[i]:e[i]==="/"&&e[i+1]==="*"?r=!0:e[i]==="/"&&e[i+1]==="/"?n=!0:e[i]==="/"&&e[i+1]!=="/"&&(a=!0):(t&&(e[i]===t&&e[i-1]!=="\\"||e[i]===`
|
|
585
|
+
`&&t!=="`")&&(t=null),a&&(e[i]==="/"&&e[i-1]!=="\\"||e[i]===`
|
|
586
|
+
`)&&(a=!1),r&&e[i-1]==="/"&&e[i-2]==="*"&&(r=!1),n&&e[i]===`
|
|
587
|
+
`&&(n=!1)),!r&&!n&&(o+=e[i]);else o=e;return o},Gde=Rz(1e4)(e=>qde(e).replace(/\n\s*/g,"").trim()),Kde=function(t,r){const n=r.slice(0,r.indexOf("{")),a=r.slice(r.indexOf("{"));if(n.includes("=>")||n.includes("function"))return r;let o=n;return o=o.replace(t,"function"),o+a},Yde=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function Vz(e){if(!Wde(e))return e;let t=e,r=!1;return typeof Event!="undefined"&&e instanceof Event&&(t=Hce(t),r=!0),t=Object.keys(t).reduce((n,a)=>{try{t[a]&&t[a].toJSON,n[a]=t[a]}catch{r=!0}return n},{}),r?t:e}var Zde=function(t){let r,n,a,o;return function(l,s){try{if(l==="")return o=[],r=new Map([[s,"[]"]]),n=new Map,a=[],s;const d=n.get(this)||this;for(;a.length&&d!==a[0];)a.shift(),o.pop();if(typeof s=="boolean")return s;if(s===void 0)return t.allowUndefined?"_undefined_":void 0;if(s===null)return null;if(typeof s=="number")return s===-1/0?"_-Infinity_":s===1/0?"_Infinity_":Number.isNaN(s)?"_NaN_":s;if(typeof s=="bigint")return`_bigint_${s.toString()}`;if(typeof s=="string")return Yde.test(s)?t.allowDate?`_date_${s}`:void 0:s;if((0,Xce.default)(s))return t.allowRegExp?`_regexp_${s.flags}|${s.source}`:void 0;if((0,Jce.default)(s)){if(!t.allowFunction)return;const{name:h}=s,p=s.toString();return p.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${h}|${(()=>{}).toString()}`:`_function_${h}|${Gde(Kde(l,p))}`}if((0,Qce.default)(s)){if(!t.allowSymbol)return;const h=Symbol.keyFor(s);return h!==void 0?`_gsymbol_${h}`:`_symbol_${s.toString().slice(7,-1)}`}if(a.length>=t.maxDepth)return Array.isArray(s)?`[Array(${s.length})]`:"[Object]";if(s===this)return`_duplicate_${JSON.stringify(o)}`;if(s instanceof Error&&t.allowError)return{__isConvertedError__:!0,errorProperties:{...s.cause?{cause:s.cause}:{},...s,name:s.name,message:s.message,stack:s.stack,"_constructor-name_":s.constructor.name}};if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&!t.allowClass)return;const f=r.get(s);if(!f){const h=Array.isArray(s)?s:Vz(s);if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&t.allowClass)try{Object.assign(h,{"_constructor-name_":s.constructor.name})}catch{}return o.push(l),a.unshift(h),r.set(s,JSON.stringify(o)),s!==h&&n.set(s,h),h}return`_duplicate_${f}`}catch{return}}},Xde={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},Jde=(e,t={})=>{const r={...Xde,...t};return JSON.stringify(Vz(e),Zde(r),t.space)};/*!
|
|
588
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
|
589
|
+
*
|
|
590
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
591
|
+
* Released under the MIT License.
|
|
592
|
+
*//**
|
|
593
|
+
* @license
|
|
594
|
+
* Lodash (Custom Build) <https://lodash.com/>
|
|
595
|
+
* Build: `lodash modularize exports="es" -o ./`
|
|
596
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
597
|
+
* Released under MIT license <https://lodash.com/license>
|
|
598
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
599
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
600
|
+
*/function Qde(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(l,s){var d=s.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0})):l},[]);if(a.length){var o=new RegExp(`
|
|
601
|
+
[ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(l){return l.replace(o,`
|
|
602
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,s){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
|
603
|
+
`)&&(h=String(l).split(`
|
|
604
|
+
`).map(function(p,m){return m===0?p:""+f+p}).join(`
|
|
605
|
+
`)),i+=h+n[s+1]}),i}const{global:qt}=__STORYBOOK_MODULE_GLOBAL__,{deprecate:e1e,once:t1e,logger:t3}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:EC,composeConfigs:ame,Preview:ome,DocsContext:ime}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_ARGS_UPDATED:xC,UPDATE_STORY_ARGS:r1e,RESET_STORY_ARGS:n1e,GLOBALS_UPDATED:CC,NAVIGATE_URL:a1e}=__STORYBOOK_MODULE_CORE_EVENTS__;__STORYBOOK_MODULE_CHANNELS__;var o1e=ll({"../../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}}}),i1e=ll({"../../node_modules/tocbot/src/js/build-html.js"(e,t){t.exports=function(r){var n=[].forEach,a=[].some,o=document.body,i,l=!0,s=" ";function d(x,D){var S=D.appendChild(h(x));if(x.children.length){var k=p(x.isCollapsed);x.children.forEach(function(_){d(_,k)}),S.appendChild(k)}}function f(x,D){var S=!1,k=p(S);if(D.forEach(function(_){d(_,k)}),i=x||i,i!==null)return i.firstChild&&i.removeChild(i.firstChild),D.length===0?i:i.appendChild(k)}function h(x){var D=document.createElement("li"),S=document.createElement("a");return r.listItemClass&&D.setAttribute("class",r.listItemClass),r.onClick&&(S.onclick=r.onClick),r.includeTitleTags&&S.setAttribute("title",x.textContent),r.includeHtml&&x.childNodes.length?n.call(x.childNodes,function(k){S.appendChild(k.cloneNode(!0))}):S.textContent=x.textContent,S.setAttribute("href",r.basePath+"#"+x.id),S.setAttribute("class",r.linkClass+s+"node-name--"+x.nodeName+s+r.extraLinkClasses),D.appendChild(S),D}function p(x){var D=r.orderedList?"ol":"ul",S=document.createElement(D),k=r.listClass+s+r.extraListClasses;return x&&(k=k+s+r.collapsibleClass,k=k+s+r.isCollapsedClass),S.setAttribute("class",k),S}function m(){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var x;x=document.querySelector(r.scrollContainer).scrollTop}else x=document.documentElement.scrollTop||o.scrollTop;var D=document.querySelector(r.positionFixedSelector);r.fixedSidebarOffset==="auto"&&(r.fixedSidebarOffset=i.offsetTop),x>r.fixedSidebarOffset?D.className.indexOf(r.positionFixedClass)===-1&&(D.className+=s+r.positionFixedClass):D.className=D.className.replace(s+r.positionFixedClass,"")}function g(x){var D=0;return x!==null&&(D=x.offsetTop,r.hasInnerContainers&&(D+=g(x.offsetParent))),D}function v(x,D){return x&&x.className!==D&&(x.className=D),x}function C(x){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var D;D=document.querySelector(r.scrollContainer).scrollTop}else D=document.documentElement.scrollTop||o.scrollTop;r.positionFixedSelector&&m();var S=x,k;if(l&&i!==null&&S.length>0){a.call(S,function(N,M){if(g(N)>D+r.headingsOffset+10){var H=M===0?M:M-1;return k=S[H],!0}else if(M===S.length-1)return k=S[S.length-1],!0});var _=i.querySelector("."+r.activeLinkClass),A=i.querySelector("."+r.linkClass+".node-name--"+k.nodeName+'[href="'+r.basePath+"#"+k.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(_===A)return;var $=i.querySelectorAll("."+r.linkClass);n.call($,function(N){v(N,N.className.replace(s+r.activeLinkClass,""))});var I=i.querySelectorAll("."+r.listItemClass);n.call(I,function(N){v(N,N.className.replace(s+r.activeListItemClass,""))}),A&&A.className.indexOf(r.activeLinkClass)===-1&&(A.className+=s+r.activeLinkClass);var L=A&&A.parentNode;L&&L.className.indexOf(r.activeListItemClass)===-1&&(L.className+=s+r.activeListItemClass);var R=i.querySelectorAll("."+r.listClass+"."+r.collapsibleClass);n.call(R,function(N){N.className.indexOf(r.isCollapsedClass)===-1&&(N.className+=s+r.isCollapsedClass)}),A&&A.nextSibling&&A.nextSibling.className.indexOf(r.isCollapsedClass)!==-1&&v(A.nextSibling,A.nextSibling.className.replace(s+r.isCollapsedClass,"")),w(A&&A.parentNode.parentNode)}}function w(x){return x&&x.className.indexOf(r.collapsibleClass)!==-1&&x.className.indexOf(r.isCollapsedClass)!==-1?(v(x,x.className.replace(s+r.isCollapsedClass,"")),w(x.parentNode.parentNode)):x}function y(x){var D=x.target||x.srcElement;typeof D.className!="string"||D.className.indexOf(r.linkClass)===-1||(l=!1)}function E(){l=!0}return{enableTocAnimation:E,disableTocAnimation:y,render:f,updateToc:C}}}}),l1e=ll({"../../node_modules/tocbot/src/js/parse-content.js"(e,t){t.exports=function(r){var n=[].reduce;function a(h){return h[h.length-1]}function o(h){return+h.nodeName.toUpperCase().replace("H","")}function i(h){try{return h instanceof window.HTMLElement||h instanceof window.parent.HTMLElement}catch{return h instanceof window.HTMLElement}}function l(h){if(!i(h))return h;if(r.ignoreHiddenElements&&(!h.offsetHeight||!h.offsetParent))return null;let p=h.getAttribute("data-heading-label")||(r.headingLabelCallback?String(r.headingLabelCallback(h.innerText)):(h.innerText||h.textContent).trim());var m={id:h.id,children:[],nodeName:h.nodeName,headingLevel:o(h),textContent:p};return r.includeHtml&&(m.childNodes=h.childNodes),r.headingObjectCallback?r.headingObjectCallback(m,h):m}function s(h,p){for(var m=l(h),g=m.headingLevel,v=p,C=a(v),w=C?C.headingLevel:0,y=g-w;y>0&&(C=a(v),!(C&&g===C.headingLevel));)C&&C.children!==void 0&&(v=C.children),y--;return g>=r.collapseDepth&&(m.isCollapsed=!0),v.push(m),v}function d(h,p){var m=p;r.ignoreSelector&&(m=p.split(",").map(function(g){return g.trim()+":not("+r.ignoreSelector+")"}));try{return h.querySelectorAll(m)}catch{return console.warn("Headers not found with selector: "+m),null}}function f(h){return n.call(h,function(p,m){var g=l(m);return g&&s(g,p.nest),p},{nest:[]})}return{nestHeadingsArray:f,selectHeadings:d}}}}),s1e=ll({"../../node_modules/tocbot/src/js/update-toc-scroll.js"(e,t){t.exports=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var a=n.querySelector("."+r.activeListItemClass);a&&(n.scrollTop=a.offsetTop-r.tocScrollOffset)}}}}),u1e=ll({"../../node_modules/tocbot/src/js/scroll-smooth/index.js"(e){e.initSmoothScrolling=t;function t(n){var a=n.duration,o=n.offset,i=location.hash?d(location.href):location.href;l();function l(){document.body.addEventListener("click",h,!1);function h(p){!s(p.target)||p.target.className.indexOf("no-smooth-scroll")>-1||p.target.href.charAt(p.target.href.length-2)==="#"&&p.target.href.charAt(p.target.href.length-1)==="!"||p.target.className.indexOf(n.linkClass)===-1||r(p.target.hash,{duration:a,offset:o,callback:function(){f(p.target.hash)}})}}function s(h){return h.tagName.toLowerCase()==="a"&&(h.hash.length>0||h.href.charAt(h.href.length-1)==="#")&&(d(h.href)===i||d(h.href)+"#"===i)}function d(h){return h.slice(0,h.lastIndexOf("#"))}function f(h){var p=document.getElementById(h.substring(1));p&&(/^(?:a|select|input|button|textarea)$/i.test(p.tagName)||(p.tabIndex=-1),p.focus())}}function r(n,a){var o=window.pageYOffset,i={duration:a.duration,offset:a.offset||0,callback:a.callback,easing:a.easing||g},l=document.querySelector('[id="'+decodeURI(n).split("#").join("")+'"]')||document.querySelector('[id="'+n.split("#").join("")+'"]'),s=typeof n=="string"?i.offset+(n?l&&l.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):n,d=typeof i.duration=="function"?i.duration(s):i.duration,f,h;requestAnimationFrame(function(v){f=v,p(v)});function p(v){h=v-f,window.scrollTo(0,i.easing(h,o,s,d)),h<d?requestAnimationFrame(p):m()}function m(){window.scrollTo(0,o+s),typeof i.callback=="function"&&i.callback()}function g(v,C,w,y){return v/=y/2,v<1?w/2*v*v+C:(v--,-w/2*(v*(v-2)-1)+C)}}}}),c1e=ll({"../../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=o1e(),a={},o={},i=i1e(),l=l1e(),s=s1e(),d,f,h=!!r&&!!r.document&&!!r.document.querySelector&&!!r.addEventListener;if(typeof window>"u"&&!h)return;var p,m=Object.prototype.hasOwnProperty;function g(){for(var y={},E=0;E<arguments.length;E++){var x=arguments[E];for(var D in x)m.call(x,D)&&(y[D]=x[D])}return y}function v(y,E,x){E||(E=250);var D,S;return function(){var k=this,_=+new Date,A=arguments;D&&_<D+E?(clearTimeout(S),S=setTimeout(function(){D=_,y.apply(k,A)},E)):(D=_,y.apply(k,A))}}function C(y){try{return y.contentElement||document.querySelector(y.contentSelector)}catch{return console.warn("Contents element not found: "+y.contentSelector),null}}function w(y){try{return y.tocElement||document.querySelector(y.tocSelector)}catch{return console.warn("TOC element not found: "+y.tocSelector),null}}return o.destroy=function(){var y=w(a);y!==null&&(a.skipRendering||y&&(y.innerHTML=""),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).removeEventListener("resize",this._scrollListener,!1),d&&document.querySelector(a.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),d&&document.removeEventListener("click",this._clickListener,!1)))},o.init=function(y){if(h){a=g(n,y||{}),this.options=a,this.state={},a.scrollSmooth&&(a.duration=a.scrollSmoothDuration,a.offset=a.scrollSmoothOffset,o.scrollSmooth=u1e().initSmoothScrolling(a)),d=i(a),f=l(a),this._buildHtml=d,this._parseContent=f,this._headingsArray=p,o.destroy();var E=C(a);if(E!==null){var x=w(a);if(x!==null&&(p=f.selectHeadings(E,a.headingSelector),p!==null)){var D=f.nestHeadingsArray(p),S=D.nest;if(!a.skipRendering)d.render(x,S);else return this;this._scrollListener=v(function(_){d.updateToc(p),!a.disableTocScrollSync&&s(a);var A=_&&_.target&&_.target.scrollingElement&&_.target.scrollingElement.scrollTop===0;(_&&(_.eventPhase===0||_.currentTarget===null)||A)&&(d.updateToc(p),a.scrollEndCallback&&a.scrollEndCallback(_))},a.throttleTimeout),this._scrollListener(),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var k=null;return this._clickListener=v(function(_){a.scrollSmooth&&d.disableTocAnimation(_),d.updateToc(p),k&&clearTimeout(k),k=setTimeout(function(){d.enableTocAnimation()},a.scrollSmoothDuration)},a.throttleTimeout),a.scrollContainer&&document.querySelector(a.scrollContainer)?document.querySelector(a.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}}}},o.refresh=function(y){o.destroy(),o.init(y||this.options)},r.tocbot=o,o})}}),d1e=F.div(De,({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:ve(.3,e.color.defaultText),fontSize:e.typography.size.s2})),Uz=e=>b.createElement(d1e,{...e,className:"docblock-emptyblock sb-unstyled"}),p1e=F(w4)(({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"}})),f1e=F.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),Qc=F.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${Vm}`]:{margin:0}})),h1e=()=>b.createElement(f1e,null,b.createElement(Qc,null),b.createElement(Qc,{style:{width:"80%"}}),b.createElement(Qc,{style:{width:"30%"}}),b.createElement(Qc,{style:{width:"80%"}})),Wz=({isLoading:e,error:t,language:r,code:n,dark:a,format:o=!1,...i})=>{let{typography:l}=b9();if(e)return b.createElement(h1e,null);if(t)return b.createElement(Uz,null,t);let s=b.createElement(p1e,{bordered:!0,copyable:!0,format:o,language:r,className:"docblock-source sb-unstyled",...i},n);if(typeof a>"u")return s;let d=a?jm.dark:jm.light;return b.createElement(E9,{theme:Hm({...d,fontCode:l.fonts.mono,fontBase:l.fonts.base})},s)},Ie=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,r3=600,m1e=F.h1(De,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${r3}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),g1e=F.h2(De,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${r3}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:ve(.25,e.color.defaultText)})),v1e=F.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?ve(.1,e.color.defaultText):ve(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[Ie("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}},[Ie("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}},[Ie("div")]:t,[Ie("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}},[Ie("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[Ie("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[Ie("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[Ie("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[Ie("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[Ie("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[Ie("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[Ie("img")]:{maxWidth:"100%"},[Ie("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[Ie("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[Ie("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[Ie("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"}},[Ie("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"}}},[Ie("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}},[Ie("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),y1e=F.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${r3}px)`]:{}})),w1e=({children:e,toc:t})=>b.createElement(y1e,{className:"sbdocs sbdocs-wrapper"},b.createElement(v1e,{className:"sbdocs sbdocs-content"},e),t),kp=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:b1e}=qt,E1e=class extends u.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=b1e.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:a,...o}=this.props;return b.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...o})}},qz=u.createContext({scale:1}),{PREVIEW_URL:x1e}=qt,C1e=x1e||"iframe.html",D5=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,D1e=e=>{let t=u.useRef(),[r,n]=u.useState(!0),[a,o]=u.useState(),{story:i,height:l,autoplay:s,forceInitialArgs:d,renderStoryToElement:f}=e;return u.useEffect(()=>{if(!(i&&t.current))return()=>{};let h=t.current,p=f(i,h,{showMain:()=>{},showError:({title:m,description:g})=>o(new Error(`${m} - ${g}`)),showException:m=>o(m)},{autoplay:s,forceInitialArgs:d});return n(!1),()=>{Promise.resolve().then(()=>p())}},[s,f,i]),a?b.createElement("pre",null,b.createElement(jK,{error:a})):b.createElement(b.Fragment,null,l?b.createElement("style",null,`#${D5(e)} { min-height: ${l}; transform: translateZ(0); overflow: auto }`):null,r&&b.createElement(Gz,null),b.createElement("div",{ref:t,id:`${D5(e)}-inner`,"data-name":i.name}))},S1e=({story:e,height:t="500px"})=>b.createElement("div",{style:{width:"100%",height:t}},b.createElement(qz.Consumer,null,({scale:r})=>b.createElement(E1e,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:cZ(C1e,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),k1e=F.strong(({theme:e})=>({color:e.color.orange})),_1e=e=>{let{inline:t,story:r}=e;return t&&!e.autoplay&&r.usesMount?b.createElement(k1e,null,"This story mounts inside of play. Set"," ",b.createElement("a",{href:"https://storybook.js.org/docs/api/doc-blocks/doc-block-story#autoplay"},"autoplay")," ","to true to view this story."):b.createElement("div",{id:D5(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?b.createElement(D1e,{...e}):b.createElement(S1e,{...e}))},Gz=()=>b.createElement(uZ,null),A1e=F(F4)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),F1e=F.div({display:"flex",alignItems:"center",gap:4}),$1e=F.div(({theme:e})=>({width:14,height:14,borderRadius:2,margin:"0 7px",backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),T1e=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:a,...o})=>b.createElement(A1e,{...o},b.createElement(F1e,{key:"left"},e?[1,2,3].map(i=>b.createElement($1e,{key:i})):b.createElement(b.Fragment,null,b.createElement(io,{key:"zoomin",onClick:i=>{i.preventDefault(),n(.8)},title:"Zoom in"},b.createElement(eX,null)),b.createElement(io,{key:"zoomout",onClick:i=>{i.preventDefault(),n(1.25)},title:"Zoom out"},b.createElement(tX,null)),b.createElement(io,{key:"zoomreset",onClick:i=>{i.preventDefault(),a()},title:"Reset zoom"},b.createElement(rX,null))))),I1e=F.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),DC=F(Wz)(({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)":Or(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Or(.05,e.background.content)}})),R1e=F.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...kp(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),z1e=(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:b.createElement(DC,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:b.createElement(DC,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function B1e(e){if(u.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var L1e=F(T1e)({position:"absolute",top:0,left:0,right:0,height:40}),O1e=F.div({overflow:"hidden",position:"relative"}),Kz=({isLoading:e,isColumn:t,columns:r,children:n,withSource:a,withToolbar:o=!1,isExpanded:i=!1,additionalActions:l,className:s,layout:d="padded",...f})=>{let[h,p]=u.useState(i),{source:m,actionItem:g}=z1e(a,h,p),[v,C]=u.useState(1),w=[s].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),y=a?[g]:[],[E,x]=u.useState(l?[...l]:[]),D=[...y,...E],{window:S}=qt,k=u.useCallback(async A=>{let{createCopyToClipboardFunction:$}=await T5(()=>import("./index-CqU62QSU.js"),__vite__mapDeps([0,1,2,3]),import.meta.url);$()},[]),_=A=>{let $=S.getSelection();$&&$.type==="Range"||(A.preventDefault(),E.filter(I=>I.title==="Copied").length===0&&k(m.props.code).then(()=>{x([...E,{title:"Copied",onClick:()=>{}}]),S.setTimeout(()=>x(E.filter(I=>I.title!=="Copied")),1500)}))};return b.createElement(R1e,{withSource:a,withToolbar:o,...f,className:w.join(" ")},o&&b.createElement(L1e,{isLoading:e,border:!0,zoom:A=>C(v*A),resetZoom:()=>C(1),storyId:B1e(n),baseUrl:"./iframe.html"}),b.createElement(qz.Provider,{value:{scale:v}},b.createElement(O1e,{className:"docs-story",onCopyCapture:a&&_},b.createElement(I1e,{isColumn:t||!Array.isArray(n),columns:r,layout:d},b.createElement(RK.Element,{scale:v},Array.isArray(n)?n.map((A,$)=>b.createElement("div",{key:$},A)):b.createElement("div",null,n))),b.createElement(ey,{actionItems:D}))),a&&h&&m)};F(Kz)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));var M1e=F.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,'&[aria-disabled="true"]':{opacity:.5,input:{cursor:"not-allowed"}},input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:ve(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${Yc(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Yc(.05,e.appBorderColor)} 0 0 0 2px inset`,color:Yc(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"?`${Yc(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),P1e=e=>e==="true",N1e=({name:e,value:t,onChange:r,onBlur:n,onFocus:a,argType:o})=>{var f;let i=u.useCallback(()=>r(!1),[r]),l=!!((f=o==null?void 0:o.table)!=null&&f.readonly);if(t===void 0)return b.createElement($o,{variant:"outline",size:"medium",id:r1(e),onClick:i,disabled:l},"Set boolean");let s=Cr(e),d=typeof t=="string"?P1e(t):t;return b.createElement(M1e,{"aria-disabled":l,htmlFor:s,"aria-label":e},b.createElement("input",{id:s,type:"checkbox",onChange:h=>r(h.target.checked),checked:d,role:"switch",disabled:l,name:e,onBlur:n,onFocus:a}),b.createElement("span",{"aria-hidden":"true"},"False"),b.createElement("span",{"aria-hidden":"true"},"True"))},j1e=e=>{let[t,r,n]=e.split("-"),a=new Date;return a.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),a},H1e=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},V1e=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),a=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${a}`},U1e=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},SC=F(Xu.Input)(({readOnly:e})=>({opacity:e?.5:1})),W1e=F.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),q1e=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,argType:o})=>{var g;let[i,l]=u.useState(!0),s=u.useRef(),d=u.useRef(),f=!!((g=o==null?void 0:o.table)!=null&&g.readonly);u.useEffect(()=>{i!==!1&&(s&&s.current&&(s.current.value=t?V1e(t):""),d&&d.current&&(d.current.value=t?U1e(t):""))},[t]);let h=v=>{if(!v.target.value)return r();let C=j1e(v.target.value),w=new Date(t);w.setFullYear(C.getFullYear(),C.getMonth(),C.getDate());let y=w.getTime();y&&r(y),l(!!y)},p=v=>{if(!v.target.value)return r();let C=H1e(v.target.value),w=new Date(t);w.setHours(C.getHours()),w.setMinutes(C.getMinutes());let y=w.getTime();y&&r(y),l(!!y)},m=Cr(e);return b.createElement(W1e,null,b.createElement(SC,{type:"date",max:"9999-12-31",ref:s,id:`${m}-date`,name:`${m}-date`,readOnly:f,onChange:h,onFocus:n,onBlur:a}),b.createElement(SC,{type:"time",id:`${m}-time`,name:`${m}-time`,ref:d,onChange:p,readOnly:f,onFocus:n,onBlur:a}),i?null:b.createElement("div",null,"invalid"))},G1e=F.label({display:"flex"}),K1e=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},Y1e=F(Xu.Input)(({readOnly:e})=>({opacity:e?.5:1})),Z1e=({name:e,value:t,onChange:r,min:n,max:a,step:o,onBlur:i,onFocus:l,argType:s})=>{var E;let[d,f]=u.useState(typeof t=="number"?t:""),[h,p]=u.useState(!1),[m,g]=u.useState(null),v=!!((E=s==null?void 0:s.table)!=null&&E.readonly),C=u.useCallback(x=>{f(x.target.value);let D=parseFloat(x.target.value);Number.isNaN(D)?g(new Error(`'${x.target.value}' is not a number`)):(r(D),g(null))},[r,g]),w=u.useCallback(()=>{f("0"),r(0),p(!0)},[p]),y=u.useRef(null);return u.useEffect(()=>{h&&y.current&&y.current.select()},[h]),u.useEffect(()=>{d!==(typeof t=="number"?t:"")&&f(t)},[t]),t===void 0?b.createElement($o,{variant:"outline",size:"medium",id:r1(e),onClick:w,disabled:v},"Set number"):b.createElement(G1e,null,b.createElement(Y1e,{ref:y,id:Cr(e),type:"number",onChange:C,size:"flex",placeholder:"Edit number...",value:d,valid:m?"error":null,autoFocus:h,readOnly:v,name:e,min:n,max:a,step:o,onFocus:l,onBlur:i}))},Yz=(e,t)=>{let r=t&&Object.entries(t).find(([n,a])=>a===e);return r?r[0]:void 0},S5=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],Zz=(e,t)=>e&&t&&e.map(r=>t[r]),X1e=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),J1e=F.span({"[aria-readonly=true] &":{opacity:.5}}),Q1e=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),kC=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{var p;if(!t)return t3.warn(`Checkbox with no options: ${e}`),b.createElement(b.Fragment,null,"-");let i=S5(r,t),[l,s]=u.useState(i),d=!!((p=o==null?void 0:o.table)!=null&&p.readonly),f=m=>{let g=m.target.value,v=[...l];v.includes(g)?v.splice(v.indexOf(g),1):v.push(g),n(Zz(v,t)),s(v)};u.useEffect(()=>{s(S5(r,t))},[r]);let h=Cr(e);return b.createElement(X1e,{"aria-readonly":d,isInline:a},Object.keys(t).map((m,g)=>{let v=`${h}-${g}`;return b.createElement(Q1e,{key:v,htmlFor:v},b.createElement("input",{type:"checkbox",disabled:d,id:v,name:v,value:m,onChange:f,checked:l==null?void 0:l.includes(m)}),b.createElement(J1e,null,m))}))},epe=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),tpe=F.span({"[aria-readonly=true] &":{opacity:.5}}),rpe=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),_C=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{var d;if(!t)return t3.warn(`Radio with no options: ${e}`),b.createElement(b.Fragment,null,"-");let i=Yz(r,t),l=Cr(e),s=!!((d=o==null?void 0:o.table)!=null&&d.readonly);return b.createElement(epe,{"aria-readonly":s,isInline:a},Object.keys(t).map((f,h)=>{let p=`${l}-${h}`;return b.createElement(rpe,{key:p,htmlFor:p},b.createElement("input",{type:"radio",id:p,name:l,disabled:s,value:f,onChange:m=>n(t[m.currentTarget.value]),checked:f===i}),b.createElement(tpe,null,f))}))},npe={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Xz=F.select(npe,({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}}})),Jz=F.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),AC="Choose option...",ape=({name:e,value:t,options:r,onChange:n,argType:a})=>{var d;let o=f=>{n(r[f.currentTarget.value])},i=Yz(t,r)||AC,l=Cr(e),s=!!((d=a==null?void 0:a.table)!=null&&d.readonly);return b.createElement(Jz,null,b.createElement(TR,null),b.createElement(Xz,{disabled:s,id:l,value:i,onChange:o},b.createElement("option",{key:"no-selection",disabled:!0},AC),Object.keys(r).map(f=>b.createElement("option",{key:f,value:f},f))))},ope=({name:e,value:t,options:r,onChange:n,argType:a})=>{var d;let o=f=>{let h=Array.from(f.currentTarget.options).filter(p=>p.selected).map(p=>p.value);n(Zz(h,r))},i=S5(t,r),l=Cr(e),s=!!((d=a==null?void 0:a.table)!=null&&d.readonly);return b.createElement(Jz,null,b.createElement(Xz,{disabled:s,id:l,multiple:!0,value:i,onChange:o},Object.keys(r).map(f=>b.createElement("option",{key:f,value:f},f))))},FC=e=>{let{name:t,options:r}=e;return r?e.isMulti?b.createElement(ope,{...e}):b.createElement(ape,{...e}):(t3.warn(`Select with no options: ${t}`),b.createElement(b.Fragment,null,"-"))},ipe=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[(t==null?void 0:t[n])||String(n)]=n,r),{}):e,lpe={check:kC,"inline-check":kC,radio:_C,"inline-radio":_C,select:FC,"multi-select":FC},qo=e=>{let{type:t="select",labels:r,argType:n}=e,a={...e,argType:n,options:n?ipe(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},o=lpe[t];if(o)return b.createElement(o,{...a});throw new Error(`Unknown options type: ${t}`)},spe="Error",upe="Object",cpe="Array",dpe="String",ppe="Number",fpe="Boolean",hpe="Date",mpe="Null",gpe="Undefined",vpe="Function",ype="Symbol",Qz="ADD_DELTA_TYPE",eB="REMOVE_DELTA_TYPE",tB="UPDATE_DELTA_TYPE",n3="value",wpe="key";function eo(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 rB(e,t){let r=eo(e),n=eo(t);return(r==="Function"||n==="Function")&&n!==r}var a3=class extends u.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:a}=this.props,{inputRefKey:o,inputRefValue:i}=this.state,l={};if(!t){if(!o.value)return;l.key=o.value}l.newValue=r(!1,n,a,l.key,i.value),e(l)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:a,keyPath:o,deep:i}=this.props,l=u.cloneElement(r,{onClick:this.onSubmit}),s=u.cloneElement(n,{onClick:e}),d=a(n3,o,i),f=u.cloneElement(d,{placeholder:"Value",ref:this.refInputValue}),h=null;if(!t){let p=a(wpe,o,i);h=u.cloneElement(p,{placeholder:"Key",ref:this.refInputKey})}return b.createElement("span",{className:"rejt-add-value-node"},h,f,s,l)}};a3.defaultProps={onlyValue:!1,addButtonElement:b.createElement("button",null,"+"),cancelButtonElement:b.createElement("button",null,"c")};var nB=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let l={keyPath:a,deep:o,key:e,oldValue:i,type:eB};n.splice(e,1),this.setState({data:n});let{onUpdate:s,onDeltaUpdate:d}=this.props;s(a[a.length-1],n),d(l)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:a,logger:o}=this.props;a(t.length,r,n,e).then(()=>{let i=[...t,e];this.setState({data:i}),this.handleAddValueCancel();let{onUpdate:l,onDeltaUpdate:s}=this.props;l(r[r.length-1],i),s({type:Qz,keyPath:r,deep:n,key:i.length-1,newValue:e})}).catch(o.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:l}=this.state,s=o[e];a(e,i,l,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:f}=this.props;d(i[i.length-1],o),f({type:tB,keyPath:i,deep:l,key:e,newValue:t,oldValue:s}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:a,readOnly:o,getStyle:i,dataType:l,minusMenuElement:s}=this.props,{minus:d,collapsed:f}=i(e,t,r,n,l),h=o(e,t,r,n,l),p=u.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:d});return b.createElement("span",{className:"rejt-collapsed"},b.createElement("span",{className:"rejt-collapsed-text",style:f,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!h&&p)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:a,nextDeep:o}=this.state,{isCollapsed:i,handleRemove:l,onDeltaUpdate:s,readOnly:d,getStyle:f,dataType:h,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:w,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:_,plus:A,delimiter:$,ul:I,addForm:L}=f(e,t,r,n,h),R=d(e,t,r,n,h),N=u.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),M=u.cloneElement(w,{onClick:l,className:"rejt-minus-menu",style:_});return b.createElement("span",{className:"rejt-not-collapsed"},b.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"["),!a&&N,b.createElement("ul",{className:"rejt-not-collapsed-list",style:I},t.map((H,W)=>b.createElement(_p,{key:W,name:W.toString(),data:H,keyPath:r,deep:o,isCollapsed:i,handleRemove:this.handleRemoveItem(W),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:w,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}))),!R&&a&&b.createElement("div",{className:"rejt-add-form",style:L},b.createElement(a3,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:p,cancelButtonElement:m,inputElementGenerator:v,keyPath:r,deep:n,onSubmitValueParser:k})),b.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"]"),!R&&M)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{dataType:o,getStyle:i}=this.props,l=t?this.renderCollapsed():this.renderNotCollapsed(),s=i(e,r,n,a,o);return b.createElement("div",{className:"rejt-array-node"},b.createElement("span",{onClick:this.handleCollapseMode},b.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),l)}};nB.defaultProps={keyPath:[],deep:0,minusMenuElement:b.createElement("span",null," - "),plusMenuElement:b.createElement("span",null," + ")};var aB=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:l}=this.props,s=i(r,n,a,o,l);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:l}=this.state;if(!o)return;let s=n(!0,a,l,i,o.value);e({value:s,key:i}).then(()=>{rB(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:l,dataType:s,getStyle:d,editButtonElement:f,cancelButtonElement:h,textareaElementGenerator:p,minusMenuElement:m,keyPath:g}=this.props,v=d(e,i,n,a,s),C=null,w=null,y=l(e,i,n,a,s);if(r&&!y){let E=p(n3,g,a,e,i,s),x=u.cloneElement(f,{onClick:this.handleEdit}),D=u.cloneElement(h,{onClick:this.handleCancelEdit}),S=u.cloneElement(E,{ref:this.refInput,defaultValue:i});C=b.createElement("span",{className:"rejt-edit-form",style:v.editForm},S," ",D,x),w=null}else{C=b.createElement("span",{className:"rejt-value",style:v.value,onClick:y?null:this.handleEditMode},t);let E=u.cloneElement(m,{onClick:o,className:"rejt-minus-menu",style:v.minus});w=y?null:E}return b.createElement("li",{className:"rejt-function-value-node",style:v.li},b.createElement("span",{className:"rejt-name",style:v.name},e," :"," "),C,w)}};aB.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:b.createElement("button",null,"e"),cancelButtonElement:b.createElement("button",null,"c"),minusMenuElement:b.createElement("span",null," - ")};var _p=class extends u.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:a,handleRemove:o,handleUpdateValue:i,onUpdate:l,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S}=this.props,k=()=>!0,_=eo(e);switch(_){case spe:return b.createElement(k5,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:k,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case upe:return b.createElement(k5,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:d,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case cpe:return b.createElement(nB,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:d,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case dpe:return b.createElement(Nn,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case ppe:return b.createElement(Nn,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case fpe:return b.createElement(Nn,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case hpe:return b.createElement(Nn,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case mpe:return b.createElement(Nn,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case gpe:return b.createElement(Nn,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case vpe:return b.createElement(aB,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,textareaElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case ype:return b.createElement(Nn,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});default:return null}}};_p.defaultProps={keyPath:[],deep:0};var k5=class extends u.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:a}=this.state,{beforeAddAction:o,logger:i}=this.props;o(e,n,a,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:l,onDeltaUpdate:s}=this.props;l(n[n.length-1],r),s({type:Qz,keyPath:n,deep:a,key:e,newValue:t})}).catch(i.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let l={keyPath:a,deep:o,key:e,oldValue:i,type:eB};delete n[e],this.setState({data:n});let{onUpdate:s,onDeltaUpdate:d}=this.props;s(a[a.length-1],n),d(l)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:l}=this.state,s=o[e];a(e,i,l,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:f}=this.props;d(i[i.length-1],o),f({type:tB,keyPath:i,deep:l,key:e,newValue:t,oldValue:s}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:a,readOnly:o,dataType:i,getStyle:l,minusMenuElement:s}=this.props,{minus:d,collapsed:f}=l(e,n,t,r,i),h=Object.getOwnPropertyNames(n),p=o(e,n,t,r,i),m=u.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:d});return b.createElement("span",{className:"rejt-collapsed"},b.createElement("span",{className:"rejt-collapsed-text",style:f,onClick:this.handleCollapseMode},"{...}"," ",h.length," ",h.length===1?"key":"keys"),!p&&m)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:a,addFormVisible:o}=this.state,{isCollapsed:i,handleRemove:l,onDeltaUpdate:s,readOnly:d,getStyle:f,dataType:h,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:w,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:_,plus:A,addForm:$,ul:I,delimiter:L}=f(e,t,r,n,h),R=Object.getOwnPropertyNames(t),N=d(e,t,r,n,h),M=u.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),H=u.cloneElement(w,{onClick:l,className:"rejt-minus-menu",style:_}),W=R.map(B=>b.createElement(_p,{key:B,name:B,data:t[B],keyPath:r,deep:a,isCollapsed:i,handleRemove:this.handleRemoveValue(B),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:w,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}));return b.createElement("span",{className:"rejt-not-collapsed"},b.createElement("span",{className:"rejt-not-collapsed-delimiter",style:L},"{"),!N&&M,b.createElement("ul",{className:"rejt-not-collapsed-list",style:I},W),!N&&o&&b.createElement("div",{className:"rejt-add-form",style:$},b.createElement(a3,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:p,cancelButtonElement:m,inputElementGenerator:v,keyPath:r,deep:n,onSubmitValueParser:k})),b.createElement("span",{className:"rejt-not-collapsed-delimiter",style:L},"}"),!N&&H)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{getStyle:o,dataType:i}=this.props,l=t?this.renderCollapsed():this.renderNotCollapsed(),s=o(e,r,n,a,i);return b.createElement("div",{className:"rejt-object-node"},b.createElement("span",{onClick:this.handleCollapseMode},b.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),l)}};k5.defaultProps={keyPath:[],deep:0,minusMenuElement:b.createElement("span",null," - "),plusMenuElement:b.createElement("span",null," + ")};var Nn=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:l}=this.props,s=i(r,n,a,o,l);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:l}=this.state;if(!o)return;let s=n(!0,a,l,i,o.value);e({value:s,key:i}).then(()=>{rB(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:l,dataType:s,getStyle:d,editButtonElement:f,cancelButtonElement:h,inputElementGenerator:p,minusMenuElement:m,keyPath:g}=this.props,v=d(e,i,n,a,s),C=l(e,i,n,a,s),w=r&&!C,y=p(n3,g,a,e,i,s),E=u.cloneElement(f,{onClick:this.handleEdit}),x=u.cloneElement(h,{onClick:this.handleCancelEdit}),D=u.cloneElement(y,{ref:this.refInput,defaultValue:JSON.stringify(i)}),S=u.cloneElement(m,{onClick:o,className:"rejt-minus-menu",style:v.minus});return b.createElement("li",{className:"rejt-value-node",style:v.li},b.createElement("span",{className:"rejt-name",style:v.name},e," : "),w?b.createElement("span",{className:"rejt-edit-form",style:v.editForm},D," ",x,E):b.createElement("span",{className:"rejt-value",style:v.value,onClick:C?null:this.handleEditMode},String(t)),!C&&!w&&S)}};Nn.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:b.createElement("button",null,"e"),cancelButtonElement:b.createElement("button",null,"c"),minusMenuElement:b.createElement("span",null," - ")};function bpe(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var Epe={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},xpe={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},Cpe={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}},oB=class extends u.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:a,getStyle:o,addButtonElement:i,cancelButtonElement:l,editButtonElement:s,inputElement:d,textareaElement:f,minusMenuElement:h,plusMenuElement:p,beforeRemoveAction:m,beforeAddAction:g,beforeUpdateAction:v,logger:C,onSubmitValueParser:w,fallback:y=null}=this.props,E=eo(e),x=a;eo(a)==="Boolean"&&(x=()=>a);let D=d;d&&eo(d)!=="Function"&&(D=()=>d);let S=f;return f&&eo(f)!=="Function"&&(S=()=>f),E==="Object"||E==="Array"?b.createElement("div",{className:"rejt-tree"},b.createElement(_p,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:x,getStyle:o,addButtonElement:i,cancelButtonElement:l,editButtonElement:s,inputElementGenerator:D,textareaElementGenerator:S,minusMenuElement:h,plusMenuElement:p,handleRemove:this.removeRoot,beforeRemoveAction:m,beforeAddAction:g,beforeUpdateAction:v,logger:C,onSubmitValueParser:w})):y}};oB.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,a)=>{switch(a){case"Object":case"Error":return Epe;case"Array":return xpe;default:return Cpe}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,a)=>bpe(a),inputElement:()=>b.createElement("input",null),textareaElement:()=>b.createElement("textarea",null),fallback:null};var{window:Dpe}=qt,Spe=F.div(({theme:e})=>({position:"relative",display:"flex",'&[aria-readonly="true"]':{opacity:.5},".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),Bm=F.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),kpe=F(iX)(({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}})),_pe=F(lX)(({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}})),$C=F.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),Ape=F(io)(({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}})),Fpe=F(Xu.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"}})),$pe={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},Tpe=e=>{e.currentTarget.dispatchEvent(new Dpe.KeyboardEvent("keydown",$pe))},Ipe=e=>{e.currentTarget.select()},Rpe=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),TC=({name:e,value:t,onChange:r,argType:n})=>{var E;let a=b9(),o=u.useMemo(()=>t&&Xue(t),[t]),i=o!=null,[l,s]=u.useState(!i),[d,f]=u.useState(null),h=!!((E=n==null?void 0:n.table)!=null&&E.readonly),p=u.useCallback(x=>{try{x&&r(JSON.parse(x)),f(void 0)}catch(D){f(D)}},[r]),[m,g]=u.useState(!1),v=u.useCallback(()=>{r({}),g(!0)},[g]),C=u.useRef(null);if(u.useEffect(()=>{m&&C.current&&C.current.select()},[m]),!i)return b.createElement($o,{disabled:h,id:r1(e),onClick:v},"Set object");let w=b.createElement(Fpe,{ref:C,id:Cr(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:x=>p(x.target.value),placeholder:"Edit JSON string...",autoFocus:m,valid:d?"error":null,readOnly:h}),y=Array.isArray(t)||typeof t=="object"&&(t==null?void 0:t.constructor)===Object;return b.createElement(Spe,{"aria-readonly":h},y&&b.createElement(Ape,{onClick:x=>{x.preventDefault(),s(D=>!D)}},l?b.createElement(aX,null):b.createElement(nX,null),b.createElement("span",null,"RAW")),l?w:b.createElement(oB,{readOnly:h||!y,isCollapsed:y?void 0:()=>!0,data:o,rootName:e,onFullyUpdate:r,getStyle:Rpe(a),cancelButtonElement:b.createElement(Bm,{type:"button"},"Cancel"),editButtonElement:b.createElement(Bm,{type:"submit"},"Save"),addButtonElement:b.createElement(Bm,{type:"submit",primary:!0},"Save"),plusMenuElement:b.createElement(kpe,null),minusMenuElement:b.createElement(_pe,null),inputElement:(x,D,S,k)=>k?b.createElement($C,{onFocus:Ipe,onBlur:Tpe}):b.createElement($C,null),fallback:w}))},zpe=F.input(({theme:e,min:t,max:r,value:n,disabled:a})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
606
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
607
|
+
${Or(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
608
|
+
${Or(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
609
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
610
|
+
${Va(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
611
|
+
${Va(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${Pr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Pr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Or(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:a?"not-allowed":"grab"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:Pr(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,
|
|
612
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
613
|
+
${Or(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
614
|
+
${Or(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
615
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
616
|
+
${Va(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
617
|
+
${Va(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${Pr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Pr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Or(.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,
|
|
618
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
619
|
+
${Or(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
620
|
+
${Or(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
621
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
622
|
+
${Va(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
623
|
+
${Va(.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 ${Pr(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),iB=F.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),Bpe=F(iB)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),Lpe=F.div({display:"flex",alignItems:"center",width:"100%"});function Ope(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 Mpe=({name:e,value:t,onChange:r,min:n=0,max:a=100,step:o=1,onBlur:i,onFocus:l,argType:s})=>{var m;let d=g=>{r(K1e(g.target.value))},f=t!==void 0,h=u.useMemo(()=>Ope(o),[o]),p=!!((m=s==null?void 0:s.table)!=null&&m.readonly);return b.createElement(Lpe,{"aria-readonly":p},b.createElement(iB,null,n),b.createElement(zpe,{id:Cr(e),type:"range",disabled:p,onChange:d,name:e,value:t,min:n,max:a,step:o,onFocus:l,onBlur:i}),b.createElement(Bpe,{numberOFDecimalsPlaces:h,max:a},f?t.toFixed(h):"--"," / ",a))},Ppe=F.label({display:"flex"}),Npe=F.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),jpe=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,maxLength:o,argType:i})=>{var m,g;let l=v=>{r(v.target.value)},s=!!((m=i==null?void 0:i.table)!=null&&m.readonly),[d,f]=u.useState(!1),h=u.useCallback(()=>{r(""),f(!0)},[f]);if(t===void 0)return b.createElement($o,{variant:"outline",size:"medium",disabled:s,id:r1(e),onClick:h},"Set string");let p=typeof t=="string";return b.createElement(Ppe,null,b.createElement(Xu.Textarea,{id:Cr(e),maxLength:o,onChange:l,disabled:s,size:"flex",placeholder:"Edit string...",autoFocus:d,valid:p?null:"error",name:e,value:p?t:"",onFocus:n,onBlur:a}),o&&b.createElement(Npe,{isMaxed:(t==null?void 0:t.length)===o},(g=t==null?void 0:t.length)!=null?g:0," / ",o))},Hpe=F(Xu.Input)({padding:10});function Vpe(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var Upe=({onChange:e,name:t,accept:r="image/*",value:n,argType:a})=>{var s;let o=u.useRef(null),i=(s=a==null?void 0:a.control)==null?void 0:s.readOnly;function l(d){if(!d.target.files)return;let f=Array.from(d.target.files).map(h=>URL.createObjectURL(h));e(f),Vpe(n)}return u.useEffect(()=>{n==null&&o.current&&(o.current.value=null)},[n,t]),b.createElement(Hpe,{ref:o,id:Cr(t),type:"file",name:t,multiple:!0,disabled:i,onChange:l,accept:r,size:"flex"})},Wpe=u.lazy(()=>T5(()=>import("./Color-ERTF36HU-B622yQt4.js"),__vite__mapDeps([4,2,1,3]),import.meta.url)),qpe=e=>b.createElement(u.Suspense,{fallback:b.createElement("div",null)},b.createElement(Wpe,{...e})),Gpe={array:TC,object:TC,boolean:N1e,color:qpe,date:q1e,number:Z1e,check:qo,"inline-check":qo,radio:qo,"inline-radio":qo,select:qo,"multi-select":qo,range:Mpe,text:jpe,file:Upe},IC=()=>b.createElement(b.Fragment,null,"-"),Kpe=({row:e,arg:t,updateArgs:r,isHovered:n})=>{var v;let{key:a,control:o}=e,[i,l]=u.useState(!1),[s,d]=u.useState({value:t});u.useEffect(()=>{i||d({value:t})},[i,t]);let f=u.useCallback(C=>(d({value:C}),r({[a]:C}),C),[r,a]),h=u.useCallback(()=>l(!1),[]),p=u.useCallback(()=>l(!0),[]);if(!o||o.disable){let C=(o==null?void 0:o.disable)!==!0&&((v=e==null?void 0:e.type)==null?void 0:v.name)!=="function";return n&&C?b.createElement(Ti,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):b.createElement(IC,null)}let m={name:a,argType:e,value:s.value,onChange:f,onBlur:h,onFocus:p},g=Gpe[o.type]||IC;return b.createElement(g,{...m,...o,controlType:o.type})},Ype=F.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:Sa({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),Zpe=({tags:e})=>{let t=(e.params||[]).filter(o=>o.description),r=t.length!==0,n=e.deprecated!=null,a=e.returns!=null&&e.returns.description!=null;return!r&&!a&&!n?null:b.createElement(b.Fragment,null,b.createElement(Ype,null,b.createElement("tbody",null,n&&b.createElement("tr",{key:"deprecated"},b.createElement("td",{colSpan:2},b.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),r&&t.map(o=>b.createElement("tr",{key:o.name},b.createElement("td",null,b.createElement("code",null,o.name)),b.createElement("td",null,o.description))),a&&b.createElement("tr",{key:"returns"},b.createElement("td",null,b.createElement("code",null,"Returns")),b.createElement("td",null,e.returns.description)))))},_5=8,RC=F.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),Xpe=F.span(Sa,({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}})),Jpe=F.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),Qpe=F.div(Sa,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),efe=F.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),tfe=F(dX)({marginLeft:4}),rfe=F(TR)({marginLeft:4}),nfe=()=>b.createElement("span",null,"-"),lB=({text:e,simple:t})=>b.createElement(Xpe,{simple:t},e),afe=Rz(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),ofe=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return Rce(t)},zC=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,_5)),r.map(n=>b.createElement(lB,{key:n,text:n===""?'""':n}))},ife=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[a,o]=u.useState(!1),[i,l]=u.useState(t||!1);if(r==null)return null;let s=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(s))return b.createElement(lB,{text:s});let d=ofe(s),f=d.length;return f>_5?b.createElement(RC,{isExpanded:i},zC(d,i),b.createElement(Jpe,{onClick:()=>l(!i)},i?"Show less...":`Show ${f-_5} more...`)):b.createElement(RC,null,zC(d))}return b.createElement(fY,{closeOnOutsideClick:!0,placement:"bottom",visible:a,onVisibleChange:d=>{o(d)},tooltip:b.createElement(efe,{width:afe(n)},b.createElement(w4,{language:"jsx",format:!1},n))},b.createElement(Qpe,{className:"sbdocs-expandable"},b.createElement("span",null,s),a?b.createElement(tfe,null):b.createElement(rfe,null)))},Lm=({value:e,initialExpandedArgs:t})=>e==null?b.createElement(nfe,null):b.createElement(ife,{value:e,initialExpandedArgs:t}),lfe=F.span({fontWeight:"bold"}),sfe=F.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),ufe=F.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...Sa({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),cfe=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ve(.1,e.color.defaultText):ve(.2,e.color.defaultText),marginTop:t?4:0})),dfe=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ve(.1,e.color.defaultText):ve(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),pfe=F.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),ffe=e=>e&&{summary:typeof e=="string"?e:e.name},e0=e=>{var v;let[t,r]=u.useState(!1),{row:n,updateArgs:a,compact:o,expandable:i,initialExpandedArgs:l}=e,{name:s,description:d}=n,f=n.table||{},h=f.type||ffe(n.type),p=f.defaultValue||n.defaultValue,m=(v=n.type)==null?void 0:v.required,g=d!=null&&d!=="";return b.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},b.createElement(pfe,{expandable:i},b.createElement(lfe,null,s),m?b.createElement(sfe,{title:"Required"},"*"):null),o?null:b.createElement("td",null,g&&b.createElement(ufe,null,b.createElement(Az,null,d)),f.jsDocTags!=null?b.createElement(b.Fragment,null,b.createElement(dfe,{hasDescription:g},b.createElement(Lm,{value:h,initialExpandedArgs:l})),b.createElement(Zpe,{tags:f.jsDocTags})):b.createElement(cfe,{hasDescription:g},b.createElement(Lm,{value:h,initialExpandedArgs:l}))),o?null:b.createElement("td",null,b.createElement(Lm,{value:p,initialExpandedArgs:l})),a?b.createElement("td",null,b.createElement(Kpe,{...e,isHovered:t})):null)},hfe=F.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),mfe=F.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),gfe=F.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),vfe=({inAddonPanel:e})=>{let[t,r]=u.useState(!0);return u.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:b.createElement(hfe,{inAddonPanel:e},b.createElement(ER,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:b.createElement(b.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:b.createElement(mfe,null,e&&b.createElement(b.Fragment,null,b.createElement(Ti,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},b.createElement(oX,null)," Watch 5m video"),b.createElement(gfe,null),b.createElement(Ti,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},b.createElement(g5,null)," Read docs")),!e&&b.createElement(Ti,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},b.createElement(g5,null)," Learn how to set that up"))}))},yfe=F(uX)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ve(.25,e.color.defaultText):ve(.3,e.color.defaultText),border:"none",display:"inline-block"})),wfe=F(cX)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ve(.25,e.color.defaultText):ve(.3,e.color.defaultText),border:"none",display:"inline-block"})),bfe=F.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),Efe=F.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?ve(.4,e.color.defaultText):ve(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),xfe=F.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),Cfe=F.td(()=>({position:"relative"})),Dfe=F.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${Va(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),BC=F.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),Om=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:a=3})=>{let[o,i]=u.useState(n),l=e==="subsection"?xfe:Efe,s=(r==null?void 0:r.length)||0,d=e==="subsection"?`${s} item${s!==1?"s":""}`:"",f=`${o?"Hide":"Show"} ${e==="subsection"?s:t} item${s!==1?"s":""}`;return b.createElement(b.Fragment,null,b.createElement(Dfe,{title:f},b.createElement(l,{colSpan:1},b.createElement(BC,{onClick:h=>i(!o),tabIndex:0},f),b.createElement(bfe,null,o?b.createElement(yfe,null):b.createElement(wfe,null),t)),b.createElement(Cfe,{colSpan:a-1},b.createElement(BC,{onClick:h=>i(!o),tabIndex:-1,style:{outline:"none"}},f),o?null:d)),o?r:null)},t0=F.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),et=F.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),Re=F.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),tt=[2,4,2,2],Sfe=()=>b.createElement(b.Fragment,null,b.createElement(t0,null,b.createElement(et,{numColumn:tt[0]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[1]},b.createElement(Re,{width:"30%"})),b.createElement(et,{numColumn:tt[2]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[3]},b.createElement(Re,{width:"60%"}))),b.createElement(t0,null,b.createElement(et,{numColumn:tt[0]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[1]},b.createElement(Re,{width:"80%"}),b.createElement(Re,{width:"30%"})),b.createElement(et,{numColumn:tt[2]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[3]},b.createElement(Re,{width:"60%"}))),b.createElement(t0,null,b.createElement(et,{numColumn:tt[0]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[1]},b.createElement(Re,{width:"80%"}),b.createElement(Re,{width:"30%"})),b.createElement(et,{numColumn:tt[2]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[3]},b.createElement(Re,{width:"60%"}))),b.createElement(t0,null,b.createElement(et,{numColumn:tt[0]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[1]},b.createElement(Re,{width:"80%"}),b.createElement(Re,{width:"30%"})),b.createElement(et,{numColumn:tt[2]},b.createElement(Re,{width:"60%"})),b.createElement(et,{numColumn:tt[3]},b.createElement(Re,{width:"60%"})))),kfe=F.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?ve(.25,e.color.defaultText):ve(.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}}}}})),_fe=F(io)(({theme:e})=>({margin:"-4px -12px -4px 0"})),Afe=F.span({display:"flex",justifyContent:"space-between"}),Ffe={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>{var r,n;return+!!((r=t.type)!=null&&r.required)-+!!((n=e.type)!=null&&n.required)||e.name.localeCompare(t.name)},none:void 0},$fe=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([o,i])=>{let{category:l,subcategory:s}=(i==null?void 0:i.table)||{};if(l){let d=r.sections[l]||{ungrouped:[],subsections:{}};if(!s)d.ungrouped.push({key:o,...i});else{let f=d.subsections[s]||[];f.push({key:o,...i}),d.subsections[s]=f}r.sections[l]=d}else if(s){let d=r.ungroupedSubsections[s]||[];d.push({key:o,...i}),r.ungroupedSubsections[s]=d}else r.ungrouped.push({key:o,...i})});let n=Ffe[t],a=o=>n?Object.keys(o).reduce((i,l)=>({...i,[l]:o[l].sort(n)}),{}):o;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:a(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((o,i)=>({...o,[i]:{ungrouped:r.sections[i].ungrouped.sort(n),subsections:a(r.sections[i].subsections)}}),{})}},Tfe=(e,t,r)=>{try{return nN(e,t,r)}catch(n){return t1e.warn(n.message),!1}},A5=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:a,initialExpandedArgs:o,sort:i="none",isLoading:l}=e;if("error"in e){let{error:y}=e;return b.createElement(Uz,null,y," ",b.createElement(Ti,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},b.createElement(g5,null)," Read the docs"))}if(l)return b.createElement(Sfe,null);let{rows:s,args:d,globals:f}="rows"in e&&e,h=$fe(cie(s,y=>{var E;return!((E=y==null?void 0:y.table)!=null&&E.disable)&&Tfe(y,d||{},f||{})}),i),p=h.ungrouped.length===0,m=Object.entries(h.sections).length===0,g=Object.entries(h.ungroupedSubsections).length===0;if(p&&m&&g)return b.createElement(vfe,{inAddonPanel:a});let v=1;t&&(v+=1),n||(v+=2);let C=Object.keys(h.sections).length>0,w={updateArgs:t,compact:n,inAddonPanel:a,initialExpandedArgs:o};return b.createElement(jT,null,b.createElement(kfe,{compact:n,inAddonPanel:a,className:"docblock-argstable sb-unstyled"},b.createElement("thead",{className:"docblock-argstable-head"},b.createElement("tr",null,b.createElement("th",null,b.createElement("span",null,"Name")),n?null:b.createElement("th",null,b.createElement("span",null,"Description")),n?null:b.createElement("th",null,b.createElement("span",null,"Default")),t?b.createElement("th",null,b.createElement(Afe,null,"Control"," ",!l&&r&&b.createElement(_fe,{onClick:()=>r(),title:"Reset controls"},b.createElement(pX,{"aria-hidden":!0})))):null)),b.createElement("tbody",{className:"docblock-argstable-body"},h.ungrouped.map(y=>b.createElement(e0,{key:y.key,row:y,arg:d&&d[y.key],...w})),Object.entries(h.ungroupedSubsections).map(([y,E])=>b.createElement(Om,{key:y,label:y,level:"subsection",colSpan:v},E.map(x=>b.createElement(e0,{key:x.key,row:x,arg:d&&d[x.key],expandable:C,...w})))),Object.entries(h.sections).map(([y,E])=>b.createElement(Om,{key:y,label:y,level:"section",colSpan:v},E.ungrouped.map(x=>b.createElement(e0,{key:x.key,row:x,arg:d&&d[x.key],...w})),Object.entries(E.subsections).map(([x,D])=>b.createElement(Om,{key:x,label:x,level:"subsection",colSpan:v},D.map(S=>b.createElement(e0,{key:S.key,row:S,arg:d&&d[S.key],expandable:C,...w})))))))))},Ife=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?b.createElement(A5,{...r[0][1],...t}):b.createElement(YY,null,r.map((n,a)=>{let[o,i]=n,l=`prop_table_div_${o}`,s="div",d=a===0?t:{sort:t.sort};return b.createElement(s,{key:l,id:l,title:o},({active:f})=>f?b.createElement(A5,{key:`prop_table_${o}`,...i,...d}):null)}))};F.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?ve(.4,e.color.defaultText):ve(.6,e.color.defaultText)}));F.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});F.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});F.div(De,({theme:e})=>({...kp(e),margin:"25px 0 40px",padding:"30px 20px"}));F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));F.div(({theme:e})=>({color:e.base==="light"?ve(.2,e.color.defaultText):ve(.6,e.color.defaultText)}));F.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});F.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?ve(.4,e.color.defaultText):ve(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));F.div({display:"flex",flexDirection:"row"});F.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));F.div(({theme:e})=>({...kp(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));F.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});F.div({flex:1,display:"flex",flexDirection:"row"});F.div({display:"flex",alignItems:"flex-start"});F.div({flex:"0 0 30%"});F.div({flex:1});F.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?ve(.4,e.color.defaultText):ve(.6,e.color.defaultText)}));F.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));F.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));F.div(({theme:e})=>({...kp(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));F.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});F.div({display:"flex",flexFlow:"row wrap"});var Rfe=e=>`anchor--${e}`,zfe=({storyId:e,children:t})=>b.createElement("div",{id:Rfe(e),className:"sb-anchor"},t);qt&&qt.__DOCS_CONTEXT__===void 0&&(qt.__DOCS_CONTEXT__=u.createContext(null),qt.__DOCS_CONTEXT__.displayName="DocsContext");var sn=qt?qt.__DOCS_CONTEXT__:u.createContext(null),zo=(e,t)=>u.useContext(sn).resolveOf(e,t),Bfe=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),Lfe=e=>{if(e)return typeof e=="string"?e.includes("-")?Bfe(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function Ofe(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}function sB(e){return Jde(e,{allowFunction:!1})}var uB=u.createContext({sources:{}}),cB="--unknown--",Mfe=({children:e,channel:t})=>{let[r,n]=u.useState({});return u.useEffect(()=>{let a=(o,i=null,l=!1)=>{let{id:s,args:d=void 0,source:f,format:h}=typeof o=="string"?{id:o,source:i,format:l}:o,p=d?sB(d):cB;n(m=>({...m,[s]:{...m[s],[p]:{code:f,format:h}}}))};return t.on(d3,a),()=>t.off(d3,a)},[]),b.createElement(uB.Provider,{value:{sources:r}},e)},Pfe=(e,t,r)=>{let{sources:n}=r,a=n==null?void 0:n[e];return(a==null?void 0:a[sB(t)])||(a==null?void 0:a[cB])||{code:""}},Nfe=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{var s,d;let{__isArgsStory:a}=t.parameters,o=((s=t.parameters.docs)==null?void 0:s.source)||{},i=r||o.type||$p.AUTO;if(o.code!==void 0)return o.code;let l=i===$p.DYNAMIC||i===$p.AUTO&&e&&a?e:o.originalSource||"";return((d=n!=null?n:o.transform)==null?void 0:d(l,t))||l},jfe=(e,t,r)=>{var m,g,v,C,w,y,E,x,D,S,k;let n,{of:a}=e;if("of"in e&&a===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(a)n=t.resolveOf(a,["story"]).story;else try{n=t.storyById()}catch{}let o=((g=(m=n==null?void 0:n.parameters)==null?void 0:m.docs)==null?void 0:g.source)||{},{code:i}=e,l=(v=e.format)!=null?v:o.format,s=(w=(C=e.language)!=null?C:o.language)!=null?w:"jsx",d=(E=(y=e.dark)!=null?y:o.dark)!=null?E:!1;if(!i&&!n)return{error:"Oh no! The source is not available."};if(i)return{code:i,format:l,language:s,dark:d};let f=t.getStoryContext(n),h=e.__forceInitialArgs?f.initialArgs:f.unmappedArgs,p=Pfe(n.id,h,r);return l=(k=(S=p.format)!=null?S:(D=(x=n.parameters.docs)==null?void 0:x.source)==null?void 0:D.format)!=null?k:!1,{code:Nfe({snippet:p.code,storyContext:{...f,args:h},typeFromProps:e.type,transformFromProps:e.transform}),format:l,language:s,dark:d}};function Hfe(e,t){let r=Vfe([e],t);return r&&r[0]}function Vfe(e,t){let[r,n]=u.useState({});return u.useEffect(()=>{Promise.all(e.map(async a=>{let o=await t.loadStory(a);n(i=>i[a]===o?i:{...i,[a]:o})}))}),e.map(a=>{if(r[a])return r[a];try{return t.storyById(a)}catch{return null}})}var Ufe=(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},Wfe=(e,t,r)=>{var l,s,d,f,h,p,m,g;let{parameters:n={}}=t||{},{docs:a={}}=n,o=a.story||{};if(a.disable)return null;if((s=(l=e.inline)!=null?l:o.inline)!=null&&s){let v=(d=e.height)!=null?d:o.height,C=(h=(f=e.autoplay)!=null?f:o.autoplay)!=null?h:!1;return{story:t,inline:!0,height:v,autoplay:C,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let i=(g=(m=(p=e.height)!=null?p:o.height)!=null?m:o.iframeHeight)!=null?g:"100px";return{story:t,inline:!1,height:i,primary:!!e.__primary}},qfe=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=u.useContext(sn),r=Ufe(e,t),n=Hfe(r,t);if(!n)return b.createElement(Gz,null);let a=Wfe(e,n,t);return a?b.createElement(_1e,{...a}):null},Gfe=e=>{var p,m,g,v,C,w,y,E,x,D,S,k,_,A,$,I,L,R,N;let t=u.useContext(sn),r=u.useContext(uB),{of:n,source:a}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:o}=zo(n||"story",["story"]),i=jfe({...a,...n&&{of:n}},t,r),l=(C=(v=(p=e.layout)!=null?p:o.parameters.layout)!=null?v:(g=(m=o.parameters.docs)==null?void 0:m.canvas)==null?void 0:g.layout)!=null?C:"padded",s=(x=(E=e.withToolbar)!=null?E:(y=(w=o.parameters.docs)==null?void 0:w.canvas)==null?void 0:y.withToolbar)!=null?x:!1,d=(k=e.additionalActions)!=null?k:(S=(D=o.parameters.docs)==null?void 0:D.canvas)==null?void 0:S.additionalActions,f=(I=($=e.sourceState)!=null?$:(A=(_=o.parameters.docs)==null?void 0:_.canvas)==null?void 0:A.sourceState)!=null?I:"hidden",h=(N=e.className)!=null?N:(R=(L=o.parameters.docs)==null?void 0:L.canvas)==null?void 0:R.className;return b.createElement(Kz,{withSource:f==="none"?void 0:i,isExpanded:f==="shown",withToolbar:s,additionalActions:d,className:h,layout:l},b.createElement(qfe,{of:n||o.moduleExport,meta:e.meta,...e.story}))},Kfe=(e,t)=>{let r=Yfe(e,t);if(!r)throw new Error("No result when story was defined");return r},Yfe=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[a,o]=u.useState(r.args);u.useEffect(()=>{let s=d=>{d.storyId===n&&o(d.args)};return t.channel.on(xC,s),()=>t.channel.off(xC,s)},[n,t.channel]);let i=u.useCallback(s=>t.channel.emit(r1e,{storyId:n,updatedArgs:s}),[n,t.channel]),l=u.useCallback(s=>t.channel.emit(n1e,{storyId:n,argNames:s}),[n,t.channel]);return e&&[a,i,l]},Zfe=(e,t)=>{let r=t.getStoryContext(e),[n,a]=u.useState(r.globals);return u.useEffect(()=>{let o=i=>{a(i.globals)};return t.channel.on(CC,o),()=>t.channel.off(CC,o)},[t.channel]),[n]};function Xfe(e,t){let{extractArgTypes:r}=t.docs||{};if(!r)throw new Error("Args unsupported. See Args documentation for your framework.");return r(e)}var Jfe=e=>{var x,D,S,k;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(sn),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:a,argTypes:o,component:i,subcomponents:l}=n,s=((x=a.docs)==null?void 0:x.controls)||{},d=(D=e.include)!=null?D:s.include,f=(S=e.exclude)!=null?S:s.exclude,h=(k=e.sort)!=null?k:s.sort,[p,m,g]=Kfe(n,r),[v]=Zfe(n,r),C=EC(o,d,f);if(!(l&&Object.keys(l).length>0))return Object.keys(C).length>0||Object.keys(p).length>0?b.createElement(A5,{rows:C,sort:h,args:p,globals:v,updateArgs:m,resetArgs:g}):null;let w=Lfe(i),y=Object.fromEntries(Object.entries(l).map(([_,A])=>[_,{rows:EC(Xfe(A,a),d,f),sort:h}])),E={[w]:{rows:C,sort:h},...y};return b.createElement(Ife,{tabs:E,sort:h,args:p,globals:v,updateArgs:m,resetArgs:g})},{document:dB}=qt,pB=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return b.createElement(HT,null,t);let n=e&&e.split("-");return b.createElement(Wz,{language:n&&n[1]||"text",format:!1,code:t,...r})};function o3(e,t){e.channel.emit(a1e,t)}var F5=pZ.a,Qfe=({hash:e,children:t})=>{let r=u.useContext(sn);return b.createElement(F5,{href:e,target:"_self",onClick:n=>{let a=e.substring(1);dB.getElementById(a)&&o3(r,e)}},t)},fB=e=>{let{href:t,target:r,children:n,...a}=e,o=u.useContext(sn);return!t||r==="_blank"||/^https?:\/\//.test(t)?b.createElement(F5,{...e}):t.startsWith("#")?b.createElement(Qfe,{hash:t},n):b.createElement(F5,{href:t,onClick:i=>{i.button===0&&!i.altKey&&!i.ctrlKey&&!i.metaKey&&!i.shiftKey&&(i.preventDefault(),o3(o,i.currentTarget.getAttribute("href")))},target:r,...a},n)},hB=["h1","h2","h3","h4","h5","h6"],ehe=hB.reduce((e,t)=>({...e,[t]:F(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),the=F.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),rhe=({as:e,id:t,children:r,...n})=>{let a=u.useContext(sn),o=ehe[e],i=`#${t}`;return b.createElement(o,{id:t,...n},b.createElement(the,{"aria-hidden":"true",href:i,tabIndex:-1,target:"_self",onClick:l=>{dB.getElementById(t)&&o3(a,i)}},b.createElement(sX,null)),r)},i3=e=>{let{as:t,id:r,children:n,...a}=e;if(r)return b.createElement(rhe,{as:t,id:r,...a},n);let o=t,{as:i,...l}=e;return b.createElement(o,{...we(l,t)})},mB=hB.reduce((e,t)=>({...e,[t]:r=>b.createElement(i3,{as:t,...r})}),{}),nhe=e=>{var t;if(!e.children)return null;if(typeof e.children!="string")throw new Error(Qde`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
|
|
624
|
+
This is often caused by not wrapping the child in a template string.
|
|
625
|
+
|
|
626
|
+
This is invalid:
|
|
627
|
+
<Markdown>
|
|
628
|
+
# Some heading
|
|
629
|
+
A paragraph
|
|
630
|
+
</Markdown>
|
|
631
|
+
|
|
632
|
+
Instead do:
|
|
633
|
+
<Markdown>
|
|
634
|
+
{\`
|
|
635
|
+
# Some heading
|
|
636
|
+
A paragraph
|
|
637
|
+
\`}
|
|
638
|
+
</Markdown>
|
|
639
|
+
`);return b.createElement(Az,{...e,options:{forceBlock:!0,overrides:{code:pB,a:fB,...mB,...(t=e==null?void 0:e.options)==null?void 0:t.overrides},...e==null?void 0:e.options}})},ahe=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(ahe||{}),ohe=e=>{var t,r,n,a,o,i,l,s;switch(e.type){case"story":return((r=(t=e.story.parameters.docs)==null?void 0:t.description)==null?void 0:r.story)||null;case"meta":{let{parameters:d,component:f}=e.preparedMeta;return((a=(n=d.docs)==null?void 0:n.description)==null?void 0:a.component)||((i=(o=d.docs)==null?void 0:o.extractComponentDescription)==null?void 0:i.call(o,f,{component:f,parameters:d}))||null}case"component":{let{component:d,projectAnnotations:{parameters:f}}=e;return((s=(l=f.docs)==null?void 0:l.extractComponentDescription)==null?void 0:s.call(l,d,{component:d,parameters:f}))||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},$5=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=zo(t||"meta"),n=ohe(r);return n?b.createElement(nhe,null,n):null},LC=HB(c1e()),ihe=F.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),lhe=F.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),she=F.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),uhe=({title:e})=>e===null?null:typeof e=="string"?b.createElement(she,null,e):e,che=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:a,unsafeTocbotOptions:o})=>(u.useEffect(()=>{let i={tocSelector:".toc-wrapper",contentSelector:n!=null?n:".sbdocs-content",headingSelector:r!=null?r:"h3",ignoreSelector:a!=null?a:".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...o},l=setTimeout(()=>LC.init(i),100);return()=>{clearTimeout(l),LC.destroy()}},[t]),b.createElement(b.Fragment,null,b.createElement(ihe,null,t?null:b.createElement(lhe,null,b.createElement(uhe,{title:e||null}),b.createElement("div",{className:"toc-wrapper"}))))),{document:dhe,window:phe}=qt,fhe=({context:e,theme:t,children:r})=>{var a,o,i,l,s;let n;try{n=(o=(a=e.resolveOf("meta",["meta"]).preparedMeta.parameters)==null?void 0:a.docs)==null?void 0:o.toc}catch{n=(s=(l=(i=e==null?void 0:e.projectAnnotations)==null?void 0:i.parameters)==null?void 0:l.docs)==null?void 0:s.toc}return u.useEffect(()=>{let d;try{if(d=new URL(phe.parent.location.toString()),d.hash){let f=dhe.getElementById(decodeURIComponent(d.hash.substring(1)));f&&setTimeout(()=>{Ofe(f)},200)}}catch{}}),b.createElement(sn.Provider,{value:e},b.createElement(Mfe,{channel:e.channel},b.createElement(E9,{theme:LO(t)},b.createElement(w1e,{toc:n?b.createElement(che,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},hhe=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return b.createElement(UT,null,e);let r=globalThis.encodeURIComponent(e.toLowerCase());return b.createElement(i3,{as:"h3",id:r},e)},gB=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:a=!1})=>{var l,s,d;let{story:o}=zo(e||"story",["story"]),i=(d=(s=(l=o.parameters.docs)==null?void 0:l.canvas)==null?void 0:s.withToolbar)!=null?d:r;return b.createElement(zfe,{storyId:o.id},t&&b.createElement(b.Fragment,null,b.createElement(hhe,null,o.name),b.createElement($5,{of:e})),b.createElement(Gfe,{of:e,withToolbar:i,story:{__forceInitialArgs:n,__primary:a},source:{__forceInitialArgs:n}}))},mhe=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}=zo(t||"meta",["meta"]),n=u.useContext(sn).componentStoriesFromCSFFile(r)[0];return n?b.createElement(gB,{of:n.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},ghe=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return b.createElement(VT,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return b.createElement(i3,{as:"h2",id:n,...r},e)},vhe=F(ghe)(({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"}})),yhe=({title:e="Stories",includePrimary:t=!0})=>{var l;let{componentStories:r,projectAnnotations:n,getStoryContext:a}=u.useContext(sn),o=r(),{stories:{filter:i}={filter:void 0}}=((l=n.parameters)==null?void 0:l.docs)||{};return i&&(o=o.filter(s=>i(s,a(s)))),o.some(s=>{var d;return(d=s.tags)==null?void 0:d.includes("autodocs")})&&(o=o.filter(s=>{var d;return((d=s.tags)==null?void 0:d.includes("autodocs"))&&!s.usesMount})),t||(o=o.slice(1)),!o||o.length===0?null:b.createElement(b.Fragment,null,b.createElement(vhe,null,e),o.map(s=>s&&b.createElement(gB,{key:s.id,of:s.moduleExport,expanded:!0,__forceInitialArgs:!0})))},whe="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",bhe=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=zo(t||"meta",["meta"]).preparedMeta}catch(l){if(r&&!l.message.includes("did you forget to use <Meta of={} />?"))throw l}let{componentSubtitle:a,docs:o}=(n==null?void 0:n.parameters)||{};a&&e1e(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${whe}`);let i=r||(o==null?void 0:o.subtitle)||a;return i?b.createElement(g1e,{className:"sbdocs-subtitle sb-unstyled"},i):null},Ehe=/\s*\/\s*/,xhe=e=>{let t=e.trim().split(Ehe);return(t==null?void 0:t[(t==null?void 0:t.length)-1])||e},Che=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=zo(r||"meta",["meta"]).preparedMeta}catch(o){if(t&&!o.message.includes("did you forget to use <Meta of={} />?"))throw o}let a=t||xhe(n==null?void 0:n.title);return a?b.createElement(m1e,{className:"sbdocs-title sb-unstyled"},a):null},Dhe=()=>{let e=zo("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return b.createElement(b.Fragment,null,b.createElement(Che,null),b.createElement(bhe,null),b.createElement($5,{of:"meta"}),r?b.createElement($5,{of:"story"}):null,b.createElement(mhe,null),b.createElement(Jfe,null),r?null:b.createElement(yhe,null))};function She({context:e,docsParameter:t}){let r=t.container||fhe,n=t.page||Dhe;return b.createElement(r,{context:e,theme:t.theme},b.createElement(n,null))}var vB,OC=pl;vB=OC.createRoot,OC.hydrateRoot;var t1=new Map;function khe(){return globalThis.IS_REACT_ACT_ENVIRONMENT}var _he=({callback:e,children:t})=>{let r=u.useRef();return u.useLayoutEffect(()=>{r.current!==e&&(r.current=e,e())},[e]),t};typeof Promise.withResolvers>"u"&&(Promise.withResolvers=()=>{let e=null,t=null;return{promise:new Promise((r,n)=>{e=r,t=n}),resolve:e,reject:t}});var Ahe=async(e,t,r)=>{let n=await $he(t,r);if(khe()){n.render(e);return}let{promise:a,resolve:o}=Promise.withResolvers();return n.render(u.createElement(_he,{callback:o},e)),a},Fhe=(e,t)=>{let r=t1.get(e);r&&(r.unmount(),t1.delete(e))},$he=async(e,t)=>{let r=t1.get(e);return r||(r=vB(e,t),t1.set(e,r)),r},yB={code:pB,a:fB,...mB},The=class extends u.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e){let{showException:t}=this.props;t(e)}render(){let{hasError:e}=this.state,{children:t}=this.props;return e?null:b.createElement(b.Fragment,null,t)}},Ihe=class{constructor(){this.render=async(e,t,r)=>{let n={...yB,...t==null?void 0:t.components},a=She;return new Promise((o,i)=>{T5(async()=>{const{MDXProvider:l}=await import("./index-CgF2Ctku.js");return{MDXProvider:l}},__vite__mapDeps([5,1,2,3]),import.meta.url).then(({MDXProvider:l})=>Ahe(b.createElement(The,{showException:i,key:Math.random()},b.createElement(l,{components:n},b.createElement(a,{context:e,docsParameter:t}))),r)).then(()=>o())})},this.unmount=e=>{Fhe(e)}}};const lme=Object.freeze(Object.defineProperty({__proto__:null,DocsRenderer:Ihe,defaultComponents:yB},Symbol.toStringTag,{value:"Module"}));export{Ohe as $,HH as A,$o as B,OH as C,BH as D,MH as E,Xhe as F,uZ as G,eme as H,ER as I,w4 as J,qH as K,yR as L,DR as M,hp as N,Ti as O,Hhe as P,Khe as Q,NH as R,PH as S,io as T,GH as U,SR as V,YY as W,F4 as X,IY as Y,Whe as Z,Jhe as _,LH as a,qhe as a0,YH as a1,Uhe as a2,fY as a3,RK as a4,Sa as a5,pZ as a6,jg as a7,cZ as a8,d5 as a9,Zhe as aa,we as ab,fZ as ac,De as ad,b as ae,ln as af,To as ag,H4 as ah,u as ai,F as aj,nme as ak,Cr as al,lme as am,VT as b,Ghe as c,FY as d,rme as e,kH as f,IH as g,_H as h,Nhe as i,VH as j,UH as k,jT as l,HT as m,ey as n,yd as o,kR as p,jhe as q,WH as r,Qhe as s,jK as t,Mhe as u,RH as v,zH as w,Xu as x,UT as y,tme as z};
|