@pod-os/contacts 0.0.2-rc.40ff2aa.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/PodOsAware-_Lsp4KsV.js +7 -0
- package/dist/cjs/ResourceAware-uqh9ZRDt.js +7 -0
- package/dist/cjs/chunk.5JY5FUCG-DBOKVhYw.js +2250 -0
- package/dist/cjs/chunk.6CTB5ZDJ-CC8k6o5T.js +154 -0
- package/dist/cjs/chunk.HVTXQL7M-CkreIIRp.js +1369 -0
- package/dist/cjs/chunk.URTPIBTY-CR-txaLF.js +296 -0
- package/dist/cjs/chunk.XQ2OKYYA-DwhvXyP9.js +114 -0
- package/dist/cjs/chunk.YHLNUJ7P-BQOX8L9A.js +570 -0
- package/dist/cjs/chunk.ZGGPD2XJ-D0JTxaR_.js +5 -0
- package/dist/cjs/class-map-Bp6RgbSP.js +21 -0
- package/dist/cjs/contacts.cjs.js +51 -0
- package/dist/cjs/if-defined-C9hF9oNL.js +11 -0
- package/dist/cjs/index-BicjKg3I.js +6160 -0
- package/dist/cjs/index-CYTjugvn.js +564 -0
- package/dist/cjs/index-DlHQ3blV.js +9574 -0
- package/dist/cjs/index-FUnpyb19.js +49926 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/jsonld-V2RB47OZ-BerQ9IRa.js +8416 -0
- package/dist/cjs/loader.cjs.js +12 -0
- package/dist/cjs/pos-add-literal-value_3.cjs.entry.js +142 -0
- package/dist/cjs/pos-add-new-thing_7.cjs.entry.js +1154 -0
- package/dist/cjs/pos-app-browser.cjs.entry.js +51 -0
- package/dist/cjs/pos-app-dashboard_6.cjs.entry.js +106 -0
- package/dist/cjs/pos-app-document-viewer.cjs.entry.js +30 -0
- package/dist/cjs/pos-app-generic.cjs.entry.js +17 -0
- package/dist/cjs/pos-app-image-viewer.cjs.entry.js +32 -0
- package/dist/cjs/pos-app-ldp-container.cjs.entry.js +19 -0
- package/dist/cjs/pos-app-rdf-document.cjs.entry.js +19 -0
- package/dist/cjs/pos-app_24.cjs.entry.js +15936 -0
- package/dist/cjs/pos-attachments.cjs.entry.js +39 -0
- package/dist/cjs/pos-container-contents.cjs.entry.js +48 -0
- package/dist/cjs/pos-container-item_3.cjs.entry.js +122 -0
- package/dist/cjs/pos-description_2.cjs.entry.js +95 -0
- package/dist/cjs/pos-document.cjs.entry.js +101 -0
- package/dist/cjs/pos-list.cjs.entry.js +58 -0
- package/dist/cjs/pos-make-findable_2.cjs.entry.js +142 -0
- package/dist/cjs/pos-markdown-document.cjs.entry.js +28867 -0
- package/dist/cjs/pos-new-thing-form.cjs.entry.js +63 -0
- package/dist/cjs/pos-predicate.cjs.entry.js +29 -0
- package/dist/cjs/pos-relations_2.cjs.entry.js +49 -0
- package/dist/cjs/pos-select-term.cjs.entry.js +41 -0
- package/dist/cjs/pos-subjects.cjs.entry.js +29 -0
- package/dist/cjs/pos-tool-attachments.cjs.entry.js +38 -0
- package/dist/cjs/pos-tool-select.cjs.entry.js +30 -0
- package/dist/cjs/pos-value.cjs.entry.js +22 -0
- package/dist/cjs/session-DkRUfe3C.js +287 -0
- package/dist/cjs/settings-C4KFmugv.js +29 -0
- package/dist/cjs/usePodOS-BnFzjtlx.js +16 -0
- package/dist/cjs/useResource-IN7KmaP3.js +16 -0
- package/dist/collection/collection-manifest.json +84 -0
- package/dist/collection/components/address-book-page/address-book-page.css +142 -0
- package/dist/collection/components/address-book-page/address-book-page.js +140 -0
- package/dist/collection/components/app.js +8 -0
- package/dist/collection/components/contact-details/contact-details.css +75 -0
- package/dist/collection/components/contact-details/contact-details.js +84 -0
- package/dist/collection/components/contact-details/email-addresses/email-addresses.css +13 -0
- package/dist/collection/components/contact-details/email-addresses/email-addresses.js +49 -0
- package/dist/collection/components/contact-details/group-details/group-details.js +30 -0
- package/dist/collection/components/contact-details/phone-numbers/phone-numbers.css +13 -0
- package/dist/collection/components/contact-details/phone-numbers/phone-numbers.js +49 -0
- package/dist/collection/components/contact-list/contact-list.css +29 -0
- package/dist/collection/components/contact-list/contact-list.js +72 -0
- package/dist/collection/components/create-new-contact/create-new-contact.css +29 -0
- package/dist/collection/components/create-new-contact/create-new-contact.js +42 -0
- package/dist/collection/components/create-new-contact-form/create-new-contact-form.css +47 -0
- package/dist/collection/components/create-new-contact-form/create-new-contact-form.js +138 -0
- package/dist/collection/components/group-list/group-list.css +40 -0
- package/dist/collection/components/group-list/group-list.js +72 -0
- package/dist/collection/components/list-address-books/list-address-books.css +32 -0
- package/dist/collection/components/list-address-books/list-address-books.js +109 -0
- package/dist/collection/components/loading-spinner/loading-spinner.css +21 -0
- package/dist/collection/components/loading-spinner/loading-spinner.js +56 -0
- package/dist/collection/components/open-address-book/open-address-book.css +33 -0
- package/dist/collection/components/open-address-book/open-address-book.js +79 -0
- package/dist/collection/components/router/router.js +50 -0
- package/dist/collection/components/welcome-page/welcome-page.css +30 -0
- package/dist/collection/components/welcome-page/welcome-page.js +18 -0
- package/dist/collection/events/PodOsModuleAware.js +3 -0
- package/dist/collection/events/useContactsModule.js +13 -0
- package/dist/collection/events/usePodOS.js +12 -0
- package/dist/collection/global.js +10 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/shoelace/assets/icons/0-circle-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/0-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/0-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/0-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/1-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/1-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/1-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/1-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/123.svg +3 -0
- package/dist/collection/shoelace/assets/icons/2-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/2-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/2-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/2-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/3-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/3-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/3-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/3-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/4-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/4-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/4-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/4-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/5-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/5-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/5-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/5-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/6-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/6-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/6-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/6-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/7-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/7-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/7-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/7-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/8-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/8-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/8-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/8-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/9-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/9-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/9-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/9-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/LICENSE +21 -0
- package/dist/collection/shoelace/assets/icons/activity.svg +3 -0
- package/dist/collection/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/airplane-engines.svg +3 -0
- package/dist/collection/shoelace/assets/icons/airplane-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/airplane.svg +3 -0
- package/dist/collection/shoelace/assets/icons/alarm-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/alarm.svg +4 -0
- package/dist/collection/shoelace/assets/icons/alexa.svg +3 -0
- package/dist/collection/shoelace/assets/icons/align-bottom.svg +4 -0
- package/dist/collection/shoelace/assets/icons/align-center.svg +3 -0
- package/dist/collection/shoelace/assets/icons/align-end.svg +4 -0
- package/dist/collection/shoelace/assets/icons/align-middle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/align-start.svg +4 -0
- package/dist/collection/shoelace/assets/icons/align-top.svg +4 -0
- package/dist/collection/shoelace/assets/icons/alipay.svg +4 -0
- package/dist/collection/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
- package/dist/collection/shoelace/assets/icons/alphabet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/alt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/amazon.svg +4 -0
- package/dist/collection/shoelace/assets/icons/amd.svg +3 -0
- package/dist/collection/shoelace/assets/icons/android.svg +3 -0
- package/dist/collection/shoelace/assets/icons/android2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/app-indicator.svg +4 -0
- package/dist/collection/shoelace/assets/icons/app.svg +3 -0
- package/dist/collection/shoelace/assets/icons/apple.svg +4 -0
- package/dist/collection/shoelace/assets/icons/archive-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/archive.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-bar-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-bar-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-bar-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-bar-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-clockwise.svg +4 -0
- package/dist/collection/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-short.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-short.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-repeat.svg +4 -0
- package/dist/collection/shoelace/assets/icons/arrow-return-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-return-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right-short.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-through-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-short.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrow-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-collapse.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-expand.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-move.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/arrows.svg +3 -0
- package/dist/collection/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/aspect-ratio.svg +4 -0
- package/dist/collection/shoelace/assets/icons/asterisk.svg +3 -0
- package/dist/collection/shoelace/assets/icons/at.svg +3 -0
- package/dist/collection/shoelace/assets/icons/award-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/award.svg +4 -0
- package/dist/collection/shoelace/assets/icons/back.svg +3 -0
- package/dist/collection/shoelace/assets/icons/backpack-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack2.svg +5 -0
- package/dist/collection/shoelace/assets/icons/backpack3-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack3.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack4-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backpack4.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backspace-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/backspace-reverse.svg +4 -0
- package/dist/collection/shoelace/assets/icons/backspace.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-3d-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-3d.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-4k-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-4k.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-8k-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-8k.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-ad-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-ad.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-ar-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-ar.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-cc-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/badge-cc.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-hd-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-hd.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-sd-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-sd.svg +3 -0
- package/dist/collection/shoelace/assets/icons/badge-tm-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/badge-tm.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-vo-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-vo.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-vr-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-vr.svg +4 -0
- package/dist/collection/shoelace/assets/icons/badge-wc-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/badge-wc.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bag-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bag-dash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bag-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bag-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bag-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bag.svg +3 -0
- package/dist/collection/shoelace/assets/icons/balloon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/balloon-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/balloon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ban-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ban.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bandaid-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bandaid.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bank.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bank2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bar-chart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bar-chart-line.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bar-chart-steps.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bar-chart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/basket-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/basket.svg +3 -0
- package/dist/collection/shoelace/assets/icons/basket2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/basket2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/basket3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/basket3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/battery-charging.svg +6 -0
- package/dist/collection/shoelace/assets/icons/battery-full.svg +4 -0
- package/dist/collection/shoelace/assets/icons/battery-half.svg +4 -0
- package/dist/collection/shoelace/assets/icons/battery.svg +3 -0
- package/dist/collection/shoelace/assets/icons/behance.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bell-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bell-slash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bell-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bell.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bezier.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bezier2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bicycle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bing.svg +5 -0
- package/dist/collection/shoelace/assets/icons/binoculars-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/binoculars.svg +3 -0
- package/dist/collection/shoelace/assets/icons/blockquote-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/blockquote-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bluetooth.svg +3 -0
- package/dist/collection/shoelace/assets/icons/body-text.svg +3 -0
- package/dist/collection/shoelace/assets/icons/book-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/book-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/book.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-star.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmark-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmark.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bookmarks-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookmarks.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bookshelf.svg +3 -0
- package/dist/collection/shoelace/assets/icons/boombox-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/boombox.svg +6 -0
- package/dist/collection/shoelace/assets/icons/bootstrap-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bootstrap.svg +4 -0
- package/dist/collection/shoelace/assets/icons/border-all.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-bottom.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-center.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-inner.svg +5 -0
- package/dist/collection/shoelace/assets/icons/border-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-middle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-outer.svg +4 -0
- package/dist/collection/shoelace/assets/icons/border-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-style.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-top.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border-width.svg +3 -0
- package/dist/collection/shoelace/assets/icons/border.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bounding-box-circles.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bounding-box.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box-seam-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box-seam.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box2-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/box2-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/box2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/boxes.svg +3 -0
- package/dist/collection/shoelace/assets/icons/braces-asterisk.svg +3 -0
- package/dist/collection/shoelace/assets/icons/braces.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bricks.svg +3 -0
- package/dist/collection/shoelace/assets/icons/briefcase-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/briefcase.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-alt-high.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-alt-low.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-high-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-high.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-low-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brightness-low.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brilliance.svg +3 -0
- package/dist/collection/shoelace/assets/icons/broadcast-pin.svg +3 -0
- package/dist/collection/shoelace/assets/icons/broadcast.svg +3 -0
- package/dist/collection/shoelace/assets/icons/browser-chrome.svg +3 -0
- package/dist/collection/shoelace/assets/icons/browser-edge.svg +5 -0
- package/dist/collection/shoelace/assets/icons/browser-firefox.svg +3 -0
- package/dist/collection/shoelace/assets/icons/browser-safari.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brush-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/brush.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bucket-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bucket.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bug-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bug.svg +3 -0
- package/dist/collection/shoelace/assets/icons/building-add.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-check.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-dash.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-down.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/building-gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building-slash.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-up.svg +5 -0
- package/dist/collection/shoelace/assets/icons/building-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/building.svg +4 -0
- package/dist/collection/shoelace/assets/icons/buildings-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/buildings.svg +4 -0
- package/dist/collection/shoelace/assets/icons/bullseye.svg +6 -0
- package/dist/collection/shoelace/assets/icons/bus-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/bus-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/c-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/c-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/c-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/c-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cake-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cake.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cake2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cake2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calculator-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calculator.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-date-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-date.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-day-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-day.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-event-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-event.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-month-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-month.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-range-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-range.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-week-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-week.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-check.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar2-date.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-day.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-event.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-minus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar2-month.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-range.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-week.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar2-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/calendar2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar3-event.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar3-range.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/calendar3-week.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar3.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar4-event.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar4-range.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar4-week.svg +4 -0
- package/dist/collection/shoelace/assets/icons/calendar4.svg +3 -0
- package/dist/collection/shoelace/assets/icons/camera-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/camera-reels-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/camera-reels.svg +5 -0
- package/dist/collection/shoelace/assets/icons/camera-video-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/camera-video-off.svg +3 -0
- package/dist/collection/shoelace/assets/icons/camera-video.svg +3 -0
- package/dist/collection/shoelace/assets/icons/camera.svg +4 -0
- package/dist/collection/shoelace/assets/icons/camera2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/capslock-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/capslock.svg +3 -0
- package/dist/collection/shoelace/assets/icons/capsule-pill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/capsule.svg +3 -0
- package/dist/collection/shoelace/assets/icons/car-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/car-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/card-checklist.svg +4 -0
- package/dist/collection/shoelace/assets/icons/card-heading.svg +4 -0
- package/dist/collection/shoelace/assets/icons/card-image.svg +4 -0
- package/dist/collection/shoelace/assets/icons/card-list.svg +4 -0
- package/dist/collection/shoelace/assets/icons/card-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/caret-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-down-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/caret-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-left-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-left-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/caret-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-right-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-right-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/caret-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-up-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/caret-up-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/caret-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cart-dash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cart-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cart4.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cash-coin.svg +6 -0
- package/dist/collection/shoelace/assets/icons/cash-stack.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cassette-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cassette.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cast.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cc-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cc-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cc-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cc-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-dots-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-dots.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-dots.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-left-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-quote.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-left-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-quote-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-quote.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-right-dots.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-right-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-right-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-right-quote.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-right-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-dots.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-quote.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-square-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat-square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chat-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chat.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check-all.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/check-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/check.svg +3 -0
- package/dist/collection/shoelace/assets/icons/check2-all.svg +4 -0
- package/dist/collection/shoelace/assets/icons/check2-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/check2-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/check2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-bar-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-compact-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-compact-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-compact-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-compact-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-contract.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-double-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chevron-double-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chevron-double-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chevron-double-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/chevron-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-expand.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/chevron-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/circle-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/circle-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-check.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-data.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-heart.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-minus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-plus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard-pulse.svg +3 -0
- package/dist/collection/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-check.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-data.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-heart.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-minus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-plus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clipboard2-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clipboard2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clock-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/clock-history.svg +5 -0
- package/dist/collection/shoelace/assets/icons/clock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-download-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-download.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-drizzle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-fog.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-fog2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-hail.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-haze.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-haze2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-lightning.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-moon.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-rain.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-sleet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-snow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-sun.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloud-upload.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloud.svg +3 -0
- package/dist/collection/shoelace/assets/icons/clouds-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/clouds.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cloudy-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cloudy.svg +3 -0
- package/dist/collection/shoelace/assets/icons/code-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/code-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/code.svg +3 -0
- package/dist/collection/shoelace/assets/icons/coin.svg +5 -0
- package/dist/collection/shoelace/assets/icons/collection-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/collection-play-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/collection-play.svg +4 -0
- package/dist/collection/shoelace/assets/icons/collection.svg +3 -0
- package/dist/collection/shoelace/assets/icons/columns-gap.svg +3 -0
- package/dist/collection/shoelace/assets/icons/columns.svg +3 -0
- package/dist/collection/shoelace/assets/icons/command.svg +3 -0
- package/dist/collection/shoelace/assets/icons/compass-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/compass.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cone-striped.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cone.svg +3 -0
- package/dist/collection/shoelace/assets/icons/controller.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cookie.svg +4 -0
- package/dist/collection/shoelace/assets/icons/copy.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cpu-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cpu.svg +3 -0
- package/dist/collection/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/credit-card-2-back.svg +4 -0
- package/dist/collection/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/credit-card-2-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/credit-card-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/credit-card.svg +4 -0
- package/dist/collection/shoelace/assets/icons/crop.svg +3 -0
- package/dist/collection/shoelace/assets/icons/crosshair.svg +3 -0
- package/dist/collection/shoelace/assets/icons/crosshair2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cup-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cup-hot-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cup-hot.svg +4 -0
- package/dist/collection/shoelace/assets/icons/cup-straw.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cup.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-bitcoin.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-dollar.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-euro.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-exchange.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-pound.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-rupee.svg +3 -0
- package/dist/collection/shoelace/assets/icons/currency-yen.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cursor-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cursor-text.svg +3 -0
- package/dist/collection/shoelace/assets/icons/cursor.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dash-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-square-dotted.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dash-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/database-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
- package/dist/collection/shoelace/assets/icons/database-fill-gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-lock.svg +5 -0
- package/dist/collection/shoelace/assets/icons/database-fill-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-fill-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/database-fill.svg +6 -0
- package/dist/collection/shoelace/assets/icons/database-gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/database.svg +3 -0
- package/dist/collection/shoelace/assets/icons/device-hdd-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/device-hdd.svg +5 -0
- package/dist/collection/shoelace/assets/icons/device-ssd-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/device-ssd.svg +4 -0
- package/dist/collection/shoelace/assets/icons/diagram-2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diagram-2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diagram-3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diagram-3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diamond-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diamond-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/diamond.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-1-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-1.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dice-2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dice-3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-3.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dice-4-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-4.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dice-5-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-5.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dice-6-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dice-6.svg +4 -0
- package/dist/collection/shoelace/assets/icons/disc-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/disc.svg +4 -0
- package/dist/collection/shoelace/assets/icons/discord.svg +3 -0
- package/dist/collection/shoelace/assets/icons/display-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/display.svg +3 -0
- package/dist/collection/shoelace/assets/icons/displayport-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/displayport.svg +4 -0
- package/dist/collection/shoelace/assets/icons/distribute-horizontal.svg +4 -0
- package/dist/collection/shoelace/assets/icons/distribute-vertical.svg +4 -0
- package/dist/collection/shoelace/assets/icons/door-closed-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/door-closed.svg +4 -0
- package/dist/collection/shoelace/assets/icons/door-open-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/door-open.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dot.svg +3 -0
- package/dist/collection/shoelace/assets/icons/download.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dpad-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dpad.svg +4 -0
- package/dist/collection/shoelace/assets/icons/dribbble.svg +3 -0
- package/dist/collection/shoelace/assets/icons/dropbox.svg +3 -0
- package/dist/collection/shoelace/assets/icons/droplet-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/droplet-half.svg +4 -0
- package/dist/collection/shoelace/assets/icons/droplet.svg +4 -0
- package/dist/collection/shoelace/assets/icons/duffle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/duffle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ear-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ear.svg +3 -0
- package/dist/collection/shoelace/assets/icons/earbuds.svg +3 -0
- package/dist/collection/shoelace/assets/icons/easel-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/easel.svg +3 -0
- package/dist/collection/shoelace/assets/icons/easel2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/easel2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/easel3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/easel3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/egg-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/egg-fried.svg +4 -0
- package/dist/collection/shoelace/assets/icons/egg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/eject-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/eject.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-angry.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-astonished.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-dizzy.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-expressionless.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-frown.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-grimace.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-grin.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-kiss.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-laughing.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-neutral.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-smile.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-surprise.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-tear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/emoji-wink.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-at-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-at.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-check-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-open-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-open-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-open.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-paper.svg +3 -0
- package/dist/collection/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-x-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/envelope.svg +3 -0
- package/dist/collection/shoelace/assets/icons/eraser-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/eraser.svg +3 -0
- package/dist/collection/shoelace/assets/icons/escape.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ethernet.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ev-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ev-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ev-station-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ev-station.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-diamond.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-octagon.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclamation-triangle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exclamation.svg +3 -0
- package/dist/collection/shoelace/assets/icons/exclude.svg +3 -0
- package/dist/collection/shoelace/assets/icons/explicit-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/explicit.svg +4 -0
- package/dist/collection/shoelace/assets/icons/exposure.svg +4 -0
- package/dist/collection/shoelace/assets/icons/eye-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/eye-slash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/eye-slash.svg +5 -0
- package/dist/collection/shoelace/assets/icons/eye.svg +4 -0
- package/dist/collection/shoelace/assets/icons/eyedropper.svg +3 -0
- package/dist/collection/shoelace/assets/icons/eyeglasses.svg +3 -0
- package/dist/collection/shoelace/assets/icons/facebook.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fan.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fast-forward-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fast-forward-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fast-forward-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fast-forward.svg +4 -0
- package/dist/collection/shoelace/assets/icons/feather.svg +3 -0
- package/dist/collection/shoelace/assets/icons/feather2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-bar-graph.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-binary-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-binary.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-break-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-break.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-code-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-code.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-diff-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-diff.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-binary.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-break.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-code.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-diff.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-easel.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-excel.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-font.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-image.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-medical.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-music.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-person.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-play.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-post.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-slides.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-word.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark-zip.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-earmark.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-easel-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-easel.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-excel-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-excel.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-font-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-font.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-image-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-image.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-lock-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-lock2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-lock2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-medical-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-medical.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-music-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-music.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-pdf-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-pdf.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-person-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-person.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-play-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-play.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-post-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-post.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-ppt-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-ppt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-richtext-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-richtext.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-ruled-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-ruled.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-slides-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-slides.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-spreadsheet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-text-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-word-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-word.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/file-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-zip-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file-zip.svg +4 -0
- package/dist/collection/shoelace/assets/icons/file.svg +3 -0
- package/dist/collection/shoelace/assets/icons/files-alt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/files.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-aac.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-ai.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-bmp.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-cs.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-css.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-csv.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-doc.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-docx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-exe.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-gif.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-heic.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-html.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-java.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-jpg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-js.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-json.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-jsx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-key.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-m4p.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-md.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-mdx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-mov.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-mp3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-mp4.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-otf.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-pdf.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-php.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-png.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-ppt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-pptx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-psd.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-py.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-raw.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-rb.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-sass.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-scss.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-sh.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-sql.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-svg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-tiff.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-tsx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-ttf.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-txt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-wav.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-woff.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-xls.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-xlsx.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-xml.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filetype-yml.svg +3 -0
- package/dist/collection/shoelace/assets/icons/film.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filter-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filter-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/filter-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filter-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filter-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/filter-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/filter.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fingerprint.svg +7 -0
- package/dist/collection/shoelace/assets/icons/fire.svg +3 -0
- package/dist/collection/shoelace/assets/icons/flag-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/flag.svg +3 -0
- package/dist/collection/shoelace/assets/icons/floppy-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/floppy.svg +4 -0
- package/dist/collection/shoelace/assets/icons/floppy2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/floppy2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/flower1.svg +3 -0
- package/dist/collection/shoelace/assets/icons/flower2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/flower3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/folder-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/folder-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/folder-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/folder-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/folder-symlink.svg +4 -0
- package/dist/collection/shoelace/assets/icons/folder-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/folder.svg +3 -0
- package/dist/collection/shoelace/assets/icons/folder2-open.svg +3 -0
- package/dist/collection/shoelace/assets/icons/folder2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fonts.svg +3 -0
- package/dist/collection/shoelace/assets/icons/forward-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/forward.svg +3 -0
- package/dist/collection/shoelace/assets/icons/front.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fuel-pump.svg +4 -0
- package/dist/collection/shoelace/assets/icons/fullscreen-exit.svg +3 -0
- package/dist/collection/shoelace/assets/icons/fullscreen.svg +3 -0
- package/dist/collection/shoelace/assets/icons/funnel-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/funnel.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gear-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gear-wide-connected.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gear-wide.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/gem.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gender-ambiguous.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gender-female.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gender-male.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gender-neuter.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gender-trans.svg +3 -0
- package/dist/collection/shoelace/assets/icons/geo-alt-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/geo-alt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/geo-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/geo.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gift-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gift.svg +3 -0
- package/dist/collection/shoelace/assets/icons/git.svg +3 -0
- package/dist/collection/shoelace/assets/icons/github.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gitlab.svg +3 -0
- package/dist/collection/shoelace/assets/icons/globe-americas.svg +3 -0
- package/dist/collection/shoelace/assets/icons/globe-asia-australia.svg +4 -0
- package/dist/collection/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
- package/dist/collection/shoelace/assets/icons/globe-europe-africa.svg +3 -0
- package/dist/collection/shoelace/assets/icons/globe.svg +3 -0
- package/dist/collection/shoelace/assets/icons/globe2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/google-play.svg +3 -0
- package/dist/collection/shoelace/assets/icons/google.svg +3 -0
- package/dist/collection/shoelace/assets/icons/gpu-card.svg +5 -0
- package/dist/collection/shoelace/assets/icons/graph-down-arrow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/graph-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/graph-up-arrow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/graph-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-1x2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-3x3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grid.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grip-horizontal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/grip-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/h-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/h-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/h-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/h-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/hammer.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-index-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-index-thumb.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-index.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/handbag-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/handbag.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdd-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdd-network-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdd-network.svg +4 -0
- package/dist/collection/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdd-rack.svg +4 -0
- package/dist/collection/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdd-stack.svg +5 -0
- package/dist/collection/shoelace/assets/icons/hdd.svg +4 -0
- package/dist/collection/shoelace/assets/icons/hdmi-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hdmi.svg +4 -0
- package/dist/collection/shoelace/assets/icons/headphones.svg +3 -0
- package/dist/collection/shoelace/assets/icons/headset-vr.svg +4 -0
- package/dist/collection/shoelace/assets/icons/headset.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heart-arrow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heart-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/heart-pulse.svg +4 -0
- package/dist/collection/shoelace/assets/icons/heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heartbreak-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heartbreak.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hearts.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heptagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heptagon-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/heptagon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hexagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hexagon-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hexagon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/highlighter.svg +3 -0
- package/dist/collection/shoelace/assets/icons/highlights.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hospital-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hospital.svg +4 -0
- package/dist/collection/shoelace/assets/icons/hourglass-bottom.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hourglass-split.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hourglass-top.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hourglass.svg +3 -0
- package/dist/collection/shoelace/assets/icons/house-add-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-check-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-dash-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-door-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/house-door.svg +3 -0
- package/dist/collection/shoelace/assets/icons/house-down-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-gear-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-gear.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-lock-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-slash-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-up-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house-x-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/house-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/house.svg +3 -0
- package/dist/collection/shoelace/assets/icons/houses-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/houses.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hr.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hurricane.svg +3 -0
- package/dist/collection/shoelace/assets/icons/hypnotize.svg +4 -0
- package/dist/collection/shoelace/assets/icons/icons.json +24701 -0
- package/dist/collection/shoelace/assets/icons/image-alt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/image-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/image.svg +4 -0
- package/dist/collection/shoelace/assets/icons/images.svg +4 -0
- package/dist/collection/shoelace/assets/icons/inbox-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/inbox.svg +3 -0
- package/dist/collection/shoelace/assets/icons/inboxes-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/inboxes.svg +3 -0
- package/dist/collection/shoelace/assets/icons/incognito.svg +3 -0
- package/dist/collection/shoelace/assets/icons/indent.svg +4 -0
- package/dist/collection/shoelace/assets/icons/infinity.svg +3 -0
- package/dist/collection/shoelace/assets/icons/info-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/info-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/info-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/info-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/info-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/info.svg +3 -0
- package/dist/collection/shoelace/assets/icons/input-cursor-text.svg +4 -0
- package/dist/collection/shoelace/assets/icons/input-cursor.svg +4 -0
- package/dist/collection/shoelace/assets/icons/instagram.svg +3 -0
- package/dist/collection/shoelace/assets/icons/intersect.svg +3 -0
- package/dist/collection/shoelace/assets/icons/journal-album.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-arrow-down.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-arrow-up.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-bookmark.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-check.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-code.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-medical.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-minus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-plus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-richtext.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-text.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/journal.svg +4 -0
- package/dist/collection/shoelace/assets/icons/journals.svg +4 -0
- package/dist/collection/shoelace/assets/icons/joystick.svg +4 -0
- package/dist/collection/shoelace/assets/icons/justify-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/justify-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/justify.svg +3 -0
- package/dist/collection/shoelace/assets/icons/kanban-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/kanban.svg +4 -0
- package/dist/collection/shoelace/assets/icons/key-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/key.svg +4 -0
- package/dist/collection/shoelace/assets/icons/keyboard-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/keyboard.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ladder.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lamp-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/lamp.svg +4 -0
- package/dist/collection/shoelace/assets/icons/laptop-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/laptop.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layer-backward.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layer-forward.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layers-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layers-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layers.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layout-sidebar.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layout-split.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-text-window.svg +4 -0
- package/dist/collection/shoelace/assets/icons/layout-three-columns.svg +3 -0
- package/dist/collection/shoelace/assets/icons/layout-wtf.svg +3 -0
- package/dist/collection/shoelace/assets/icons/life-preserver.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightbulb-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightbulb-off.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightbulb.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightning-charge.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightning-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lightning.svg +3 -0
- package/dist/collection/shoelace/assets/icons/line.svg +3 -0
- package/dist/collection/shoelace/assets/icons/link-45deg.svg +4 -0
- package/dist/collection/shoelace/assets/icons/link.svg +4 -0
- package/dist/collection/shoelace/assets/icons/linkedin.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list-check.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list-columns-reverse.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list-columns.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list-nested.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list-ol.svg +4 -0
- package/dist/collection/shoelace/assets/icons/list-stars.svg +4 -0
- package/dist/collection/shoelace/assets/icons/list-task.svg +5 -0
- package/dist/collection/shoelace/assets/icons/list-ul.svg +3 -0
- package/dist/collection/shoelace/assets/icons/list.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lock-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lock.svg +3 -0
- package/dist/collection/shoelace/assets/icons/luggage-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/luggage.svg +4 -0
- package/dist/collection/shoelace/assets/icons/lungs-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/lungs.svg +3 -0
- package/dist/collection/shoelace/assets/icons/magic.svg +3 -0
- package/dist/collection/shoelace/assets/icons/magnet-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/magnet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mailbox-flag.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mailbox.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mailbox2-flag.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mailbox2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/map-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/map.svg +3 -0
- package/dist/collection/shoelace/assets/icons/markdown-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/markdown.svg +6 -0
- package/dist/collection/shoelace/assets/icons/marker-tip.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mask.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mastodon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/medium.svg +3 -0
- package/dist/collection/shoelace/assets/icons/megaphone-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/megaphone.svg +3 -0
- package/dist/collection/shoelace/assets/icons/memory.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-app-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-app.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-button-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-button-wide.svg +4 -0
- package/dist/collection/shoelace/assets/icons/menu-button.svg +4 -0
- package/dist/collection/shoelace/assets/icons/menu-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/menu-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/messenger.svg +3 -0
- package/dist/collection/shoelace/assets/icons/meta.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mic-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mic-mute-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mic-mute.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mic.svg +4 -0
- package/dist/collection/shoelace/assets/icons/microsoft-teams.svg +4 -0
- package/dist/collection/shoelace/assets/icons/microsoft.svg +3 -0
- package/dist/collection/shoelace/assets/icons/minecart-loaded.svg +4 -0
- package/dist/collection/shoelace/assets/icons/minecart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/modem-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/modem.svg +4 -0
- package/dist/collection/shoelace/assets/icons/moisture.svg +3 -0
- package/dist/collection/shoelace/assets/icons/moon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/moon-stars-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/moon-stars.svg +4 -0
- package/dist/collection/shoelace/assets/icons/moon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mortarboard-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mortarboard.svg +4 -0
- package/dist/collection/shoelace/assets/icons/motherboard-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/motherboard.svg +4 -0
- package/dist/collection/shoelace/assets/icons/mouse-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mouse.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mouse2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mouse2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mouse3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/mouse3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/music-note-beamed.svg +5 -0
- package/dist/collection/shoelace/assets/icons/music-note-list.svg +6 -0
- package/dist/collection/shoelace/assets/icons/music-note.svg +5 -0
- package/dist/collection/shoelace/assets/icons/music-player-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/music-player.svg +5 -0
- package/dist/collection/shoelace/assets/icons/newspaper.svg +4 -0
- package/dist/collection/shoelace/assets/icons/nintendo-switch.svg +4 -0
- package/dist/collection/shoelace/assets/icons/node-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/node-minus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/node-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/node-plus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/noise-reduction.svg +4 -0
- package/dist/collection/shoelace/assets/icons/nut-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/nut.svg +4 -0
- package/dist/collection/shoelace/assets/icons/nvidia.svg +3 -0
- package/dist/collection/shoelace/assets/icons/nvme-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/nvme.svg +4 -0
- package/dist/collection/shoelace/assets/icons/octagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/octagon-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/octagon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/opencollective.svg +4 -0
- package/dist/collection/shoelace/assets/icons/optical-audio-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/optical-audio.svg +5 -0
- package/dist/collection/shoelace/assets/icons/option.svg +3 -0
- package/dist/collection/shoelace/assets/icons/outlet.svg +4 -0
- package/dist/collection/shoelace/assets/icons/p-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/p-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/p-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/p-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/paint-bucket.svg +3 -0
- package/dist/collection/shoelace/assets/icons/palette-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/palette.svg +4 -0
- package/dist/collection/shoelace/assets/icons/palette2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/paperclip.svg +3 -0
- package/dist/collection/shoelace/assets/icons/paragraph.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pass-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pass.svg +4 -0
- package/dist/collection/shoelace/assets/icons/passport-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/passport.svg +4 -0
- package/dist/collection/shoelace/assets/icons/patch-check-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/patch-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/patch-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/patch-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/patch-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/patch-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/patch-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/patch-question-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/patch-question.svg +5 -0
- package/dist/collection/shoelace/assets/icons/pause-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pause-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pause-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pause-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pause-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pause.svg +3 -0
- package/dist/collection/shoelace/assets/icons/paypal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pc-display.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pc-horizontal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pc.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pci-card-network.svg +5 -0
- package/dist/collection/shoelace/assets/icons/pci-card-sound.svg +5 -0
- package/dist/collection/shoelace/assets/icons/pci-card.svg +4 -0
- package/dist/collection/shoelace/assets/icons/peace-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/peace.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pen-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pen.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pencil-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pencil-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pencil.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pentagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pentagon-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pentagon.svg +3 -0
- package/dist/collection/shoelace/assets/icons/people-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/people.svg +3 -0
- package/dist/collection/shoelace/assets/icons/percent.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-arms-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-badge-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-badge.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-bounding-box.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-check-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-dash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-add.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-gear.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-fill-lock.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-fill-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-fill-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-gear.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-hearts.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-lines-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-lock.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-plus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-raised-hand.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-rolodex.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-standing-dress.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-standing.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-vcard-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-vcard.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-video.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-video2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-video3.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-walking.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-wheelchair.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-workspace.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/person-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/person.svg +3 -0
- package/dist/collection/shoelace/assets/icons/phone-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/phone-flip.svg +3 -0
- package/dist/collection/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/phone-landscape.svg +4 -0
- package/dist/collection/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/phone-vibrate.svg +4 -0
- package/dist/collection/shoelace/assets/icons/phone.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pie-chart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pie-chart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/piggy-bank.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pin-angle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pin-angle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pin-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pin-map-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pin-map.svg +4 -0
- package/dist/collection/shoelace/assets/icons/pin.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pinterest.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pip-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/pip.svg +4 -0
- package/dist/collection/shoelace/assets/icons/play-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/play-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/play-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/play-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/play-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/play.svg +3 -0
- package/dist/collection/shoelace/assets/icons/playstation.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plug-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plug.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plugin.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/plus-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-slash-minus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-square-dotted.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/plus-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/plus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/postage-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postage-heart-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postage-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postage.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postcard-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/postcard-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/postcard.svg +3 -0
- package/dist/collection/shoelace/assets/icons/power.svg +4 -0
- package/dist/collection/shoelace/assets/icons/prescription.svg +4 -0
- package/dist/collection/shoelace/assets/icons/prescription2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/printer-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/printer.svg +4 -0
- package/dist/collection/shoelace/assets/icons/projector-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/projector.svg +4 -0
- package/dist/collection/shoelace/assets/icons/puzzle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/puzzle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/qr-code-scan.svg +7 -0
- package/dist/collection/shoelace/assets/icons/qr-code.svg +7 -0
- package/dist/collection/shoelace/assets/icons/question-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/question-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/question-diamond-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/question-diamond.svg +4 -0
- package/dist/collection/shoelace/assets/icons/question-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/question-octagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/question-octagon.svg +4 -0
- package/dist/collection/shoelace/assets/icons/question-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/question-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/question.svg +3 -0
- package/dist/collection/shoelace/assets/icons/quora.svg +3 -0
- package/dist/collection/shoelace/assets/icons/quote.svg +3 -0
- package/dist/collection/shoelace/assets/icons/r-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/r-circle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/r-square-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/r-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/radar.svg +3 -0
- package/dist/collection/shoelace/assets/icons/radioactive.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rainbow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/receipt-cutoff.svg +4 -0
- package/dist/collection/shoelace/assets/icons/receipt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/reception-0.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reception-1.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reception-2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reception-3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reception-4.svg +3 -0
- package/dist/collection/shoelace/assets/icons/record-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/record-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/record-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/record-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/record-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/record.svg +3 -0
- package/dist/collection/shoelace/assets/icons/record2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/record2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/recycle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reddit.svg +4 -0
- package/dist/collection/shoelace/assets/icons/regex.svg +3 -0
- package/dist/collection/shoelace/assets/icons/repeat-1.svg +4 -0
- package/dist/collection/shoelace/assets/icons/repeat.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reply-all-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/reply-all.svg +4 -0
- package/dist/collection/shoelace/assets/icons/reply-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/reply.svg +3 -0
- package/dist/collection/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/rewind-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/rewind-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rewind-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rewind.svg +4 -0
- package/dist/collection/shoelace/assets/icons/robot.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rocket-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rocket-takeoff.svg +5 -0
- package/dist/collection/shoelace/assets/icons/rocket.svg +5 -0
- package/dist/collection/shoelace/assets/icons/router-fill.svg +6 -0
- package/dist/collection/shoelace/assets/icons/router.svg +6 -0
- package/dist/collection/shoelace/assets/icons/rss-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/rss.svg +4 -0
- package/dist/collection/shoelace/assets/icons/rulers.svg +3 -0
- package/dist/collection/shoelace/assets/icons/safe-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/safe.svg +4 -0
- package/dist/collection/shoelace/assets/icons/safe2-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/safe2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/save-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/save.svg +3 -0
- package/dist/collection/shoelace/assets/icons/save2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/save2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/scissors.svg +3 -0
- package/dist/collection/shoelace/assets/icons/scooter.svg +3 -0
- package/dist/collection/shoelace/assets/icons/screwdriver.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sd-card-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sd-card.svg +4 -0
- package/dist/collection/shoelace/assets/icons/search-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/search-heart.svg +4 -0
- package/dist/collection/shoelace/assets/icons/search.svg +3 -0
- package/dist/collection/shoelace/assets/icons/segmented-nav.svg +3 -0
- package/dist/collection/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-arrow-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-arrow-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-check-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-dash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/send-plus-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-slash-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-slash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-x-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/send.svg +3 -0
- package/dist/collection/shoelace/assets/icons/server.svg +5 -0
- package/dist/collection/shoelace/assets/icons/shadows.svg +3 -0
- package/dist/collection/shoelace/assets/icons/share-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/share.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-check.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield-exclamation.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield-fill-check.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-fill-minus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-fill-plus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-fill-x.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-lock-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-lock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield-shaded.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-slash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shield-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/shield.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shift-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shift.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shop-window.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shop.svg +3 -0
- package/dist/collection/shoelace/assets/icons/shuffle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-dead-end.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-side.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-t.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection-y.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-intersection.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-merge-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-merge-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-no-parking.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sign-railroad.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-stop-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-stop-lights.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-stop.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-yield-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sign-yield.svg +5 -0
- package/dist/collection/shoelace/assets/icons/signal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost-2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost-2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost-split-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost-split.svg +3 -0
- package/dist/collection/shoelace/assets/icons/signpost.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sim-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sim-slash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sim-slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sim.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sina-weibo.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-backward-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-backward-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-backward-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-backward.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-end-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-end-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-end-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-end.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-forward-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-forward-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-forward-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-forward.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-start-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-start-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/skip-start-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skip-start.svg +3 -0
- package/dist/collection/shoelace/assets/icons/skype.svg +3 -0
- package/dist/collection/shoelace/assets/icons/slack.svg +3 -0
- package/dist/collection/shoelace/assets/icons/slash-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/slash-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/slash-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/slash-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/slash-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/slash.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sliders.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sliders2-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sliders2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/smartwatch.svg +4 -0
- package/dist/collection/shoelace/assets/icons/snapchat.svg +3 -0
- package/dist/collection/shoelace/assets/icons/snow.svg +3 -0
- package/dist/collection/shoelace/assets/icons/snow2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/snow3.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sort-alpha-down.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sort-alpha-up.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sort-down-alt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sort-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sort-numeric-down.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sort-numeric-up.svg +5 -0
- package/dist/collection/shoelace/assets/icons/sort-up-alt.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sort-up.svg +3 -0
- package/dist/collection/shoelace/assets/icons/soundwave.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sourceforge.svg +4 -0
- package/dist/collection/shoelace/assets/icons/speaker-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/speaker.svg +4 -0
- package/dist/collection/shoelace/assets/icons/speedometer.svg +4 -0
- package/dist/collection/shoelace/assets/icons/speedometer2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/spellcheck.svg +4 -0
- package/dist/collection/shoelace/assets/icons/spotify.svg +3 -0
- package/dist/collection/shoelace/assets/icons/square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/square-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/square.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stack-overflow.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stack.svg +4 -0
- package/dist/collection/shoelace/assets/icons/star-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/star-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/star.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stars.svg +3 -0
- package/dist/collection/shoelace/assets/icons/steam.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stickies-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stickies.svg +4 -0
- package/dist/collection/shoelace/assets/icons/sticky-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sticky.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stop-btn-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stop-btn.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stop-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stop-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stop-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stop.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stoplights-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stoplights.svg +4 -0
- package/dist/collection/shoelace/assets/icons/stopwatch-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stopwatch.svg +4 -0
- package/dist/collection/shoelace/assets/icons/strava.svg +3 -0
- package/dist/collection/shoelace/assets/icons/stripe.svg +3 -0
- package/dist/collection/shoelace/assets/icons/subscript.svg +3 -0
- package/dist/collection/shoelace/assets/icons/substack.svg +3 -0
- package/dist/collection/shoelace/assets/icons/subtract.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-club-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-club.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-diamond.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-heart-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-heart.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-spade-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suit-spade.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suitcase-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suitcase-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suitcase.svg +4 -0
- package/dist/collection/shoelace/assets/icons/suitcase2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/suitcase2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sun-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sun.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sunglasses.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sunrise-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sunrise.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sunset-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/sunset.svg +3 -0
- package/dist/collection/shoelace/assets/icons/superscript.svg +3 -0
- package/dist/collection/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
- package/dist/collection/shoelace/assets/icons/symmetry-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/table.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tablet-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tablet-landscape.svg +4 -0
- package/dist/collection/shoelace/assets/icons/tablet.svg +4 -0
- package/dist/collection/shoelace/assets/icons/tag-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tag.svg +4 -0
- package/dist/collection/shoelace/assets/icons/tags-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/tags.svg +4 -0
- package/dist/collection/shoelace/assets/icons/taxi-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/taxi-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/telegram.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-forward.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-inbound.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-minus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-outbound.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/telephone-x-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/telephone-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/telephone.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tencent-qq.svg +4 -0
- package/dist/collection/shoelace/assets/icons/terminal-dash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/terminal-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/terminal-plus.svg +4 -0
- package/dist/collection/shoelace/assets/icons/terminal-split.svg +4 -0
- package/dist/collection/shoelace/assets/icons/terminal-x.svg +4 -0
- package/dist/collection/shoelace/assets/icons/terminal.svg +4 -0
- package/dist/collection/shoelace/assets/icons/text-center.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-indent-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-indent-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-left.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-paragraph.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-right.svg +3 -0
- package/dist/collection/shoelace/assets/icons/text-wrap.svg +3 -0
- package/dist/collection/shoelace/assets/icons/textarea-resize.svg +3 -0
- package/dist/collection/shoelace/assets/icons/textarea-t.svg +4 -0
- package/dist/collection/shoelace/assets/icons/textarea.svg +3 -0
- package/dist/collection/shoelace/assets/icons/thermometer-half.svg +4 -0
- package/dist/collection/shoelace/assets/icons/thermometer-high.svg +4 -0
- package/dist/collection/shoelace/assets/icons/thermometer-low.svg +4 -0
- package/dist/collection/shoelace/assets/icons/thermometer-snow.svg +4 -0
- package/dist/collection/shoelace/assets/icons/thermometer-sun.svg +4 -0
- package/dist/collection/shoelace/assets/icons/thermometer.svg +4 -0
- package/dist/collection/shoelace/assets/icons/threads-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/threads.svg +3 -0
- package/dist/collection/shoelace/assets/icons/three-dots-vertical.svg +3 -0
- package/dist/collection/shoelace/assets/icons/three-dots.svg +3 -0
- package/dist/collection/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/thunderbolt.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ticket-detailed.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ticket-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ticket-perforated.svg +4 -0
- package/dist/collection/shoelace/assets/icons/ticket.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tiktok.svg +3 -0
- package/dist/collection/shoelace/assets/icons/toggle-off.svg +3 -0
- package/dist/collection/shoelace/assets/icons/toggle-on.svg +3 -0
- package/dist/collection/shoelace/assets/icons/toggle2-off.svg +4 -0
- package/dist/collection/shoelace/assets/icons/toggle2-on.svg +4 -0
- package/dist/collection/shoelace/assets/icons/toggles.svg +3 -0
- package/dist/collection/shoelace/assets/icons/toggles2.svg +5 -0
- package/dist/collection/shoelace/assets/icons/tools.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tornado.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-freight-front.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-front.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/train-lightrail-front.svg +3 -0
- package/dist/collection/shoelace/assets/icons/translate.svg +4 -0
- package/dist/collection/shoelace/assets/icons/transparency.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trash-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trash.svg +4 -0
- package/dist/collection/shoelace/assets/icons/trash2-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trash2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trash3-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trash3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tree-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tree.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trello.svg +3 -0
- package/dist/collection/shoelace/assets/icons/triangle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/triangle-half.svg +3 -0
- package/dist/collection/shoelace/assets/icons/triangle.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trophy-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/trophy.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tropical-storm.svg +4 -0
- package/dist/collection/shoelace/assets/icons/truck-flatbed.svg +3 -0
- package/dist/collection/shoelace/assets/icons/truck-front-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/truck-front.svg +4 -0
- package/dist/collection/shoelace/assets/icons/truck.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tsunami.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tv-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/tv.svg +3 -0
- package/dist/collection/shoelace/assets/icons/twitch.svg +4 -0
- package/dist/collection/shoelace/assets/icons/twitter-x.svg +3 -0
- package/dist/collection/shoelace/assets/icons/twitter.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-bold.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h1.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h3.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h4.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h5.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-h6.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-italic.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-strikethrough.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type-underline.svg +3 -0
- package/dist/collection/shoelace/assets/icons/type.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ubuntu.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ui-checks-grid.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ui-checks.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ui-radios-grid.svg +3 -0
- package/dist/collection/shoelace/assets/icons/ui-radios.svg +3 -0
- package/dist/collection/shoelace/assets/icons/umbrella-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/umbrella.svg +3 -0
- package/dist/collection/shoelace/assets/icons/unindent.svg +4 -0
- package/dist/collection/shoelace/assets/icons/union.svg +3 -0
- package/dist/collection/shoelace/assets/icons/unity.svg +3 -0
- package/dist/collection/shoelace/assets/icons/universal-access-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/universal-access.svg +3 -0
- package/dist/collection/shoelace/assets/icons/unlock-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/unlock.svg +3 -0
- package/dist/collection/shoelace/assets/icons/upc-scan.svg +3 -0
- package/dist/collection/shoelace/assets/icons/upc.svg +3 -0
- package/dist/collection/shoelace/assets/icons/upload.svg +4 -0
- package/dist/collection/shoelace/assets/icons/usb-c-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-c.svg +4 -0
- package/dist/collection/shoelace/assets/icons/usb-drive-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-drive.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-micro-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-micro.svg +4 -0
- package/dist/collection/shoelace/assets/icons/usb-mini-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-mini.svg +4 -0
- package/dist/collection/shoelace/assets/icons/usb-plug-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-plug.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb-symbol.svg +3 -0
- package/dist/collection/shoelace/assets/icons/usb.svg +4 -0
- package/dist/collection/shoelace/assets/icons/valentine.svg +4 -0
- package/dist/collection/shoelace/assets/icons/valentine2.svg +4 -0
- package/dist/collection/shoelace/assets/icons/vector-pen.svg +4 -0
- package/dist/collection/shoelace/assets/icons/view-list.svg +3 -0
- package/dist/collection/shoelace/assets/icons/view-stacked.svg +3 -0
- package/dist/collection/shoelace/assets/icons/vignette.svg +4 -0
- package/dist/collection/shoelace/assets/icons/vimeo.svg +3 -0
- package/dist/collection/shoelace/assets/icons/vinyl-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/vinyl.svg +5 -0
- package/dist/collection/shoelace/assets/icons/virus.svg +3 -0
- package/dist/collection/shoelace/assets/icons/virus2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/voicemail.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-down-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-down.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-mute-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-mute.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-off-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-off.svg +3 -0
- package/dist/collection/shoelace/assets/icons/volume-up-fill.svg +5 -0
- package/dist/collection/shoelace/assets/icons/volume-up.svg +5 -0
- package/dist/collection/shoelace/assets/icons/vr.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wallet-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wallet.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wallet2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/watch.svg +4 -0
- package/dist/collection/shoelace/assets/icons/water.svg +3 -0
- package/dist/collection/shoelace/assets/icons/webcam-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/webcam.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wechat.svg +4 -0
- package/dist/collection/shoelace/assets/icons/whatsapp.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wifi-1.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wifi-2.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wifi-off.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wifi.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wikipedia.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wind.svg +3 -0
- package/dist/collection/shoelace/assets/icons/window-dash.svg +5 -0
- package/dist/collection/shoelace/assets/icons/window-desktop.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-dock.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-fullscreen.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-plus.svg +5 -0
- package/dist/collection/shoelace/assets/icons/window-sidebar.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-split.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-stack.svg +4 -0
- package/dist/collection/shoelace/assets/icons/window-x.svg +5 -0
- package/dist/collection/shoelace/assets/icons/window.svg +4 -0
- package/dist/collection/shoelace/assets/icons/windows.svg +3 -0
- package/dist/collection/shoelace/assets/icons/wordpress.svg +5 -0
- package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wrench-adjustable.svg +4 -0
- package/dist/collection/shoelace/assets/icons/wrench.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-circle-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-circle.svg +4 -0
- package/dist/collection/shoelace/assets/icons/x-diamond-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-diamond.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-lg.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-octagon-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-octagon.svg +4 -0
- package/dist/collection/shoelace/assets/icons/x-square-fill.svg +3 -0
- package/dist/collection/shoelace/assets/icons/x-square.svg +4 -0
- package/dist/collection/shoelace/assets/icons/x.svg +3 -0
- package/dist/collection/shoelace/assets/icons/xbox.svg +3 -0
- package/dist/collection/shoelace/assets/icons/yelp.svg +3 -0
- package/dist/collection/shoelace/assets/icons/yin-yang.svg +4 -0
- package/dist/collection/shoelace/assets/icons/youtube.svg +3 -0
- package/dist/collection/shoelace/assets/icons/zoom-in.svg +5 -0
- package/dist/collection/shoelace/assets/icons/zoom-out.svg +5 -0
- package/dist/collection/utils/debounceTime.js +1 -0
- package/dist/components/PodOsAware.js +1 -0
- package/dist/components/PodOsModuleAware.js +1 -0
- package/dist/components/ResourceAware.js +1 -0
- package/dist/components/address-book-page.js +1 -0
- package/dist/components/chunk.3XI76F3K.js +103 -0
- package/dist/components/chunk.3Y6SB6QS.js +1 -0
- package/dist/components/chunk.4TUIT776.js +42 -0
- package/dist/components/chunk.5JY5FUCG.js +74 -0
- package/dist/components/chunk.6CTB5ZDJ.js +1 -0
- package/dist/components/chunk.AJ3ENQ5C.js +12 -0
- package/dist/components/chunk.HVTXQL7M.js +365 -0
- package/dist/components/chunk.NYIIDP5N.js +1 -0
- package/dist/components/chunk.URTPIBTY.js +78 -0
- package/dist/components/chunk.XQ2OKYYA.js +68 -0
- package/dist/components/chunk.YHLNUJ7P.js +26 -0
- package/dist/components/chunk.ZGGPD2XJ.js +1 -0
- package/dist/components/class-map.js +11 -0
- package/dist/components/contact-details.js +1 -0
- package/dist/components/contact-list.js +1 -0
- package/dist/components/create-new-contact-form.js +1 -0
- package/dist/components/create-new-contact.js +1 -0
- package/dist/components/email-addresses.js +1 -0
- package/dist/components/group-details.js +1 -0
- package/dist/components/group-list.js +1 -0
- package/dist/components/if-defined.js +6 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +67 -0
- package/dist/components/index3.js +1 -0
- package/dist/components/index4.js +1 -0
- package/dist/components/index5.js +1 -0
- package/dist/components/jsonld-V2RB47OZ.js +74 -0
- package/dist/components/list-address-books.js +1 -0
- package/dist/components/loading-spinner.js +1 -0
- package/dist/components/open-address-book.js +1 -0
- package/dist/components/phone-numbers.js +1 -0
- package/dist/components/pos-add-literal-value.js +1 -0
- package/dist/components/pos-add-literal-value2.js +1 -0
- package/dist/components/pos-add-new-thing.js +1 -0
- package/dist/components/pos-add-new-thing2.js +1 -0
- package/dist/components/pos-app-browser.js +1 -0
- package/dist/components/pos-app-dashboard.js +1 -0
- package/dist/components/pos-app-dashboard2.js +1 -0
- package/dist/components/pos-app-document-viewer.js +1 -0
- package/dist/components/pos-app-generic.js +1 -0
- package/dist/components/pos-app-image-viewer.js +1 -0
- package/dist/components/pos-app-ldp-container.js +1 -0
- package/dist/components/pos-app-rdf-document.js +1 -0
- package/dist/components/pos-app-settings.js +1 -0
- package/dist/components/pos-app-settings2.js +1 -0
- package/dist/components/pos-app.js +1 -0
- package/dist/components/pos-app2.js +1 -0
- package/dist/components/pos-attachments.js +1 -0
- package/dist/components/pos-attachments2.js +1 -0
- package/dist/components/pos-contacts-address-book-page.d.ts +11 -0
- package/dist/components/pos-contacts-address-book-page.js +1 -0
- package/dist/components/pos-contacts-app.d.ts +11 -0
- package/dist/components/pos-contacts-app.js +1 -0
- package/dist/components/pos-contacts-contact-details.d.ts +11 -0
- package/dist/components/pos-contacts-contact-details.js +1 -0
- package/dist/components/pos-contacts-contact-list.d.ts +11 -0
- package/dist/components/pos-contacts-contact-list.js +1 -0
- package/dist/components/pos-contacts-create-new-contact-form.d.ts +11 -0
- package/dist/components/pos-contacts-create-new-contact-form.js +1 -0
- package/dist/components/pos-contacts-create-new-contact.d.ts +11 -0
- package/dist/components/pos-contacts-create-new-contact.js +1 -0
- package/dist/components/pos-contacts-email-addresses.d.ts +11 -0
- package/dist/components/pos-contacts-email-addresses.js +1 -0
- package/dist/components/pos-contacts-group-details.d.ts +11 -0
- package/dist/components/pos-contacts-group-details.js +1 -0
- package/dist/components/pos-contacts-group-list.d.ts +11 -0
- package/dist/components/pos-contacts-group-list.js +1 -0
- package/dist/components/pos-contacts-list-address-books.d.ts +11 -0
- package/dist/components/pos-contacts-list-address-books.js +1 -0
- package/dist/components/pos-contacts-loading-spinner.d.ts +11 -0
- package/dist/components/pos-contacts-loading-spinner.js +1 -0
- package/dist/components/pos-contacts-open-address-book.d.ts +11 -0
- package/dist/components/pos-contacts-open-address-book.js +1 -0
- package/dist/components/pos-contacts-phone-numbers.d.ts +11 -0
- package/dist/components/pos-contacts-phone-numbers.js +1 -0
- package/dist/components/pos-contacts-router.d.ts +11 -0
- package/dist/components/pos-contacts-router.js +1 -0
- package/dist/components/pos-contacts-welcome-page.d.ts +11 -0
- package/dist/components/pos-contacts-welcome-page.js +1 -0
- package/dist/components/pos-container-contents.js +1 -0
- package/dist/components/pos-container-contents2.js +1 -0
- package/dist/components/pos-container-item.js +1 -0
- package/dist/components/pos-container-item2.js +1 -0
- package/dist/components/pos-container-toolbar.js +1 -0
- package/dist/components/pos-container-toolbar2.js +1 -0
- package/dist/components/pos-create-new-container-item.js +1 -0
- package/dist/components/pos-create-new-container-item2.js +1 -0
- package/dist/components/pos-description.js +1 -0
- package/dist/components/pos-description2.js +1 -0
- package/dist/components/pos-dialog.js +1 -0
- package/dist/components/pos-dialog2.js +1 -0
- package/dist/components/pos-document.js +1 -0
- package/dist/components/pos-document2.js +1 -0
- package/dist/components/pos-error-toast.js +1 -0
- package/dist/components/pos-error-toast2.js +258 -0
- package/dist/components/pos-example-resources.js +1 -0
- package/dist/components/pos-example-resources2.js +1 -0
- package/dist/components/pos-getting-started.js +1 -0
- package/dist/components/pos-getting-started2.js +1 -0
- package/dist/components/pos-image.js +1 -0
- package/dist/components/pos-image2.js +1 -0
- package/dist/components/pos-internal-router.js +1 -0
- package/dist/components/pos-internal-router2.js +1 -0
- package/dist/components/pos-label.js +1 -0
- package/dist/components/pos-label2.js +1 -0
- package/dist/components/pos-list.js +1 -0
- package/dist/components/pos-literals.js +1 -0
- package/dist/components/pos-literals2.js +1 -0
- package/dist/components/pos-login-form.js +1 -0
- package/dist/components/pos-login-form2.js +1 -0
- package/dist/components/pos-login.js +1 -0
- package/dist/components/pos-login2.js +1 -0
- package/dist/components/pos-make-findable.js +1 -0
- package/dist/components/pos-make-findable2.js +1 -0
- package/dist/components/pos-markdown-document.js +1 -0
- package/dist/components/pos-markdown-document2.js +1 -0
- package/dist/components/pos-navigation-bar.js +1 -0
- package/dist/components/pos-navigation-bar2.js +1 -0
- package/dist/components/pos-navigation.js +1 -0
- package/dist/components/pos-navigation2.js +1 -0
- package/dist/components/pos-new-thing-form.js +1 -0
- package/dist/components/pos-new-thing-form2.js +1 -0
- package/dist/components/pos-picture.js +1 -0
- package/dist/components/pos-picture2.js +1 -0
- package/dist/components/pos-predicate.js +1 -0
- package/dist/components/pos-predicate2.js +1 -0
- package/dist/components/pos-relations.js +1 -0
- package/dist/components/pos-relations2.js +1 -0
- package/dist/components/pos-resource.js +1 -0
- package/dist/components/pos-resource2.js +1 -0
- package/dist/components/pos-reverse-relations.js +1 -0
- package/dist/components/pos-reverse-relations2.js +1 -0
- package/dist/components/pos-rich-link.js +1 -0
- package/dist/components/pos-rich-link2.js +1 -0
- package/dist/components/pos-router.js +1 -0
- package/dist/components/pos-router2.js +1 -0
- package/dist/components/pos-select-term.js +1 -0
- package/dist/components/pos-select-term2.js +1 -0
- package/dist/components/pos-setting-offline-cache.js +1 -0
- package/dist/components/pos-setting-offline-cache2.js +1 -0
- package/dist/components/pos-subjects.js +1 -0
- package/dist/components/pos-subjects2.js +1 -0
- package/dist/components/pos-tool-attachments.js +1 -0
- package/dist/components/pos-tool-select.js +1 -0
- package/dist/components/pos-tool-select2.js +1 -0
- package/dist/components/pos-type-badges.js +1 -0
- package/dist/components/pos-type-badges2.js +1 -0
- package/dist/components/pos-type-index-entries.js +1 -0
- package/dist/components/pos-type-index-entries2.js +1 -0
- package/dist/components/pos-type-router.js +1 -0
- package/dist/components/pos-type-router2.js +1 -0
- package/dist/components/pos-upload.js +1 -0
- package/dist/components/pos-upload2.js +16 -0
- package/dist/components/pos-user-menu.js +1 -0
- package/dist/components/pos-user-menu2.js +107 -0
- package/dist/components/pos-value.js +1 -0
- package/dist/components/router.js +1 -0
- package/dist/components/session.js +1 -0
- package/dist/components/settings.js +1 -0
- package/dist/components/usePodOS.js +1 -0
- package/dist/components/usePodOS2.js +1 -0
- package/dist/components/welcome-page.js +1 -0
- package/dist/contacts/contacts.css +39 -0
- package/dist/contacts/contacts.esm.js +1 -0
- package/dist/contacts/index.esm.js +0 -0
- package/dist/contacts/p-04958ea3.entry.js +1 -0
- package/dist/contacts/p-1a3db10b.entry.js +364 -0
- package/dist/contacts/p-1c438065.entry.js +1 -0
- package/dist/contacts/p-1d26260f.entry.js +1 -0
- package/dist/contacts/p-1xUnBGk9.js +78 -0
- package/dist/contacts/p-274a058e.entry.js +1 -0
- package/dist/contacts/p-2838a706.entry.js +1 -0
- package/dist/contacts/p-2f71dc3f.entry.js +1 -0
- package/dist/contacts/p-34745d30.entry.js +1 -0
- package/dist/contacts/p-40c74195.entry.js +1 -0
- package/dist/contacts/p-4b083d14.entry.js +1 -0
- package/dist/contacts/p-67acd5f1.entry.js +1 -0
- package/dist/contacts/p-728d6af6.entry.js +1 -0
- package/dist/contacts/p-734b1a7b.entry.js +1 -0
- package/dist/contacts/p-8bfd4d17.entry.js +118 -0
- package/dist/contacts/p-934f49b1.entry.js +1 -0
- package/dist/contacts/p-B9Os6GUk.js +85 -0
- package/dist/contacts/p-BW_CkW1K.js +1 -0
- package/dist/contacts/p-BnGEOH37.js +1 -0
- package/dist/contacts/p-CXax1-ne.js +1 -0
- package/dist/contacts/p-C_2ssh--.js +365 -0
- package/dist/contacts/p-CbjulEge.js +1 -0
- package/dist/contacts/p-D0uCfr1-.js +1 -0
- package/dist/contacts/p-D6s4RlTY.js +1 -0
- package/dist/contacts/p-DAeBhDur.js +67 -0
- package/dist/contacts/p-Doy_38_j.js +74 -0
- package/dist/contacts/p-GY-EgIvC.js +6 -0
- package/dist/contacts/p-LoCE14bN.js +67 -0
- package/dist/contacts/p-ZMx7-r-Z.js +68 -0
- package/dist/contacts/p-_4aU9NfA.js +2 -0
- package/dist/contacts/p-a1eccbb3.entry.js +1 -0
- package/dist/contacts/p-a2fd47c3.entry.js +1 -0
- package/dist/contacts/p-a4ce6940.entry.js +1 -0
- package/dist/contacts/p-a7162c9d.entry.js +1 -0
- package/dist/contacts/p-a98a5bbc.entry.js +1 -0
- package/dist/contacts/p-be6f3b82.entry.js +1 -0
- package/dist/contacts/p-c5e66c2d.entry.js +1 -0
- package/dist/contacts/p-c614a152.entry.js +1 -0
- package/dist/contacts/p-d84a0a69.entry.js +1 -0
- package/dist/contacts/p-f5733446.entry.js +1 -0
- package/dist/contacts/p-fe469d93.entry.js +1 -0
- package/dist/contacts/p-ffZsjcF5.js +11 -0
- package/dist/contacts/p-jlzl8vRd.js +1 -0
- package/dist/contacts/p-sjhA5ZF-.js +1 -0
- package/dist/contacts/p-vFMstSdt.js +1 -0
- package/dist/contacts/p-yVO4JQ9P.js +1 -0
- package/dist/contacts/shoelace/assets/icons/0-circle-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/0-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/0-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/0-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/1-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/1-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/1-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/1-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/123.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/2-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/2-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/2-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/2-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/3-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/3-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/3-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/3-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/4-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/4-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/4-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/4-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/5-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/5-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/5-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/5-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/6-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/6-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/6-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/6-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/7-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/7-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/7-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/7-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/8-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/8-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/8-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/8-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/9-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/9-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/9-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/9-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/LICENSE +21 -0
- package/dist/contacts/shoelace/assets/icons/activity.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/airplane-engines.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/airplane-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/airplane.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/alarm-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/alarm.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/alexa.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/align-bottom.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/align-center.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/align-end.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/align-middle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/align-start.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/align-top.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/alipay.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/alphabet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/alt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/amazon.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/amd.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/android.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/android2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/app-indicator.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/app.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/apple.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/archive-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/archive.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-bar-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-bar-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-bar-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-bar-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-clockwise.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-short.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-short.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-repeat.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/arrow-return-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-return-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right-short.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-through-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-short.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrow-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-collapse.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-expand.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-move.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/arrows.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/aspect-ratio.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/asterisk.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/at.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/award-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/award.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/back.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/backpack-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack2.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/backpack3-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack3.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack4-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backpack4.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backspace-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/backspace-reverse.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/backspace.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-3d-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-3d.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-4k-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-4k.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-8k-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-8k.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-ad-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-ad.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-ar-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-ar.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-cc-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/badge-cc.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-hd-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-hd.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-sd-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-sd.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/badge-tm-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/badge-tm.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-vo-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-vo.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-vr-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-vr.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/badge-wc-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/badge-wc.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bag-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bag-dash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bag-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bag-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bag-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bag.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/balloon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/balloon-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/balloon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ban-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ban.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bandaid-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bandaid.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bank.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bank2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bar-chart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bar-chart-line.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bar-chart-steps.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bar-chart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/basket-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/basket.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/basket2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/basket2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/basket3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/basket3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/battery-charging.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/battery-full.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/battery-half.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/battery.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/behance.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bell-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bell-slash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bell-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bell.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bezier.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bezier2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bicycle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bing.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/binoculars-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/binoculars.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/blockquote-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/blockquote-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bluetooth.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/body-text.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/book-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/book-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/book.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-star.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmark-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmark.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bookmarks-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookmarks.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bookshelf.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/boombox-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/boombox.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/bootstrap-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bootstrap.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/border-all.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-bottom.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-center.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-inner.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/border-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-middle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-outer.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/border-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-style.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-top.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border-width.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/border.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bounding-box-circles.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bounding-box.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box-seam-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box-seam.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box2-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/box2-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/box2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/boxes.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/braces-asterisk.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/braces.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bricks.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/briefcase-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/briefcase.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-alt-high.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-alt-low.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-high-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-high.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-low-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brightness-low.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brilliance.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/broadcast-pin.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/broadcast.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/browser-chrome.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/browser-edge.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/browser-firefox.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/browser-safari.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brush-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/brush.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bucket-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bucket.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bug-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bug.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/building-add.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-check.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-dash.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-down.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/building-gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building-slash.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-up.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/building-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/building.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/buildings-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/buildings.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/bullseye.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/bus-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/bus-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/c-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/c-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/c-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/c-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cake-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cake.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cake2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cake2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calculator-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calculator.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-date-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-date.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-day-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-day.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-event-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-event.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-month-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-month.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-range-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-range.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-week-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-week.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-check.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-date.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-day.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-event.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-minus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-month.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-range.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-week.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar2-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/calendar2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-event.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-range.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/calendar3-week.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar3.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar4-event.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar4-range.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar4-week.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/calendar4.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/camera-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/camera-reels-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/camera-reels.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/camera-video-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/camera-video-off.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/camera-video.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/camera.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/camera2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/capslock-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/capslock.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/capsule-pill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/capsule.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/car-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/car-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/card-checklist.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/card-heading.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/card-image.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/card-list.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/card-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/caret-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-down-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/caret-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-left-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-left-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/caret-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-right-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-right-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/caret-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-up-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/caret-up-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/caret-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cart-dash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cart-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cart4.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cash-coin.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/cash-stack.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cassette-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cassette.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cast.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cc-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cc-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cc-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cc-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-dots-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-dots.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-dots.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-quote.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-left-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-quote-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-quote.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-dots.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-quote.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-right-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-dots.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-quote.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-square-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat-square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chat-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chat.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check-all.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/check-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/check.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/check2-all.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/check2-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/check2-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/check2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-bar-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-compact-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-compact-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-compact-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-compact-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-contract.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-double-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chevron-double-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chevron-double-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chevron-double-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/chevron-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-expand.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/chevron-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/circle-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/circle-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-check.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-data.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-heart.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-minus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-plus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-pulse.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-check.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-data.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-heart.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-minus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-plus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clipboard2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clock-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/clock-history.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/clock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-download-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-download.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-drizzle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-fog.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-fog2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-hail.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-haze.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-haze2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-lightning.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-moon.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-rain.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-sleet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-snow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-sun.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloud-upload.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloud.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/clouds-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/clouds.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cloudy-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cloudy.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/code-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/code-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/code.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/coin.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/collection-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/collection-play-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/collection-play.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/collection.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/columns-gap.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/columns.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/command.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/compass-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/compass.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cone-striped.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cone.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/controller.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cookie.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/copy.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cpu-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cpu.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/credit-card-2-back.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/credit-card-2-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/credit-card-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/credit-card.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/crop.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/crosshair.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/crosshair2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cup-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cup-hot-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cup-hot.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/cup-straw.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cup.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-bitcoin.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-dollar.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-euro.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-exchange.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-pound.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-rupee.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/currency-yen.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cursor-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cursor-text.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/cursor.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dash-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-square-dotted.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dash-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/database-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-lock.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-fill-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/database-fill.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/database-gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/database.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/device-hdd-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/device-hdd.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/device-ssd-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/device-ssd.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/diagram-2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diagram-2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diagram-3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diagram-3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diamond-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diamond-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/diamond.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-1-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-1.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dice-2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dice-3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-3.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dice-4-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-4.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dice-5-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-5.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dice-6-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dice-6.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/disc-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/disc.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/discord.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/display-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/display.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/displayport-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/displayport.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/distribute-horizontal.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/distribute-vertical.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/door-closed-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/door-closed.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/door-open-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/door-open.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dot.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/download.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dpad-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dpad.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/dribbble.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/dropbox.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/droplet-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/droplet-half.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/droplet.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/duffle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/duffle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ear-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ear.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/earbuds.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/easel-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/easel.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/easel2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/easel2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/easel3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/easel3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/egg-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/egg-fried.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/egg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/eject-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/eject.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-angry.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-astonished.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-dizzy.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-expressionless.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-frown.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-grimace.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-grin.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-kiss.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-laughing.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-neutral.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-smile.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-surprise.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-tear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/emoji-wink.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-at-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-at.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-check-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-open-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-open-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-open.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-paper.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-x-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/envelope.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/eraser-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/eraser.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/escape.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ethernet.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ev-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ev-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ev-station-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ev-station.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-diamond.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-octagon.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclamation-triangle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exclamation.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/exclude.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/explicit-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/explicit.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/exposure.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/eye-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/eye-slash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/eye-slash.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/eye.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/eyedropper.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/eyeglasses.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/facebook.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fan.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fast-forward.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/feather.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/feather2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-bar-graph.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-binary-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-binary.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-break-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-break.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-code-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-code.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-diff-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-diff.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-binary.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-break.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-code.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-diff.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-easel.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-excel.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-font.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-image.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-medical.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-music.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-person.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-play.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-post.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-slides.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-word.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark-zip.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-earmark.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-easel-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-easel.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-excel-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-excel.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-font-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-font.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-image-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-image.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-lock-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-lock2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-lock2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-medical-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-medical.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-music-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-music.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-pdf-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-pdf.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-person-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-person.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-play-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-play.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-post-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-post.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-ppt-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-ppt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-richtext-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-richtext.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-ruled-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-ruled.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-slides-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-slides.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-spreadsheet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-text-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-word-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-word.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/file-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-zip-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file-zip.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/file.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/files-alt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/files.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-aac.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-ai.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-bmp.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-cs.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-css.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-csv.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-doc.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-docx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-exe.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-gif.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-heic.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-html.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-java.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-jpg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-js.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-json.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-jsx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-key.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-m4p.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-md.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-mdx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-mov.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-mp3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-mp4.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-otf.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-pdf.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-php.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-png.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-ppt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-pptx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-psd.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-py.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-raw.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-rb.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-sass.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-scss.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-sh.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-sql.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-svg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-tiff.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-tsx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-ttf.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-txt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-wav.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-woff.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-xls.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-xlsx.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-xml.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filetype-yml.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/film.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filter-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filter-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/filter-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filter-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filter-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/filter-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/filter.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fingerprint.svg +7 -0
- package/dist/contacts/shoelace/assets/icons/fire.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/flag-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/flag.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/floppy-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/floppy.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/floppy2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/floppy2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/flower1.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/flower2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/flower3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/folder-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/folder-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/folder-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/folder-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/folder-symlink.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/folder-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/folder.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/folder2-open.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/folder2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fonts.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/forward-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/forward.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/front.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fuel-pump.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/fullscreen-exit.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/fullscreen.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/funnel-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/funnel.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gear-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gear-wide-connected.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gear-wide.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/gem.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gender-ambiguous.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gender-female.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gender-male.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gender-neuter.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gender-trans.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/geo-alt-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/geo-alt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/geo-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/geo.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gift-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gift.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/git.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/github.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gitlab.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/globe-americas.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/globe-asia-australia.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/globe-europe-africa.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/globe.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/globe2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/google-play.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/google.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/gpu-card.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/graph-down-arrow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/graph-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/graph-up-arrow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/graph-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-1x2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-3x3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grid.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grip-horizontal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/grip-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/h-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/h-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/h-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/h-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/hammer.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-index-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-index-thumb.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-index.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/handbag-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/handbag.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdd-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdd-network-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdd-network.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdd-rack.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdd-stack.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/hdd.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/hdmi-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hdmi.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/headphones.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/headset-vr.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/headset.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heart-arrow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heart-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/heart-pulse.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heartbreak-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heartbreak.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hearts.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heptagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heptagon-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/heptagon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hexagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hexagon-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hexagon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/highlighter.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/highlights.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hospital-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hospital.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/hourglass-bottom.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hourglass-split.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hourglass-top.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hourglass.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/house-add-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-check-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-dash-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-door-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/house-door.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/house-down-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-gear-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-gear.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-lock-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-slash-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-up-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house-x-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/house-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/house.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/houses-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/houses.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hr.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hurricane.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/hypnotize.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/icons.json +24701 -0
- package/dist/contacts/shoelace/assets/icons/image-alt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/image-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/image.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/images.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/inbox-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/inbox.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/inboxes-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/inboxes.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/incognito.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/indent.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/infinity.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/info-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/info-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/info-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/info-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/info-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/info.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/input-cursor-text.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/input-cursor.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/instagram.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/intersect.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/journal-album.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-arrow-down.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-arrow-up.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-bookmark.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-check.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-code.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-medical.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-minus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-plus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-richtext.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-text.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/journal.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/journals.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/joystick.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/justify-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/justify-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/justify.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/kanban-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/kanban.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/key-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/key.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/keyboard-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/keyboard.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ladder.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lamp-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/lamp.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/laptop-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/laptop.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layer-backward.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layer-forward.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layers-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layers-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layers.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layout-sidebar.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layout-split.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-text-window.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/layout-three-columns.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/layout-wtf.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/life-preserver.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightbulb-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightbulb-off.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightbulb.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightning-charge.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightning-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lightning.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/line.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/link-45deg.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/link.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/linkedin.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list-check.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list-columns-reverse.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list-columns.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list-nested.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list-ol.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/list-stars.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/list-task.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/list-ul.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/list.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lock-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lock.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/luggage-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/luggage.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/lungs-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/lungs.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/magic.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/magnet-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/magnet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mailbox-flag.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mailbox.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mailbox2-flag.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mailbox2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/map-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/map.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/markdown-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/markdown.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/marker-tip.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mask.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mastodon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/medium.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/megaphone-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/megaphone.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/memory.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-app-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-app.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-button-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-button-wide.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/menu-button.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/menu-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/menu-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/messenger.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/meta.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mic-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mic-mute-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mic-mute.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mic.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/microsoft-teams.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/microsoft.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/minecart-loaded.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/minecart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/modem-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/modem.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/moisture.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/moon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/moon-stars-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/moon-stars.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/moon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mortarboard-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mortarboard.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/motherboard-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/motherboard.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/mouse-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mouse.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mouse2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mouse2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mouse3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/mouse3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/music-note-beamed.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/music-note-list.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/music-note.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/music-player-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/music-player.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/newspaper.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/nintendo-switch.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/node-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/node-minus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/node-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/node-plus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/noise-reduction.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/nut-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/nut.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/nvidia.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/nvme-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/nvme.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/octagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/octagon-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/octagon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/opencollective.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/optical-audio-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/optical-audio.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/option.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/outlet.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/p-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/p-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/p-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/p-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/paint-bucket.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/palette-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/palette.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/palette2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/paperclip.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/paragraph.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pass-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pass.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/passport-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/passport.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/patch-check-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/patch-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/patch-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/patch-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/patch-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/patch-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/patch-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/patch-question-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/patch-question.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/pause-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pause-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pause-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pause-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pause-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pause.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/paypal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pc-display.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pc-horizontal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pc.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pci-card-network.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/pci-card-sound.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/pci-card.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/peace-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/peace.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pen-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pen.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pencil-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pencil-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pencil.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pentagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pentagon-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pentagon.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/people-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/people.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/percent.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-arms-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-badge-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-badge.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-bounding-box.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-check-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-dash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-add.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-gear.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-lock.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-gear.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-hearts.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-lines-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-lock.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-plus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-raised-hand.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-rolodex.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-standing-dress.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-standing.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-vcard-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-vcard.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-video.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-video2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-video3.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-walking.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-wheelchair.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-workspace.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/person-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/person.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/phone-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/phone-flip.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/phone-landscape.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/phone-vibrate.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/phone.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pie-chart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pie-chart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/piggy-bank.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pin-angle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pin-angle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pin-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pin-map-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pin-map.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/pin.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pinterest.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pip-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/pip.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/play-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/play-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/play-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/play-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/play-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/play.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/playstation.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plug-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plug.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plugin.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/plus-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-slash-minus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-square-dotted.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/plus-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/plus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/postage-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postage-heart-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postage-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postage.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postcard-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/postcard-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/postcard.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/power.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/prescription.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/prescription2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/printer-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/printer.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/projector-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/projector.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/puzzle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/puzzle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/qr-code-scan.svg +7 -0
- package/dist/contacts/shoelace/assets/icons/qr-code.svg +7 -0
- package/dist/contacts/shoelace/assets/icons/question-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/question-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/question-diamond-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/question-diamond.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/question-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/question-octagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/question-octagon.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/question-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/question-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/question.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/quora.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/quote.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/r-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/r-circle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/r-square-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/r-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/radar.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/radioactive.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rainbow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/receipt-cutoff.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/receipt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/reception-0.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reception-1.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reception-2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reception-3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reception-4.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/record-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/record-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/record-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/record-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/record-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/record.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/record2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/record2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/recycle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reddit.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/regex.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/repeat-1.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/repeat.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reply-all-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/reply-all.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/reply-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/reply.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/rewind-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/rewind-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rewind-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rewind.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/robot.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rocket-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rocket-takeoff.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/rocket.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/router-fill.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/router.svg +6 -0
- package/dist/contacts/shoelace/assets/icons/rss-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/rss.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/rulers.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/safe-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/safe.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/safe2-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/safe2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/save-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/save.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/save2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/save2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/scissors.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/scooter.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/screwdriver.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sd-card-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sd-card.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/search-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/search-heart.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/search.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/segmented-nav.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-arrow-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-arrow-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-check-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-dash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/send-plus-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-slash-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-slash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-x-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/send.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/server.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/shadows.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/share-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/share.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-check.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield-exclamation.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill-check.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill-minus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill-plus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill-x.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-lock-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-lock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield-shaded.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-slash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shield-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/shield.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shift-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shift.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shop-window.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shop.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/shuffle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-dead-end.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-side.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-t.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection-y.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-intersection.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-merge-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-merge-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-parking.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sign-railroad.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-stop-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-stop-lights.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-stop.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-yield-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sign-yield.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/signal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost-2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost-2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost-split-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost-split.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/signpost.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sim-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sim-slash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sim-slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sim.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sina-weibo.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-backward.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-end-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-end-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-end-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-end.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-forward.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-start-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-start-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/skip-start-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skip-start.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/skype.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/slack.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/slash-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/slash-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/slash-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/slash-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/slash-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/slash.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sliders.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sliders2-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sliders2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/smartwatch.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/snapchat.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/snow.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/snow2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/snow3.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sort-alpha-down.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sort-alpha-up.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sort-down-alt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sort-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sort-numeric-down.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sort-numeric-up.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/sort-up-alt.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sort-up.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/soundwave.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sourceforge.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/speaker-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/speaker.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/speedometer.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/speedometer2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/spellcheck.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/spotify.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/square-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/square.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stack-overflow.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stack.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/star-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/star-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/star.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stars.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/steam.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stickies-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stickies.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/sticky-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sticky.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stop-btn-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stop-btn.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stop-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stop-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stop-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stop.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stoplights-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stoplights.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/stopwatch-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stopwatch.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/strava.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/stripe.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/subscript.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/substack.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/subtract.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-club-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-club.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-diamond.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-heart-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-heart.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-spade-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suit-spade.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suitcase-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suitcase-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suitcase.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/suitcase2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/suitcase2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sun-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sun.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sunglasses.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sunrise-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sunrise.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sunset-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/sunset.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/superscript.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/symmetry-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/table.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tablet-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tablet-landscape.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/tablet.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/tag-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tag.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/tags-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/tags.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/taxi-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/taxi-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/telegram.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-forward.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-inbound.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-minus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-outbound.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/telephone-x-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/telephone-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/telephone.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tencent-qq.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/terminal-dash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/terminal-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/terminal-plus.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/terminal-split.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/terminal-x.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/terminal.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/text-center.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-indent-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-indent-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-left.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-paragraph.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-right.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/text-wrap.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/textarea-resize.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/textarea-t.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/textarea.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/thermometer-half.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/thermometer-high.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/thermometer-low.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/thermometer-snow.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/thermometer-sun.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/thermometer.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/threads-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/threads.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/three-dots-vertical.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/three-dots.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/thunderbolt.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ticket-detailed.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ticket-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ticket-perforated.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/ticket.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tiktok.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/toggle-off.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/toggle-on.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/toggle2-off.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/toggle2-on.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/toggles.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/toggles2.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/tools.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tornado.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-freight-front.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-front.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/train-lightrail-front.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/translate.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/transparency.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trash-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trash.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/trash2-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trash2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trash3-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trash3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tree-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tree.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trello.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/triangle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/triangle-half.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/triangle.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trophy-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/trophy.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tropical-storm.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/truck-flatbed.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/truck-front-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/truck-front.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/truck.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tsunami.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tv-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/tv.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/twitch.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/twitter-x.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/twitter.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-bold.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h1.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h3.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h4.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h5.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-h6.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-italic.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-strikethrough.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type-underline.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/type.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ubuntu.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ui-checks-grid.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ui-checks.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ui-radios-grid.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/ui-radios.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/umbrella-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/umbrella.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/unindent.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/union.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/unity.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/universal-access-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/universal-access.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/unlock-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/unlock.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/upc-scan.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/upc.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/upload.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/usb-c-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-c.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/usb-drive-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-drive.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-micro-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-micro.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/usb-mini-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-mini.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/usb-plug-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-plug.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb-symbol.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/usb.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/valentine.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/valentine2.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/vector-pen.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/view-list.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/view-stacked.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/vignette.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/vimeo.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/vinyl-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/vinyl.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/virus.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/virus2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/voicemail.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-down-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-down.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-mute-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-mute.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-off-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-off.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/volume-up-fill.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/volume-up.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/vr.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wallet-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wallet.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wallet2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/watch.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/water.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/webcam-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/webcam.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wechat.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/whatsapp.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wifi-1.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wifi-2.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wifi-off.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wifi.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wikipedia.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wind.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/window-dash.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/window-desktop.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-dock.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-fullscreen.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-plus.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/window-sidebar.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-split.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-stack.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/window-x.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/window.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/windows.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/wordpress.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wrench-adjustable.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/wrench.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-circle-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-circle.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/x-diamond-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-diamond.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-lg.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-octagon-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-octagon.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/x-square-fill.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/x-square.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/x.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/xbox.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/yelp.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/yin-yang.svg +4 -0
- package/dist/contacts/shoelace/assets/icons/youtube.svg +3 -0
- package/dist/contacts/shoelace/assets/icons/zoom-in.svg +5 -0
- package/dist/contacts/shoelace/assets/icons/zoom-out.svg +5 -0
- package/dist/esm/PodOsAware-jlzl8vRd.js +5 -0
- package/dist/esm/ResourceAware-BW_CkW1K.js +5 -0
- package/dist/esm/chunk.5JY5FUCG-BOo64hgz.js +2241 -0
- package/dist/esm/chunk.6CTB5ZDJ-BnGEOH37.js +152 -0
- package/dist/esm/chunk.HVTXQL7M-D4GE2ek9.js +1367 -0
- package/dist/esm/chunk.URTPIBTY-DtWmW4Pb.js +294 -0
- package/dist/esm/chunk.XQ2OKYYA-Cgug_yvW.js +112 -0
- package/dist/esm/chunk.YHLNUJ7P-CGClYowr.js +554 -0
- package/dist/esm/chunk.ZGGPD2XJ-BfEMOYfC.js +3 -0
- package/dist/esm/class-map-CuxcTjQ5.js +16 -0
- package/dist/esm/contacts.js +47 -0
- package/dist/esm/if-defined-1V1UljxT.js +9 -0
- package/dist/esm/index-DFqG64hG.js +49917 -0
- package/dist/esm/index-DlhTPhZx.js +560 -0
- package/dist/esm/index-_4aU9NfA.js +6139 -0
- package/dist/esm/index-vFMstSdt.js +9459 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/jsonld-V2RB47OZ-CaIJ08AA.js +8414 -0
- package/dist/esm/loader.js +10 -0
- package/dist/esm/pos-add-literal-value_3.entry.js +138 -0
- package/dist/esm/pos-add-new-thing_7.entry.js +1146 -0
- package/dist/esm/pos-app-browser.entry.js +49 -0
- package/dist/esm/pos-app-dashboard_6.entry.js +99 -0
- package/dist/esm/pos-app-document-viewer.entry.js +28 -0
- package/dist/esm/pos-app-generic.entry.js +15 -0
- package/dist/esm/pos-app-image-viewer.entry.js +30 -0
- package/dist/esm/pos-app-ldp-container.entry.js +17 -0
- package/dist/esm/pos-app-rdf-document.entry.js +17 -0
- package/dist/esm/pos-app_24.entry.js +15911 -0
- package/dist/esm/pos-attachments.entry.js +37 -0
- package/dist/esm/pos-container-contents.entry.js +46 -0
- package/dist/esm/pos-container-item_3.entry.js +118 -0
- package/dist/esm/pos-description_2.entry.js +92 -0
- package/dist/esm/pos-document.entry.js +99 -0
- package/dist/esm/pos-list.entry.js +56 -0
- package/dist/esm/pos-make-findable_2.entry.js +139 -0
- package/dist/esm/pos-markdown-document.entry.js +28865 -0
- package/dist/esm/pos-new-thing-form.entry.js +61 -0
- package/dist/esm/pos-predicate.entry.js +27 -0
- package/dist/esm/pos-relations_2.entry.js +46 -0
- package/dist/esm/pos-select-term.entry.js +39 -0
- package/dist/esm/pos-subjects.entry.js +27 -0
- package/dist/esm/pos-tool-attachments.entry.js +36 -0
- package/dist/esm/pos-tool-select.entry.js +28 -0
- package/dist/esm/pos-value.entry.js +20 -0
- package/dist/esm/session-dNJIwSOx.js +284 -0
- package/dist/esm/settings-B396TU1j.js +27 -0
- package/dist/esm/usePodOS-D0uCfr1-.js +14 -0
- package/dist/esm/useResource-yVO4JQ9P.js +14 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/address-book-page/address-book-page.d.ts +23 -0
- package/dist/types/components/app.d.ts +4 -0
- package/dist/types/components/contact-details/contact-details.d.ts +13 -0
- package/dist/types/components/contact-details/email-addresses/email-addresses.d.ts +6 -0
- package/dist/types/components/contact-details/group-details/group-details.d.ts +4 -0
- package/dist/types/components/contact-details/phone-numbers/phone-numbers.d.ts +6 -0
- package/dist/types/components/contact-list/contact-list.d.ts +7 -0
- package/dist/types/components/create-new-contact/create-new-contact.d.ts +6 -0
- package/dist/types/components/create-new-contact-form/create-new-contact-form.d.ts +18 -0
- package/dist/types/components/group-list/group-list.d.ts +7 -0
- package/dist/types/components/list-address-books/list-address-books.d.ts +15 -0
- package/dist/types/components/loading-spinner/loading-spinner.d.ts +6 -0
- package/dist/types/components/open-address-book/open-address-book.d.ts +14 -0
- package/dist/types/components/router/router.d.ts +11 -0
- package/dist/types/components/welcome-page/welcome-page.d.ts +3 -0
- package/dist/types/components.d.ts +351 -0
- package/dist/types/events/PodOsModuleAware.d.ts +14 -0
- package/dist/types/events/useContactsModule.d.ts +2 -0
- package/dist/types/events/usePodOS.d.ts +2 -0
- package/dist/types/global.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1810 -0
- package/dist/types/utils/debounceTime.d.ts +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +52 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as e,h as n}from"./p-_4aU9NfA.js";import{r,a as i,b as s,d as o,e as l,f as u,g as a,h,i as c,j as f,k as d,l as p,m,n as g,o as b,p as w,q as k,s as v,t as y,u as M,v as x,w as O,x as T,y as S,z as E,A,B as $,C as R,D as C,E as L,F as N,G as j,H as P,I,J as D,K as H,L as z,M as _,N as B,O as U,P as F,Q as q,R as J,S as W,T as K,U as V,V as G,W as Z,X as Q,Y as X,Z as Y,_ as tt,$ as et,a0 as nt,a1 as rt,a2 as it,a3 as st,a4 as ot,a5 as lt,a6 as ut,a7 as at,a8 as ht,a9 as ct,aa as ft,ab as dt,ac as pt,ad as mt,ae as gt,af as bt,ag as wt,ah as kt,ai as vt,aj as yt,ak as Mt,al as xt,am as Ot,an as Tt,ao as St,ap as Et,aq as At,ar as $t,as as Rt,at as Ct,au as Lt,av as Nt,aw as jt,ax as Pt,ay as It,az as Dt,aA as Ht,aB as zt,aC as _t,aD as Bt,aE as Ut,aF as Ft,aG as qt,aH as Jt,aI as Wt,aJ as Kt,aK as Vt,aL as Gt,aM as Zt,aN as Qt,aO as Xt,aP as Yt,aQ as te,aR as ee,aS as ne,aT as re,aU as ie,aV as se,aW as oe,aX as le,c as ue}from"./p-vFMstSdt.js";import"./p-D6s4RlTY.js";import"./p-DAeBhDur.js";function ae(t){this.content=t}function he(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let i=t.child(r),s=e.child(r);if(i!=s){if(!i.sameMarkup(s))return n;if(i.isText&&i.text!=s.text){for(let t=0;i.text[t]==s.text[t];t++)n++;return n}if(i.content.size||s.content.size){let t=he(i.content,s.content,n+1);if(null!=t)return t}n+=i.nodeSize}else n+=i.nodeSize}}function ce(t,e,n,r){for(let i=t.childCount,s=e.childCount;;){if(0==i||0==s)return i==s?null:{a:n,b:r};let o=t.child(--i),l=e.child(--s),u=o.nodeSize;if(o!=l){if(!o.sameMarkup(l))return{a:n,b:r};if(o.isText&&o.text!=l.text){let t=0,e=Math.min(o.text.length,l.text.length);for(;t<e&&o.text[o.text.length-t-1]==l.text[l.text.length-t-1];)t++,n--,r--;return{a:n,b:r}}if(o.content.size||l.content.size){let t=ce(o.content,l.content,n-1,r-1);if(t)return t}n-=u,r-=u}else n-=u,r-=u}}ae.prototype={constructor:ae,find:function(t){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===t)return e;return-1},get:function(t){var e=this.find(t);return-1==e?void 0:this.content[e+1]},update:function(t,e,n){var r=n&&n!=t?this.remove(n):this,i=r.find(t),s=r.content.slice();return-1==i?s.push(n||t,e):(s[i+1]=e,n&&(s[i]=n)),new ae(s)},remove:function(t){var e=this.find(t);if(-1==e)return this;var n=this.content.slice();return n.splice(e,2),new ae(n)},addToStart:function(t,e){return new ae([t,e].concat(this.remove(t).content))},addToEnd:function(t,e){var n=this.remove(t).content.slice();return n.push(t,e),new ae(n)},addBefore:function(t,e,n){var r=this.remove(e),i=r.content.slice(),s=r.find(t);return i.splice(-1==s?i.length:s,0,e,n),new ae(i)},forEach:function(t){for(var e=0;e<this.content.length;e+=2)t(this.content[e],this.content[e+1])},prepend:function(t){return(t=ae.from(t)).size?new ae(t.content.concat(this.subtract(t).content)):this},append:function(t){return(t=ae.from(t)).size?new ae(this.subtract(t).content.concat(t.content)):this},subtract:function(t){var e=this;t=ae.from(t);for(var n=0;n<t.content.length;n+=2)e=e.remove(t.content[n]);return e},toObject:function(){var t={};return this.forEach((function(e,n){t[e]=n})),t},get size(){return this.content.length>>1}},ae.from=function(t){if(t instanceof ae)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new ae(e)};class fe{constructor(t,e){if(this.content=t,this.size=e||0,null==e)for(let e=0;e<t.length;e++)this.size+=t[e].nodeSize}nodesBetween(t,e,n,r=0,i){for(let s=0,o=0;o<e;s++){let l=this.content[s],u=o+l.nodeSize;if(u>t&&!1!==n(l,r+o,i||null,s)&&l.content.size){let i=o+1;l.nodesBetween(Math.max(0,t-i),Math.min(l.content.size,e-i),n,r+i)}o=u}}descendants(t){this.nodesBetween(0,this.size,t)}textBetween(t,e,n,r){let i="",s=!0;return this.nodesBetween(t,e,((o,l)=>{let u=o.isText?o.text.slice(Math.max(t,l)-l,e-l):o.isLeaf?r?"function"==typeof r?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):"":"";o.isBlock&&(o.isLeaf&&u||o.isTextblock)&&n&&(s?s=!1:i+=n),i+=u}),0),i}append(t){if(!t.size)return this;if(!this.size)return t;let e=this.lastChild,n=t.firstChild,r=this.content.slice(),i=0;for(e.isText&&e.sameMarkup(n)&&(r[r.length-1]=e.withText(e.text+n.text),i=1);i<t.content.length;i++)r.push(t.content[i]);return new fe(r,this.size+t.size)}cut(t,e=this.size){if(0==t&&e==this.size)return this;let n=[],r=0;if(e>t)for(let i=0,s=0;s<e;i++){let o=this.content[i],l=s+o.nodeSize;l>t&&((s<t||l>e)&&(o=o.isText?o.cut(Math.max(0,t-s),Math.min(o.text.length,e-s)):o.cut(Math.max(0,t-s-1),Math.min(o.content.size,e-s-1))),n.push(o),r+=o.nodeSize),s=l}return new fe(n,r)}cutByIndex(t,e){return t==e?fe.empty:0==t&&e==this.content.length?this:new fe(this.content.slice(t,e))}replaceChild(t,e){let n=this.content[t];if(n==e)return this;let r=this.content.slice(),i=this.size+e.nodeSize-n.nodeSize;return r[t]=e,new fe(r,i)}addToStart(t){return new fe([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new fe(this.content.concat(t),this.size+t.nodeSize)}eq(t){if(this.content.length!=t.content.length)return!1;for(let e=0;e<this.content.length;e++)if(!this.content[e].eq(t.content[e]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(t){let e=this.content[t];if(!e)throw new RangeError("Index "+t+" out of range for "+this);return e}maybeChild(t){return this.content[t]||null}forEach(t){for(let e=0,n=0;e<this.content.length;e++){let r=this.content[e];t(r,n,e),n+=r.nodeSize}}findDiffStart(t,e=0){return he(this,t,e)}findDiffEnd(t,e=this.size,n=t.size){return ce(this,t,e,n)}findIndex(t){if(0==t)return pe(0,t);if(t==this.size)return pe(this.content.length,t);if(t>this.size||t<0)throw new RangeError(`Position ${t} outside of fragment (${this})`);for(let e=0,n=0;;e++){let r=n+this.child(e).nodeSize;if(r>=t)return r==t?pe(e+1,r):pe(e,n);n=r}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map((t=>t.toJSON())):null}static fromJSON(t,e){if(!e)return fe.empty;if(!Array.isArray(e))throw new RangeError("Invalid input for Fragment.fromJSON");return new fe(e.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return fe.empty;let e,n=0;for(let r=0;r<t.length;r++){let i=t[r];n+=i.nodeSize,r&&i.isText&&t[r-1].sameMarkup(i)?(e||(e=t.slice(0,r)),e[e.length-1]=i.withText(e[e.length-1].text+i.text)):e&&e.push(i)}return new fe(e||t,n)}static from(t){if(!t)return fe.empty;if(t instanceof fe)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new fe([t],t.nodeSize);throw new RangeError("Can not convert "+t+" to a Fragment"+(t.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}fe.empty=new fe([],0);const de={index:0,offset:0};function pe(t,e){return de.index=t,de.offset=e,de}function me(t,e){if(t===e)return!0;if(!t||"object"!=typeof t||!e||"object"!=typeof e)return!1;let n=Array.isArray(t);if(Array.isArray(e)!=n)return!1;if(n){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!me(t[n],e[n]))return!1}else{for(let n in t)if(!(n in e)||!me(t[n],e[n]))return!1;for(let n in e)if(!(n in t))return!1}return!0}let ge=class t{constructor(t,e){this.type=t,this.attrs=e}addToSet(t){let e,n=!1;for(let r=0;r<t.length;r++){let i=t[r];if(this.eq(i))return t;if(this.type.excludes(i.type))e||(e=t.slice(0,r));else{if(i.type.excludes(this.type))return t;!n&&i.type.rank>this.type.rank&&(e||(e=t.slice(0,r)),e.push(this),n=!0),e&&e.push(i)}}return e||(e=t.slice()),n||e.push(this),e}removeFromSet(t){for(let e=0;e<t.length;e++)if(this.eq(t[e]))return t.slice(0,e).concat(t.slice(e+1));return t}isInSet(t){for(let e=0;e<t.length;e++)if(this.eq(t[e]))return!0;return!1}eq(t){return this==t||this.type==t.type&&me(this.attrs,t.attrs)}toJSON(){let t={type:this.type.name};for(let e in this.attrs){t.attrs=this.attrs;break}return t}static fromJSON(t,e){if(!e)throw new RangeError("Invalid input for Mark.fromJSON");let n=t.marks[e.type];if(!n)throw new RangeError(`There is no mark type ${e.type} in this schema`);let r=n.create(e.attrs);return n.checkAttrs(r.attrs),r}static sameSet(t,e){if(t==e)return!0;if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!t[n].eq(e[n]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&0==e.length)return t.none;if(e instanceof t)return[e];let n=e.slice();return n.sort(((t,e)=>t.type.rank-e.type.rank)),n}};ge.none=[];class be extends Error{}class we{constructor(t,e,n){this.content=t,this.openStart=e,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,e){let n=ve(this.content,t+this.openStart,e);return n&&new we(n,this.openStart,this.openEnd)}removeBetween(t,e){return new we(ke(this.content,t+this.openStart,e+this.openStart),this.openStart,this.openEnd)}eq(t){return this.content.eq(t.content)&&this.openStart==t.openStart&&this.openEnd==t.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let t={content:this.content.toJSON()};return this.openStart>0&&(t.openStart=this.openStart),this.openEnd>0&&(t.openEnd=this.openEnd),t}static fromJSON(t,e){if(!e)return we.empty;let n=e.openStart||0,r=e.openEnd||0;if("number"!=typeof n||"number"!=typeof r)throw new RangeError("Invalid input for Slice.fromJSON");return new we(fe.fromJSON(t,e.content),n,r)}static maxOpen(t,e=!0){let n=0,r=0;for(let r=t.firstChild;r&&!r.isLeaf&&(e||!r.type.spec.isolating);r=r.firstChild)n++;for(let n=t.lastChild;n&&!n.isLeaf&&(e||!n.type.spec.isolating);n=n.lastChild)r++;return new we(t,n,r)}}function ke(t,e,n){let{index:r,offset:i}=t.findIndex(e),s=t.maybeChild(r),{index:o,offset:l}=t.findIndex(n);if(i==e||s.isText){if(l!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,s.copy(ke(s.content,e-i-1,n-i-1)))}function ve(t,e,n,r){let{index:i,offset:s}=t.findIndex(e),o=t.maybeChild(i);if(s==e||o.isText)return r&&!r.canReplace(i,i,n)?null:t.cut(0,e).append(n).append(t.cut(e));let l=ve(o.content,e-s-1,n,o);return l&&t.replaceChild(i,o.copy(l))}function ye(t,e,n){if(n.openStart>t.depth)throw new be("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new be("Inconsistent open depths");return Me(t,e,n,0)}function Me(t,e,n,r){let i=t.index(r),s=t.node(r);if(i==e.index(r)&&r<t.depth-n.openStart){let o=Me(t,e,n,r+1);return s.copy(s.content.replaceChild(i,o))}if(n.content.size){if(n.openStart||n.openEnd||t.depth!=r||e.depth!=r){let{start:i,end:o}=function(t,e){let n=e.depth-t.openStart,r=e.node(n).copy(t.content);for(let t=n-1;t>=0;t--)r=e.node(t).copy(fe.from(r));return{start:r.resolveNoCache(t.openStart+n),end:r.resolveNoCache(r.content.size-t.openEnd-n)}}(n,t);return Ee(s,Ae(t,i,o,e,r))}{let r=t.parent,i=r.content;return Ee(r,i.cut(0,t.parentOffset).append(n.content).append(i.cut(e.parentOffset)))}}return Ee(s,$e(t,e,r))}function xe(t,e){if(!e.type.compatibleContent(t.type))throw new be("Cannot join "+e.type.name+" onto "+t.type.name)}function Oe(t,e,n){let r=t.node(n);return xe(r,e.node(n)),r}function Te(t,e){let n=e.length-1;n>=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function Se(t,e,n,r){let i=(e||t).node(n),s=0,o=e?e.index(n):i.childCount;t&&(s=t.index(n),t.depth>n?s++:t.textOffset&&(Te(t.nodeAfter,r),s++));for(let t=s;t<o;t++)Te(i.child(t),r);e&&e.depth==n&&e.textOffset&&Te(e.nodeBefore,r)}function Ee(t,e){return t.type.checkContent(e),t.copy(e)}function Ae(t,e,n,r,i){let s=t.depth>i&&Oe(t,e,i+1),o=r.depth>i&&Oe(n,r,i+1),l=[];return Se(null,t,i,l),s&&o&&e.index(i)==n.index(i)?(xe(s,o),Te(Ee(s,Ae(t,e,n,r,i+1)),l)):(s&&Te(Ee(s,$e(t,e,i+1)),l),Se(e,n,i,l),o&&Te(Ee(o,$e(n,r,i+1)),l)),Se(r,null,i,l),new fe(l)}function $e(t,e,n){let r=[];return Se(null,t,n,r),t.depth>n&&Te(Ee(Oe(t,e,n+1),$e(t,e,n+1)),r),Se(e,null,n,r),new fe(r)}we.empty=new we(fe.empty,0,0);class Re{constructor(t,e,n){this.pos=t,this.path=e,this.parentOffset=n,this.depth=e.length/3-1}resolveDepth(t){return null==t?this.depth:t<0?this.depth+t:t}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(t){return this.path[3*this.resolveDepth(t)]}index(t){return this.path[3*this.resolveDepth(t)+1]}indexAfter(t){return t=this.resolveDepth(t),this.index(t)+(t!=this.depth||this.textOffset?1:0)}start(t){return 0==(t=this.resolveDepth(t))?0:this.path[3*t-1]+1}end(t){return t=this.resolveDepth(t),this.start(t)+this.node(t).content.size}before(t){if(!(t=this.resolveDepth(t)))throw new RangeError("There is no position before the top-level node");return t==this.depth+1?this.pos:this.path[3*t-1]}after(t){if(!(t=this.resolveDepth(t)))throw new RangeError("There is no position after the top-level node");return t==this.depth+1?this.pos:this.path[3*t-1]+this.path[3*t].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let t=this.parent,e=this.index(this.depth);if(e==t.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=t.child(e);return n?t.child(e).cut(n):r}get nodeBefore(){let t=this.index(this.depth),e=this.pos-this.path[this.path.length-1];return e?this.parent.child(t).cut(0,e):0==t?null:this.parent.child(t-1)}posAtIndex(t,e){e=this.resolveDepth(e);let n=this.path[3*e],r=0==e?0:this.path[3*e-1]+1;for(let e=0;e<t;e++)r+=n.child(e).nodeSize;return r}marks(){let t=this.parent,e=this.index();if(0==t.content.size)return ge.none;if(this.textOffset)return t.child(e).marks;let n=t.maybeChild(e-1),r=t.maybeChild(e);if(!n){let t=n;n=r,r=t}let i=n.marks;for(var s=0;s<i.length;s++)!1!==i[s].type.spec.inclusive||r&&i[s].isInSet(r.marks)||(i=i[s--].removeFromSet(i));return i}marksAcross(t){let e=this.parent.maybeChild(this.index());if(!e||!e.isInline)return null;let n=e.marks,r=t.parent.maybeChild(t.index());for(var i=0;i<n.length;i++)!1!==n[i].type.spec.inclusive||r&&n[i].isInSet(r.marks)||(n=n[i--].removeFromSet(n));return n}sharedDepth(t){for(let e=this.depth;e>0;e--)if(this.start(e)<=t&&this.end(e)>=t)return e;return 0}blockRange(t=this,e){if(t.pos<this.pos)return t.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==t.pos?1:0);n>=0;n--)if(t.pos<=this.end(n)&&(!e||e(this.node(n))))return new je(this,t,n);return null}sameParent(t){return this.pos-this.parentOffset==t.pos-t.parentOffset}max(t){return t.pos>this.pos?t:this}min(t){return t.pos<this.pos?t:this}toString(){let t="";for(let e=1;e<=this.depth;e++)t+=(t?"/":"")+this.node(e).type.name+"_"+this.index(e-1);return t+":"+this.parentOffset}static resolve(t,e){if(!(e>=0&&e<=t.content.size))throw new RangeError("Position "+e+" out of range");let n=[],r=0,i=e;for(let e=t;;){let{index:t,offset:s}=e.content.findIndex(i),o=i-s;if(n.push(e,t,r+s),!o)break;if(e=e.child(t),e.isText)break;i=o-1,r+=s+1}return new Re(e,n,i)}static resolveCached(t,e){let n=Ne.get(t);if(n)for(let t=0;t<n.elts.length;t++){let r=n.elts[t];if(r.pos==e)return r}else Ne.set(t,n=new Ce);let r=n.elts[n.i]=Re.resolve(t,e);return n.i=(n.i+1)%Le,r}}class Ce{constructor(){this.elts=[],this.i=0}}const Le=12,Ne=new WeakMap;class je{constructor(t,e,n){this.$from=t,this.$to=e,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}}const Pe=Object.create(null);class Ie{constructor(t,e,n,r=ge.none){this.type=t,this.attrs=e,this.marks=r,this.content=n||fe.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(t){return this.content.child(t)}maybeChild(t){return this.content.maybeChild(t)}forEach(t){this.content.forEach(t)}nodesBetween(t,e,n,r=0){this.content.nodesBetween(t,e,n,r,this)}descendants(t){this.nodesBetween(0,this.content.size,t)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,"")}textBetween(t,e,n,r){return this.content.textBetween(t,e,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(t){return this==t||this.sameMarkup(t)&&this.content.eq(t.content)}sameMarkup(t){return this.hasMarkup(t.type,t.attrs,t.marks)}hasMarkup(t,e,n){return this.type==t&&me(this.attrs,e||t.defaultAttrs||Pe)&&ge.sameSet(this.marks,n||ge.none)}copy(t=null){return t==this.content?this:new Ie(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new Ie(this.type,this.attrs,this.content,t)}cut(t,e=this.content.size){return 0==t&&e==this.content.size?this:this.copy(this.content.cut(t,e))}slice(t,e=this.content.size,n=!1){if(t==e)return we.empty;let r=this.resolve(t),i=this.resolve(e),s=n?0:r.sharedDepth(e),o=r.start(s),l=r.node(s).content.cut(r.pos-o,i.pos-o);return new we(l,r.depth-s,i.depth-s)}replace(t,e,n){return ye(this.resolve(t),this.resolve(e),n)}nodeAt(t){for(let e=this;;){let{index:n,offset:r}=e.content.findIndex(t);if(e=e.maybeChild(n),!e)return null;if(r==t||e.isText)return e;t-=r+1}}childAfter(t){let{index:e,offset:n}=this.content.findIndex(t);return{node:this.content.maybeChild(e),index:e,offset:n}}childBefore(t){if(0==t)return{node:null,index:0,offset:0};let{index:e,offset:n}=this.content.findIndex(t);if(n<t)return{node:this.content.child(e),index:e,offset:n};let r=this.content.child(e-1);return{node:r,index:e-1,offset:n-r.nodeSize}}resolve(t){return Re.resolveCached(this,t)}resolveNoCache(t){return Re.resolve(this,t)}rangeHasMark(t,e,n){let r=!1;return e>t&&this.nodesBetween(t,e,(t=>(n.isInSet(t.marks)&&(r=!0),!r))),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let t=this.type.name;return this.content.size&&(t+="("+this.content.toStringInner()+")"),He(this.marks,t)}contentMatchAt(t){let e=this.type.contentMatch.matchFragment(this.content,0,t);if(!e)throw new Error("Called contentMatchAt on a node with invalid content");return e}canReplace(t,e,n=fe.empty,r=0,i=n.childCount){let s=this.contentMatchAt(t).matchFragment(n,r,i),o=s&&s.matchFragment(this.content,e);if(!o||!o.validEnd)return!1;for(let t=r;t<i;t++)if(!this.type.allowsMarks(n.child(t).marks))return!1;return!0}canReplaceWith(t,e,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(t).matchType(n),s=i&&i.matchFragment(this.content,e);return!!s&&s.validEnd}canAppend(t){return t.content.size?this.canReplace(this.childCount,this.childCount,t.content):this.type.compatibleContent(t.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let t=ge.none;for(let e=0;e<this.marks.length;e++){let n=this.marks[e];n.type.checkAttrs(n.attrs),t=n.addToSet(t)}if(!ge.sameSet(t,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map((t=>t.type.name))}`);this.content.forEach((t=>t.check()))}toJSON(){let t={type:this.type.name};for(let e in this.attrs){t.attrs=this.attrs;break}return this.content.size&&(t.content=this.content.toJSON()),this.marks.length&&(t.marks=this.marks.map((t=>t.toJSON()))),t}static fromJSON(t,e){if(!e)throw new RangeError("Invalid input for Node.fromJSON");let n;if(e.marks){if(!Array.isArray(e.marks))throw new RangeError("Invalid mark data for Node.fromJSON");n=e.marks.map(t.markFromJSON)}if("text"==e.type){if("string"!=typeof e.text)throw new RangeError("Invalid text node in JSON");return t.text(e.text,n)}let r=fe.fromJSON(t,e.content),i=t.nodeType(e.type).create(e.attrs,r,n);return i.type.checkAttrs(i.attrs),i}}Ie.prototype.text=void 0;class De extends Ie{constructor(t,e,n,r){if(super(t,e,null,r),!n)throw new RangeError("Empty text nodes are not allowed");this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):He(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(t,e){return this.text.slice(t,e)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new De(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new De(this.type,this.attrs,t,this.marks)}cut(t=0,e=this.text.length){return 0==t&&e==this.text.length?this:this.withText(this.text.slice(t,e))}eq(t){return this.sameMarkup(t)&&this.text==t.text}toJSON(){let t=super.toJSON();return t.text=this.text,t}}function He(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class ze{constructor(t){this.validEnd=t,this.next=[],this.wrapCache=[]}static parse(t,e){let n=new _e(t,e);if(null==n.next)return ze.empty;let r=Be(n);n.next&&n.err("Unexpected trailing text");let i=function(t){let e=Object.create(null);return function n(r){let i=[];r.forEach((e=>{t[e].forEach((({term:e,to:n})=>{if(!e)return;let r;for(let t=0;t<i.length;t++)i[t][0]==e&&(r=i[t][1]);Ke(t,n).forEach((t=>{r||i.push([e,r=[]]),-1==r.indexOf(t)&&r.push(t)}))}))}));let s=e[r.join(",")]=new ze(r.indexOf(t.length-1)>-1);for(let t=0;t<i.length;t++){let r=i[t][1].sort(We);s.next.push({type:i[t][0],next:e[r.join(",")]||n(r)})}return s}(Ke(t,0))}(function(t){let e=[[]];return i(function t(e,s){if("choice"==e.type)return e.exprs.reduce(((e,n)=>e.concat(t(n,s))),[]);if("seq"!=e.type){if("star"==e.type){let o=n();return r(s,o),i(t(e.expr,o),o),[r(o)]}if("plus"==e.type){let o=n();return i(t(e.expr,s),o),i(t(e.expr,o),o),[r(o)]}if("opt"==e.type)return[r(s)].concat(t(e.expr,s));if("range"==e.type){let o=s;for(let r=0;r<e.min;r++){let r=n();i(t(e.expr,o),r),o=r}if(-1==e.max)i(t(e.expr,o),o);else for(let s=e.min;s<e.max;s++){let s=n();r(o,s),i(t(e.expr,o),s),o=s}return[r(o)]}if("name"==e.type)return[r(s,void 0,e.value)];throw new Error("Unknown expr type")}for(let r=0;;r++){let o=t(e.exprs[r],s);if(r==e.exprs.length-1)return o;i(o,s=n())}}(t,0),n()),e;function n(){return e.push([])-1}function r(t,n,r){let i={term:r,to:n};return e[t].push(i),i}function i(t,e){t.forEach((t=>t.to=e))}}(r));return function(t,e){for(let n=0,r=[t];n<r.length;n++){let t=r[n],i=!t.validEnd,s=[];for(let e=0;e<t.next.length;e++){let{type:n,next:o}=t.next[e];s.push(n.name),!i||n.isText||n.hasRequiredAttrs()||(i=!1),-1==r.indexOf(o)&&r.push(o)}i&&e.err("Only non-generatable nodes ("+s.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}(i,n),i}matchType(t){for(let e=0;e<this.next.length;e++)if(this.next[e].type==t)return this.next[e].next;return null}matchFragment(t,e=0,n=t.childCount){let r=this;for(let i=e;r&&i<n;i++)r=r.matchType(t.child(i).type);return r}get inlineContent(){return 0!=this.next.length&&this.next[0].type.isInline}get defaultType(){for(let t=0;t<this.next.length;t++){let{type:e}=this.next[t];if(!e.isText&&!e.hasRequiredAttrs())return e}return null}compatible(t){for(let e=0;e<this.next.length;e++)for(let n=0;n<t.next.length;n++)if(this.next[e].type==t.next[n].type)return!0;return!1}fillBefore(t,e=!1,n=0){let r=[this];return function i(s,o){let l=s.matchFragment(t,n);if(l&&(!e||l.validEnd))return fe.from(o.map((t=>t.createAndFill())));for(let t=0;t<s.next.length;t++){let{type:e,next:n}=s.next[t];if(!e.isText&&!e.hasRequiredAttrs()&&-1==r.indexOf(n)){r.push(n);let t=i(n,o.concat(e));if(t)return t}}return null}(this,[])}findWrapping(t){for(let e=0;e<this.wrapCache.length;e+=2)if(this.wrapCache[e]==t)return this.wrapCache[e+1];let e=this.computeWrapping(t);return this.wrapCache.push(t,e),e}computeWrapping(t){let e=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(t)){let t=[];for(let e=r;e.type;e=e.via)t.push(e.type);return t.reverse()}for(let t=0;t<i.next.length;t++){let{type:s,next:o}=i.next[t];s.isLeaf||s.hasRequiredAttrs()||s.name in e||r.type&&!o.validEnd||(n.push({match:s.contentMatch,type:s,via:r}),e[s.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(t){if(t>=this.next.length)throw new RangeError(`There's no ${t}th edge in this content match`);return this.next[t]}toString(){let t=[];return function e(n){t.push(n);for(let r=0;r<n.next.length;r++)-1==t.indexOf(n.next[r].next)&&e(n.next[r].next)}(this),t.map(((e,n)=>{let r=n+(e.validEnd?"*":" ")+" ";for(let n=0;n<e.next.length;n++)r+=(n?", ":"")+e.next[n].type.name+"->"+t.indexOf(e.next[n].next);return r})).join("\n")}}ze.empty=new ze(!0);class _e{constructor(t,e){this.string=t,this.nodeTypes=e,this.inline=null,this.pos=0,this.tokens=t.split(/\s*(?=\b|\W|$)/),""==this.tokens[this.tokens.length-1]&&this.tokens.pop(),""==this.tokens[0]&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(t){return this.next==t&&(this.pos++||!0)}err(t){throw new SyntaxError(t+" (in content expression '"+this.string+"')")}}function Be(t){let e=[];do{e.push(Ue(t))}while(t.eat("|"));return 1==e.length?e[0]:{type:"choice",exprs:e}}function Ue(t){let e=[];do{e.push(Fe(t))}while(t.next&&")"!=t.next&&"|"!=t.next);return 1==e.length?e[0]:{type:"seq",exprs:e}}function Fe(t){let e=function(t){if(t.eat("(")){let e=Be(t);return t.eat(")")||t.err("Missing closing paren"),e}if(!/\W/.test(t.next)){let e=function(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let i=[];for(let t in n){let r=n[t];r.isInGroup(e)&&i.push(r)}return 0==i.length&&t.err("No node type or group '"+e+"' found"),i}(t,t.next).map((e=>(null==t.inline?t.inline=e.isInline:t.inline!=e.isInline&&t.err("Mixing inline and block content"),{type:"name",value:e})));return t.pos++,1==e.length?e[0]:{type:"choice",exprs:e}}t.err("Unexpected token '"+t.next+"'")}(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else{if(!t.eat("{"))break;e=Je(t,e)}return e}function qe(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function Je(t,e){let n=qe(t),r=n;return t.eat(",")&&(r="}"!=t.next?qe(t):-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function We(t,e){return e-t}function Ke(t,e){let n=[];return function e(r){let i=t[r];if(1==i.length&&!i[0].term)return e(i[0].to);n.push(r);for(let t=0;t<i.length;t++){let{term:r,to:s}=i[t];r||-1!=n.indexOf(s)||e(s)}}(e),n.sort(We)}function Ve(t){let e=Object.create(null);for(let n in t){let r=t[n];if(!r.hasDefault)return null;e[n]=r.default}return e}function Ge(t,e){let n=Object.create(null);for(let r in t){let i=e&&e[r];if(void 0===i){let e=t[r];if(!e.hasDefault)throw new RangeError("No value supplied for attribute "+r);i=e.default}n[r]=i}return n}function Ze(t,e,n){for(let r in e)if(!(r in t))throw new RangeError(`Unsupported attribute ${r} for ${n} of type ${r}`);for(let n in t){let r=t[n];r.validate&&r.validate(e[n])}}function Qe(t,e){let n=Object.create(null);if(e)for(let r in e)n[r]=new Ye(t,r,e[r]);return n}let Xe=class t{constructor(t,e,n){this.name=t,this.schema=e,this.spec=n,this.markSet=null,this.groups=n.group?n.group.split(" "):[],this.attrs=Qe(t,n.attrs),this.defaultAttrs=Ve(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(n.inline||"text"==t),this.isText="text"==t}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==ze.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(t){return this.groups.indexOf(t)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let t in this.attrs)if(this.attrs[t].isRequired)return!0;return!1}compatibleContent(t){return this==t||this.contentMatch.compatible(t.contentMatch)}computeAttrs(t){return!t&&this.defaultAttrs?this.defaultAttrs:Ge(this.attrs,t)}create(t=null,e,n){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new Ie(this,this.computeAttrs(t),fe.from(e),ge.setFrom(n))}createChecked(t=null,e,n){return e=fe.from(e),this.checkContent(e),new Ie(this,this.computeAttrs(t),e,ge.setFrom(n))}createAndFill(t=null,e,n){if(t=this.computeAttrs(t),(e=fe.from(e)).size){let t=this.contentMatch.fillBefore(e);if(!t)return null;e=t.append(e)}let r=this.contentMatch.matchFragment(e),i=r&&r.fillBefore(fe.empty,!0);return i?new Ie(this,t,e.append(i),ge.setFrom(n)):null}validContent(t){let e=this.contentMatch.matchFragment(t);if(!e||!e.validEnd)return!1;for(let e=0;e<t.childCount;e++)if(!this.allowsMarks(t.child(e).marks))return!1;return!0}checkContent(t){if(!this.validContent(t))throw new RangeError(`Invalid content for node ${this.name}: ${t.toString().slice(0,50)}`)}checkAttrs(t){Ze(this.attrs,t,"node")}allowsMarkType(t){return null==this.markSet||this.markSet.indexOf(t)>-1}allowsMarks(t){if(null==this.markSet)return!0;for(let e=0;e<t.length;e++)if(!this.allowsMarkType(t[e].type))return!1;return!0}allowedMarks(t){if(null==this.markSet)return t;let e;for(let n=0;n<t.length;n++)this.allowsMarkType(t[n].type)?e&&e.push(t[n]):e||(e=t.slice(0,n));return e?e.length?e:ge.none:t}static compile(e,n){let r=Object.create(null);e.forEach(((e,i)=>r[e]=new t(e,n,i)));let i=n.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let t in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};class Ye{constructor(t,e,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,"default"),this.default=n.default,this.validate="string"==typeof n.validate?function(t,e,n){let r=n.split("|");return n=>{let i=null===n?"null":typeof n;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${i}`)}}(t,e,n.validate):n.validate}get isRequired(){return!this.hasDefault}}class tn{constructor(t,e,n,r){this.name=t,this.rank=e,this.schema=n,this.spec=r,this.attrs=Qe(t,r.attrs),this.excluded=null;let i=Ve(this.attrs);this.instance=i?new ge(this,i):null}create(t=null){return!t&&this.instance?this.instance:new ge(this,Ge(this.attrs,t))}static compile(t,e){let n=Object.create(null),r=0;return t.forEach(((t,i)=>n[t]=new tn(t,r++,e,i))),n}removeFromSet(t){for(var e=0;e<t.length;e++)t[e].type==this&&(t=t.slice(0,e).concat(t.slice(e+1)),e--);return t}isInSet(t){for(let e=0;e<t.length;e++)if(t[e].type==this)return t[e]}checkAttrs(t){Ze(this.attrs,t,"mark")}excludes(t){return this.excluded.indexOf(t)>-1}}class en{constructor(t){this.linebreakReplacement=null,this.cached=Object.create(null);let e=this.spec={};for(let n in t)e[n]=t[n];e.nodes=ae.from(t.nodes),e.marks=ae.from(t.marks||{}),this.nodes=Xe.compile(this.spec.nodes,this),this.marks=tn.compile(this.spec.marks,this);let n=Object.create(null);for(let t in this.nodes){if(t in this.marks)throw new RangeError(t+" can not be both a node and a mark");let e=this.nodes[t],r=e.spec.content||"",i=e.spec.marks;if(e.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),e.inlineContent=e.contentMatch.inlineContent,e.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!e.isInline||!e.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=e}e.markSet="_"==i?null:i?nn(this,i.split(" ")):""!=i&&e.inlineContent?null:[]}for(let t in this.marks){let e=this.marks[t],n=e.spec.excludes;e.excluded=null==n?[e]:""==n?[]:nn(this,n.split(" "))}this.nodeFromJSON=t=>Ie.fromJSON(this,t),this.markFromJSON=t=>ge.fromJSON(this,t),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(t,e=null,n,r){if("string"==typeof t)t=this.nodeType(t);else{if(!(t instanceof Xe))throw new RangeError("Invalid node type: "+t);if(t.schema!=this)throw new RangeError("Node type from different schema used ("+t.name+")")}return t.createChecked(e,n,r)}text(t,e){let n=this.nodes.text;return new De(n,n.defaultAttrs,t,ge.setFrom(e))}mark(t,e){return"string"==typeof t&&(t=this.marks[t]),t.create(e)}nodeType(t){let e=this.nodes[t];if(!e)throw new RangeError("Unknown node type: "+t);return e}}function nn(t,e){let n=[];for(let r=0;r<e.length;r++){let i=e[r],s=t.marks[i],o=s;if(s)n.push(s);else for(let e in t.marks){let r=t.marks[e];("_"==i||r.spec.group&&r.spec.group.split(" ").indexOf(i)>-1)&&n.push(o=r)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}class rn{constructor(t,e){this.schema=t,this.rules=e,this.tags=[],this.styles=[];let n=this.matchedStyles=[];e.forEach((t=>{if(function(t){return null!=t.tag}(t))this.tags.push(t);else if(function(t){return null!=t.style}(t)){let e=/[^=]*/.exec(t.style)[0];n.indexOf(e)<0&&n.push(e),this.styles.push(t)}})),this.normalizeLists=!this.tags.some((e=>{if(!/^(ul|ol)\b/.test(e.tag)||!e.node)return!1;let n=t.nodes[e.node];return n.contentMatch.matchType(n)}))}parse(t,e={}){let n=new hn(this,e,!1);return n.addAll(t,ge.none,e.from,e.to),n.finish()}parseSlice(t,e={}){let n=new hn(this,e,!0);return n.addAll(t,ge.none,e.from,e.to),we.maxOpen(n.finish())}matchTag(t,e,n){for(let r=n?this.tags.indexOf(n)+1:0;r<this.tags.length;r++){let n=this.tags[r];if(cn(t,n.tag)&&(void 0===n.namespace||t.namespaceURI==n.namespace)&&(!n.context||e.matchesContext(n.context))){if(n.getAttrs){let e=n.getAttrs(t);if(!1===e)continue;n.attrs=e||void 0}return n}}}matchStyle(t,e,n,r){for(let i=r?this.styles.indexOf(r)+1:0;i<this.styles.length;i++){let r=this.styles[i],s=r.style;if(!(0!=s.indexOf(t)||r.context&&!n.matchesContext(r.context)||s.length>t.length&&(61!=s.charCodeAt(t.length)||s.slice(t.length+1)!=e))){if(r.getAttrs){let t=r.getAttrs(e);if(!1===t)continue;r.attrs=t||void 0}return r}}}static schemaRules(t){let e=[];function n(t){let n=null==t.priority?50:t.priority,r=0;for(;r<e.length;r++){let t=e[r];if((null==t.priority?50:t.priority)<n)break}e.splice(r,0,t)}for(let e in t.marks){let r=t.marks[e].spec.parseDOM;r&&r.forEach((t=>{n(t=fn(t)),t.mark||t.ignore||t.clearMark||(t.mark=e)}))}for(let e in t.nodes){let r=t.nodes[e].spec.parseDOM;r&&r.forEach((t=>{n(t=fn(t)),t.node||t.ignore||t.mark||(t.node=e)}))}return e}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new rn(t,rn.schemaRules(t)))}}const sn={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},on={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},ln={ol:!0,ul:!0};function un(t,e,n){return null!=e?(e?1:0)|("full"===e?2:0):t&&"pre"==t.whitespace?3:-5&n}class an{constructor(t,e,n,r,i,s){this.type=t,this.attrs=e,this.marks=n,this.solid=r,this.options=s,this.content=[],this.activeMarks=ge.none,this.match=i||(4&s?null:t.contentMatch)}findWrapping(t){if(!this.match){if(!this.type)return[];let e=this.type.contentMatch.fillBefore(fe.from(t));if(!e){let e,n=this.type.contentMatch;return(e=n.findWrapping(t.type))?(this.match=n,e):null}this.match=this.type.contentMatch.matchFragment(e)}return this.match.findWrapping(t.type)}finish(t){if(!(1&this.options)){let t,e=this.content[this.content.length-1];if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let e=fe.from(this.content);return!t&&this.match&&(e=e.append(this.match.fillBefore(fe.empty,!0))),this.type?this.type.create(this.attrs,e,this.marks):e}inlineContext(t){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:t.parentNode&&!sn.hasOwnProperty(t.parentNode.nodeName.toLowerCase())}}class hn{constructor(t,e,n){this.parser=t,this.options=e,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r,i=e.topNode,s=un(null,e.preserveWhitespace,0)|(n?4:0);r=i?new an(i.type,i.attrs,ge.none,!0,e.topMatch||i.type.contentMatch,s):new an(n?null:t.schema.topNodeType,null,ge.none,!0,null,s),this.nodes=[r],this.find=e.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(t,e){3==t.nodeType?this.addTextNode(t,e):1==t.nodeType&&this.addElement(t,e)}addTextNode(t,e){let n=t.nodeValue,r=this.top,i=2&r.options?"full":this.localPreserveWS||(1&r.options)>0;if("full"===i||r.inlineContext(t)||/[^ \t\r\n\u000c]/.test(n)){if(i)n="full"!==i?n.replace(/\r?\n|\r/g," "):n.replace(/\r\n?/g,"\n");else if(n=n.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let e=r.content[r.content.length-1],i=t.previousSibling;(!e||i&&"BR"==i.nodeName||e.isText&&/[ \t\r\n\u000c]$/.test(e.text))&&(n=n.slice(1))}n&&this.insertNode(this.parser.schema.text(n),e,!/\S/.test(n)),this.findInText(t)}else this.findInside(t)}addElement(t,e,n){let r=this.localPreserveWS,i=this.top;("PRE"==t.tagName||/pre/.test(t.style&&t.style.whiteSpace))&&(this.localPreserveWS=!0);let s,o=t.nodeName.toLowerCase();ln.hasOwnProperty(o)&&this.parser.normalizeLists&&function(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let t=1==e.nodeType?e.nodeName.toLowerCase():null;t&&ln.hasOwnProperty(t)&&n?(n.appendChild(e),e=n):"li"==t?n=e:t&&(n=null)}}(t);let l=this.options.ruleFromNode&&this.options.ruleFromNode(t)||(s=this.parser.matchTag(t,this,n));t:if(l?l.ignore:on.hasOwnProperty(o))this.findInside(t),this.ignoreFallback(t,e);else if(!l||l.skip||l.closeParent){l&&l.closeParent?this.open=Math.max(0,this.open-1):l&&l.skip.nodeType&&(t=l.skip);let n,r=this.needsBlock;if(sn.hasOwnProperty(o))i.content.length&&i.content[0].isInline&&this.open&&(this.open--,i=this.top),n=!0,i.type||(this.needsBlock=!0);else if(!t.firstChild){this.leafFallback(t,e);break t}let s=l&&l.skip?e:this.readStyles(t,e);s&&this.addAll(t,s),n&&this.sync(i),this.needsBlock=r}else{let n=this.readStyles(t,e);n&&this.addElementByRule(t,l,n,!1===l.consuming?s:void 0)}this.localPreserveWS=r}leafFallback(t,e){"BR"==t.nodeName&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(t.ownerDocument.createTextNode("\n"),e)}ignoreFallback(t,e){"BR"!=t.nodeName||this.top.type&&this.top.type.inlineContent||this.findPlace(this.parser.schema.text("-"),e,!0)}readStyles(t,e){let n=t.style;if(n&&n.length)for(let t=0;t<this.parser.matchedStyles.length;t++){let r=this.parser.matchedStyles[t],i=n.getPropertyValue(r);if(i)for(let t;;){let n=this.parser.matchStyle(r,i,this,t);if(!n)break;if(n.ignore)return null;if(e=n.clearMark?e.filter((t=>!n.clearMark(t))):e.concat(this.parser.schema.marks[n.mark].create(n.attrs)),!1!==n.consuming)break;t=n}}return e}addElementByRule(t,e,n,r){let i,s;if(e.node)if(s=this.parser.schema.nodes[e.node],s.isLeaf)this.insertNode(s.create(e.attrs),n,"BR"==t.nodeName)||this.leafFallback(t,n);else{let t=this.enter(s,e.attrs||null,n,e.preserveWhitespace);t&&(i=!0,n=t)}else n=n.concat(this.parser.schema.marks[e.mark].create(e.attrs));let o=this.top;if(s&&s.isLeaf)this.findInside(t);else if(r)this.addElement(t,n,r);else if(e.getContent)this.findInside(t),e.getContent(t,this.parser.schema).forEach((t=>this.insertNode(t,n,!1)));else{let r=t;"string"==typeof e.contentElement?r=t.querySelector(e.contentElement):"function"==typeof e.contentElement?r=e.contentElement(t):e.contentElement&&(r=e.contentElement),this.findAround(t,r,!0),this.addAll(r,n),this.findAround(t,r,!1)}i&&this.sync(o)&&this.open--}addAll(t,e,n,r){let i=n||0;for(let s=n?t.childNodes[n]:t.firstChild,o=null==r?null:t.childNodes[r];s!=o;s=s.nextSibling,++i)this.findAtPoint(t,i),this.addDOM(s,e);this.findAtPoint(t,i)}findPlace(t,e,n){let r,i;for(let e=this.open,s=0;e>=0;e--){let o=this.nodes[e],l=o.findWrapping(t);if(l&&(!r||r.length>l.length+s)&&(r=l,i=o,!l.length))break;if(o.solid){if(n)break;s+=2}}if(!r)return null;this.sync(i);for(let t=0;t<r.length;t++)e=this.enterInner(r[t],null,e,!1);return e}insertNode(t,e,n){if(t.isInline&&this.needsBlock&&!this.top.type){let t=this.textblockFromContext();t&&(e=this.enterInner(t,null,e))}let r=this.findPlace(t,e,n);if(r){this.closeExtra();let e=this.top;e.match&&(e.match=e.match.matchType(t.type));let n=ge.none;for(let i of r.concat(t.marks))(e.type?e.type.allowsMarkType(i.type):dn(i.type,t.type))&&(n=i.addToSet(n));return e.content.push(t.mark(n)),!0}return!1}enter(t,e,n,r){let i=this.findPlace(t.create(e),n,!1);return i&&(i=this.enterInner(t,e,n,!0,r)),i}enterInner(t,e,n,r=!1,i){this.closeExtra();let s=this.top;s.match=s.match&&s.match.matchType(t);let o=un(t,i,s.options);4&s.options&&0==s.content.length&&(o|=4);let l=ge.none;return n=n.filter((e=>!(s.type?s.type.allowsMarkType(e.type):dn(e.type,t))||(l=e.addToSet(l),!1))),this.nodes.push(new an(t,e,l,r,null,o)),this.open++,n}closeExtra(t=!1){let e=this.nodes.length-1;if(e>this.open){for(;e>this.open;e--)this.nodes[e-1].content.push(this.nodes[e].finish(t));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!(!this.isOpen&&!this.options.topOpen))}sync(t){for(let e=this.open;e>=0;e--){if(this.nodes[e]==t)return this.open=e,!0;this.localPreserveWS&&(this.nodes[e].options|=1)}return!1}get currentPos(){this.closeExtra();let t=0;for(let e=this.open;e>=0;e--){let n=this.nodes[e].content;for(let e=n.length-1;e>=0;e--)t+=n[e].nodeSize;e&&t++}return t}findAtPoint(t,e){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].node==t&&this.find[n].offset==e&&(this.find[n].pos=this.currentPos)}findInside(t){if(this.find)for(let e=0;e<this.find.length;e++)null==this.find[e].pos&&1==t.nodeType&&t.contains(this.find[e].node)&&(this.find[e].pos=this.currentPos)}findAround(t,e,n){if(t!=e&&this.find)for(let r=0;r<this.find.length;r++)null==this.find[r].pos&&1==t.nodeType&&t.contains(this.find[r].node)&&e.compareDocumentPosition(this.find[r].node)&(n?2:4)&&(this.find[r].pos=this.currentPos)}findInText(t){if(this.find)for(let e=0;e<this.find.length;e++)this.find[e].node==t&&(this.find[e].pos=this.currentPos-(t.nodeValue.length-this.find[e].offset))}matchesContext(t){if(t.indexOf("|")>-1)return t.split(/\s*\|\s*/).some(this.matchesContext,this);let e=t.split("/"),n=this.options.context,r=!(this.isOpen||n&&n.parent.type!=this.nodes[0].type),i=(r?0:1)-(n?n.depth+1:0),s=(t,o)=>{for(;t>=0;t--){let l=e[t];if(""==l){if(t==e.length-1||0==t)continue;for(;o>=i;o--)if(s(t-1,o))return!0;return!1}{let t=o>0||0==o&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!t||t.name!=l&&!t.isInGroup(l))return!1;o--}}return!0};return s(e.length-1,this.open)}textblockFromContext(){let t=this.options.context;if(t)for(let e=t.depth;e>=0;e--){let n=t.node(e).contentMatchAt(t.indexAfter(e)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let t in this.parser.schema.nodes){let e=this.parser.schema.nodes[t];if(e.isTextblock&&e.defaultAttrs)return e}}}function cn(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function fn(t){let e={};for(let n in t)e[n]=t[n];return e}function dn(t,e){let n=e.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(t))continue;let s=[],o=t=>{s.push(t);for(let n=0;n<t.edgeCount;n++){let{type:r,next:i}=t.edge(n);if(r==e)return!0;if(s.indexOf(i)<0&&o(i))return!0}};if(o(i.contentMatch))return!0}}class pn{constructor(t,e){this.nodes=t,this.marks=e}serializeFragment(t,e={},n){n||(n=gn(e).createDocumentFragment());let r=n,i=[];return t.forEach((t=>{if(i.length||t.marks.length){let n=0,s=0;for(;n<i.length&&s<t.marks.length;){let e=t.marks[s];if(this.marks[e.type.name]){if(!e.eq(i[n][0])||!1===e.type.spec.spanning)break;n++,s++}else s++}for(;n<i.length;)r=i.pop()[1];for(;s<t.marks.length;){let n=t.marks[s++],o=this.serializeMark(n,t.isInline,e);o&&(i.push([n,r]),r.appendChild(o.dom),r=o.contentDOM||o.dom)}}r.appendChild(this.serializeNodeInner(t,e))})),n}serializeNodeInner(t,e){let{dom:n,contentDOM:r}=wn(gn(e),this.nodes[t.type.name](t),null,t.attrs);if(r){if(t.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(t.content,e,r)}return n}serializeNode(t,e={}){let n=this.serializeNodeInner(t,e);for(let r=t.marks.length-1;r>=0;r--){let i=this.serializeMark(t.marks[r],t.isInline,e);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(t,e,n={}){let r=this.marks[t.type.name];return r&&wn(gn(n),r(t,e),null,t.attrs)}static renderSpec(t,e,n=null,r){return wn(t,e,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new pn(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(t){let e=mn(t.nodes);return e.text||(e.text=t=>t.text),e}static marksFromSchema(t){return mn(t.marks)}}function mn(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function gn(t){return t.document||window.document}const bn=new WeakMap;function wn(t,e,n,r){if("string"==typeof e)return{dom:t.createTextNode(e)};if(null!=e.nodeType)return{dom:e};if(e.dom&&null!=e.dom.nodeType)return e;let i,s=e[0];if("string"!=typeof s)throw new RangeError("Invalid array passed to renderSpec");if(r&&(i=function(t){let e=bn.get(t);return void 0===e&&bn.set(t,e=function(t){let e=null;return function t(n){if(n&&"object"==typeof n)if(Array.isArray(n))if("string"==typeof n[0])e||(e=[]),e.push(n);else for(let e=0;e<n.length;e++)t(n[e]);else for(let e in n)t(n[e])}(t),e}(t)),e}(r))&&i.indexOf(e)>-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o,l=s.indexOf(" ");l>0&&(n=s.slice(0,l),s=s.slice(l+1));let u=n?t.createElementNS(n,s):t.createElement(s),a=e[1],h=1;if(a&&"object"==typeof a&&null==a.nodeType&&!Array.isArray(a)){h=2;for(let t in a)if(null!=a[t]){let e=t.indexOf(" ");e>0?u.setAttributeNS(t.slice(0,e),t.slice(e+1),a[t]):"style"==t&&u.style?u.style.cssText=a[t]:u.setAttribute(t,a[t])}}for(let i=h;i<e.length;i++){let s=e[i];if(0===s){if(i<e.length-1||i>h)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}{let{dom:e,contentDOM:i}=wn(t,s,n,r);if(u.appendChild(e),i){if(o)throw new RangeError("Multiple content holes");o=i}}}return{dom:u,contentDOM:o}}const kn=Math.pow(2,16);function vn(t){return 65535&t}class yn{constructor(t,e,n){this.pos=t,this.delInfo=e,this.recover=n}get deleted(){return(8&this.delInfo)>0}get deletedBefore(){return(5&this.delInfo)>0}get deletedAfter(){return(6&this.delInfo)>0}get deletedAcross(){return(4&this.delInfo)>0}}class Mn{constructor(t,e=!1){if(this.ranges=t,this.inverted=e,!t.length&&Mn.empty)return Mn.empty}recover(t){let e=0,n=vn(t);if(!this.inverted)for(let t=0;t<n;t++)e+=this.ranges[3*t+2]-this.ranges[3*t+1];return this.ranges[3*n]+e+function(t){return(t-(65535&t))/kn}(t)}mapResult(t,e=1){return this._map(t,e,!1)}map(t,e=1){return this._map(t,e,!0)}_map(t,e,n){let r=0,i=this.inverted?2:1,s=this.inverted?1:2;for(let o=0;o<this.ranges.length;o+=3){let l=this.ranges[o]-(this.inverted?r:0);if(l>t)break;let u=this.ranges[o+i],a=this.ranges[o+s],h=l+u;if(t<=h){let i=l+r+((u?t==l?-1:t==h?1:e:e)<0?0:a);if(n)return i;let s=t==l?2:t==h?1:4;return(e<0?t!=l:t!=h)&&(s|=8),new yn(i,s,t==(e<0?l:h)?null:o/3+(t-l)*kn)}r+=a-u}return n?t+r:new yn(t+r,0,null)}touches(t,e){let n=0,r=vn(e),i=this.inverted?2:1,s=this.inverted?1:2;for(let e=0;e<this.ranges.length;e+=3){let o=this.ranges[e]-(this.inverted?n:0);if(o>t)break;let l=this.ranges[e+i];if(t<=o+l&&e==3*r)return!0;n+=this.ranges[e+s]-l}return!1}forEach(t){let e=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r<this.ranges.length;r+=3){let s=this.ranges[r],o=s-(this.inverted?i:0),l=s+(this.inverted?0:i),u=this.ranges[r+e],a=this.ranges[r+n];t(o,o+u,l,l+a),i+=a-u}}invert(){return new Mn(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(t){return 0==t?Mn.empty:new Mn(t<0?[0,-t,0]:[0,0,t])}}Mn.empty=new Mn([]);class xn{constructor(t,e,n=0,r=(t?t.length:0)){this.mirror=e,this.from=n,this.to=r,this._maps=t||[],this.ownData=!(t||e)}get maps(){return this._maps}slice(t=0,e=this.maps.length){return new xn(this._maps,this.mirror,t,e)}appendMap(t,e){this.ownData||(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),this.ownData=!0),this.to=this._maps.push(t),null!=e&&this.setMirror(this._maps.length-1,e)}appendMapping(t){for(let e=0,n=this._maps.length;e<t._maps.length;e++){let r=t.getMirror(e);this.appendMap(t._maps[e],null!=r&&r<e?n+r:void 0)}}getMirror(t){if(this.mirror)for(let e=0;e<this.mirror.length;e++)if(this.mirror[e]==t)return this.mirror[e+(e%2?-1:1)]}setMirror(t,e){this.mirror||(this.mirror=[]),this.mirror.push(t,e)}appendMappingInverted(t){for(let e=t.maps.length-1,n=this._maps.length+t._maps.length;e>=0;e--){let r=t.getMirror(e);this.appendMap(t._maps[e].invert(),null!=r&&r>e?n-r-1:void 0)}}invert(){let t=new xn;return t.appendMappingInverted(this),t}map(t,e=1){if(this.mirror)return this._map(t,e,!0);for(let n=this.from;n<this.to;n++)t=this._maps[n].map(t,e);return t}mapResult(t,e=1){return this._map(t,e,!1)}_map(t,e,n){let r=0;for(let n=this.from;n<this.to;n++){let i=this._maps[n].mapResult(t,e);if(null!=i.recover){let e=this.getMirror(n);if(null!=e&&e>n&&e<this.to){n=e,t=this._maps[e].recover(i.recover);continue}}r|=i.delInfo,t=i.pos}return n?t:new yn(t,r,null)}}const On=Object.create(null);class Tn{getMap(){return Mn.empty}merge(t){return null}static fromJSON(t,e){if(!e||!e.stepType)throw new RangeError("Invalid input for Step.fromJSON");let n=On[e.stepType];if(!n)throw new RangeError(`No step type ${e.stepType} defined`);return n.fromJSON(t,e)}static jsonID(t,e){if(t in On)throw new RangeError("Duplicate use of step JSON ID "+t);return On[t]=e,e.prototype.jsonID=t,e}}class Sn{constructor(t,e){this.doc=t,this.failed=e}static ok(t){return new Sn(t,null)}static fail(t){return new Sn(null,t)}static fromReplace(t,e,n,r){try{return Sn.ok(t.replace(e,n,r))}catch(t){if(t instanceof be)return Sn.fail(t.message);throw t}}}function En(t,e,n){let r=[];for(let i=0;i<t.childCount;i++){let s=t.child(i);s.content.size&&(s=s.copy(En(s.content,e,s))),s.isInline&&(s=e(s,n,i)),r.push(s)}return fe.fromArray(r)}class An extends Tn{constructor(t,e,n){super(),this.from=t,this.to=e,this.mark=n}apply(t){let e=t.slice(this.from,this.to),n=t.resolve(this.from),r=n.node(n.sharedDepth(this.to)),i=new we(En(e.content,((t,e)=>t.isAtom&&e.type.allowsMarkType(this.mark.type)?t.mark(this.mark.addToSet(t.marks)):t),r),e.openStart,e.openEnd);return Sn.fromReplace(t,this.from,this.to,i)}invert(){return new $n(this.from,this.to,this.mark)}map(t){let e=t.mapResult(this.from,1),n=t.mapResult(this.to,-1);return e.deleted&&n.deleted||e.pos>=n.pos?null:new An(e.pos,n.pos,this.mark)}merge(t){return t instanceof An&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new An(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,e){if("number"!=typeof e.from||"number"!=typeof e.to)throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new An(e.from,e.to,t.markFromJSON(e.mark))}}Tn.jsonID("addMark",An);class $n extends Tn{constructor(t,e,n){super(),this.from=t,this.to=e,this.mark=n}apply(t){let e=t.slice(this.from,this.to),n=new we(En(e.content,(t=>t.mark(this.mark.removeFromSet(t.marks))),t),e.openStart,e.openEnd);return Sn.fromReplace(t,this.from,this.to,n)}invert(){return new An(this.from,this.to,this.mark)}map(t){let e=t.mapResult(this.from,1),n=t.mapResult(this.to,-1);return e.deleted&&n.deleted||e.pos>=n.pos?null:new $n(e.pos,n.pos,this.mark)}merge(t){return t instanceof $n&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new $n(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,e){if("number"!=typeof e.from||"number"!=typeof e.to)throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new $n(e.from,e.to,t.markFromJSON(e.mark))}}Tn.jsonID("removeMark",$n);class Rn extends Tn{constructor(t,e){super(),this.pos=t,this.mark=e}apply(t){let e=t.nodeAt(this.pos);if(!e)return Sn.fail("No node at mark step's position");let n=e.type.create(e.attrs,null,this.mark.addToSet(e.marks));return Sn.fromReplace(t,this.pos,this.pos+1,new we(fe.from(n),0,e.isLeaf?0:1))}invert(t){let e=t.nodeAt(this.pos);if(e){let t=this.mark.addToSet(e.marks);if(t.length==e.marks.length){for(let n=0;n<e.marks.length;n++)if(!e.marks[n].isInSet(t))return new Rn(this.pos,e.marks[n]);return new Rn(this.pos,this.mark)}}return new Cn(this.pos,this.mark)}map(t){let e=t.mapResult(this.pos,1);return e.deletedAfter?null:new Rn(e.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,e){if("number"!=typeof e.pos)throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new Rn(e.pos,t.markFromJSON(e.mark))}}Tn.jsonID("addNodeMark",Rn);class Cn extends Tn{constructor(t,e){super(),this.pos=t,this.mark=e}apply(t){let e=t.nodeAt(this.pos);if(!e)return Sn.fail("No node at mark step's position");let n=e.type.create(e.attrs,null,this.mark.removeFromSet(e.marks));return Sn.fromReplace(t,this.pos,this.pos+1,new we(fe.from(n),0,e.isLeaf?0:1))}invert(t){let e=t.nodeAt(this.pos);return e&&this.mark.isInSet(e.marks)?new Rn(this.pos,this.mark):this}map(t){let e=t.mapResult(this.pos,1);return e.deletedAfter?null:new Cn(e.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,e){if("number"!=typeof e.pos)throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new Cn(e.pos,t.markFromJSON(e.mark))}}Tn.jsonID("removeNodeMark",Cn);class Ln extends Tn{constructor(t,e,n,r=!1){super(),this.from=t,this.to=e,this.slice=n,this.structure=r}apply(t){return this.structure&&jn(t,this.from,this.to)?Sn.fail("Structure replace would overwrite content"):Sn.fromReplace(t,this.from,this.to,this.slice)}getMap(){return new Mn([this.from,this.to-this.from,this.slice.size])}invert(t){return new Ln(this.from,this.from+this.slice.size,t.slice(this.from,this.to))}map(t){let e=t.mapResult(this.from,1),n=t.mapResult(this.to,-1);return e.deletedAcross&&n.deletedAcross?null:new Ln(e.pos,Math.max(e.pos,n.pos),this.slice,this.structure)}merge(t){if(!(t instanceof Ln)||t.structure||this.structure)return null;if(this.from+this.slice.size!=t.from||this.slice.openEnd||t.slice.openStart){if(t.to!=this.from||this.slice.openStart||t.slice.openEnd)return null;{let e=this.slice.size+t.slice.size==0?we.empty:new we(t.slice.content.append(this.slice.content),t.slice.openStart,this.slice.openEnd);return new Ln(t.from,this.to,e,this.structure)}}{let e=this.slice.size+t.slice.size==0?we.empty:new we(this.slice.content.append(t.slice.content),this.slice.openStart,t.slice.openEnd);return new Ln(this.from,this.to+(t.to-t.from),e,this.structure)}}toJSON(){let t={stepType:"replace",from:this.from,to:this.to};return this.slice.size&&(t.slice=this.slice.toJSON()),this.structure&&(t.structure=!0),t}static fromJSON(t,e){if("number"!=typeof e.from||"number"!=typeof e.to)throw new RangeError("Invalid input for ReplaceStep.fromJSON");return new Ln(e.from,e.to,we.fromJSON(t,e.slice),!!e.structure)}}Tn.jsonID("replace",Ln);class Nn extends Tn{constructor(t,e,n,r,i,s,o=!1){super(),this.from=t,this.to=e,this.gapFrom=n,this.gapTo=r,this.slice=i,this.insert=s,this.structure=o}apply(t){if(this.structure&&(jn(t,this.from,this.gapFrom)||jn(t,this.gapTo,this.to)))return Sn.fail("Structure gap-replace would overwrite content");let e=t.slice(this.gapFrom,this.gapTo);if(e.openStart||e.openEnd)return Sn.fail("Gap is not a flat range");let n=this.slice.insertAt(this.insert,e.content);return n?Sn.fromReplace(t,this.from,this.to,n):Sn.fail("Content does not fit in gap")}getMap(){return new Mn([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(t){let e=this.gapTo-this.gapFrom;return new Nn(this.from,this.from+this.slice.size+e,this.from+this.insert,this.from+this.insert+e,t.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(t){let e=t.mapResult(this.from,1),n=t.mapResult(this.to,-1),r=this.from==this.gapFrom?e.pos:t.map(this.gapFrom,-1),i=this.to==this.gapTo?n.pos:t.map(this.gapTo,1);return e.deletedAcross&&n.deletedAcross||r<e.pos||i>n.pos?null:new Nn(e.pos,n.pos,r,i,this.slice,this.insert,this.structure)}toJSON(){let t={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(t.slice=this.slice.toJSON()),this.structure&&(t.structure=!0),t}static fromJSON(t,e){if("number"!=typeof e.from||"number"!=typeof e.to||"number"!=typeof e.gapFrom||"number"!=typeof e.gapTo||"number"!=typeof e.insert)throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Nn(e.from,e.to,e.gapFrom,e.gapTo,we.fromJSON(t,e.slice),e.insert,!!e.structure)}}function jn(t,e,n){let r=t.resolve(e),i=n-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let t=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!t||t.isLeaf)return!0;t=t.firstChild,i--}}return!1}function Pn(t,e,n,r=n.contentMatch,i=!0){let s=t.doc.nodeAt(e),o=[],l=e+1;for(let e=0;e<s.childCount;e++){let u=s.child(e),a=l+u.nodeSize,h=r.matchType(u.type);if(h){r=h;for(let e=0;e<u.marks.length;e++)n.allowsMarkType(u.marks[e].type)||t.step(new $n(l,a,u.marks[e]));if(i&&u.isText&&"pre"!=n.whitespace){let t,e,r=/\r?\n|\r/g;for(;t=r.exec(u.text);)e||(e=new we(fe.from(n.schema.text(" ",n.allowedMarks(u.marks))),0,0)),o.push(new Ln(l+t.index,l+t.index+t[0].length,e))}}else o.push(new Ln(l,a,we.empty));l=a}if(!r.validEnd){let e=r.fillBefore(fe.empty,!0);t.replace(l,l,new we(e,0,0))}for(let e=o.length-1;e>=0;e--)t.step(o[e])}function In(t,e,n){return(0==e||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function Dn(t){let e=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let n=t.depth;;--n){let r=t.$from.node(n),i=t.$from.index(n),s=t.$to.indexAfter(n);if(n<t.depth&&r.canReplace(i,s,e))return n;if(0==n||r.type.spec.isolating||!In(r,i,s))break}return null}function Hn(t,e,n=null,r=t){let i=function(t,e){let{parent:n,startIndex:r,endIndex:i}=t,s=n.contentMatchAt(r).findWrapping(e);return s&&n.canReplaceWith(r,i,s.length?s[0]:e)?s:null}(t,e),s=i&&function(t,e){let{parent:n,startIndex:r,endIndex:i}=t,s=n.child(r),o=e.contentMatch.findWrapping(s.type);if(!o)return null;let l=(o.length?o[o.length-1]:e).contentMatch;for(let t=r;l&&t<i;t++)l=l.matchType(n.child(t).type);return l&&l.validEnd?o:null}(r,e);return s?i.map(zn).concat({type:e,attrs:n}).concat(s.map(zn)):null}function zn(t){return{type:t,attrs:null}}function _n(t,e,n,r){e.forEach(((i,s)=>{if(i.isText){let o,l=/\r?\n|\r/g;for(;o=l.exec(i.text);){let i=t.mapping.slice(r).map(n+1+s+o.index);t.replaceWith(i,i+1,e.type.schema.linebreakReplacement.create())}}}))}function Bn(t,e,n,r){e.forEach(((i,s)=>{if(i.type==i.type.schema.linebreakReplacement){let i=t.mapping.slice(r).map(n+1+s);t.replaceWith(i,i+1,e.type.schema.text("\n"))}}))}function Un(t,e,n=1,r){let i=t.resolve(e),s=i.depth-n,o=r&&r[r.length-1]||i.parent;if(s<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let t=i.depth-1,e=n-2;t>s;t--,e--){let n=i.node(t),s=i.index(t);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(s,n.childCount),l=r&&r[e+1];l&&(o=o.replaceChild(0,l.type.create(l.attrs)));let u=r&&r[e]||n;if(!n.canReplace(s+1,n.childCount)||!u.type.validContent(o))return!1}let l=i.indexAfter(s),u=r&&r[0];return i.node(s).canReplaceWith(l,l,u?u.type:i.node(s+1).type)}function Fn(t,e){let n=t.resolve(e),r=n.index();return qn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function qn(t,e){return!(!t||!e||t.isLeaf||!function(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let i=0;i<e.childCount;i++){let s=e.child(i);if(n=n.matchType(s.type==r?t.type.schema.nodes.text:s.type),!n)return!1;if(!t.type.allowsMarks(s.marks))return!1}return n.validEnd}(t,e))}function Jn(t,e,n=-1){let r=t.resolve(e);for(let t=r.depth;;t--){let i,s,o=r.index(t);if(t==r.depth?(i=r.nodeBefore,s=r.nodeAfter):n>0?(i=r.node(t+1),o++,s=r.node(t).maybeChild(o)):(i=r.node(t).maybeChild(o-1),s=r.node(t+1)),i&&!i.isTextblock&&qn(i,s)&&r.node(t).canReplace(o,o+1))return e;if(0==t)break;e=n<0?r.before(t):r.after(t)}}function Wn(t,e,n){let r=t.resolve(e);if(!n.content.size)return e;let i=n.content;for(let t=0;t<n.openStart;t++)i=i.firstChild.content;for(let t=1;t<=(0==n.openStart&&n.size?2:1);t++)for(let e=r.depth;e>=0;e--){let n=e==r.depth?0:r.pos<=(r.start(e+1)+r.end(e+1))/2?-1:1,s=r.index(e)+(n>0?1:0),o=r.node(e),l=!1;if(1==t)l=o.canReplace(s,s,i);else{let t=o.contentMatchAt(s).findWrapping(i.firstChild.type);l=t&&o.canReplaceWith(s,s,t[0])}if(l)return 0==n?r.pos:n<0?r.before(e+1):r.after(e+1)}return null}function Kn(t,e,n=e,r=we.empty){if(e==n&&!r.size)return null;let i=t.resolve(e),s=t.resolve(n);return Vn(i,s,r)?new Ln(e,n,r):new Gn(i,s,r).fit()}function Vn(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}Tn.jsonID("replaceAround",Nn);class Gn{constructor(t,e,n){this.$from=t,this.$to=e,this.unplaced=n,this.frontier=[],this.placed=fe.empty;for(let e=0;e<=t.depth;e++){let n=t.node(e);this.frontier.push({type:n.type,match:n.contentMatchAt(t.indexAfter(e))})}for(let e=t.depth;e>0;e--)this.placed=fe.from(t.node(e).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let t=this.findFittable();t?this.placeNodes(t):this.openMore()||this.dropNode()}let t=this.mustMoveInline(),e=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(t<0?this.$to:n.doc.resolve(t));if(!r)return null;let i=this.placed,s=n.depth,o=r.depth;for(;s&&o&&1==i.childCount;)i=i.firstChild.content,s--,o--;let l=new we(i,s,o);return t>-1?new Nn(n.pos,t,this.$to.pos,this.$to.end(),l,e):l.size||n.pos!=this.$to.pos?new Ln(n.pos,r.pos,l):null}findFittable(){let t=this.unplaced.openStart;for(let e=this.unplaced.content,n=0,r=this.unplaced.openEnd;n<t;n++){let i=e.firstChild;if(e.childCount>1&&(r=0),i.type.spec.isolating&&r<=n){t=n;break}e=i.content}for(let e=1;e<=2;e++)for(let n=1==e?t:this.unplaced.openStart;n>=0;n--){let t,r=null;n?(r=Xn(this.unplaced.content,n-1).firstChild,t=r.content):t=this.unplaced.content;let i=t.firstChild;for(let t=this.depth;t>=0;t--){let s,{type:o,match:l}=this.frontier[t],u=null;if(1==e&&(i?l.matchType(i.type)||(u=l.fillBefore(fe.from(i),!1)):r&&o.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:t,parent:r,inject:u};if(2==e&&i&&(s=l.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:t,parent:r,wrap:s};if(r&&l.matchType(r.type))break}}}openMore(){let{content:t,openStart:e,openEnd:n}=this.unplaced,r=Xn(t,e);return!(!r.childCount||r.firstChild.isLeaf||(this.unplaced=new we(t,e+1,Math.max(n,r.size+e>=t.size-n?e+1:0)),0))}dropNode(){let{content:t,openStart:e,openEnd:n}=this.unplaced,r=Xn(t,e);if(r.childCount<=1&&e>0){let i=t.size-e<=e+r.size;this.unplaced=new we(Zn(t,e-1,1),e-1,i?e-1:n)}else this.unplaced=new we(Zn(t,e,1),e,n)}placeNodes({sliceDepth:t,frontierDepth:e,parent:n,inject:r,wrap:i}){for(;this.depth>e;)this.closeFrontierNode();if(i)for(let t=0;t<i.length;t++)this.openFrontierNode(i[t]);let s=this.unplaced,o=n?n.content:s.content,l=s.openStart-t,u=0,a=[],{match:h,type:c}=this.frontier[e];if(r){for(let t=0;t<r.childCount;t++)a.push(r.child(t));h=h.matchFragment(r)}let f=o.size+t-(s.content.size-s.openEnd);for(;u<o.childCount;){let t=o.child(u),e=h.matchType(t.type);if(!e)break;u++,(u>1||0==l||t.content.size)&&(h=e,a.push(Yn(t.mark(c.allowedMarks(t.marks)),1==u?l:0,u==o.childCount?f:-1)))}let d=u==o.childCount;d||(f=-1),this.placed=Qn(this.placed,e,fe.from(a)),this.frontier[e].match=h,d&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let t=0,e=o;t<f;t++){let t=e.lastChild;this.frontier.push({type:t.type,match:t.contentMatchAt(t.childCount)}),e=t.content}this.unplaced=d?0==t?we.empty:new we(Zn(s.content,t-1,1),t-1,f<0?s.openEnd:t-1):new we(Zn(s.content,t,u),s.openStart,s.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let t,e=this.frontier[this.depth];if(!e.type.isTextblock||!tr(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(t=this.findCloseLevel(this.$to))&&t.depth==this.depth)return-1;let{depth:n}=this.$to,r=this.$to.after(n);for(;n>1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(t){t:for(let e=Math.min(this.depth,t.depth);e>=0;e--){let{match:n,type:r}=this.frontier[e],i=e<t.depth&&t.end(e+1)==t.pos+(t.depth-(e+1)),s=tr(t,e,r,n,i);if(s){for(let n=e-1;n>=0;n--){let{match:e,type:r}=this.frontier[n],i=tr(t,n,r,e,!0);if(!i||i.childCount)continue t}return{depth:e,fit:s,move:i?t.doc.resolve(t.after(e+1)):t}}}}close(t){let e=this.findCloseLevel(t);if(!e)return null;for(;this.depth>e.depth;)this.closeFrontierNode();e.fit.childCount&&(this.placed=Qn(this.placed,e.depth,e.fit)),t=e.move;for(let n=e.depth+1;n<=t.depth;n++){let e=t.node(n),r=e.type.contentMatch.fillBefore(e.content,!0,t.index(n));this.openFrontierNode(e.type,e.attrs,r)}return t}openFrontierNode(t,e=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(t),this.placed=Qn(this.placed,this.depth,fe.from(t.create(e,n))),this.frontier.push({type:t,match:t.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(fe.empty,!0);t.childCount&&(this.placed=Qn(this.placed,this.frontier.length,t))}}function Zn(t,e,n){return 0==e?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(Zn(t.firstChild.content,e-1,n)))}function Qn(t,e,n){return 0==e?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(Qn(t.lastChild.content,e-1,n)))}function Xn(t,e){for(let n=0;n<e;n++)t=t.firstChild.content;return t}function Yn(t,e,n){if(e<=0)return t;let r=t.content;return e>1&&(r=r.replaceChild(0,Yn(r.firstChild,e-1,1==r.childCount?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(fe.empty,!0)))),t.copy(r)}function tr(t,e,n,r,i){let s=t.node(e),o=i?t.indexAfter(e):t.index(e);if(o==s.childCount&&!n.compatibleContent(s.type))return null;let l=r.fillBefore(s.content,!0,o);return l&&!function(t,e,n){for(let r=n;r<e.childCount;r++)if(!t.allowsMarks(e.child(r).marks))return!0;return!1}(n,s.content,o)?l:null}function er(t,e,n,r,i){if(e<n){let i=t.firstChild;t=t.replaceChild(0,i.copy(er(i.content,e+1,n,r,i)))}if(e>r){let e=i.contentMatchAt(0),n=e.fillBefore(t).append(t);t=n.append(e.matchFragment(n).fillBefore(fe.empty,!0))}return t}function nr(t,e){let n=[];for(let r=Math.min(t.depth,e.depth);r>=0;r--){let i=t.start(r);if(i<t.pos-(t.depth-r)||e.end(r)>e.pos+(e.depth-r)||t.node(r).type.spec.isolating||e.node(r).type.spec.isolating)break;(i==e.start(r)||r==t.depth&&r==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&r&&e.start(r-1)==i-1)&&n.push(r)}return n}class rr extends Tn{constructor(t,e,n){super(),this.pos=t,this.attr=e,this.value=n}apply(t){let e=t.nodeAt(this.pos);if(!e)return Sn.fail("No node at attribute step's position");let n=Object.create(null);for(let t in e.attrs)n[t]=e.attrs[t];n[this.attr]=this.value;let r=e.type.create(n,null,e.marks);return Sn.fromReplace(t,this.pos,this.pos+1,new we(fe.from(r),0,e.isLeaf?0:1))}getMap(){return Mn.empty}invert(t){return new rr(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let e=t.mapResult(this.pos,1);return e.deletedAfter?null:new rr(e.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,e){if("number"!=typeof e.pos||"string"!=typeof e.attr)throw new RangeError("Invalid input for AttrStep.fromJSON");return new rr(e.pos,e.attr,e.value)}}Tn.jsonID("attr",rr);class ir extends Tn{constructor(t,e){super(),this.attr=t,this.value=e}apply(t){let e=Object.create(null);for(let n in t.attrs)e[n]=t.attrs[n];e[this.attr]=this.value;let n=t.type.create(e,t.content,t.marks);return Sn.ok(n)}getMap(){return Mn.empty}invert(t){return new ir(this.attr,t.attrs[this.attr])}map(t){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(t,e){if("string"!=typeof e.attr)throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new ir(e.attr,e.value)}}Tn.jsonID("docAttr",ir);let sr=class extends Error{};sr=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n},(sr.prototype=Object.create(Error.prototype)).constructor=sr,sr.prototype.name="TransformError";class or{constructor(t){this.doc=t,this.steps=[],this.docs=[],this.mapping=new xn}get before(){return this.docs.length?this.docs[0]:this.doc}step(t){let e=this.maybeStep(t);if(e.failed)throw new sr(e.failed);return this}maybeStep(t){let e=t.apply(this.doc);return e.failed||this.addStep(t,e.doc),e}get docChanged(){return this.steps.length>0}addStep(t,e){this.docs.push(this.doc),this.steps.push(t),this.mapping.appendMap(t.getMap()),this.doc=e}replace(t,e=t,n=we.empty){let r=Kn(this.doc,t,e,n);return r&&this.step(r),this}replaceWith(t,e,n){return this.replace(t,e,new we(fe.from(n),0,0))}delete(t,e){return this.replace(t,e,we.empty)}insert(t,e){return this.replaceWith(t,t,e)}replaceRange(t,e,n){return function(t,e,n,r){if(!r.size)return t.deleteRange(e,n);let i=t.doc.resolve(e),s=t.doc.resolve(n);if(Vn(i,s,r))return t.step(new Ln(e,n,r));let o=nr(i,t.doc.resolve(n));0==o[o.length-1]&&o.pop();let l=-(i.depth+1);o.unshift(l);for(let t=i.depth,e=i.pos-1;t>0;t--,e--){let n=i.node(t).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(t)>-1?l=t:i.before(t)==e&&o.splice(1,0,-t)}let u=o.indexOf(l),a=[],h=r.openStart;for(let t=r.content,e=0;;e++){let n=t.firstChild;if(a.push(n),e==r.openStart)break;t=n.content}for(let t=h-1;t>=0;t--){let e=a[t],n=(c=e.type).spec.defining||c.spec.definingForContent;if(n&&!e.sameMarkup(i.node(Math.abs(l)-1)))h=t;else if(n||!e.type.isTextblock)break}var c;for(let e=r.openStart;e>=0;e--){let l=(e+h+1)%(r.openStart+1),c=a[l];if(c)for(let e=0;e<o.length;e++){let a=o[(e+u)%o.length],h=!0;a<0&&(h=!1,a=-a);let f=i.node(a-1),d=i.index(a-1);if(f.canReplaceWith(d,d,c.type,c.marks))return t.replace(i.before(a),h?s.after(a):n,new we(er(r.content,0,r.openStart,l),l,r.openEnd))}}let f=t.steps.length;for(let l=o.length-1;l>=0&&(t.replace(e,n,r),!(t.steps.length>f));l--){let t=o[l];t<0||(e=i.before(t),n=s.after(t))}}(this,t,e,n),this}replaceRangeWith(t,e,n){return function(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let i=function(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(0==r.parentOffset)for(let t=r.depth-1;t>=0;t--){let e=r.index(t);if(r.node(t).canReplaceWith(e,e,n))return r.before(t+1);if(e>0)return null}if(r.parentOffset==r.parent.content.size)for(let t=r.depth-1;t>=0;t--){let e=r.indexAfter(t);if(r.node(t).canReplaceWith(e,e,n))return r.after(t+1);if(e<r.node(t).childCount)return null}return null}(t.doc,e,r.type);null!=i&&(e=n=i)}t.replaceRange(e,n,new we(fe.from(r),0,0))}(this,t,e,n),this}deleteRange(t,e){return function(t,e,n){let r=t.doc.resolve(e),i=t.doc.resolve(n),s=nr(r,i);for(let e=0;e<s.length;e++){let n=s[e],o=e==s.length-1;if(o&&0==n||r.node(n).type.contentMatch.validEnd)return t.delete(r.start(n),i.end(n));if(n>0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return t.delete(r.before(n),i.after(n))}for(let s=1;s<=r.depth&&s<=i.depth;s++)if(e-r.start(s)==r.depth-s&&n>r.end(s)&&i.end(s)-n!=i.depth-s&&r.start(s-1)==i.start(s-1)&&r.node(s-1).canReplace(r.index(s-1),i.index(s-1)))return t.delete(r.before(s),n);t.delete(e,n)}(this,t,e),this}lift(t,e){return function(t,e,n){let{$from:r,$to:i,depth:s}=e,o=r.before(s+1),l=i.after(s+1),u=o,a=l,h=fe.empty,c=0;for(let t=s,e=!1;t>n;t--)e||r.index(t)>0?(e=!0,h=fe.from(r.node(t).copy(h)),c++):u--;let f=fe.empty,d=0;for(let t=s,e=!1;t>n;t--)e||i.after(t+1)<i.end(t)?(e=!0,f=fe.from(i.node(t).copy(f)),d++):a++;t.step(new Nn(u,a,o,l,new we(h.append(f),c,d),h.size-c,!0))}(this,t,e),this}join(t,e=1){return function(t,e,n){let r=null,{linebreakReplacement:i}=t.doc.type.schema,s=t.doc.resolve(e-n),o=s.node().type;if(i&&o.inlineContent){let t="pre"==o.whitespace,e=!!o.contentMatch.matchType(i);t&&!e?r=!1:!t&&e&&(r=!0)}let l=t.steps.length;if(!1===r){let r=t.doc.resolve(e+n);Bn(t,r.node(),r.before(),l)}o.inlineContent&&Pn(t,e+n-1,o,s.node().contentMatchAt(s.index()),null==r);let u=t.mapping.slice(l),a=u.map(e-n);if(t.step(new Ln(a,u.map(e+n,-1),we.empty,!0)),!0===r){let e=t.doc.resolve(a);_n(t,e.node(),e.before(),t.steps.length)}}(this,t,e),this}wrap(t,e){return function(t,e,n){let r=fe.empty;for(let t=n.length-1;t>=0;t--){if(r.size){let e=n[t].type.contentMatch.matchFragment(r);if(!e||!e.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=fe.from(n[t].type.create(n[t].attrs,r))}let i=e.start,s=e.end;t.step(new Nn(i,s,i,s,new we(r,0,0),n.length,!0))}(this,t,e),this}setBlockType(t,e=t,n,r=null){return function(t,e,n,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let s=t.steps.length;t.doc.nodesBetween(e,n,((e,n)=>{let o="function"==typeof i?i(e):i;if(e.isTextblock&&!e.hasMarkup(r,o)&&function(t,e,n){let r=t.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}(t.doc,t.mapping.slice(s).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let t="pre"==r.whitespace,e=!!r.contentMatch.matchType(r.schema.linebreakReplacement);t&&!e?i=!1:!t&&e&&(i=!0)}!1===i&&Bn(t,e,n,s),Pn(t,t.mapping.slice(s).map(n,1),r,void 0,null===i);let l=t.mapping.slice(s),u=l.map(n,1),a=l.map(n+e.nodeSize,1);return t.step(new Nn(u,a,u+1,a-1,new we(fe.from(r.create(o,null,e.marks)),0,0),1,!0)),!0===i&&_n(t,e,n,s),!1}}))}(this,t,e,n,r),this}setNodeMarkup(t,e,n=null,r){return function(t,e,n,r,i){let s=t.doc.nodeAt(e);if(!s)throw new RangeError("No node at given position");n||(n=s.type);let o=n.create(r,null,i||s.marks);if(s.isLeaf)return t.replaceWith(e,e+s.nodeSize,o);if(!n.validContent(s.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new Nn(e,e+s.nodeSize,e+1,e+s.nodeSize-1,new we(fe.from(o),0,0),1,!0))}(this,t,e,n,r),this}setNodeAttribute(t,e,n){return this.step(new rr(t,e,n)),this}setDocAttribute(t,e){return this.step(new ir(t,e)),this}addNodeMark(t,e){return this.step(new Rn(t,e)),this}removeNodeMark(t,e){let n=this.doc.nodeAt(t);if(!n)throw new RangeError("No node at position "+t);if(e instanceof ge)e.isInSet(n.marks)&&this.step(new Cn(t,e));else{let r,i=n.marks,s=[];for(;r=e.isInSet(i);)s.push(new Cn(t,r)),i=r.removeFromSet(i);for(let t=s.length-1;t>=0;t--)this.step(s[t])}return this}split(t,e=1,n){return function(t,e,n=1,r){let i=t.doc.resolve(e),s=fe.empty,o=fe.empty;for(let t=i.depth,e=i.depth-n,l=n-1;t>e;t--,l--){s=fe.from(i.node(t).copy(s));let e=r&&r[l];o=fe.from(e?e.type.create(e.attrs,o):i.node(t).copy(o))}t.step(new Ln(e,e,new we(s.append(o),n,n),!0))}(this,t,e,n),this}addMark(t,e,n){return function(t,e,n,r){let i,s,o=[],l=[];t.doc.nodesBetween(e,n,((t,u,a)=>{if(!t.isInline)return;let h=t.marks;if(!r.isInSet(h)&&a.type.allowsMarkType(r.type)){let a=Math.max(u,e),c=Math.min(u+t.nodeSize,n),f=r.addToSet(h);for(let t=0;t<h.length;t++)h[t].isInSet(f)||(i&&i.to==a&&i.mark.eq(h[t])?i.to=c:o.push(i=new $n(a,c,h[t])));s&&s.to==a?s.to=c:l.push(s=new An(a,c,r))}})),o.forEach((e=>t.step(e))),l.forEach((e=>t.step(e)))}(this,t,e,n),this}removeMark(t,e,n){return function(t,e,n,r){let i=[],s=0;t.doc.nodesBetween(e,n,((t,o)=>{if(!t.isInline)return;s++;let l=null;if(r instanceof tn){let e,n=t.marks;for(;e=r.isInSet(n);)(l||(l=[])).push(e),n=e.removeFromSet(n)}else r?r.isInSet(t.marks)&&(l=[r]):l=t.marks;if(l&&l.length){let r=Math.min(o+t.nodeSize,n);for(let t=0;t<l.length;t++){let n,u=l[t];for(let t=0;t<i.length;t++){let e=i[t];e.step==s-1&&u.eq(i[t].style)&&(n=e)}n?(n.to=r,n.step=s):i.push({style:u,from:Math.max(o,e),to:r,step:s})}}})),i.forEach((e=>t.step(new $n(e.from,e.to,e.style))))}(this,t,e,n),this}clearIncompatible(t,e,n){return Pn(this,t,e,n),this}}const lr=Object.create(null);class ur{constructor(t,e,n){this.$anchor=t,this.$head=e,this.ranges=n||[new ar(t.min(e),t.max(e))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let t=this.ranges;for(let e=0;e<t.length;e++)if(t[e].$from.pos!=t[e].$to.pos)return!1;return!0}content(){return this.$from.doc.slice(this.from,this.to,!0)}replace(t,e=we.empty){let n=e.content.lastChild,r=null;for(let t=0;t<e.openEnd;t++)r=n,n=n.lastChild;let i=t.steps.length,s=this.ranges;for(let o=0;o<s.length;o++){let{$from:l,$to:u}=s[o],a=t.mapping.slice(i);t.replaceRange(a.map(l.pos),a.map(u.pos),o?we.empty:e),0==o&&kr(t,i,(n?n.isInline:r&&r.isTextblock)?-1:1)}}replaceWith(t,e){let n=t.steps.length,r=this.ranges;for(let i=0;i<r.length;i++){let{$from:s,$to:o}=r[i],l=t.mapping.slice(n),u=l.map(s.pos),a=l.map(o.pos);i?t.deleteRange(u,a):(t.replaceRangeWith(u,a,e),kr(t,n,e.isInline?-1:1))}}static findFrom(t,e,n=!1){let r=t.parent.inlineContent?new fr(t):wr(t.node(0),t.parent,t.pos,t.index(),e,n);if(r)return r;for(let r=t.depth-1;r>=0;r--){let i=e<0?wr(t.node(0),t.node(r),t.before(r+1),t.index(r),e,n):wr(t.node(0),t.node(r),t.after(r+1),t.index(r)+1,e,n);if(i)return i}return null}static near(t,e=1){return this.findFrom(t,e)||this.findFrom(t,-e)||new gr(t.node(0))}static atStart(t){return wr(t,t,0,0,1)||new gr(t)}static atEnd(t){return wr(t,t,t.content.size,t.childCount,-1)||new gr(t)}static fromJSON(t,e){if(!e||!e.type)throw new RangeError("Invalid input for Selection.fromJSON");let n=lr[e.type];if(!n)throw new RangeError(`No selection type ${e.type} defined`);return n.fromJSON(t,e)}static jsonID(t,e){if(t in lr)throw new RangeError("Duplicate use of selection JSON ID "+t);return lr[t]=e,e.prototype.jsonID=t,e}getBookmark(){return fr.between(this.$anchor,this.$head).getBookmark()}}ur.prototype.visible=!0;class ar{constructor(t,e){this.$from=t,this.$to=e}}let hr=!1;function cr(t){hr||t.parent.inlineContent||(hr=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class fr extends ur{constructor(t,e=t){cr(t),cr(e),super(t,e)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,e){let n=t.resolve(e.map(this.head));if(!n.parent.inlineContent)return ur.near(n);let r=t.resolve(e.map(this.anchor));return new fr(r.parent.inlineContent?r:n,n)}replace(t,e=we.empty){if(super.replace(t,e),e==we.empty){let e=this.$from.marksAcross(this.$to);e&&t.ensureMarks(e)}}eq(t){return t instanceof fr&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new dr(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(t,e){if("number"!=typeof e.anchor||"number"!=typeof e.head)throw new RangeError("Invalid input for TextSelection.fromJSON");return new fr(t.resolve(e.anchor),t.resolve(e.head))}static create(t,e,n=e){let r=t.resolve(e);return new this(r,n==e?r:t.resolve(n))}static between(t,e,n){let r=t.pos-e.pos;if(n&&!r||(n=r>=0?1:-1),!e.parent.inlineContent){let t=ur.findFrom(e,n,!0)||ur.findFrom(e,-n,!0);if(!t)return ur.near(e,n);e=t.$head}return t.parent.inlineContent||(0==r||(t=(ur.findFrom(t,-n,!0)||ur.findFrom(t,n,!0)).$anchor).pos<e.pos!=r<0)&&(t=e),new fr(t,e)}}ur.jsonID("text",fr);class dr{constructor(t,e){this.anchor=t,this.head=e}map(t){return new dr(t.map(this.anchor),t.map(this.head))}resolve(t){return fr.between(t.resolve(this.anchor),t.resolve(this.head))}}class pr extends ur{constructor(t){let e=t.nodeAfter,n=t.node(0).resolve(t.pos+e.nodeSize);super(t,n),this.node=e}map(t,e){let{deleted:n,pos:r}=e.mapResult(this.anchor),i=t.resolve(r);return n?ur.near(i):new pr(i)}content(){return new we(fe.from(this.node),0,0)}eq(t){return t instanceof pr&&t.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new mr(this.anchor)}static fromJSON(t,e){if("number"!=typeof e.anchor)throw new RangeError("Invalid input for NodeSelection.fromJSON");return new pr(t.resolve(e.anchor))}static create(t,e){return new pr(t.resolve(e))}static isSelectable(t){return!t.isText&&!1!==t.type.spec.selectable}}pr.prototype.visible=!1,ur.jsonID("node",pr);class mr{constructor(t){this.anchor=t}map(t){let{deleted:e,pos:n}=t.mapResult(this.anchor);return e?new dr(n,n):new mr(n)}resolve(t){let e=t.resolve(this.anchor),n=e.nodeAfter;return n&&pr.isSelectable(n)?new pr(e):ur.near(e)}}class gr extends ur{constructor(t){super(t.resolve(0),t.resolve(t.content.size))}replace(t,e=we.empty){if(e==we.empty){t.delete(0,t.doc.content.size);let e=ur.atStart(t.doc);e.eq(t.selection)||t.setSelection(e)}else super.replace(t,e)}toJSON(){return{type:"all"}}static fromJSON(t){return new gr(t)}map(t){return new gr(t)}eq(t){return t instanceof gr}getBookmark(){return br}}ur.jsonID("all",gr);const br={map(){return this},resolve:t=>new gr(t)};function wr(t,e,n,r,i,s=!1){if(e.inlineContent)return fr.create(t,n);for(let o=r-(i>0?0:1);i>0?o<e.childCount:o>=0;o+=i){let r=e.child(o);if(r.isAtom){if(!s&&pr.isSelectable(r))return pr.create(t,n-(i<0?r.nodeSize:0))}else{let e=wr(t,r,n+i,i<0?r.childCount:0,i,s);if(e)return e}n+=r.nodeSize*i}return null}function kr(t,e,n){let r=t.steps.length-1;if(r<e)return;let i,s=t.steps[r];(s instanceof Ln||s instanceof Nn)&&(t.mapping.maps[r].forEach(((t,e,n,r)=>{null==i&&(i=r)})),t.setSelection(ur.near(t.doc.resolve(i),n)))}class vr extends or{constructor(t){super(t.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=t.selection,this.storedMarks=t.storedMarks}get selection(){return this.curSelectionFor<this.steps.length&&(this.curSelection=this.curSelection.map(this.doc,this.mapping.slice(this.curSelectionFor)),this.curSelectionFor=this.steps.length),this.curSelection}setSelection(t){if(t.$from.doc!=this.doc)throw new RangeError("Selection passed to setSelection must point at the current document");return this.curSelection=t,this.curSelectionFor=this.steps.length,this.updated=-3&this.updated|1,this.storedMarks=null,this}get selectionSet(){return(1&this.updated)>0}setStoredMarks(t){return this.storedMarks=t,this.updated|=2,this}ensureMarks(t){return ge.sameSet(this.storedMarks||this.selection.$from.marks(),t)||this.setStoredMarks(t),this}addStoredMark(t){return this.ensureMarks(t.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(t){return this.ensureMarks(t.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(2&this.updated)>0}addStep(t,e){super.addStep(t,e),this.updated=-3&this.updated,this.storedMarks=null}setTime(t){return this.time=t,this}replaceSelection(t){return this.selection.replace(this,t),this}replaceSelectionWith(t,e=!0){let n=this.selection;return e&&(t=t.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||ge.none))),n.replaceWith(this,t),this}deleteSelection(){return this.selection.replace(this),this}insertText(t,e,n){let r=this.doc.type.schema;if(null==e)return t?this.replaceSelectionWith(r.text(t),!0):this.deleteSelection();{if(null==n&&(n=e),n=null==n?e:n,!t)return this.deleteRange(e,n);let i=this.storedMarks;if(!i){let t=this.doc.resolve(e);i=n==e?t.marks():t.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(e,n,r.text(t,i)),this.selection.empty||this.setSelection(ur.near(this.selection.$to)),this}}setMeta(t,e){return this.meta["string"==typeof t?t:t.key]=e,this}getMeta(t){return this.meta["string"==typeof t?t:t.key]}get isGeneric(){for(let t in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=4,this}get scrolledIntoView(){return(4&this.updated)>0}}function yr(t,e){return e&&t?t.bind(e):t}class Mr{constructor(t,e,n){this.name=t,this.init=yr(e.init,n),this.apply=yr(e.apply,n)}}const xr=[new Mr("doc",{init:t=>t.doc||t.schema.topNodeType.createAndFill(),apply:t=>t.doc}),new Mr("selection",{init:(t,e)=>t.selection||ur.atStart(e.doc),apply:t=>t.selection}),new Mr("storedMarks",{init:t=>t.storedMarks||null,apply:(t,e,n,r)=>r.selection.$cursor?t.storedMarks:null}),new Mr("scrollToSelection",{init:()=>0,apply:(t,e)=>t.scrolledIntoView?e+1:e})];class Or{constructor(t,e){this.schema=t,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=xr.slice(),e&&e.forEach((t=>{if(this.pluginsByKey[t.key])throw new RangeError("Adding different instances of a keyed plugin ("+t.key+")");this.plugins.push(t),this.pluginsByKey[t.key]=t,t.spec.state&&this.fields.push(new Mr(t.key,t.spec.state,t))}))}}class Tr{constructor(t){this.config=t}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(t){return this.applyTransaction(t).state}filterTransaction(t,e=-1){for(let n=0;n<this.config.plugins.length;n++)if(n!=e){let e=this.config.plugins[n];if(e.spec.filterTransaction&&!e.spec.filterTransaction.call(e,t,this))return!1}return!0}applyTransaction(t){if(!this.filterTransaction(t))return{state:this,transactions:[]};let e=[t],n=this.applyInner(t),r=null;for(;;){let i=!1;for(let s=0;s<this.config.plugins.length;s++){let o=this.config.plugins[s];if(o.spec.appendTransaction){let l=r?r[s].n:0,u=r?r[s].state:this,a=l<e.length&&o.spec.appendTransaction.call(o,l?e.slice(l):e,u,n);if(a&&n.filterTransaction(a,s)){if(a.setMeta("appendedTransaction",t),!r){r=[];for(let t=0;t<this.config.plugins.length;t++)r.push(t<s?{state:n,n:e.length}:{state:this,n:0})}e.push(a),n=n.applyInner(a),i=!0}r&&(r[s]={state:n,n:e.length})}}if(!i)return{state:n,transactions:e}}}applyInner(t){if(!t.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let e=new Tr(this.config),n=this.config.fields;for(let r=0;r<n.length;r++){let i=n[r];e[i.name]=i.apply(t,this[i.name],this,e)}return e}get tr(){return new vr(this)}static create(t){let e=new Or(t.doc?t.doc.type.schema:t.schema,t.plugins),n=new Tr(e);for(let r=0;r<e.fields.length;r++)n[e.fields[r].name]=e.fields[r].init(t,n);return n}reconfigure(t){let e=new Or(this.schema,t.plugins),n=e.fields,r=new Tr(e);for(let e=0;e<n.length;e++){let i=n[e].name;r[i]=this.hasOwnProperty(i)?this[i]:n[e].init(t,r)}return r}toJSON(t){let e={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(e.storedMarks=this.storedMarks.map((t=>t.toJSON()))),t&&"object"==typeof t)for(let n in t){if("doc"==n||"selection"==n)throw new RangeError("The JSON fields `doc` and `selection` are reserved");let r=t[n],i=r.spec.state;i&&i.toJSON&&(e[n]=i.toJSON.call(r,this[r.key]))}return e}static fromJSON(t,e,n){if(!e)throw new RangeError("Invalid input for EditorState.fromJSON");if(!t.schema)throw new RangeError("Required config field 'schema' missing");let r=new Or(t.schema,t.plugins),i=new Tr(r);return r.fields.forEach((r=>{if("doc"==r.name)i.doc=Ie.fromJSON(t.schema,e.doc);else if("selection"==r.name)i.selection=ur.fromJSON(i.doc,e.selection);else if("storedMarks"==r.name)e.storedMarks&&(i.storedMarks=e.storedMarks.map(t.schema.markFromJSON));else{if(n)for(let s in n){let o=n[s],l=o.spec.state;if(o.key==r.name&&l&&l.fromJSON&&Object.prototype.hasOwnProperty.call(e,s))return void(i[r.name]=l.fromJSON.call(o,t,e[s],i))}i[r.name]=r.init(t,i)}})),i}}function Sr(t,e,n){for(let r in t){let i=t[r];i instanceof Function?i=i.bind(e):"handleDOMEvents"==r&&(i=Sr(i,e,{})),n[r]=i}return n}class Er{constructor(t){this.spec=t,this.props={},t.props&&Sr(t.props,this,this.props),this.key=t.key?t.key.key:$r("plugin")}getState(t){return t[this.key]}}const Ar=Object.create(null);function $r(t){return t in Ar?t+"$"+ ++Ar[t]:(Ar[t]=0,t+"$")}class Rr{constructor(t="key"){this.key=$r(t)}get(t){return t.config.pluginsByKey[this.key]}getState(t){return t[this.key]}}function Cr(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}function Lr(t,e,n){let r=e.nodeBefore,i=e.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let t=r.lastChild;if(!t)return!1;r=t}let s=e.nodeAfter,o=e.pos+1;for(;!s.isTextblock;o++){if(s.type.spec.isolating)return!1;let t=s.firstChild;if(!t)return!1;s=t}let l=Kn(t.doc,i,o,we.empty);if(!l||l.from!=i||l instanceof Ln&&l.slice.size>=o-i)return!1;if(n){let e=t.tr.step(l);e.setSelection(fr.create(e.doc,i)),n(e.scrollIntoView())}return!0}function Nr(t,e,n=!1){for(let r=t;r;r="start"==e?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&1!=r.childCount)return!1}return!1}function jr(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function Pr(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset<n.parent.content.size)?null:n}function Ir(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){let n=t.node(e);if(t.index(e)+1<n.childCount)return t.doc.resolve(t.after(e+1));if(n.type.spec.isolating)break}return null}function Dr(t){for(let e=0;e<t.edgeCount;e++){let{type:n}=t.edge(e);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}function Hr(t,e,n,r){let i,s,o=e.nodeBefore,l=e.nodeAfter,u=o.type.spec.isolating||l.type.spec.isolating;if(!u&&function(t,e,n){let r=e.nodeBefore,i=e.nodeAfter,s=e.index();return!(!(r&&i&&r.type.compatibleContent(i.type))||(!r.content.size&&e.parent.canReplace(s-1,s)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),0):!e.parent.canReplace(s,s+1)||!i.isTextblock&&!Fn(t.doc,e.pos)||(n&&n(t.tr.join(e.pos).scrollIntoView()),0)))}(t,e,n))return!0;let a=!u&&e.parent.canReplace(e.index(),e.index()+1);if(a&&(i=(s=o.contentMatchAt(o.childCount)).findWrapping(l.type))&&s.matchType(i[0]||l.type).validEnd){if(n){let r=e.pos+l.nodeSize,s=fe.empty;for(let t=i.length-1;t>=0;t--)s=fe.from(i[t].create(null,s));s=fe.from(o.copy(s));let u=t.tr.step(new Nn(e.pos-1,r,e.pos,r,new we(s,1,0),i.length,!0)),a=u.doc.resolve(r+2*i.length);a.nodeAfter&&a.nodeAfter.type==o.type&&Fn(u.doc,a.pos)&&u.join(a.pos),n(u.scrollIntoView())}return!0}let h=l.type.spec.isolating||r>0&&u?null:ur.findFrom(e,1),c=h&&h.$from.blockRange(h.$to),f=c&&Dn(c);if(null!=f&&f>=e.depth)return n&&n(t.tr.lift(c,f).scrollIntoView()),!0;if(a&&Nr(l,"start",!0)&&Nr(o,"end")){let r=o,i=[];for(;i.push(r),!r.isTextblock;)r=r.lastChild;let s=l,u=1;for(;!s.isTextblock;s=s.firstChild)u++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=fe.empty;for(let t=i.length-1;t>=0;t--)r=fe.from(i[t].copy(r));n(t.tr.step(new Nn(e.pos-i.length,e.pos+l.nodeSize,e.pos+u,e.pos+l.nodeSize-u,new we(r,i.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function zr(t){return function(e,n){let r=e.selection,i=t<0?r.$from:r.$to,s=i.depth;for(;i.node(s).isInline;){if(!s)return!1;s--}return!!i.node(s).isTextblock&&(n&&n(e.tr.setSelection(fr.create(e.doc,t<0?i.start(s):i.end(s)))),!0)}}const _r=zr(-1),Br=zr(1);function Ur(t,e=null){return function(n,r){let i=!1;for(let r=0;r<n.selection.ranges.length&&!i;r++){let{$from:{pos:s},$to:{pos:o}}=n.selection.ranges[r];n.doc.nodesBetween(s,o,((r,s)=>{if(i)return!1;if(r.isTextblock&&!r.hasMarkup(t,e))if(r.type==t)i=!0;else{let e=n.doc.resolve(s),r=e.index();i=e.parent.canReplaceWith(r,r+1,t)}}))}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r<n.selection.ranges.length;r++){let{$from:{pos:s},$to:{pos:o}}=n.selection.ranges[r];i.setBlockType(s,o,t,e)}r(i.scrollIntoView())}return!0}}"undefined"!=typeof navigator?/Mac|iP(hone|[oa]d)/.test(navigator.platform):"undefined"!=typeof os&&os.platform&&os.platform();const Fr=function(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e},qr=function(t){let e=t.assignedSlot||t.parentNode;return e&&11==e.nodeType?e.host:e};let Jr=null;const Wr=function(t,e,n){let r=Jr||(Jr=document.createRange());return r.setEnd(t,null==n?t.nodeValue.length:n),r.setStart(t,e||0),r},Kr=function(t,e,n,r){return n&&(Gr(t,e,n,r,-1)||Gr(t,e,n,r,1))},Vr=/^(img|br|input|textarea|hr)$/i;function Gr(t,e,n,r,i){for(var s;;){if(t==n&&e==r)return!0;if(e==(i<0?0:Zr(t))){let n=t.parentNode;if(!n||1!=n.nodeType||Qr(t)||Vr.test(t.nodeName)||"false"==t.contentEditable)return!1;e=Fr(t)+(i<0?0:1),t=n}else{if(1!=t.nodeType)return!1;{let n=t.childNodes[e+(i<0?-1:0)];if(1==n.nodeType&&"false"==n.contentEditable){if(!(null===(s=n.pmViewDesc)||void 0===s?void 0:s.ignoreForSelection))return!1;e+=i}else t=n,e=i<0?Zr(t):0}}}}function Zr(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function Qr(t){let e;for(let n=t;n&&!(e=n.pmViewDesc);n=n.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==t||e.contentDOM==t)}const Xr=function(t){return t.focusNode&&Kr(t.focusNode,t.focusOffset,t.anchorNode,t.anchorOffset)};function Yr(t,e){let n=document.createEvent("Event");return n.initEvent("keydown",!0,!0),n.keyCode=t,n.key=n.code=e,n}const ti="undefined"!=typeof navigator?navigator:null,ei="undefined"!=typeof document?document:null,ni=ti&&ti.userAgent||"",ri=/Edge\/(\d+)/.exec(ni),ii=/MSIE \d/.exec(ni),si=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(ni),oi=!!(ii||si||ri),li=ii?document.documentMode:si?+si[1]:ri?+ri[1]:0,ui=!oi&&/gecko\/(\d+)/i.test(ni),ai=!oi&&/Chrome\/(\d+)/.exec(ni),hi=!!ai,ci=ai?+ai[1]:0,fi=!oi&&!!ti&&/Apple Computer/.test(ti.vendor),di=fi&&(/Mobile\/\w+/.test(ni)||!!ti&&ti.maxTouchPoints>2),pi=di||!!ti&&/Mac/.test(ti.platform),mi=!!ti&&/Win/.test(ti.platform),gi=/Android \d/.test(ni),bi=!!ei&&"webkitFontSmoothing"in ei.documentElement.style,wi=bi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function ki(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function vi(t,e){return"number"==typeof t?t:t[e]}function yi(t){let e=t.getBoundingClientRect();return{left:e.left,right:e.left+t.clientWidth*(e.width/t.offsetWidth||1),top:e.top,bottom:e.top+t.clientHeight*(e.height/t.offsetHeight||1)}}function Mi(t,e,n){let r=t.someProp("scrollThreshold")||0,i=t.someProp("scrollMargin")||5,s=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(1!=o.nodeType){o=qr(o);continue}let t=o,n=t==s.body,l=n?ki(s):yi(t),u=0,a=0;if(e.top<l.top+vi(r,"top")?a=-(l.top-e.top+vi(i,"top")):e.bottom>l.bottom-vi(r,"bottom")&&(a=e.bottom-e.top>l.bottom-l.top?e.top+vi(i,"top")-l.top:e.bottom-l.bottom+vi(i,"bottom")),e.left<l.left+vi(r,"left")?u=-(l.left-e.left+vi(i,"left")):e.right>l.right-vi(r,"right")&&(u=e.right-l.right+vi(i,"right")),u||a)if(n)s.defaultView.scrollBy(u,a);else{let n=t.scrollLeft,r=t.scrollTop;a&&(t.scrollTop+=a),u&&(t.scrollLeft+=u);let i=t.scrollLeft-n,s=t.scrollTop-r;e={left:e.left-i,top:e.top-s,right:e.right-i,bottom:e.bottom-s}}let h=n?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(h))break;o="absolute"==h?o.offsetParent:qr(o)}}function xi(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=qr(r));return e}function Oi(t,e){for(let n=0;n<t.length;n++){let{dom:r,top:i,left:s}=t[n];r.scrollTop!=i+e&&(r.scrollTop=i+e),r.scrollLeft!=s&&(r.scrollLeft=s)}}let Ti=null;function Si(t,e){let n,r,i,s,o=2e8,l=0,u=e.top,a=e.top;for(let h=t.firstChild,c=0;h;h=h.nextSibling,c++){let t;if(1==h.nodeType)t=h.getClientRects();else{if(3!=h.nodeType)continue;t=Wr(h).getClientRects()}for(let f=0;f<t.length;f++){let d=t[f];if(d.top<=u&&d.bottom>=a){u=Math.max(d.bottom,u),a=Math.min(d.top,a);let t=d.left>e.left?d.left-e.left:d.right<e.left?e.left-d.right:0;if(t<o){n=h,o=t,r=t&&3==n.nodeType?{left:d.right<e.left?d.right:d.left,top:e.top}:e,1==h.nodeType&&t&&(l=c+(e.left>=(d.left+d.right)/2?1:0));continue}}else d.top>e.top&&!i&&d.left<=e.left&&d.right>=e.left&&(i=h,s={left:Math.max(d.left,Math.min(d.right,e.left)),top:d.top});!n&&(e.left>=d.right&&e.top>=d.top||e.left>=d.left&&e.top>=d.bottom)&&(l=c+1)}}return!n&&i&&(n=i,r=s,o=0),n&&3==n.nodeType?function(t,e){let n=t.nodeValue.length,r=document.createRange();for(let i=0;i<n;i++){r.setEnd(t,i+1),r.setStart(t,i);let n=Ci(r,1);if(n.top!=n.bottom&&Ei(e,n))return{node:t,offset:i+(e.left>=(n.left+n.right)/2?1:0)}}return{node:t,offset:0}}(n,r):!n||o&&1==n.nodeType?{node:t,offset:l}:Si(n,r)}function Ei(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function Ai(t,e,n){let r=t.childNodes.length;if(r&&n.top<n.bottom)for(let i=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-n.top)/(n.bottom-n.top))-2)),s=i;;){let n=t.childNodes[s];if(1==n.nodeType){let t=n.getClientRects();for(let r=0;r<t.length;r++){let i=t[r];if(Ei(e,i))return Ai(n,e,i)}}if((s=(s+1)%r)==i)break}return t}function $i(t,e){let n,r=t.dom.ownerDocument,i=0,s=function(t,e,n){if(t.caretPositionFromPoint)try{let r=t.caretPositionFromPoint(e,n);if(r)return{node:r.offsetNode,offset:Math.min(Zr(r.offsetNode),r.offset)}}catch(t){}if(t.caretRangeFromPoint){let r=t.caretRangeFromPoint(e,n);if(r)return{node:r.startContainer,offset:Math.min(Zr(r.startContainer),r.startOffset)}}}(r,e.left,e.top);s&&({node:n,offset:i}=s);let o,l=(t.root.elementFromPoint?t.root:r).elementFromPoint(e.left,e.top);if(!l||!t.dom.contains(1!=l.nodeType?l.parentNode:l)){let n=t.dom.getBoundingClientRect();if(!Ei(e,n))return null;if(l=Ai(t.dom,e,n),!l)return null}if(fi)for(let t=l;n&&t;t=qr(t))t.draggable&&(n=void 0);if(l=function(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left<t.getBoundingClientRect().left?n:t}(l,e),n){if(ui&&1==n.nodeType&&(i=Math.min(i,n.childNodes.length),i<n.childNodes.length)){let t,r=n.childNodes[i];"IMG"==r.nodeName&&(t=r.getBoundingClientRect()).right<=e.left&&t.bottom>e.top&&i++}let r;bi&&i&&1==n.nodeType&&1==(r=n.childNodes[i-1]).nodeType&&"false"==r.contentEditable&&r.getBoundingClientRect().top>=e.top&&i--,n==t.dom&&i==n.childNodes.length-1&&1==n.lastChild.nodeType&&e.top>n.lastChild.getBoundingClientRect().bottom?o=t.state.doc.content.size:0!=i&&1==n.nodeType&&"BR"==n.childNodes[i-1].nodeName||(o=function(t,e,n,r){let i=-1;for(let n=e,s=!1;n!=t.dom;){let e,o=t.docView.nearestDesc(n,!0);if(!o)return null;if(1==o.dom.nodeType&&(o.node.isBlock&&o.parent||!o.contentDOM)&&((e=o.dom.getBoundingClientRect()).width||e.height)&&(o.node.isBlock&&o.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(o.dom.nodeName)&&(!s&&e.left>r.left||e.top>r.top?i=o.posBefore:(!s&&e.right<r.left||e.bottom<r.top)&&(i=o.posAfter),s=!0),!o.contentDOM&&i<0&&!o.node.isText))return(o.node.isBlock?r.top<(e.top+e.bottom)/2:r.left<(e.left+e.right)/2)?o.posBefore:o.posAfter;n=o.dom.parentNode}return i>-1?i:t.docView.posFromDOM(e,n,-1)}(t,n,i,e))}null==o&&(o=function(t,e,n){let{node:r,offset:i}=Si(e,n),s=-1;if(1==r.nodeType&&!r.firstChild){let t=r.getBoundingClientRect();s=t.left!=t.right&&n.left>(t.left+t.right)/2?1:-1}return t.docView.posFromDOM(r,i,s)}(t,l,e));let u=t.docView.nearestDesc(l,!0);return{pos:o,inside:u?u.posAtStart-u.border:-1}}function Ri(t){return t.top<t.bottom||t.left<t.right}function Ci(t,e){let n=t.getClientRects();if(n.length){let t=n[e<0?0:n.length-1];if(Ri(t))return t}return Array.prototype.find.call(n,Ri)||t.getBoundingClientRect()}const Li=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Ni(t,e,n){let{node:r,offset:i,atom:s}=t.docView.domFromPos(e,n<0?-1:1),o=bi||ui;if(3==r.nodeType){if(!o||!Li.test(r.nodeValue)&&(n<0?i:i!=r.nodeValue.length)){let t=i,e=i,s=n<0?1:-1;return n<0&&!i?(e++,s=-1):n>=0&&i==r.nodeValue.length?(t--,s=1):n<0?t--:e++,ji(Ci(Wr(r,t,e),s),s<0)}{let t=Ci(Wr(r,i,i),n);if(ui&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let e=Ci(Wr(r,i-1,i-1),-1);if(e.top==t.top){let n=Ci(Wr(r,i,i+1),-1);if(n.top!=t.top)return ji(n,n.left<e.left)}}return t}}if(!t.state.doc.resolve(e-(s||0)).parent.inlineContent){if(null==s&&i&&(n<0||i==Zr(r))){let t=r.childNodes[i-1];if(1==t.nodeType)return Pi(t.getBoundingClientRect(),!1)}if(null==s&&i<Zr(r)){let t=r.childNodes[i];if(1==t.nodeType)return Pi(t.getBoundingClientRect(),!0)}return Pi(r.getBoundingClientRect(),n>=0)}if(null==s&&i&&(n<0||i==Zr(r))){let t=r.childNodes[i-1],e=3==t.nodeType?Wr(t,Zr(t)-(o?0:1)):1!=t.nodeType||"BR"==t.nodeName&&t.nextSibling?null:t;if(e)return ji(Ci(e,1),!1)}if(null==s&&i<Zr(r)){let t=r.childNodes[i];for(;t.pmViewDesc&&t.pmViewDesc.ignoreForCoords;)t=t.nextSibling;let e=t?3==t.nodeType?Wr(t,0,o?0:1):1==t.nodeType?t:null:null;if(e)return ji(Ci(e,-1),!0)}return ji(Ci(3==r.nodeType?Wr(r):r,-n),n>=0)}function ji(t,e){if(0==t.width)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function Pi(t,e){if(0==t.height)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function Ii(t,e,n){let r=t.state,i=t.root.activeElement;r!=e&&t.updateState(e),i!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),i!=t.dom&&i&&i.focus()}}const Di=/[\u0590-\u08ac]/;let Hi=null,zi=null,_i=!1;class Bi{constructor(t,e,n,r){this.parent=t,this.children=e,this.dom=n,this.contentDOM=r,this.dirty=0,n.pmViewDesc=this}matchesWidget(t){return!1}matchesMark(t){return!1}matchesNode(t,e,n){return!1}matchesHack(t){return!1}parseRule(){return null}stopEvent(t){return!1}get size(){let t=0;for(let e=0;e<this.children.length;e++)t+=this.children[e].size;return t}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let t=0;t<this.children.length;t++)this.children[t].destroy()}posBeforeChild(t){for(let e=0,n=this.posAtStart;;e++){let r=this.children[e];if(r==t)return n;n+=r.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(t,e,n){if(this.contentDOM&&this.contentDOM.contains(1==t.nodeType?t:t.parentNode)){if(n<0){let n,r;if(t==this.contentDOM)n=t.childNodes[e-1];else{for(;t.parentNode!=this.contentDOM;)t=t.parentNode;n=t.previousSibling}for(;n&&(!(r=n.pmViewDesc)||r.parent!=this);)n=n.previousSibling;return n?this.posBeforeChild(r)+r.size:this.posAtStart}{let n,r;if(t==this.contentDOM)n=t.childNodes[e];else{for(;t.parentNode!=this.contentDOM;)t=t.parentNode;n=t.nextSibling}for(;n&&(!(r=n.pmViewDesc)||r.parent!=this);)n=n.nextSibling;return n?this.posBeforeChild(r):this.posAtEnd}}let r;if(t==this.dom&&this.contentDOM)r=e>Fr(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=2&t.compareDocumentPosition(this.contentDOM);else if(this.dom.firstChild){if(0==e)for(let e=t;;e=e.parentNode){if(e==this.dom){r=!1;break}if(e.previousSibling)break}if(null==r&&e==t.childNodes.length)for(let e=t;;e=e.parentNode){if(e==this.dom){r=!0;break}if(e.nextSibling)break}}return(null==r?n>0:r)?this.posAtEnd:this.posAtStart}nearestDesc(t,e=!1){for(let n=!0,r=t;r;r=r.parentNode){let i,s=this.getDesc(r);if(s&&(!e||s.node)){if(!n||!(i=s.nodeDOM)||(1==i.nodeType?i.contains(1==t.nodeType?t:t.parentNode):i==t))return s;n=!1}}}getDesc(t){let e=t.pmViewDesc;for(let t=e;t;t=t.parent)if(t==this)return e}posFromDOM(t,e,n){for(let r=t;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(t,e,n)}return-1}descAt(t){for(let e=0,n=0;e<this.children.length;e++){let r=this.children[e],i=n+r.size;if(n==t&&i!=n){for(;!r.border&&r.children.length;)for(let t=0;t<r.children.length;t++){let e=r.children[t];if(e.size){r=e;break}}return r}if(t<i)return r.descAt(t-n-r.border);n=i}}domFromPos(t,e){if(!this.contentDOM)return{node:this.dom,offset:0,atom:t+1};let n=0,r=0;for(let e=0;n<this.children.length;n++){let i=this.children[n],s=e+i.size;if(s>t||i instanceof Vi){r=t-e;break}e=s}if(r)return this.children[n].domFromPos(r-this.children[n].border,e);for(let t;n&&!(t=this.children[n-1]).size&&t instanceof Ui&&t.side>=0;n--);if(e<=0){let t,r=!0;for(;t=n?this.children[n-1]:null,t&&t.dom.parentNode!=this.contentDOM;n--,r=!1);return t&&e&&r&&!t.border&&!t.domAtom?t.domFromPos(t.size,e):{node:this.contentDOM,offset:t?Fr(t.dom)+1:0}}{let t,r=!0;for(;t=n<this.children.length?this.children[n]:null,t&&t.dom.parentNode!=this.contentDOM;n++,r=!1);return t&&r&&!t.border&&!t.domAtom?t.domFromPos(0,e):{node:this.contentDOM,offset:t?Fr(t.dom):this.contentDOM.childNodes.length}}}parseRange(t,e,n=0){if(0==this.children.length)return{node:this.contentDOM,from:t,to:e,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let r=-1,i=-1;for(let s=n,o=0;;o++){let n=this.children[o],l=s+n.size;if(-1==r&&t<=l){let i=s+n.border;if(t>=i&&e<=l-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(t,e,i);t=s;for(let e=o;e>0;e--){let n=this.children[e-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=Fr(n.dom)+1;break}t-=n.size}-1==r&&(r=0)}if(r>-1&&(l>e||o==this.children.length-1)){e=l;for(let t=o+1;t<this.children.length;t++){let n=this.children[t];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(-1)){i=Fr(n.dom);break}e+=n.size}-1==i&&(i=this.contentDOM.childNodes.length);break}s=l}return{node:this.contentDOM,from:t,to:e,fromOffset:r,toOffset:i}}emptyChildAt(t){if(this.border||!this.contentDOM||!this.children.length)return!1;let e=this.children[t<0?0:this.children.length-1];return 0==e.size||e.emptyChildAt(t)}domAfterPos(t){let{node:e,offset:n}=this.domFromPos(t,0);if(1!=e.nodeType||n==e.childNodes.length)throw new RangeError("No node after pos "+t);return e.childNodes[n]}setSelection(t,e,n,r=!1){let i=Math.min(t,e),s=Math.max(t,e);for(let o=0,l=0;o<this.children.length;o++){let u=this.children[o],a=l+u.size;if(i>l&&s<a)return u.setSelection(t-l-u.border,e-l-u.border,n,r);l=a}let o=this.domFromPos(t,t?-1:1),l=e==t?o:this.domFromPos(e,e?-1:1),u=n.root.getSelection(),a=n.domSelectionRange(),h=!1;if((ui||fi)&&t==e){let{node:t,offset:e}=o;if(3==t.nodeType){if(h=!(!e||"\n"!=t.nodeValue[e-1]),h&&e==t.nodeValue.length)for(let e,n=t;n;n=n.parentNode){if(e=n.nextSibling){"BR"==e.nodeName&&(o=l={node:e.parentNode,offset:Fr(e)+1});break}let t=n.pmViewDesc;if(t&&t.node&&t.node.isBlock)break}}else{let n=t.childNodes[e-1];h=n&&("BR"==n.nodeName||"false"==n.contentEditable)}}if(ui&&a.focusNode&&a.focusNode!=l.node&&1==a.focusNode.nodeType){let t=a.focusNode.childNodes[a.focusOffset];t&&"false"==t.contentEditable&&(r=!0)}if(!(r||h&&fi)&&Kr(o.node,o.offset,a.anchorNode,a.anchorOffset)&&Kr(l.node,l.offset,a.focusNode,a.focusOffset))return;let c=!1;if((u.extend||t==e)&&(!h||!ui)){u.collapse(o.node,o.offset);try{t!=e&&u.extend(l.node,l.offset),c=!0}catch(t){}}if(!c){if(t>e){let t=o;o=l,l=t}let n=document.createRange();n.setEnd(l.node,l.offset),n.setStart(o.node,o.offset),u.removeAllRanges(),u.addRange(n)}}ignoreMutation(t){return!this.contentDOM&&"selection"!=t.type}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(t,e){for(let n=0,r=0;r<this.children.length;r++){let i=this.children[r],s=n+i.size;if(n==s?t<=s&&e>=n:t<s&&e>n){let r=n+i.border,o=s-i.border;if(t>=r&&e<=o)return this.dirty=t==n||e==s?2:1,void(t!=r||e!=o||!i.contentLost&&i.dom.parentNode==this.contentDOM?i.markDirty(t-r,e-r):i.dirty=3);i.dirty=i.dom!=i.contentDOM||i.dom.parentNode!=this.contentDOM||i.children.length?3:2}n=s}this.dirty=2}markParentsDirty(){let t=1;for(let e=this.parent;e;e=e.parent,t++){let n=1==t?2:1;e.dirty<n&&(e.dirty=n)}}get domAtom(){return!1}get ignoreForCoords(){return!1}get ignoreForSelection(){return!1}isText(t){return!1}}class Ui extends Bi{constructor(t,e,n,r){let i,s=e.type.toDOM;if("function"==typeof s&&(s=s(n,(()=>i?i.parent?i.parent.posBeforeChild(i):void 0:r))),!e.type.spec.raw){if(1!=s.nodeType){let t=document.createElement("span");t.appendChild(s),s=t}s.contentEditable="false",s.classList.add("ProseMirror-widget")}super(t,[],s,null),this.widget=e,this.widget=e,i=this}matchesWidget(t){return 0==this.dirty&&t.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(t){let e=this.widget.spec.stopEvent;return!!e&&e(t)}ignoreMutation(t){return"selection"!=t.type||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class Fi extends Bi{constructor(t,e,n,r){super(t,[],e,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(t,e){return t!=this.textDOM?this.posAtStart+(e?this.size:0):this.posAtStart+e}domFromPos(t){return{node:this.textDOM,offset:t}}ignoreMutation(t){return"characterData"===t.type&&t.target.nodeValue==t.oldValue}}class qi extends Bi{constructor(t,e,n,r,i){super(t,[],n,r),this.mark=e,this.spec=i}static create(t,e,n,r){let i=r.nodeViews[e.type.name],s=i&&i(e,r,n);return s&&s.dom||(s=pn.renderSpec(document,e.type.spec.toDOM(e,n),null,e.attrs)),new qi(t,e,s.dom,s.contentDOM||s.dom,s)}parseRule(){return 3&this.dirty||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(t){return 3!=this.dirty&&this.mark.eq(t)}markDirty(t,e){if(super.markDirty(t,e),0!=this.dirty){let t=this.parent;for(;!t.node;)t=t.parent;t.dirty<this.dirty&&(t.dirty=this.dirty),this.dirty=0}}slice(t,e,n){let r=qi.create(this.parent,this.mark,!0,n),i=this.children,s=this.size;e<s&&(i=us(i,e,s,n)),t>0&&(i=us(i,0,t,n));for(let t=0;t<i.length;t++)i[t].parent=r;return r.children=i,r}ignoreMutation(t){return this.spec.ignoreMutation?this.spec.ignoreMutation(t):super.ignoreMutation(t)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class Ji extends Bi{constructor(t,e,n,r,i,s,o,l,u){super(t,[],i,s),this.node=e,this.outerDeco=n,this.innerDeco=r,this.nodeDOM=o}static create(t,e,n,r,i,s){let o,l=i.nodeViews[e.type.name],u=l&&l(e,i,(()=>o?o.parent?o.parent.posBeforeChild(o):void 0:s),n,r),a=u&&u.dom,h=u&&u.contentDOM;if(e.isText)if(a){if(3!=a.nodeType)throw new RangeError("Text must be rendered as a DOM text node")}else a=document.createTextNode(e.text);else if(!a){let t=pn.renderSpec(document,e.type.spec.toDOM(e),null,e.attrs);({dom:a,contentDOM:h}=t)}h||e.isText||"BR"==a.nodeName||(a.hasAttribute("contenteditable")||(a.contentEditable="false"),e.type.spec.draggable&&(a.draggable=!0));let c=a;return a=ns(a,n,e),u?o=new Gi(t,e,n,r,a,h||null,c,u,i,s+1):e.isText?new Ki(t,e,n,r,a,c,i):new Ji(t,e,n,r,a,h||null,c,i,s+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let t={node:this.node.type.name,attrs:this.node.attrs};if("pre"==this.node.type.whitespace&&(t.preserveWhitespace="full"),this.contentDOM)if(this.contentLost){for(let e=this.children.length-1;e>=0;e--){let n=this.children[e];if(this.dom.contains(n.dom.parentNode)){t.contentElement=n.dom.parentNode;break}}t.contentElement||(t.getContent=()=>fe.empty)}else t.contentElement=this.contentDOM;else t.getContent=()=>this.node.content;return t}matchesNode(t,e,n){return 0==this.dirty&&t.eq(this.node)&&rs(e,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(t,e){let n=this.node.inlineContent,r=e,i=t.composing?this.localCompositionInfo(t,e):null,s=i&&i.pos>-1?i:null,o=i&&i.pos<0,l=new ss(this,s&&s.node,t);!function(t,e,n,r){let i=e.locals(t),s=0;if(0==i.length){for(let n=0;n<t.childCount;n++){let o=t.child(n);r(o,i,e.forChild(s,o),n),s+=o.nodeSize}return}let o=0,l=[],u=null;for(let a=0;;){let h,c,f,d;for(;o<i.length&&i[o].to==s;){let t=i[o++];t.widget&&(h?(c||(c=[h])).push(t):h=t)}if(h)if(c){c.sort(ls);for(let t=0;t<c.length;t++)n(c[t],a,!!u)}else n(h,a,!!u);if(u)d=-1,f=u,u=null;else{if(!(a<t.childCount))break;d=a,f=t.child(a++)}for(let t=0;t<l.length;t++)l[t].to<=s&&l.splice(t--,1);for(;o<i.length&&i[o].from<=s&&i[o].to>s;)l.push(i[o++]);let p=s+f.nodeSize;if(f.isText){let t=p;o<i.length&&i[o].from<t&&(t=i[o].from);for(let e=0;e<l.length;e++)l[e].to<t&&(t=l[e].to);t<p&&(u=f.cut(t-s),f=f.cut(0,t-s),p=t,d=-1)}else for(;o<i.length&&i[o].to<p;)o++;r(f,f.isInline&&!f.isLeaf?l.filter((t=>!t.inline)):l.slice(),e.forChild(s,f),d),s=p}}(this.node,this.innerDeco,((e,i,s)=>{e.spec.marks?l.syncToMarks(e.spec.marks,n,t):e.type.side>=0&&!s&&l.syncToMarks(i==this.node.childCount?ge.none:this.node.child(i).marks,n,t),l.placeWidget(e,t,r)}),((e,s,u,a)=>{let h;l.syncToMarks(e.marks,n,t),l.findNodeMatch(e,s,u,a)||o&&t.state.selection.from>r&&t.state.selection.to<r+e.nodeSize&&(h=l.findIndexWithChild(i.node))>-1&&l.updateNodeAt(e,s,u,h,t)||l.updateNextNode(e,s,u,t,a,r)||l.addNode(e,s,u,t,r),r+=e.nodeSize})),l.syncToMarks([],n,t),this.node.isTextblock&&l.addTextblockHacks(),l.destroyRest(),(l.changed||2==this.dirty)&&(s&&this.protectLocalComposition(t,s),Zi(this.contentDOM,this.children,t),di&&function(t){if("UL"==t.nodeName||"OL"==t.nodeName){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t),t.style.cssText=e}}(this.dom))}localCompositionInfo(t,e){let{from:n,to:r}=t.state.selection;if(!(t.state.selection instanceof fr)||n<e||r>e+this.node.content.size)return null;let i=t.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let t=i.nodeValue,s=function(t,e,n,r){for(let i=0,s=0;i<t.childCount&&s<=r;){let o=t.child(i++),l=s;if(s+=o.nodeSize,!o.isText)continue;let u=o.text;for(;i<t.childCount;){let e=t.child(i++);if(s+=e.nodeSize,!e.isText)break;u+=e.text}if(s>=n){if(s>=r&&u.slice(r-e.length-l,r-l)==e)return r-e.length;let t=l<r?u.lastIndexOf(e,r-l-1):-1;if(t>=0&&t+e.length+l>=n)return l+t;if(n==r&&u.length>=r+e.length-l&&u.slice(r-l,r-l+e.length)==e)return r}}return-1}(this.node.content,t,n-e,r-e);return s<0?null:{node:i,pos:s,text:t}}return{node:i,pos:-1,text:""}}protectLocalComposition(t,{node:e,pos:n,text:r}){if(this.getDesc(e))return;let i=e;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let s=new Fi(this,i,e,r);t.input.compositionNodes.push(s),this.children=us(this.children,n,n+r.length,t,s)}update(t,e,n,r){return!(3==this.dirty||!t.sameMarkup(this.node)||(this.updateInner(t,e,n,r),0))}updateInner(t,e,n,r){this.updateOuterDeco(e),this.node=t,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=0}updateOuterDeco(t){if(rs(t,this.outerDeco))return;let e=1!=this.nodeDOM.nodeType,n=this.dom;this.dom=ts(this.dom,this.nodeDOM,Yi(this.outerDeco,this.node,e),Yi(t,this.node,e)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=t}selectNode(){1==this.nodeDOM.nodeType&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),!this.contentDOM&&this.node.type.spec.draggable||(this.nodeDOM.draggable=!0))}deselectNode(){1==this.nodeDOM.nodeType&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),!this.contentDOM&&this.node.type.spec.draggable||this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function Wi(t,e,n,r,i){ns(r,e,t);let s=new Ji(void 0,t,e,n,r,r,r,i,0);return s.contentDOM&&s.updateChildren(i,0),s}class Ki extends Ji{constructor(t,e,n,r,i,s,o){super(t,e,n,r,i,null,s,o,0)}parseRule(){let t=this.nodeDOM.parentNode;for(;t&&t!=this.dom&&!t.pmIsDeco;)t=t.parentNode;return{skip:t||!0}}update(t,e,n,r){return!(3==this.dirty||0!=this.dirty&&!this.inParent()||!t.sameMarkup(this.node)||(this.updateOuterDeco(e),0==this.dirty&&t.text==this.node.text||t.text==this.nodeDOM.nodeValue||(this.nodeDOM.nodeValue=t.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=t,this.dirty=0,0))}inParent(){let t=this.parent.contentDOM;for(let e=this.nodeDOM;e;e=e.parentNode)if(e==t)return!0;return!1}domFromPos(t){return{node:this.nodeDOM,offset:t}}localPosFromDOM(t,e,n){return t==this.nodeDOM?this.posAtStart+Math.min(e,this.node.text.length):super.localPosFromDOM(t,e,n)}ignoreMutation(t){return"characterData"!=t.type&&"selection"!=t.type}slice(t,e,n){let r=this.node.cut(t,e),i=document.createTextNode(r.text);return new Ki(this.parent,r,this.outerDeco,this.innerDeco,i,i,n)}markDirty(t,e){super.markDirty(t,e),this.dom==this.nodeDOM||0!=t&&e!=this.nodeDOM.nodeValue.length||(this.dirty=3)}get domAtom(){return!1}isText(t){return this.node.text==t}}class Vi extends Bi{parseRule(){return{ignore:!0}}matchesHack(t){return 0==this.dirty&&this.dom.nodeName==t}get domAtom(){return!0}get ignoreForCoords(){return"IMG"==this.dom.nodeName}}class Gi extends Ji{constructor(t,e,n,r,i,s,o,l,u,a){super(t,e,n,r,i,s,o,u,a),this.spec=l}update(t,e,n,r){if(3==this.dirty)return!1;if(this.spec.update&&(this.node.type==t.type||this.spec.multiType)){let i=this.spec.update(t,e,n);return i&&this.updateInner(t,e,n,r),i}return!(!this.contentDOM&&!t.isLeaf)&&super.update(t,e,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(t,e,n,r){this.spec.setSelection?this.spec.setSelection(t,e,n.root):super.setSelection(t,e,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(t){return!!this.spec.stopEvent&&this.spec.stopEvent(t)}ignoreMutation(t){return this.spec.ignoreMutation?this.spec.ignoreMutation(t):super.ignoreMutation(t)}}function Zi(t,e,n){let r=t.firstChild,i=!1;for(let s=0;s<e.length;s++){let o=e[s],l=o.dom;if(l.parentNode==t){for(;l!=r;)r=is(r),i=!0;r=r.nextSibling}else i=!0,t.insertBefore(l,r);if(o instanceof qi){let e=r?r.previousSibling:t.lastChild;Zi(o.contentDOM,o.children,n),r=e?e.nextSibling:t.firstChild}}for(;r;)r=is(r),i=!0;i&&n.trackWrites==t&&(n.trackWrites=null)}const Qi=function(t){t&&(this.nodeName=t)};Qi.prototype=Object.create(null);const Xi=[new Qi];function Yi(t,e,n){if(0==t.length)return Xi;let r=n?Xi[0]:new Qi,i=[r];for(let s=0;s<t.length;s++){let o=t[s].type.attrs;if(o){o.nodeName&&i.push(r=new Qi(o.nodeName));for(let t in o){let s=o[t];null!=s&&(n&&1==i.length&&i.push(r=new Qi(e.isInline?"span":"div")),"class"==t?r.class=(r.class?r.class+" ":"")+s:"style"==t?r.style=(r.style?r.style+";":"")+s:"nodeName"!=t&&(r[t]=s))}}}return i}function ts(t,e,n,r){if(n==Xi&&r==Xi)return e;let i=e;for(let e=0;e<r.length;e++){let s=r[e],o=n[e];if(e){let e;o&&o.nodeName==s.nodeName&&i!=t&&(e=i.parentNode)&&e.nodeName.toLowerCase()==s.nodeName||(e=document.createElement(s.nodeName),e.pmIsDeco=!0,e.appendChild(i),o=Xi[0]),i=e}es(i,o||Xi[0],s)}return i}function es(t,e,n){for(let r in e)"class"==r||"style"==r||"nodeName"==r||r in n||t.removeAttribute(r);for(let r in n)"class"!=r&&"style"!=r&&"nodeName"!=r&&n[r]!=e[r]&&t.setAttribute(r,n[r]);if(e.class!=n.class){let r=e.class?e.class.split(" ").filter(Boolean):[],i=n.class?n.class.split(" ").filter(Boolean):[];for(let e=0;e<r.length;e++)-1==i.indexOf(r[e])&&t.classList.remove(r[e]);for(let e=0;e<i.length;e++)-1==r.indexOf(i[e])&&t.classList.add(i[e]);0==t.classList.length&&t.removeAttribute("class")}if(e.style!=n.style){if(e.style){let n,r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g;for(;n=r.exec(e.style);)t.style.removeProperty(n[1])}n.style&&(t.style.cssText+=n.style)}}function ns(t,e,n){return ts(t,t,Xi,Yi(e,n,1!=t.nodeType))}function rs(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!t[n].type.eq(e[n].type))return!1;return!0}function is(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class ss{constructor(t,e,n){this.lock=e,this.view=n,this.index=0,this.stack=[],this.changed=!1,this.top=t,this.preMatch=function(t,e){let n=e,r=n.children.length,i=t.childCount,s=new Map,o=[];t:for(;i>0;){let l;for(;;)if(r){let t=n.children[r-1];if(!(t instanceof qi)){l=t,r--;break}n=t,r=t.children.length}else{if(n==e)break t;r=n.parent.children.indexOf(n),n=n.parent}let u=l.node;if(u){if(u!=t.child(i-1))break;--i,s.set(l,i),o.push(l)}}return{index:i,matched:s,matches:o.reverse()}}(t.node.content,t)}destroyBetween(t,e){if(t!=e){for(let n=t;n<e;n++)this.top.children[n].destroy();this.top.children.splice(t,e-t),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(t,e,n){let r=0,i=this.stack.length>>1,s=Math.min(i,t.length);for(;r<s&&(r==i-1?this.top:this.stack[r+1<<1]).matchesMark(t[r])&&!1!==t[r].type.spec.spanning;)r++;for(;r<i;)this.destroyRest(),this.top.dirty=0,this.index=this.stack.pop(),this.top=this.stack.pop(),i--;for(;i<t.length;){this.stack.push(this.top,this.index+1);let r=-1;for(let e=this.index;e<Math.min(this.index+3,this.top.children.length);e++){let n=this.top.children[e];if(n.matchesMark(t[i])&&!this.isLocked(n.dom)){r=e;break}}if(r>-1)r>this.index&&(this.changed=!0,this.destroyBetween(this.index,r)),this.top=this.top.children[this.index];else{let r=qi.create(this.top,t[i],e,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,i++}}findNodeMatch(t,e,n,r){let i,s=-1;if(r>=this.preMatch.index&&(i=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&i.matchesNode(t,e,n))s=this.top.children.indexOf(i,this.index);else for(let r=this.index,i=Math.min(this.top.children.length,r+5);r<i;r++){let i=this.top.children[r];if(i.matchesNode(t,e,n)&&!this.preMatch.matched.has(i)){s=r;break}}return!(s<0||(this.destroyBetween(this.index,s),this.index++,0))}updateNodeAt(t,e,n,r,i){let s=this.top.children[r];return 3==s.dirty&&s.dom==s.contentDOM&&(s.dirty=2),!!s.update(t,e,n,i)&&(this.destroyBetween(this.index,r),this.index++,!0)}findIndexWithChild(t){for(;;){let e=t.parentNode;if(!e)return-1;if(e==this.top.contentDOM){let e=t.pmViewDesc;if(e)for(let t=this.index;t<this.top.children.length;t++)if(this.top.children[t]==e)return t;return-1}t=e}}updateNextNode(t,e,n,r,i,s){for(let o=this.index;o<this.top.children.length;o++){let l=this.top.children[o];if(l instanceof Ji){let u=this.preMatch.matched.get(l);if(null!=u&&u!=i)return!1;let a,h=l.dom,c=this.isLocked(h)&&!(t.isText&&l.node&&l.node.isText&&l.nodeDOM.nodeValue==t.text&&3!=l.dirty&&rs(e,l.outerDeco));if(!c&&l.update(t,e,n,r))return this.destroyBetween(this.index,o),l.dom!=h&&(this.changed=!0),this.index++,!0;if(!c&&(a=this.recreateWrapper(l,t,e,n,r,s)))return this.destroyBetween(this.index,o),this.top.children[this.index]=a,a.contentDOM&&(a.dirty=2,a.updateChildren(r,s+1),a.dirty=0),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(t,e,n,r,i,s){if(t.dirty||e.isAtom||!t.children.length||!t.node.content.eq(e.content)||!rs(n,t.outerDeco)||!r.eq(t.innerDeco))return null;let o=Ji.create(this.top,e,n,r,i,s);if(o.contentDOM){o.children=t.children,t.children=[];for(let t of o.children)t.parent=o}return t.destroy(),o}addNode(t,e,n,r,i){let s=Ji.create(this.top,t,e,n,r,i);s.contentDOM&&s.updateChildren(r,i+1),this.top.children.splice(this.index++,0,s),this.changed=!0}placeWidget(t,e,n){let r=this.index<this.top.children.length?this.top.children[this.index]:null;if(!r||!r.matchesWidget(t)||t!=r.widget&&r.widget.type.toDOM.parentNode){let r=new Ui(this.top,t,e,n);this.top.children.splice(this.index++,0,r),this.changed=!0}else this.index++}addTextblockHacks(){let t=this.top.children[this.index-1],e=this.top;for(;t instanceof qi;)e=t,t=e.children[e.children.length-1];(!t||!(t instanceof Ki)||/\n$/.test(t.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(t.node.text))&&((fi||hi)&&t&&"false"==t.dom.contentEditable&&this.addHackNode("IMG",e),this.addHackNode("BR",this.top))}addHackNode(t,e){if(e==this.top&&this.index<e.children.length&&e.children[this.index].matchesHack(t))this.index++;else{let n=document.createElement(t);"IMG"==t&&(n.className="ProseMirror-separator",n.alt=""),"BR"==t&&(n.className="ProseMirror-trailingBreak");let r=new Vi(this.top,[],n,null);e!=this.top?e.children.push(r):e.children.splice(this.index++,0,r),this.changed=!0}}isLocked(t){return this.lock&&(t==this.lock||1==t.nodeType&&t.contains(this.lock.parentNode))}}function ls(t,e){return t.type.side-e.type.side}function us(t,e,n,r,i){let s=[];for(let o=0,l=0;o<t.length;o++){let u=t[o],a=l,h=l+=u.size;a>=n||h<=e?s.push(u):(a<e&&s.push(u.slice(0,e-a,r)),i&&(s.push(i),i=void 0),h>n&&s.push(u.slice(n-a,u.size,r)))}return s}function as(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let i=t.docView.nearestDesc(n.focusNode),s=i&&0==i.size,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let l,u,a=r.resolve(o);if(Xr(n)){for(l=o;i&&!i.node;)i=i.parent;let t=i.node;if(i&&t.isAtom&&pr.isSelectable(t)&&i.parent&&(!t.isInline||!function(t,e,n){for(let r=0==e,i=e==Zr(t);r||i;){if(t==n)return!0;let e=Fr(t);if(!(t=t.parentNode))return!1;r=r&&0==e,i=i&&e==Zr(t)}}(n.focusNode,n.focusOffset,i.dom))){let t=i.posBefore;u=new pr(o==t?a:r.resolve(t))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let e=o,i=o;for(let r=0;r<n.rangeCount;r++){let s=n.getRangeAt(r);e=Math.min(e,t.docView.posFromDOM(s.startContainer,s.startOffset,1)),i=Math.max(i,t.docView.posFromDOM(s.endContainer,s.endOffset,-1))}if(e<0)return null;[l,o]=i==t.state.selection.anchor?[i,e]:[e,i],a=r.resolve(o)}else l=t.docView.posFromDOM(n.anchorNode,n.anchorOffset,1);if(l<0)return null}let h=r.resolve(l);return u||(u=ws(t,h,a,"pointer"==e||t.state.selection.head<a.pos&&!s?1:-1)),u}function hs(t){return t.editable?t.hasFocus():vs(t)&&document.activeElement&&document.activeElement.contains(t.dom)}function cs(t,e=!1){let n=t.state.selection;if(gs(t,n),hs(t)){if(!e&&t.input.mouseDown&&t.input.mouseDown.allowDefault&&hi){let e=t.domSelectionRange(),n=t.domObserver.currentSelection;if(e.anchorNode&&n.anchorNode&&Kr(e.anchorNode,e.anchorOffset,n.anchorNode,n.anchorOffset))return t.input.mouseDown.delayedSelectionSync=!0,void t.domObserver.setCurSelection()}if(t.domObserver.disconnectSelection(),t.cursorWrapper)!function(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r="IMG"==n.nodeName;r?e.collapse(n.parentNode,Fr(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&oi&&li<=11&&(n.disabled=!0,n.disabled=!1)}(t);else{let r,i,{anchor:s,head:o}=n;!fs||n instanceof fr||(n.$from.parent.inlineContent||(r=ds(t,n.from)),n.empty||n.$from.parent.inlineContent||(i=ds(t,n.to))),t.docView.setSelection(s,o,t,e),fs&&(r&&ms(r),i&&ms(i)),n.visible?t.dom.classList.remove("ProseMirror-hideselection"):(t.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&function(t){let e=t.dom.ownerDocument;e.removeEventListener("selectionchange",t.input.hideSelectionGuard);let n=t.domSelectionRange(),r=n.anchorNode,i=n.anchorOffset;e.addEventListener("selectionchange",t.input.hideSelectionGuard=()=>{n.anchorNode==r&&n.anchorOffset==i||(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout((()=>{hs(t)&&!t.state.selection.visible||t.dom.classList.remove("ProseMirror-hideselection")}),20))})}(t))}t.domObserver.setCurSelection(),t.domObserver.connectSelection()}}const fs=fi||hi&&ci<63;function ds(t,e){let{node:n,offset:r}=t.docView.domFromPos(e,0),i=r<n.childNodes.length?n.childNodes[r]:null,s=r?n.childNodes[r-1]:null;if(fi&&i&&"false"==i.contentEditable)return ps(i);if(!(i&&"false"!=i.contentEditable||s&&"false"!=s.contentEditable)){if(i)return ps(i);if(s)return ps(s)}}function ps(t){return t.contentEditable="true",fi&&t.draggable&&(t.draggable=!1,t.wasDraggable=!0),t}function ms(t){t.contentEditable="false",t.wasDraggable&&(t.draggable=!0,t.wasDraggable=null)}function gs(t,e){if(e instanceof pr){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(bs(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else bs(t)}function bs(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function ws(t,e,n,r){return t.someProp("createSelectionBetween",(r=>r(t,e,n)))||fr.between(e,n,r)}function ks(t){return!(t.editable&&!t.hasFocus())&&vs(t)}function vs(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(3==e.anchorNode.nodeType?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(3==e.focusNode.nodeType?e.focusNode.parentNode:e.focusNode))}catch(t){return!1}}function ys(t,e){let{$anchor:n,$head:r}=t.selection,i=e>0?n.max(r):n.min(r),s=i.parent.inlineContent?i.depth?t.doc.resolve(e>0?i.after():i.before()):null:i;return s&&ur.findFrom(s,e)}function Ms(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function xs(t,e,n){let r=t.state.selection;if(!(r instanceof fr)){if(r instanceof pr&&r.node.isInline)return Ms(t,new fr(e>0?r.$to:r.$from));{let n=ys(t.state,e);return!!n&&Ms(t,n)}}if(n.indexOf("s")>-1){let{$head:n}=r,i=n.textOffset?null:e<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let s=t.state.doc.resolve(n.pos+i.nodeSize*(e<0?-1:1));return Ms(t,new fr(r.$anchor,s))}if(!r.empty)return!1;if(t.endOfTextblock(e>0?"forward":"backward")){let n=ys(t.state,e);return!!(n&&n instanceof pr)&&Ms(t,n)}if(!(pi&&n.indexOf("m")>-1)){let n,i=r.$head,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!s||s.isText)return!1;let o=e<0?i.pos-s.nodeSize:i.pos;return!!(s.isAtom||(n=t.docView.descAt(o))&&!n.contentDOM)&&(pr.isSelectable(s)?Ms(t,new pr(e<0?t.state.doc.resolve(i.pos-s.nodeSize):i)):!!bi&&Ms(t,new fr(t.state.doc.resolve(e<0?o:o+s.nodeSize))))}}function Os(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function Ts(t,e){let n=t.pmViewDesc;return n&&0==n.size&&(e<0||t.nextSibling||"BR"!=t.nodeName)}function Ss(t,e){return e<0?function(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let i,s,o=!1;for(ui&&1==n.nodeType&&r<Os(n)&&Ts(n.childNodes[r],-1)&&(o=!0);;)if(r>0){if(1!=n.nodeType)break;{let t=n.childNodes[r-1];if(Ts(t,-1))i=n,s=--r;else{if(3!=t.nodeType)break;n=t,r=n.nodeValue.length}}}else{if(Es(n))break;{let e=n.previousSibling;for(;e&&Ts(e,-1);)i=n.parentNode,s=Fr(e),e=e.previousSibling;if(e)n=e,r=Os(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?As(t,n,r):i&&As(t,i,s)}(t):function(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let i,s,o=Os(n);for(;;)if(r<o){if(1!=n.nodeType)break;if(!Ts(n.childNodes[r],1))break;i=n,s=++r}else{if(Es(n))break;{let e=n.nextSibling;for(;e&&Ts(e,1);)i=e.parentNode,s=Fr(e)+1,e=e.nextSibling;if(e)n=e,r=0,o=Os(n);else{if(n=n.parentNode,n==t.dom)break;r=o=0}}}i&&As(t,i,s)}(t)}function Es(t){let e=t.pmViewDesc;return e&&e.node&&e.node.isBlock}function As(t,e,n){if(3!=e.nodeType){let t,r;(r=function(t,e){for(;t&&e==t.childNodes.length&&!Qr(t);)e=Fr(t)+1,t=t.parentNode;for(;t&&e<t.childNodes.length;){let n=t.childNodes[e];if(3==n.nodeType)return n;if(1==n.nodeType&&"false"==n.contentEditable)break;t=n,e=0}}(e,n))?(e=r,n=0):(t=function(t,e){for(;t&&!e&&!Qr(t);)e=Fr(t),t=t.parentNode;for(;t&&e;){let n=t.childNodes[e-1];if(3==n.nodeType)return n;if(1==n.nodeType&&"false"==n.contentEditable)break;e=(t=n).childNodes.length}}(e,n))&&(e=t,n=t.nodeValue.length)}let r=t.domSelection();if(!r)return;if(Xr(r)){let t=document.createRange();t.setEnd(e,n),t.setStart(e,n),r.removeAllRanges(),r.addRange(t)}else r.extend&&r.extend(e,n);t.domObserver.setCurSelection();let{state:i}=t;setTimeout((()=>{t.state==i&&cs(t)}),50)}function $s(t,e){let n=t.state.doc.resolve(e);if(!hi&&!mi&&n.parent.inlineContent){let r=t.coordsAtPos(e);if(e>n.start()){let n=t.coordsAtPos(e-1),i=(n.top+n.bottom)/2;if(i>r.top&&i<r.bottom&&Math.abs(n.left-r.left)>1)return n.left<r.left?"ltr":"rtl"}if(e<n.end()){let n=t.coordsAtPos(e+1),i=(n.top+n.bottom)/2;if(i>r.top&&i<r.bottom&&Math.abs(n.left-r.left)>1)return n.left>r.left?"ltr":"rtl"}}return"rtl"==getComputedStyle(t.dom).direction?"rtl":"ltr"}function Rs(t,e,n){let r=t.state.selection;if(r instanceof fr&&!r.empty||n.indexOf("s")>-1)return!1;if(pi&&n.indexOf("m")>-1)return!1;let{$from:i,$to:s}=r;if(!i.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let n=ys(t.state,e);if(n&&n instanceof pr)return Ms(t,n)}if(!i.parent.inlineContent){let n=e<0?i:s,o=r instanceof gr?ur.near(n,e):ur.findFrom(n,e);return!!o&&Ms(t,o)}return!1}function Cs(t,e){if(!(t.state.selection instanceof fr))return!0;let{$head:n,$anchor:r,empty:i}=t.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let s=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(s&&!s.isText){let r=t.state.tr;return e<0?r.delete(n.pos-s.nodeSize,n.pos):r.delete(n.pos,n.pos+s.nodeSize),t.dispatch(r),!0}return!1}function Ls(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function Ns(t,e){t.someProp("transformCopied",(n=>{e=n(e,t)}));let n=[],{content:r,openStart:i,openEnd:s}=e;for(;i>1&&s>1&&1==r.childCount&&1==r.firstChild.childCount;){i--,s--;let t=r.firstChild;n.push(t.type.name,t.attrs!=t.type.defaultAttrs?t.attrs:null),r=t.content}let o=t.someProp("clipboardSerializer")||pn.fromSchema(t.state.schema),l=Fs(),u=l.createElement("div");u.appendChild(o.serializeFragment(r,{document:l}));let a,h=u.firstChild,c=0;for(;h&&1==h.nodeType&&(a=Bs[h.nodeName.toLowerCase()]);){for(let t=a.length-1;t>=0;t--){let e=l.createElement(a[t]);for(;u.firstChild;)e.appendChild(u.firstChild);u.appendChild(e),c++}h=u.firstChild}return h&&1==h.nodeType&&h.setAttribute("data-pm-slice",`${i} ${s}${c?` -${c}`:""} ${JSON.stringify(n)}`),{dom:u,text:t.someProp("clipboardTextSerializer",(n=>n(e,t)))||e.content.textBetween(0,e.content.size,"\n\n"),slice:e}}function js(t,e,n,r,i){let s,o,l=i.parent.type.spec.code;if(!n&&!e)return null;let u=!!e&&(r||l||!n);if(u){if(t.someProp("transformPastedText",(n=>{e=n(e,l||r,t)})),l)return o=new we(fe.from(t.state.schema.text(e.replace(/\r\n?/g,"\n"))),0,0),t.someProp("transformPasted",(e=>{o=e(o,t,!0)})),o;let n=t.someProp("clipboardTextParser",(n=>n(e,i,r,t)));if(n)o=n;else{let n=i.marks(),{schema:r}=t.state,o=pn.fromSchema(r);s=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach((t=>{let e=s.appendChild(document.createElement("p"));t&&e.appendChild(o.serializeNode(r.text(t,n)))}))}}else t.someProp("transformPastedHTML",(e=>{n=e(n,t)})),s=function(t){let e=/^(\s*<meta [^>]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n,r=Fs().createElement("div"),i=/<([a-z][^>\s]+)/i.exec(t);if((n=i&&Bs[i[1].toLowerCase()])&&(t=n.map((t=>"<"+t+">")).join("")+t+n.map((t=>"</"+t+">")).reverse().join("")),r.innerHTML=function(t){let e=window.trustedTypes;return e?(qs||(qs=e.defaultPolicy||e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),qs.createHTML(t)):t}(t),n)for(let t=0;t<n.length;t++)r=r.querySelector(n[t])||r;return r}(n),bi&&function(t){let e=t.querySelectorAll(hi?"span:not([class]):not([style])":"span.Apple-converted-space");for(let n=0;n<e.length;n++){let r=e[n];1==r.childNodes.length&&" "==r.textContent&&r.parentNode&&r.parentNode.replaceChild(t.ownerDocument.createTextNode(" "),r)}}(s);let a=s&&s.querySelector("[data-pm-slice]"),h=a&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(a.getAttribute("data-pm-slice")||"");if(h&&h[3])for(let t=+h[3];t>0;t--){let t=s.firstChild;for(;t&&1!=t.nodeType;)t=t.nextSibling;if(!t)break;s=t}if(!o){let e=t.someProp("clipboardParser")||t.someProp("domParser")||rn.fromSchema(t.state.schema);o=e.parseSlice(s,{preserveWhitespace:!(!u&&!h),context:i,ruleFromNode:t=>"BR"!=t.nodeName||t.nextSibling||!t.parentNode||Ps.test(t.parentNode.nodeName)?null:{ignore:!0}})}if(h)o=function(t,e){if(!t.size)return t;let n,r=t.content.firstChild.type.schema;try{n=JSON.parse(e)}catch(e){return t}let{content:i,openStart:s,openEnd:o}=t;for(let t=n.length-2;t>=0;t-=2){let e=r.nodes[n[t]];if(!e||e.hasRequiredAttrs())break;i=fe.from(e.create(n[t+1],i)),s++,o++}return new we(i,s,o)}(_s(o,+h[1],+h[2]),h[4]);else if(o=we.maxOpen(function(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let r,i=e.node(n).contentMatchAt(e.index(n)),s=[];if(t.forEach((t=>{if(!s)return;let e,n=i.findWrapping(t.type);if(!n)return s=null;if(e=s.length&&r.length&&Ds(n,r,t,s[s.length-1],0))s[s.length-1]=e;else{s.length&&(s[s.length-1]=Hs(s[s.length-1],r.length));let e=Is(t,n);s.push(e),i=i.matchType(e.type),r=n}})),s)return fe.from(s)}return t}(o.content,i),!0),o.openStart||o.openEnd){let t=0,e=0;for(let e=o.content.firstChild;t<o.openStart&&!e.type.spec.isolating;t++,e=e.firstChild);for(let t=o.content.lastChild;e<o.openEnd&&!t.type.spec.isolating;e++,t=t.lastChild);o=_s(o,t,e)}return t.someProp("transformPasted",(e=>{o=e(o,t,u)})),o}const Ps=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Is(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,fe.from(t));return t}function Ds(t,e,n,r,i){if(i<t.length&&i<e.length&&t[i]==e[i]){let s=Ds(t,e,n,r.lastChild,i+1);if(s)return r.copy(r.content.replaceChild(r.childCount-1,s));if(r.contentMatchAt(r.childCount).matchType(i==t.length-1?n.type:t[i+1]))return r.copy(r.content.append(fe.from(Is(n,t,i+1))))}}function Hs(t,e){if(0==e)return t;let n=t.content.replaceChild(t.childCount-1,Hs(t.lastChild,e-1)),r=t.contentMatchAt(t.childCount).fillBefore(fe.empty,!0);return t.copy(n.append(r))}function zs(t,e,n,r,i,s){let o=e<0?t.firstChild:t.lastChild,l=o.content;return t.childCount>1&&(s=0),i<r-1&&(l=zs(l,e,n,r,i+1,s)),i>=n&&(l=e<0?o.contentMatchAt(0).fillBefore(l,s<=i).append(l):l.append(o.contentMatchAt(o.childCount).fillBefore(fe.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(l))}function _s(t,e,n){return e<t.openStart&&(t=new we(zs(t.content,-1,e,t.openStart,0,t.openEnd),e,t.openEnd)),n<t.openEnd&&(t=new we(zs(t.content,1,n,t.openEnd,0,0),t.openStart,n)),t}const Bs={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]};let Us=null;function Fs(){return Us||(Us=document.implementation.createHTMLDocument("title"))}let qs=null;const Js={},Ws={},Ks={touchstart:!0,touchmove:!0};class Vs{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Gs(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function Zs(t){t.someProp("handleDOMEvents",(e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=e=>Qs(t,e))}))}function Qs(t,e){return t.someProp("handleDOMEvents",(n=>{let r=n[e.type];return!!r&&(r(t,e)||e.defaultPrevented)}))}function Xs(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||11==n.nodeType||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function Ys(t){return{left:t.clientX,top:t.clientY}}function to(t,e,n,r,i){if(-1==r)return!1;let s=t.state.doc.resolve(r);for(let r=s.depth+1;r>0;r--)if(t.someProp(e,(e=>r>s.depth?e(t,n,s.nodeAfter,s.before(r),i,!0):e(t,n,s.node(r),s.before(r),i,!1))))return!0;return!1}function eo(t,e){if(t.focused||t.focus(),t.state.selection.eq(e))return;let n=t.state.tr.setSelection(e);n.setMeta("pointer",!0),t.dispatch(n)}function no(t,e,n,r){return to(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",(n=>n(t,e,r)))}function ro(t,e,n,r){return to(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",(n=>n(t,e,r)))||function(t,e,n){if(0!=n.button)return!1;let r=t.state.doc;if(-1==e)return!!r.inlineContent&&(eo(t,fr.create(r,0,r.content.size)),!0);let i=r.resolve(e);for(let e=i.depth+1;e>0;e--){let n=e>i.depth?i.nodeAfter:i.node(e),s=i.before(e);if(n.inlineContent)eo(t,fr.create(r,s+1,s+1+n.content.size));else{if(!pr.isSelectable(n))continue;eo(t,pr.create(r,s))}return!0}}(t,n,r)}function io(t){return co(t)}Ws.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=16==n.keyCode||n.shiftKey,!lo(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!gi||!hi||13!=n.keyCode))if(229!=n.keyCode&&t.domObserver.forceFlush(),!di||13!=n.keyCode||n.ctrlKey||n.altKey||n.metaKey)t.someProp("handleKeyDown",(e=>e(t,n)))||function(t,e){let n=e.keyCode,r=function(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}(e);if(8==n||pi&&72==n&&"c"==r)return Cs(t,-1)||Ss(t,-1);if(46==n&&!e.shiftKey||pi&&68==n&&"c"==r)return Cs(t,1)||Ss(t,1);if(13==n||27==n)return!0;if(37==n||pi&&66==n&&"c"==r){let e=37==n?"ltr"==$s(t,t.state.selection.from)?-1:1:-1;return xs(t,e,r)||Ss(t,e)}if(39==n||pi&&70==n&&"c"==r){let e=39==n?"ltr"==$s(t,t.state.selection.from)?1:-1:1;return xs(t,e,r)||Ss(t,e)}return 38==n||pi&&80==n&&"c"==r?Rs(t,-1,r)||Ss(t,-1):40==n||pi&&78==n&&"c"==r?function(t){if(!fi||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&1==e.nodeType&&0==n&&e.firstChild&&"false"==e.firstChild.contentEditable){let n=e.firstChild;Ls(t,n,"true"),setTimeout((()=>Ls(t,n,"false")),20)}return!1}(t)||Rs(t,1,r)||Ss(t,1):r==(pi?"m":"c")&&(66==n||73==n||89==n||90==n)}(t,n)?n.preventDefault():Gs(t,"key");else{let e=Date.now();t.input.lastIOSEnter=e,t.input.lastIOSEnterFallbackTimeout=setTimeout((()=>{t.input.lastIOSEnter==e&&(t.someProp("handleKeyDown",(e=>e(t,Yr(13,"Enter")))),t.input.lastIOSEnter=0)}),200)}},Ws.keyup=(t,e)=>{16==e.keyCode&&(t.input.shiftKey=!1)},Ws.keypress=(t,e)=>{let n=e;if(lo(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||pi&&n.metaKey)return;if(t.someProp("handleKeyPress",(e=>e(t,n))))return void n.preventDefault();let r=t.state.selection;if(!(r instanceof fr&&r.$from.sameParent(r.$to))){let e=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(e).scrollIntoView();/[\r\n]/.test(e)||t.someProp("handleTextInput",(n=>n(t,r.$from.pos,r.$to.pos,e,i)))||t.dispatch(i()),n.preventDefault()}};const so=pi?"metaKey":"ctrlKey";Js.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=io(t),i=Date.now(),s="singleClick";i-t.input.lastClick.time<500&&function(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}(n,t.input.lastClick)&&!n[so]&&t.input.lastClick.button==n.button&&("singleClick"==t.input.lastClick.type?s="doubleClick":"doubleClick"==t.input.lastClick.type&&(s="tripleClick")),t.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:s,button:n.button};let o=t.posAtCoords(Ys(n));o&&("singleClick"==s?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new oo(t,o,n,!!r)):("doubleClick"==s?no:ro)(t,o.pos,o.inside,n)?n.preventDefault():Gs(t,"pointer"))};class oo{constructor(t,e,n,r){let i,s;if(this.view=t,this.pos=e,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=t.state.doc,this.selectNode=!!n[so],this.allowDefault=n.shiftKey,e.inside>-1)i=t.state.doc.nodeAt(e.inside),s=e.inside;else{let n=t.state.doc.resolve(e.pos);i=n.parent,s=n.depth?n.before():0}const o=r?null:n.target,l=o?t.docView.nearestDesc(o,!0):null;this.target=l&&1==l.nodeDOM.nodeType?l.nodeDOM:null;let{selection:u}=t.state;(0==n.button&&i.type.spec.draggable&&!1!==i.type.spec.selectable||u instanceof pr&&u.from<=s&&u.to>s)&&(this.mightDrag={node:i,pos:s,addAttr:!(!this.target||this.target.draggable),setUneditable:!(!this.target||!ui||this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout((()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")}),20),this.view.domObserver.start()),t.root.addEventListener("mouseup",this.up=this.up.bind(this)),t.root.addEventListener("mousemove",this.move=this.move.bind(this)),Gs(t,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout((()=>cs(this.view))),this.view.input.mouseDown=null}up(t){if(this.done(),!this.view.dom.contains(t.target))return;let e=this.pos;this.view.state.doc!=this.startDoc&&(e=this.view.posAtCoords(Ys(t))),this.updateAllowDefault(t),this.allowDefault||!e?Gs(this.view,"pointer"):function(t,e,n,r,i){return to(t,"handleClickOn",e,n,r)||t.someProp("handleClick",(n=>n(t,e,r)))||(i?function(t,e){if(-1==e)return!1;let n,r,i=t.state.selection;i instanceof pr&&(n=i.node);let s=t.state.doc.resolve(e);for(let t=s.depth+1;t>0;t--){let e=t>s.depth?s.nodeAfter:s.node(t);if(pr.isSelectable(e)){r=n&&i.$from.depth>0&&t>=i.$from.depth&&s.before(i.$from.depth+1)==i.$from.pos?s.before(i.$from.depth):s.before(t);break}}return null!=r&&(eo(t,pr.create(t.state.doc,r)),!0)}(t,n):function(t,e){if(-1==e)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return!!(r&&r.isAtom&&pr.isSelectable(r))&&(eo(t,new pr(n)),!0)}(t,n))}(this.view,e.pos,e.inside,t,this.selectNode)?t.preventDefault():0==t.button&&(this.flushed||fi&&this.mightDrag&&!this.mightDrag.node.isAtom||hi&&!this.view.state.selection.visible&&Math.min(Math.abs(e.pos-this.view.state.selection.from),Math.abs(e.pos-this.view.state.selection.to))<=2)?(eo(this.view,ur.near(this.view.state.doc.resolve(e.pos))),t.preventDefault()):Gs(this.view,"pointer")}move(t){this.updateAllowDefault(t),Gs(this.view,"pointer"),0==t.buttons&&this.done()}updateAllowDefault(t){!this.allowDefault&&(Math.abs(this.event.x-t.clientX)>4||Math.abs(this.event.y-t.clientY)>4)&&(this.allowDefault=!0)}}function lo(t,e){return!!t.composing||!!(fi&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500)&&(t.input.compositionEndedAt=-2e8,!0)}Js.touchstart=t=>{t.input.lastTouch=Date.now(),io(t),Gs(t,"pointer")},Js.touchmove=t=>{t.input.lastTouch=Date.now(),Gs(t,"pointer")},Js.contextmenu=t=>io(t);const uo=gi?5e3:-1;function ao(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout((()=>co(t)),e))}function ho(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=function(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function co(t,e=!1){if(!(gi&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),ho(t),e||t.docView&&t.docView.dirty){let n=as(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):!t.markCursor&&!e||r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.updateState(t.state):t.dispatch(t.state.tr.deleteSelection()),!0}return!1}}Ws.compositionstart=Ws.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof fr&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some((t=>!1===t.type.spec.inclusive))))t.markCursor=t.state.storedMarks||n.marks(),co(t,!0),t.markCursor=null;else if(co(t,!e.selection.empty),ui&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let e=t.domSelectionRange();for(let n=e.focusNode,r=e.focusOffset;n&&1==n.nodeType&&0!=r;){let e=r<0?n.lastChild:n.childNodes[r-1];if(!e)break;if(3==e.nodeType){let n=t.domSelection();n&&n.collapse(e,e.nodeValue.length);break}n=e,r=-1}}t.input.composing=!0}ao(t,uo)},Ws.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.compositionPendingChanges&&Promise.resolve().then((()=>t.domObserver.flush())),t.input.compositionID++,ao(t,20))};const fo=oi&&li<15||di&&wi<604;function po(t,e,n,r,i){let s=js(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",(e=>e(t,i,s||we.empty))))return!0;if(!s)return!1;let o=function(t){return 0==t.openStart&&0==t.openEnd&&1==t.content.childCount?t.content.firstChild:null}(s),l=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(s);return t.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function mo(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}Js.copy=Ws.cut=(t,e)=>{let n=e,r=t.state.selection,i="cut"==n.type;if(r.empty)return;let s=fo?null:n.clipboardData,o=r.content(),{dom:l,text:u}=Ns(t,o);s?(n.preventDefault(),s.clearData(),s.setData("text/html",l.innerHTML),s.setData("text/plain",u)):function(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout((()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()}),50)}(t,l),i&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))},Ws.paste=(t,e)=>{let n=e;if(t.composing&&!gi)return;let r=fo?null:n.clipboardData,i=t.input.shiftKey&&45!=t.input.lastKeyCode;r&&po(t,mo(r),r.getData("text/html"),i,n)?n.preventDefault():function(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=t.input.shiftKey&&45!=t.input.lastKeyCode;setTimeout((()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?po(t,r.value,null,i,e):po(t,r.textContent,r.innerHTML,i,e)}),50)}(t,n)};class go{constructor(t,e,n){this.slice=t,this.move=e,this.node=n}}const bo=pi?"altKey":"ctrlKey";function wo(t,e){let n=t.someProp("dragCopies",(t=>!t(e)));return null!=n?n:!e[bo]}Js.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i,s=t.state.selection,o=s.empty?null:t.posAtCoords(Ys(n));if(o&&o.pos>=s.from&&o.pos<=(s instanceof pr?s.to-1:s.to));else if(r&&r.mightDrag)i=pr.create(t.state.doc,r.mightDrag.pos);else if(n.target&&1==n.target.nodeType){let e=t.docView.nearestDesc(n.target,!0);e&&e.node.type.spec.draggable&&e!=t.docView&&(i=pr.create(t.state.doc,e.posBefore))}let l=(i||t.state.selection).content(),{dom:u,text:a,slice:h}=Ns(t,l);(!n.dataTransfer.files.length||!hi||ci>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(fo?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",fo||n.dataTransfer.setData("text/plain",a),t.dragging=new go(h,wo(t,n),i)},Js.dragend=t=>{let e=t.dragging;window.setTimeout((()=>{t.dragging==e&&(t.dragging=null)}),50)},Ws.dragover=Ws.dragenter=(t,e)=>e.preventDefault(),Ws.drop=(t,e)=>{let n=e,r=t.dragging;if(t.dragging=null,!n.dataTransfer)return;let i=t.posAtCoords(Ys(n));if(!i)return;let s=t.state.doc.resolve(i.pos),o=r&&r.slice;o?t.someProp("transformPasted",(e=>{o=e(o,t,!1)})):o=js(t,mo(n.dataTransfer),fo?null:n.dataTransfer.getData("text/html"),!1,s);let l=!(!r||!wo(t,n));if(t.someProp("handleDrop",(e=>e(t,n,o||we.empty,l))))return void n.preventDefault();if(!o)return;n.preventDefault();let u=o?Wn(t.state.doc,s.pos,o):s.pos;null==u&&(u=s.pos);let a=t.state.tr;if(l){let{node:t}=r;t?t.replace(a):a.deleteSelection()}let h=a.mapping.map(u),c=0==o.openStart&&0==o.openEnd&&1==o.content.childCount,f=a.doc;if(c?a.replaceRangeWith(h,h,o.content.firstChild):a.replaceRange(h,h,o),a.doc.eq(f))return;let d=a.doc.resolve(h);if(c&&pr.isSelectable(o.content.firstChild)&&d.nodeAfter&&d.nodeAfter.sameMarkup(o.content.firstChild))a.setSelection(new pr(d));else{let e=a.mapping.map(u);a.mapping.maps[a.mapping.maps.length-1].forEach(((t,n,r,i)=>e=i)),a.setSelection(ws(t,d,a.doc.resolve(e)))}t.focus(),t.dispatch(a.setMeta("uiEvent","drop"))},Js.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout((()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&cs(t)}),20))},Js.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)},Js.beforeinput=(t,e)=>{if(hi&&gi&&"deleteContentBackward"==e.inputType){t.domObserver.flushSoon();let{domChangeCount:e}=t.input;setTimeout((()=>{if(t.input.domChangeCount!=e)return;if(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",(e=>e(t,Yr(8,"Backspace")))))return;let{$cursor:n}=t.state.selection;n&&n.pos>0&&t.dispatch(t.state.tr.delete(n.pos-1,n.pos).scrollIntoView())}),50)}};for(let t in Ws)Js[t]=Ws[t];function ko(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class vo{constructor(t,e){this.toDOM=t,this.spec=e||To,this.side=this.spec.side||0}map(t,e,n,r){let{pos:i,deleted:s}=t.mapResult(e.from+r,this.side<0?-1:1);return s?null:new xo(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof vo&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&ko(this.spec,t.spec))}destroy(t){this.spec.destroy&&this.spec.destroy(t)}}class yo{constructor(t,e){this.attrs=t,this.spec=e||To}map(t,e,n,r){let i=t.map(e.from+r,this.spec.inclusiveStart?-1:1)-n,s=t.map(e.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=s?null:new xo(i,s,this)}valid(t,e){return e.from<e.to}eq(t){return this==t||t instanceof yo&&ko(this.attrs,t.attrs)&&ko(this.spec,t.spec)}static is(t){return t.type instanceof yo}destroy(){}}class Mo{constructor(t,e){this.attrs=t,this.spec=e||To}map(t,e,n,r){let i=t.mapResult(e.from+r,1);if(i.deleted)return null;let s=t.mapResult(e.to+r,-1);return s.deleted||s.pos<=i.pos?null:new xo(i.pos-n,s.pos-n,this)}valid(t,e){let n,{index:r,offset:i}=t.content.findIndex(e.from);return i==e.from&&!(n=t.child(r)).isText&&i+n.nodeSize==e.to}eq(t){return this==t||t instanceof Mo&&ko(this.attrs,t.attrs)&&ko(this.spec,t.spec)}destroy(){}}class xo{constructor(t,e,n){this.from=t,this.to=e,this.type=n}copy(t,e){return new xo(t,e,this.type)}eq(t,e=0){return this.type.eq(t.type)&&this.from+e==t.from&&this.to+e==t.to}map(t,e,n){return this.type.map(t,this,e,n)}static widget(t,e,n){return new xo(t,t,new vo(e,n))}static inline(t,e,n,r){return new xo(t,e,new yo(n,r))}static node(t,e,n,r){return new xo(t,e,new Mo(n,r))}get spec(){return this.type.spec}get inline(){return this.type instanceof yo}get widget(){return this.type instanceof vo}}const Oo=[],To={};class So{constructor(t,e){this.local=t.length?t:Oo,this.children=e.length?e:Oo}static create(t,e){return e.length?Lo(e,t,0,To):Eo}find(t,e,n){let r=[];return this.findInner(null==t?0:t,null==e?1e9:e,r,0,n),r}findInner(t,e,n,r,i){for(let s=0;s<this.local.length;s++){let o=this.local[s];o.from<=e&&o.to>=t&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let s=0;s<this.children.length;s+=3)if(this.children[s]<e&&this.children[s+1]>t){let o=this.children[s]+1;this.children[s+2].findInner(t-o,e-o,n,r+o,i)}}map(t,e,n){return this==Eo||0==t.maps.length?this:this.mapInner(t,e,0,0,n||To)}mapInner(t,e,n,r,i){let s;for(let o=0;o<this.local.length;o++){let l=this.local[o].map(t,n,r);l&&l.type.valid(e,l)?(s||(s=[])).push(l):i.onRemove&&i.onRemove(this.local[o].spec)}return this.children.length?function(t,e,n,r,i,s,o){let l=t.slice();for(let t=0,e=s;t<n.maps.length;t++){let r=0;n.maps[t].forEach(((t,n,i,s)=>{let o=s-i-(n-t);for(let i=0;i<l.length;i+=3){let s=l[i+1];if(s<0||t>s+e-r)continue;let u=l[i]+e-r;n>=u?l[i+1]=t<=u?-2:-1:t>=e&&o&&(l[i]+=o,l[i+1]+=o)}r+=o})),e=n.maps[t].map(e,-1)}let u=!1;for(let e=0;e<l.length;e+=3)if(l[e+1]<0){if(-2==l[e+1]){u=!0,l[e+1]=-1;continue}let a=n.map(t[e]+s),h=a-i;if(h<0||h>=r.content.size){u=!0;continue}let c=n.map(t[e+1]+s,-1)-i,{index:f,offset:d}=r.content.findIndex(h),p=r.maybeChild(f);if(p&&d==h&&d+p.nodeSize==c){let r=l[e+2].mapInner(n,p,a+1,t[e]+s+1,o);r!=Eo?(l[e]=h,l[e+1]=c,l[e+2]=r):(l[e+1]=-2,u=!0)}else u=!0}if(u){let u=function(t,e,n,r,i,s,o){function l(t,e){for(let s=0;s<t.local.length;s++){let l=t.local[s].map(r,i,e);l?n.push(l):o.onRemove&&o.onRemove(t.local[s].spec)}for(let n=0;n<t.children.length;n+=3)l(t.children[n+2],t.children[n]+e+1)}for(let n=0;n<t.length;n+=3)-1==t[n+1]&&l(t[n+2],e[n]+s+1);return n}(l,t,e,n,i,s,o),a=Lo(u,r,0,o);e=a.local;for(let t=0;t<l.length;t+=3)l[t+1]<0&&(l.splice(t,3),t-=3);for(let t=0,e=0;t<a.children.length;t+=3){let n=a.children[t];for(;e<l.length&&l[e]<n;)e+=3;l.splice(e,0,a.children[t],a.children[t+1],a.children[t+2])}}return new So(e.sort(No),l)}(this.children,s||[],t,e,n,r,i):s?new So(s.sort(No),Oo):Eo}add(t,e){return e.length?this==Eo?So.create(t,e):this.addInner(t,e,0):this}addInner(t,e,n){let r,i=0;t.forEach(((t,s)=>{let o,l=s+n;if(o=Ro(e,t,l)){for(r||(r=this.children.slice());i<r.length&&r[i]<s;)i+=3;r[i]==s?r[i+2]=r[i+2].addInner(t,o,l+1):r.splice(i,0,s,s+t.nodeSize,Lo(o,t,l+1,To)),i+=3}}));let s=$o(i?Co(e):e,-n);for(let e=0;e<s.length;e++)s[e].type.valid(t,s[e])||s.splice(e--,1);return new So(s.length?this.local.concat(s).sort(No):this.local,r||this.children)}remove(t){return 0==t.length||this==Eo?this:this.removeInner(t,0)}removeInner(t,e){let n=this.children,r=this.local;for(let r=0;r<n.length;r+=3){let i,s=n[r]+e,o=n[r+1]+e;for(let e,n=0;n<t.length;n++)(e=t[n])&&e.from>s&&e.to<o&&(t[n]=null,(i||(i=[])).push(e));if(!i)continue;n==this.children&&(n=this.children.slice());let l=n[r+2].removeInner(i,s+1);l!=Eo?n[r+2]=l:(n.splice(r,3),r-=3)}if(r.length)for(let n,i=0;i<t.length;i++)if(n=t[i])for(let t=0;t<r.length;t++)r[t].eq(n,e)&&(r==this.local&&(r=this.local.slice()),r.splice(t--,1));return n==this.children&&r==this.local?this:r.length||n.length?new So(r,n):Eo}forChild(t,e){if(this==Eo)return this;if(e.isLeaf)return So.empty;let n,r;for(let e=0;e<this.children.length;e+=3)if(this.children[e]>=t){this.children[e]==t&&(n=this.children[e+2]);break}let i=t+1,s=i+e.content.size;for(let t=0;t<this.local.length;t++){let e=this.local[t];if(e.from<s&&e.to>i&&e.type instanceof yo){let t=Math.max(i,e.from)-i,n=Math.min(s,e.to)-i;t<n&&(r||(r=[])).push(e.copy(t,n))}}if(r){let t=new So(r.sort(No),Oo);return n?new Ao([t,n]):t}return n||Eo}eq(t){if(this==t)return!0;if(!(t instanceof So)||this.local.length!=t.local.length||this.children.length!=t.children.length)return!1;for(let e=0;e<this.local.length;e++)if(!this.local[e].eq(t.local[e]))return!1;for(let e=0;e<this.children.length;e+=3)if(this.children[e]!=t.children[e]||this.children[e+1]!=t.children[e+1]||!this.children[e+2].eq(t.children[e+2]))return!1;return!0}locals(t){return jo(this.localsInner(t))}localsInner(t){if(this==Eo)return Oo;if(t.inlineContent||!this.local.some(yo.is))return this.local;let e=[];for(let t=0;t<this.local.length;t++)this.local[t].type instanceof yo||e.push(this.local[t]);return e}forEachSet(t){t(this)}}So.empty=new So([],[]),So.removeOverlap=jo;const Eo=So.empty;class Ao{constructor(t){this.members=t}map(t,e){const n=this.members.map((n=>n.map(t,e,To)));return Ao.from(n)}forChild(t,e){if(e.isLeaf)return So.empty;let n=[];for(let r=0;r<this.members.length;r++){let i=this.members[r].forChild(t,e);i!=Eo&&(i instanceof Ao?n=n.concat(i.members):n.push(i))}return Ao.from(n)}eq(t){if(!(t instanceof Ao)||t.members.length!=this.members.length)return!1;for(let e=0;e<this.members.length;e++)if(!this.members[e].eq(t.members[e]))return!1;return!0}locals(t){let e,n=!0;for(let r=0;r<this.members.length;r++){let i=this.members[r].localsInner(t);if(i.length)if(e){n&&(e=e.slice(),n=!1);for(let t=0;t<i.length;t++)e.push(i[t])}else e=i}return e?jo(n?e:e.sort(No)):Oo}static from(t){switch(t.length){case 0:return Eo;case 1:return t[0];default:return new Ao(t.every((t=>t instanceof So))?t:t.reduce(((t,e)=>t.concat(e instanceof So?e:e.members)),[]))}}forEachSet(t){for(let e=0;e<this.members.length;e++)this.members[e].forEachSet(t)}}function $o(t,e){if(!e||!t.length)return t;let n=[];for(let r=0;r<t.length;r++){let i=t[r];n.push(new xo(i.from+e,i.to+e,i.type))}return n}function Ro(t,e,n){if(e.isLeaf)return null;let r=n+e.nodeSize,i=null;for(let e,s=0;s<t.length;s++)(e=t[s])&&e.from>n&&e.to<r&&((i||(i=[])).push(e),t[s]=null);return i}function Co(t){let e=[];for(let n=0;n<t.length;n++)null!=t[n]&&e.push(t[n]);return e}function Lo(t,e,n,r){let i=[],s=!1;e.forEach(((e,o)=>{let l=Ro(t,e,o+n);if(l){s=!0;let t=Lo(l,e,n+o+1,r);t!=Eo&&i.push(o,o+e.nodeSize,t)}}));let o=$o(s?Co(t):t,-n).sort(No);for(let t=0;t<o.length;t++)o[t].type.valid(e,o[t])||(r.onRemove&&r.onRemove(o[t].spec),o.splice(t--,1));return o.length||i.length?new So(o,i):Eo}function No(t,e){return t.from-e.from||t.to-e.to}function jo(t){let e=t;for(let n=0;n<e.length-1;n++){let r=e[n];if(r.from!=r.to)for(let i=n+1;i<e.length;i++){let s=e[i];if(s.from!=r.from){s.from<r.to&&(e==t&&(e=t.slice()),e[n]=r.copy(r.from,s.from),Po(e,i,r.copy(s.from,r.to)));break}s.to!=r.to&&(e==t&&(e=t.slice()),e[i]=s.copy(s.from,r.to),Po(e,i+1,s.copy(r.to,s.to)))}}return e}function Po(t,e,n){for(;e<t.length&&No(n,t[e])>0;)e++;t.splice(e,0,n)}function Io(t){let e=[];return t.someProp("decorations",(n=>{let r=n(t.state);r&&r!=Eo&&e.push(r)})),t.cursorWrapper&&e.push(So.create(t.state.doc,[t.cursorWrapper.deco])),Ao.from(e)}const Do={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ho=oi&&li<=11;class zo{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(t){this.anchorNode=t.anchorNode,this.anchorOffset=t.anchorOffset,this.focusNode=t.focusNode,this.focusOffset=t.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(t){return t.anchorNode==this.anchorNode&&t.anchorOffset==this.anchorOffset&&t.focusNode==this.focusNode&&t.focusOffset==this.focusOffset}}class _o{constructor(t,e){this.view=t,this.handleDOMChange=e,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new zo,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver((t=>{for(let e=0;e<t.length;e++)this.queue.push(t[e]);oi&&li<=11&&t.some((t=>"childList"==t.type&&t.removedNodes.length||"characterData"==t.type&&t.oldValue.length>t.target.nodeValue.length))?this.flushSoon():this.flush()})),Ho&&(this.onCharData=t=>{this.queue.push({target:t.target,type:"characterData",oldValue:t.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout((()=>{this.flushingSoon=-1,this.flush()}),20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Do)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let t=this.observer.takeRecords();if(t.length){for(let e=0;e<t.length;e++)this.queue.push(t[e]);window.setTimeout((()=>this.flush()),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout((()=>this.suppressingSelectionUpdates=!1),50)}onSelectionChange(){if(ks(this.view)){if(this.suppressingSelectionUpdates)return cs(this.view);if(oi&&li<=11&&!this.view.state.selection.empty){let t=this.view.domSelectionRange();if(t.focusNode&&Kr(t.focusNode,t.focusOffset,t.anchorNode,t.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(t){if(!t.focusNode)return!0;let e,n=new Set;for(let e=t.focusNode;e;e=qr(e))n.add(e);for(let r=t.anchorNode;r;r=qr(r))if(n.has(r)){e=r;break}let r=e&&this.view.docView.nearestDesc(e);return r&&r.ignoreMutation({type:"selection",target:3==e.nodeType?e.parentNode:e})?(this.setCurSelection(),!0):void 0}pendingRecords(){if(this.observer)for(let t of this.observer.takeRecords())this.queue.push(t);return this.queue}flush(){let{view:t}=this;if(!t.docView||this.flushingSoon>-1)return;let e=this.pendingRecords();e.length&&(this.queue=[]);let n=t.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&ks(t)&&!this.ignoreSelectionChange(n),i=-1,s=-1,o=!1,l=[];if(t.editable)for(let t=0;t<e.length;t++){let n=this.registerMutation(e[t],l);n&&(i=i<0?n.from:Math.min(n.from,i),s=s<0?n.to:Math.max(n.to,s),n.typeOver&&(o=!0))}if(ui&&l.length){let e=l.filter((t=>"BR"==t.nodeName));if(2==e.length){let[t,n]=e;t.parentNode&&t.parentNode.parentNode==n.parentNode?n.remove():t.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of e){let e=r.parentNode;!e||"LI"!=e.nodeName||n&&qo(t,n)==e||r.remove()}}}let u=null;i<0&&r&&t.input.lastFocus>Date.now()-200&&Math.max(t.input.lastTouch,t.input.lastClick.time)<Date.now()-300&&Xr(n)&&(u=as(t))&&u.eq(ur.near(t.state.doc.resolve(0),1))?(t.input.lastFocus=0,cs(t),this.currentSelection.set(n),t.scrollToSelection()):(i>-1||r)&&(i>-1&&(t.docView.markDirty(i,s),function(t){if(!Bo.has(t)&&(Bo.set(t,null),-1!==["normal","nowrap","pre-line"].indexOf(getComputedStyle(t.dom).whiteSpace))){if(t.requiresGeckoHackNode=ui,Uo)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),Uo=!0}}(t)),this.handleDOMChange(i,s,o,l),t.docView&&t.docView.dirty?t.updateState(t.state):this.currentSelection.eq(n)||cs(t),this.currentSelection.set(n))}registerMutation(t,e){if(e.indexOf(t.target)>-1)return null;let n=this.view.docView.nearestDesc(t.target);if("attributes"==t.type&&(n==this.view.docView||"contenteditable"==t.attributeName||"style"==t.attributeName&&!t.oldValue&&!t.target.getAttribute("style")))return null;if(!n||n.ignoreMutation(t))return null;if("childList"==t.type){for(let n=0;n<t.addedNodes.length;n++){let r=t.addedNodes[n];e.push(r),3==r.nodeType&&(this.lastChangedTextNode=r)}if(n.contentDOM&&n.contentDOM!=n.dom&&!n.contentDOM.contains(t.target))return{from:n.posBefore,to:n.posAfter};let r=t.previousSibling,i=t.nextSibling;if(oi&&li<=11&&t.addedNodes.length)for(let e=0;e<t.addedNodes.length;e++){let{previousSibling:n,nextSibling:s}=t.addedNodes[e];(!n||Array.prototype.indexOf.call(t.addedNodes,n)<0)&&(r=n),(!s||Array.prototype.indexOf.call(t.addedNodes,s)<0)&&(i=s)}let s=r&&r.parentNode==t.target?Fr(r)+1:0,o=n.localPosFromDOM(t.target,s,-1),l=i&&i.parentNode==t.target?Fr(i):t.target.childNodes.length;return{from:o,to:n.localPosFromDOM(t.target,l,1)}}return"attributes"==t.type?{from:n.posAtStart-n.border,to:n.posAtEnd+n.border}:(this.lastChangedTextNode=t.target,{from:n.posAtStart,to:n.posAtEnd,typeOver:t.target.nodeValue==t.oldValue})}}let Bo=new WeakMap,Uo=!1;function Fo(t,e){let n=e.startContainer,r=e.startOffset,i=e.endContainer,s=e.endOffset,o=t.domAtPos(t.state.selection.anchor);return Kr(o.node,o.offset,i,s)&&([n,r,i,s]=[i,s,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:s}}function qo(t,e){for(let n=e.parentNode;n&&n!=t.dom;n=n.parentNode){let e=t.docView.nearestDesc(n,!0);if(e&&e.node.isBlock)return n}return null}function Jo(t){let e=t.pmViewDesc;if(e)return e.parseRule();if("BR"==t.nodeName&&t.parentNode){if(fi&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}if(t.parentNode.lastChild==t||fi&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if("IMG"==t.nodeName&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const Wo=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function Ko(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:ws(t,e.resolve(n.anchor),e.resolve(n.head))}function Vo(t,e,n){let r=t.depth,i=e?t.end():t.pos;for(;r>0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,i++,e=!1;if(n){let e=t.node(r).maybeChild(t.indexAfter(r));for(;e&&!e.isLeaf;)e=e.firstChild,i++}return i}function Go(t){if(2!=t.length)return!1;let e=t.charCodeAt(0),n=t.charCodeAt(1);return e>=56320&&e<=57343&&n>=55296&&n<=56319}class Zo{constructor(t,e){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Vs,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=e,this.state=e.state,this.directPlugins=e.plugins||[],this.directPlugins.forEach(el),this.dispatch=this.dispatch.bind(this),this.dom=t&&t.mount||document.createElement("div"),t&&(t.appendChild?t.appendChild(this.dom):"function"==typeof t?t(this.dom):t.mount&&(this.mounted=!0)),this.editable=Yo(this),Xo(this),this.nodeViews=tl(this),this.docView=Wi(this.state.doc,Qo(this),Io(this),this.dom,this),this.domObserver=new _o(this,((t,e,n,r)=>function(t,e,n,r,i){let s=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let e=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,n=as(t,e);if(n&&!t.state.selection.eq(n)){if(hi&&gi&&13===t.input.lastKeyCode&&Date.now()-100<t.input.lastKeyCodeTime&&t.someProp("handleKeyDown",(e=>e(t,Yr(13,"Enter")))))return;let r=t.state.tr.setSelection(n);"pointer"==e?r.setMeta("pointer",!0):"key"==e&&r.scrollIntoView(),s&&r.setMeta("composition",s),t.dispatch(r)}return}let o=t.state.doc.resolve(e),l=o.sharedDepth(n);e=o.before(l+1),n=t.state.doc.resolve(n).after(l+1);let u,a,h=t.state.selection,c=function(t,e,n){let r,{node:i,fromOffset:s,toOffset:o,from:l,to:u}=t.docView.parseRange(e,n),a=t.domSelectionRange(),h=a.anchorNode;if(h&&t.dom.contains(1==h.nodeType?h:h.parentNode)&&(r=[{node:h,offset:a.anchorOffset}],Xr(a)||r.push({node:a.focusNode,offset:a.focusOffset})),hi&&8===t.input.lastKeyCode)for(let t=o;t>s;t--){let e=i.childNodes[t-1],n=e.pmViewDesc;if("BR"==e.nodeName&&!n){o=t;break}if(!n||n.size)break}let c=t.state.doc,f=t.someProp("domParser")||rn.fromSchema(t.state.schema),d=c.resolve(l),p=null,m=f.parse(i,{topNode:d.parent,topMatch:d.parent.contentMatchAt(d.index()),topOpen:!0,from:s,to:o,preserveWhitespace:"pre"!=d.parent.type.whitespace||"full",findPositions:r,ruleFromNode:Jo,context:d});if(r&&null!=r[0].pos){let t=r[0].pos,e=r[1]&&r[1].pos;null==e&&(e=t),p={anchor:t+l,head:e+l}}return{doc:m,sel:p,from:l,to:u}}(t,e,n),f=t.state.doc,d=f.slice(c.from,c.to);8===t.input.lastKeyCode&&Date.now()-100<t.input.lastKeyCodeTime?(u=t.state.selection.to,a="end"):(u=t.state.selection.from,a="start"),t.input.lastKeyCode=null;let p=function(t,e,n,r,i){let s=t.findDiffStart(e,n);if(null==s)return null;let{a:o,b:l}=t.findDiffEnd(e,n+t.size,n+e.size);if("end"==i&&(r-=o+Math.max(0,s-Math.min(o,l))-s),o<s&&t.size<e.size){let t=r<=s&&r>=o?s-r:0;s-=t,s&&s<e.size&&Go(e.textBetween(s-1,s+1))&&(s+=t?1:-1),l=s+(l-o),o=s}else if(l<s){let e=r<=s&&r>=l?s-r:0;s-=e,s&&s<t.size&&Go(t.textBetween(s-1,s+1))&&(s+=e?1:-1),o=s+(o-l),l=s}return{start:s,endA:o,endB:l}}(d.content,c.doc.content,c.from,u,a);if(p&&t.input.domChangeCount++,(di&&t.input.lastIOSEnter>Date.now()-225||gi)&&i.some((t=>1==t.nodeType&&!Wo.test(t.nodeName)))&&(!p||p.endA>=p.endB)&&t.someProp("handleKeyDown",(e=>e(t,Yr(13,"Enter")))))return void(t.input.lastIOSEnter=0);if(!p){if(!(r&&h instanceof fr&&!h.empty&&h.$head.sameParent(h.$anchor))||t.composing||c.sel&&c.sel.anchor!=c.sel.head){if(c.sel){let e=Ko(t,t.state.doc,c.sel);if(e&&!e.eq(t.state.selection)){let n=t.state.tr.setSelection(e);s&&n.setMeta("composition",s),t.dispatch(n)}}return}p={start:h.from,endA:h.to,endB:h.to}}t.state.selection.from<t.state.selection.to&&p.start==p.endB&&t.state.selection instanceof fr&&(p.start>t.state.selection.from&&p.start<=t.state.selection.from+2&&t.state.selection.from>=c.from?p.start=t.state.selection.from:p.endA<t.state.selection.to&&p.endA>=t.state.selection.to-2&&t.state.selection.to<=c.to&&(p.endB+=t.state.selection.to-p.endA,p.endA=t.state.selection.to)),oi&&li<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&" "==c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)&&(p.start--,p.endA--,p.endB--);let m=c.doc.resolveNoCache(p.start-c.from),g=c.doc.resolveNoCache(p.endB-c.from),b=f.resolve(p.start),w=m.sameParent(g)&&m.parent.inlineContent&&b.end()>=p.endA;if((di&&t.input.lastIOSEnter>Date.now()-225&&(!w||i.some((t=>"DIV"==t.nodeName||"P"==t.nodeName)))||!w&&m.pos<c.doc.content.size&&(!m.sameParent(g)||!m.parent.inlineContent)&&m.pos<g.pos&&!/\S/.test(c.doc.textBetween(m.pos,g.pos,"","")))&&t.someProp("handleKeyDown",(e=>e(t,Yr(13,"Enter")))))return void(t.input.lastIOSEnter=0);if(t.state.selection.anchor>p.start&&function(t,e,n,r,i){if(n-e<=i.pos-r.pos||Vo(r,!0,!1)<i.pos)return!1;let s=t.resolve(e);if(!r.parent.isTextblock){let t=s.nodeAfter;return null!=t&&n==e+t.nodeSize}if(s.parentOffset<s.parent.content.size||!s.parent.isTextblock)return!1;let o=t.resolve(Vo(s,!0,!0));return!(!o.parent.isTextblock||o.pos>n||Vo(o,!0,!1)<n)&&r.parent.content.cut(r.parentOffset).eq(o.parent.content)}(f,p.start,p.endA,m,g)&&t.someProp("handleKeyDown",(e=>e(t,Yr(8,"Backspace")))))return void(gi&&hi&&t.domObserver.suppressSelectionUpdates());hi&&p.endB==p.start&&(t.input.lastChromeDelete=Date.now()),gi&&!w&&m.start()!=g.start()&&0==g.parentOffset&&m.depth==g.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,g=c.doc.resolveNoCache(p.endB-c.from),setTimeout((()=>{t.someProp("handleKeyDown",(function(e){return e(t,Yr(13,"Enter"))}))}),20));let k,v=p.start,y=p.endA,M=e=>{let n=e||t.state.tr.replace(v,y,c.doc.slice(p.start-c.from,p.endB-c.from));if(c.sel){let e=Ko(t,n.doc,c.sel);e&&!(hi&&t.composing&&e.empty&&(p.start!=p.endB||t.input.lastChromeDelete<Date.now()-100)&&(e.head==v||e.head==n.mapping.map(y)-1)||oi&&e.empty&&e.head==v)&&n.setSelection(e)}return s&&n.setMeta("composition",s),n.scrollIntoView()};if(w){if(m.pos==g.pos){oi&&li<=11&&0==m.parentOffset&&(t.domObserver.suppressSelectionUpdates(),setTimeout((()=>cs(t)),20));let e=M(t.state.tr.delete(v,y)),n=f.resolve(p.start).marksAcross(f.resolve(p.endA));n&&e.ensureMarks(n),t.dispatch(e)}else if(p.endA==p.endB&&(k=function(t,e){let n,r,i,s=t.firstChild.marks,o=e.firstChild.marks,l=s,u=o;for(let t=0;t<o.length;t++)l=o[t].removeFromSet(l);for(let t=0;t<s.length;t++)u=s[t].removeFromSet(u);if(1==l.length&&0==u.length)r=l[0],n="add",i=t=>t.mark(r.addToSet(t.marks));else{if(0!=l.length||1!=u.length)return null;r=u[0],n="remove",i=t=>t.mark(r.removeFromSet(t.marks))}let a=[];for(let t=0;t<e.childCount;t++)a.push(i(e.child(t)));if(fe.from(a).eq(t))return{mark:r,type:n}}(m.parent.content.cut(m.parentOffset,g.parentOffset),b.parent.content.cut(b.parentOffset,p.endA-b.start())))){let e=M(t.state.tr);"add"==k.type?e.addMark(v,y,k.mark):e.removeMark(v,y,k.mark),t.dispatch(e)}else if(m.parent.child(m.index()).isText&&m.index()==g.index()-(g.textOffset?0:1)){let e=m.parent.textBetween(m.parentOffset,g.parentOffset),n=()=>M(t.state.tr.insertText(e,v,y));t.someProp("handleTextInput",(r=>r(t,v,y,e,n)))||t.dispatch(n())}}else t.dispatch(M())}(this,t,e,n,r))),this.domObserver.start(),function(t){for(let e in Js){let n=Js[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=e=>{!Xs(t,e)||Qs(t,e)||!t.editable&&e.type in Ws||n(t,e)},Ks[e]?{passive:!0}:void 0)}fi&&t.dom.addEventListener("input",(()=>null)),Zs(t)}(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let t=this._props;this._props={};for(let e in t)this._props[e]=t[e];this._props.state=this.state}return this._props}update(t){t.handleDOMEvents!=this._props.handleDOMEvents&&Zs(this);let e=this._props;this._props=t,t.plugins&&(t.plugins.forEach(el),this.directPlugins=t.plugins),this.updateStateInner(t.state,e)}setProps(t){let e={};for(let t in this._props)e[t]=this._props[t];e.state=this.state;for(let n in t)e[n]=t[n];this.update(e)}updateState(t){this.updateStateInner(t,this._props)}updateStateInner(t,e){var n;let r=this.state,i=!1,s=!1;t.storedMarks&&this.composing&&(ho(this),s=!0),this.state=t;let o=r.plugins!=t.plugins||this._props.plugins!=e.plugins;if(o||this._props.plugins!=e.plugins||this._props.nodeViews!=e.nodeViews){let t=tl(this);(function(t,e){let n=0,r=0;for(let r in t){if(t[r]!=e[r])return!0;n++}for(let t in e)r++;return n!=r})(t,this.nodeViews)&&(this.nodeViews=t,i=!0)}(o||e.handleDOMEvents!=this._props.handleDOMEvents)&&Zs(this),this.editable=Yo(this),Xo(this);let l=Io(this),u=Qo(this),a=r.plugins==t.plugins||r.doc.eq(t.doc)?t.scrollToSelection>r.scrollToSelection?"to selection":"preserve":"reset",h=i||!this.docView.matchesNode(t.doc,u,l);!h&&t.selection.eq(r.selection)||(s=!0);let c="preserve"==a&&s&&null==this.dom.style.overflowAnchor&&function(t){let e,n,r=t.dom.getBoundingClientRect(),i=Math.max(0,r.top);for(let s=(r.left+r.right)/2,o=i+1;o<Math.min(innerHeight,r.bottom);o+=5){let r=t.root.elementFromPoint(s,o);if(!r||r==t.dom||!t.dom.contains(r))continue;let l=r.getBoundingClientRect();if(l.top>=i-20){e=r,n=l.top;break}}return{refDOM:e,refTop:n,stack:xi(t.dom)}}(this);if(s){this.domObserver.stop();let e=h&&(oi||hi)&&!this.composing&&!r.selection.empty&&!t.selection.empty&&function(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}(r.selection,t.selection);if(h){let n=hi?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=function(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=function(t,e){for(;;){if(3==t.nodeType&&e)return t;if(1==t.nodeType&&e>0){if("false"==t.contentEditable)return null;e=Zr(t=t.childNodes[e-1])}else{if(!t.parentNode||Qr(t))return null;e=Fr(t),t=t.parentNode}}}(e.focusNode,e.focusOffset),r=function(t,e){for(;;){if(3==t.nodeType&&e<t.nodeValue.length)return t;if(1==t.nodeType&&e<t.childNodes.length){if("false"==t.contentEditable)return null;t=t.childNodes[e],e=0}else{if(!t.parentNode||Qr(t))return null;e=Fr(t)+1,t=t.parentNode}}}(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let e=r.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!e||!e.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let t=n.pmViewDesc;if(t&&t.isText(n.nodeValue))return r}}return n||r}(this)),!i&&this.docView.update(t.doc,u,l,this)||(this.docView.updateOuterDeco(u),this.docView.destroy(),this.docView=Wi(t.doc,u,l,this.dom,this)),n&&!this.trackWrites&&(e=!0)}e||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&function(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return Kr(e.node,e.offset,n.anchorNode,n.anchorOffset)}(this))?cs(this,e):(gs(this,t.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(r),(null===(n=this.dragging)||void 0===n?void 0:n.node)&&!r.doc.eq(t.doc)&&this.updateDraggedNode(this.dragging,r),"reset"==a?this.dom.scrollTop=0:"to selection"==a?this.scrollToSelection():c&&function({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;Oi(n,0==r?0:r-e)}(c)}scrollToSelection(){let t=this.domSelectionRange().focusNode;if(t&&this.dom.contains(1==t.nodeType?t:t.parentNode))if(this.someProp("handleScrollToSelection",(t=>t(this))));else if(this.state.selection instanceof pr){let e=this.docView.domAfterPos(this.state.selection.from);1==e.nodeType&&Mi(this,e.getBoundingClientRect(),t)}else Mi(this,this.coordsAtPos(this.state.selection.head,1),t)}destroyPluginViews(){let t;for(;t=this.pluginViews.pop();)t.destroy&&t.destroy()}updatePluginViews(t){if(t&&t.plugins==this.state.plugins&&this.directPlugins==this.prevDirectPlugins)for(let e=0;e<this.pluginViews.length;e++){let n=this.pluginViews[e];n.update&&n.update(this,t)}else{this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let e=this.directPlugins[t];e.spec.view&&this.pluginViews.push(e.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let e=this.state.plugins[t];e.spec.view&&this.pluginViews.push(e.spec.view(this))}}}updateDraggedNode(t,e){let n=t.node,r=-1;if(this.state.doc.nodeAt(n.from)==n.node)r=n.from;else{let t=n.from+(this.state.doc.content.size-e.doc.content.size);(t>0&&this.state.doc.nodeAt(t))==n.node&&(r=t)}this.dragging=new go(t.slice,t.move,r<0?void 0:pr.create(this.state.doc,r))}someProp(t,e){let n,r=this._props&&this._props[t];if(null!=r&&(n=e?e(r):r))return n;for(let r=0;r<this.directPlugins.length;r++){let i=this.directPlugins[r].props[t];if(null!=i&&(n=e?e(i):i))return n}let i=this.state.plugins;if(i)for(let r=0;r<i.length;r++){let s=i[r].props[t];if(null!=s&&(n=e?e(s):s))return n}}hasFocus(){if(oi){let t=this.root.activeElement;if(t==this.dom)return!0;if(!t||!this.dom.contains(t))return!1;for(;t&&this.dom!=t&&this.dom.contains(t);){if("false"==t.contentEditable)return!1;t=t.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&function(t){if(t.setActive)return t.setActive();if(Ti)return t.focus(Ti);let e=xi(t);t.focus(null==Ti?{get preventScroll(){return Ti={preventScroll:!0},!0}}:void 0),Ti||(Ti=!1,Oi(e,0))}(this.dom),cs(this),this.domObserver.start()}get root(){let t=this._root;if(null==t)for(let t=this.dom.parentNode;t;t=t.parentNode)if(9==t.nodeType||11==t.nodeType&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t;return t||document}updateRoot(){this._root=null}posAtCoords(t){return $i(this,t)}coordsAtPos(t,e=1){return Ni(this,t,e)}domAtPos(t,e=0){return this.docView.domFromPos(t,e)}nodeDOM(t){let e=this.docView.descAt(t);return e?e.nodeDOM:null}posAtDOM(t,e,n=-1){let r=this.docView.posFromDOM(t,e,n);if(null==r)throw new RangeError("DOM position not inside the editor");return r}endOfTextblock(t,e){return function(t,e,n){return Hi==e&&zi==n?_i:(Hi=e,zi=n,_i="up"==n||"down"==n?function(t,e,n){let r=e.selection,i="up"==n?r.$from:r.$to;return Ii(t,e,(()=>{let{node:e}=t.docView.domFromPos(i.pos,"up"==n?-1:1);for(;;){let n=t.docView.nearestDesc(e,!0);if(!n)break;if(n.node.isBlock){e=n.contentDOM||n.dom;break}e=n.dom.parentNode}let r=Ni(t,i.pos,1);for(let t=e.firstChild;t;t=t.nextSibling){let e;if(1==t.nodeType)e=t.getClientRects();else{if(3!=t.nodeType)continue;e=Wr(t,0,t.nodeValue.length).getClientRects()}for(let t=0;t<e.length;t++){let i=e[t];if(i.bottom>i.top+1&&("up"==n?r.top-i.top>2*(i.bottom-r.top):i.bottom-r.bottom>2*(r.bottom-i.top)))return!1}}return!0}))}(t,e,n):function(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,s=!i,o=i==r.parent.content.size,l=t.domSelection();return l?Di.test(r.parent.textContent)&&l.modify?Ii(t,e,(()=>{let{focusNode:e,focusOffset:i,anchorNode:s,anchorOffset:o}=t.domSelectionRange(),u=l.caretBidiLevel;l.modify("move",n,"character");let a=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:h,focusOffset:c}=t.domSelectionRange(),f=h&&!a.contains(1==h.nodeType?h:h.parentNode)||e==h&&i==c;try{l.collapse(s,o),e&&(e!=s||i!=o)&&l.extend&&l.extend(e,i)}catch(t){}return null!=u&&(l.caretBidiLevel=u),f})):"left"==n||"backward"==n?s:o:r.pos==r.start()||r.pos==r.end()}(t,e,n))}(this,e||this.state,t)}pasteHTML(t,e){return po(this,"",t,!1,e||new ClipboardEvent("paste"))}pasteText(t,e){return po(this,t,null,!0,e||new ClipboardEvent("paste"))}serializeForClipboard(t){return Ns(this,t)}destroy(){this.docView&&(function(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Io(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,Jr=null)}get isDestroyed(){return null==this.docView}dispatchEvent(t){return function(t,e){Qs(t,e)||!Js[e.type]||!t.editable&&e.type in Ws||Js[e.type](t,e)}(this,t)}domSelectionRange(){let t=this.domSelection();return t?fi&&11===this.root.nodeType&&function(t){let e=t.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}(this.dom.ownerDocument)==this.dom&&function(t,e){if(e.getComposedRanges){let n=e.getComposedRanges(t.root)[0];if(n)return Fo(t,n)}let n;function r(t){t.preventDefault(),t.stopImmediatePropagation(),n=t.getTargetRanges()[0]}return t.dom.addEventListener("beforeinput",r,!0),document.execCommand("indent"),t.dom.removeEventListener("beforeinput",r,!0),n?Fo(t,n):null}(this,t)||t:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}function Qo(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",(n=>{if("function"==typeof n&&(n=n(t.state)),n)for(let t in n)"class"==t?e.class+=" "+n[t]:"style"==t?e.style=(e.style?e.style+";":"")+n[t]:e[t]||"contenteditable"==t||"nodeName"==t||(e[t]=String(n[t]))})),e.translate||(e.translate="no"),[xo.node(0,t.state.doc.content.size,e)]}function Xo(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:xo.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function Yo(t){return!t.someProp("editable",(e=>!1===e(t.state)))}function tl(t){let e=Object.create(null);function n(t){for(let n in t)Object.prototype.hasOwnProperty.call(e,n)||(e[n]=t[n])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function el(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}Zo.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};for(var nl={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},rl={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},il="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),sl="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),ol=0;ol<10;ol++)nl[48+ol]=nl[96+ol]=String(ol);for(ol=1;ol<=24;ol++)nl[ol+111]="F"+ol;for(ol=65;ol<=90;ol++)nl[ol]=String.fromCharCode(ol+32),rl[ol]=String.fromCharCode(ol);for(var ll in nl)rl.hasOwnProperty(ll)||(rl[ll]=nl[ll]);const ul="undefined"!=typeof navigator&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),al="undefined"!=typeof navigator&&/Win/.test(navigator.platform);function hl(t){let e,n,r,i,s=t.split(/-(?!$)/),o=s[s.length-1];"Space"==o&&(o=" ");for(let t=0;t<s.length-1;t++){let o=s[t];if(/^(cmd|meta|m)$/i.test(o))i=!0;else if(/^a(lt)?$/i.test(o))e=!0;else if(/^(c|ctrl|control)$/i.test(o))n=!0;else if(/^s(hift)?$/i.test(o))r=!0;else{if(!/^mod$/i.test(o))throw new Error("Unrecognized modifier name: "+o);ul?i=!0:n=!0}}return e&&(o="Alt-"+o),n&&(o="Ctrl-"+o),i&&(o="Meta-"+o),r&&(o="Shift-"+o),o}function cl(t,e,n=!0){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),n&&e.shiftKey&&(t="Shift-"+t),t}function fl(t){let e=function(t){let e=Object.create(null);for(let n in t)e[hl(n)]=t[n];return e}(t);return function(t,n){let r,i=function(t){var e=!(il&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||sl&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?rl:nl)[t.keyCode]||t.key||"Unidentified";return"Esc"==e&&(e="Escape"),"Del"==e&&(e="Delete"),"Left"==e&&(e="ArrowLeft"),"Up"==e&&(e="ArrowUp"),"Right"==e&&(e="ArrowRight"),"Down"==e&&(e="ArrowDown"),e}(n),s=e[cl(i,n)];if(s&&s(t.state,t.dispatch,t))return!0;if(1==i.length&&" "!=i){if(n.shiftKey){let r=e[cl(i,n,!1)];if(r&&r(t.state,t.dispatch,t))return!0}if((n.altKey||n.metaKey||n.ctrlKey)&&!(al&&n.ctrlKey&&n.altKey)&&(r=nl[n.keyCode])&&r!=i){let i=e[cl(r,n)];if(i&&i(t.state,t.dispatch,t))return!0}}return!1}}var dl=Object.defineProperty,pl=(t,e)=>{for(var n in e)dl(t,n,{get:e[n],enumerable:!0})};function ml(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:i}=n,{storedMarks:s}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return s},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,s=n.storedMarks,n}}}var gl=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:i}=n,s=this.buildProps(i);return Object.fromEntries(Object.entries(t).map((([t,e])=>[t,(...t)=>{const n=e(...t)(s);return i.getMeta("preventDispatch")||this.hasCustomState||r.dispatch(i),n}])))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:i}=this,{view:s}=r,o=[],l=!!t,u=t||i.tr,a={...Object.fromEntries(Object.entries(n).map((([t,n])=>[t,(...t)=>{const r=this.buildProps(u,e),i=n(...t)(r);return o.push(i),a}]))),run:()=>(l||!e||u.getMeta("preventDispatch")||this.hasCustomState||s.dispatch(u),o.every((t=>!0===t)))};return a}createCan(t){const{rawCommands:e,state:n}=this,r=!1,i=t||n.tr,s=this.buildProps(i,r);return{...Object.fromEntries(Object.entries(e).map((([t,e])=>[t,(...t)=>e(...t)({...s,dispatch:void 0})]))),chain:()=>this.createChain(i,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:i}=this,{view:s}=r,o={tr:t,editor:r,view:s,state:ml({state:i,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map((([t,e])=>[t,(...t)=>e(...t)(o)])))}};return o}},bl={};pl(bl,{blur:()=>wl,clearContent:()=>kl,clearNodes:()=>vl,command:()=>yl,createParagraphNear:()=>Ml,cut:()=>xl,deleteCurrentNode:()=>Ol,deleteNode:()=>Sl,deleteRange:()=>El,deleteSelection:()=>Al,enter:()=>$l,exitCode:()=>Rl,extendMarkRange:()=>Dl,first:()=>Hl,focus:()=>Fl,forEach:()=>ql,insertContent:()=>Jl,insertContentAt:()=>Gl,joinBackward:()=>Xl,joinDown:()=>Ql,joinForward:()=>Yl,joinItemBackward:()=>tu,joinItemForward:()=>eu,joinTextblockBackward:()=>nu,joinTextblockForward:()=>ru,joinUp:()=>Zl,keyboardShortcut:()=>su,lift:()=>lu,liftEmptyBlock:()=>uu,liftListItem:()=>au,newlineInCode:()=>hu,resetAttributes:()=>du,scrollIntoView:()=>pu,selectAll:()=>mu,selectNodeBackward:()=>gu,selectNodeForward:()=>bu,selectParentNode:()=>wu,selectTextblockEnd:()=>ku,selectTextblockStart:()=>vu,setContent:()=>Mu,setMark:()=>na,setMeta:()=>ra,setNode:()=>ia,setNodeSelection:()=>sa,setTextDirection:()=>oa,setTextSelection:()=>la,sinkListItem:()=>ua,splitBlock:()=>ha,splitListItem:()=>ca,toggleList:()=>pa,toggleMark:()=>ma,toggleNode:()=>ga,toggleWrap:()=>ba,undoInputRule:()=>wa,unsetAllMarks:()=>ka,unsetMark:()=>va,unsetTextDirection:()=>ya,updateAttributes:()=>Ma,wrapIn:()=>xa,wrapInList:()=>Oa});var wl=()=>({editor:t,view:e})=>(requestAnimationFrame((()=>{var n;t.isDestroyed||(e.dom.blur(),null==(n=null==window?void 0:window.getSelection())||n.removeAllRanges())})),!0),kl=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),vl=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:i}=r;return!n||(i.forEach((({$from:n,$to:r})=>{t.doc.nodesBetween(n.pos,r.pos,((t,n)=>{if(t.type.isText)return;const{doc:r,mapping:i}=e,s=r.resolve(i.map(n)),o=r.resolve(i.map(n+t.nodeSize)),l=s.blockRange(o);if(!l)return;const u=Dn(l);if(t.type.isTextblock){const{defaultType:t}=s.parent.contentMatchAt(s.index());e.setNodeMarkup(l.start,t)}(u||0===u)&&e.lift(l,u)}))})),!0)},yl=t=>e=>t(e),Ml=()=>({state:t,dispatch:e})=>((t,e)=>{let n=t.selection,{$from:r,$to:i}=n;if(n instanceof gr||r.parent.inlineContent||i.parent.inlineContent)return!1;let s=Dr(i.parent.contentMatchAt(i.indexAfter()));if(!s||!s.isTextblock)return!1;if(e){let n=(!r.parentOffset&&i.index()<i.parent.childCount?r:i).pos,o=t.tr.insert(n,s.createAndFill());o.setSelection(fr.create(o.doc,n+1)),e(o.scrollIntoView())}return!0})(t,e),xl=(t,e)=>({editor:n,tr:r})=>{const{state:i}=n,s=i.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,s.content),r.setSelection(new fr(r.doc.resolve(Math.max(o-1,0)))),!0},Ol=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const i=t.selection.$anchor;for(let n=i.depth;n>0;n-=1)if(i.node(n).type===r.type){if(e){const e=i.before(n),r=i.after(n);t.delete(e,r).scrollIntoView()}return!0}return!1};function Tl(t,e){if("string"==typeof t){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var Sl=t=>({tr:e,state:n,dispatch:r})=>{const i=Tl(t,n.schema),s=e.selection.$anchor;for(let t=s.depth;t>0;t-=1)if(s.node(t).type===i){if(r){const n=s.before(t),r=s.after(t);e.delete(n,r).scrollIntoView()}return!0}return!1},El=t=>({tr:e,dispatch:n})=>{const{from:r,to:i}=t;return n&&e.delete(r,i),!0},Al=()=>({state:t,dispatch:e})=>((t,e)=>!t.selection.empty&&(e&&e(t.tr.deleteSelection().scrollIntoView()),!0))(t,e),$l=()=>({commands:t})=>t.keyboardShortcut("Enter"),Rl=()=>({state:t,dispatch:e})=>((t,e)=>{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),s=n.indexAfter(-1),o=Dr(i.contentMatchAt(s));if(!o||!i.canReplaceWith(s,s,o))return!1;if(e){let r=n.after(),i=t.tr.replaceWith(r,r,o.createAndFill());i.setSelection(ur.near(i.doc.resolve(r),1)),e(i.scrollIntoView())}return!0})(t,e);function Cl(t){return"[object RegExp]"===Object.prototype.toString.call(t)}function Ll(t,e,n={strict:!0}){const r=Object.keys(e);return!r.length||r.every((r=>n.strict?e[r]===t[r]:Cl(e[r])?e[r].test(t[r]):e[r]===t[r]))}function Nl(t,e,n={}){return t.find((t=>t.type===e&&Ll(Object.fromEntries(Object.keys(n).map((e=>[e,t.attrs[e]]))),n)))}function jl(t,e,n={}){return!!Nl(t,e,n)}function Pl(t,e,n){var r;if(!t||!e)return;let i=t.parent.childAfter(t.parentOffset);if(i.node&&i.node.marks.some((t=>t.type===e))||(i=t.parent.childBefore(t.parentOffset)),!i.node||!i.node.marks.some((t=>t.type===e)))return;if(n=n||(null==(r=i.node.marks[0])?void 0:r.attrs),!Nl([...i.node.marks],e,n))return;let s=i.index,o=t.start()+i.offset,l=s+1,u=o+i.node.nodeSize;for(;s>0&&jl([...t.parent.child(s-1).marks],e,n);)s-=1,o-=t.parent.child(s).nodeSize;for(;l<t.parent.childCount&&jl([...t.parent.child(l).marks],e,n);)u+=t.parent.child(l).nodeSize,l+=1;return{from:o,to:u}}function Il(t,e){if("string"==typeof t){if(!e.marks[t])throw Error(`There is no mark type named '${t}'. Maybe you forgot to add the extension?`);return e.marks[t]}return t}var Dl=(t,e={})=>({tr:n,state:r,dispatch:i})=>{const s=Il(t,r.schema),{doc:o,selection:l}=n,{$from:u,from:a,to:h}=l;if(i){const t=Pl(u,s,e);if(t&&t.from<=a&&t.to>=h){const e=fr.create(o,t.from,t.to);n.setSelection(e)}}return!0},Hl=t=>e=>{const n="function"==typeof t?t(e):t;for(let t=0;t<n.length;t+=1)if(n[t](e))return!0;return!1};function zl(t){return t instanceof fr}function _l(t=0,e=0,n=0){return Math.min(Math.max(t,e),n)}function Bl(t,e=null){if(!e)return null;const n=ur.atStart(t),r=ur.atEnd(t);if("start"===e||!0===e)return n;if("end"===e)return r;const i=n.from,s=r.to;return"all"===e?fr.create(t,_l(0,i,s),_l(t.content.size,i,s)):fr.create(t,_l(e,i,s),_l(e,i,s))}function Ul(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}var Fl=(t=null,e={})=>({editor:n,view:r,tr:i,dispatch:s})=>{e={scrollIntoView:!0,...e};const o=()=>{(Ul()||"Android"===navigator.platform||/android/i.test(navigator.userAgent))&&r.dom.focus(),requestAnimationFrame((()=>{n.isDestroyed||(r.focus(),(null==e?void 0:e.scrollIntoView)&&n.commands.scrollIntoView())}))};if(r.hasFocus()&&null===t||!1===t)return!0;if(s&&null===t&&!zl(n.state.selection))return o(),!0;const l=Bl(i.doc,t)||n.state.selection,u=n.state.selection.eq(l);return s&&(u||i.setSelection(l),u&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},ql=(t,e)=>n=>t.every(((t,r)=>e(t,{...n,index:r}))),Jl=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),Wl=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];3===r.nodeType&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):1===r.nodeType&&Wl(r)}return t};function Kl(t){if("undefined"==typeof window)throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`<body>${t}</body>`,n=(new window.DOMParser).parseFromString(e,"text/html").body;return Wl(n)}function Vl(t,e,n){if(t instanceof Ie||t instanceof fe)return t;n={slice:!0,parseOptions:{},...n};const r="string"==typeof t;if("object"==typeof t&&null!==t)try{if(Array.isArray(t)&&t.length>0)return fe.fromArray(t.map((t=>e.nodeFromJSON(t))));const r=e.nodeFromJSON(t);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:r});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",r),Vl("",e,n)}if(r){if(n.errorOnInvalidContent){let r=!1,i="";const s=new en({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:t=>(r=!0,i="string"==typeof t?t:t.outerHTML,null)}]}})});if(n.slice?rn.fromSchema(s).parseSlice(Kl(t),n.parseOptions):rn.fromSchema(s).parse(Kl(t),n.parseOptions),n.errorOnInvalidContent&&r)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${i}`)})}const r=rn.fromSchema(e);return n.slice?r.parseSlice(Kl(t),n.parseOptions).content:r.parse(Kl(t),n.parseOptions)}return Vl("",e,n)}var Gl=(t,e,n)=>({tr:r,dispatch:i,editor:s})=>{var o;if(i){let i;const l=t=>{s.emit("contentError",{editor:s,error:t,disableCollaboration:()=>{"collaboration"in s.storage&&"object"==typeof s.storage.collaboration&&s.storage.collaboration&&(s.storage.collaboration.isDisabled=!0)}})},u={preserveWhitespace:"full",...(n={parseOptions:s.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n}).parseOptions};if(!n.errorOnInvalidContent&&!s.options.enableContentCheck&&s.options.emitContentError)try{Vl(e,s.schema,{parseOptions:u,errorOnInvalidContent:!0})}catch(t){l(t)}try{i=Vl(e,s.schema,{parseOptions:u,errorOnInvalidContent:null!=(o=n.errorOnInvalidContent)?o:s.options.enableContentCheck})}catch(t){return l(t),!1}let a,{from:h,to:c}="number"==typeof t?{from:t,to:t}:{from:t.from,to:t.to},f=!0,d=!0;if(("type"in i?[i]:i).forEach((t=>{t.check(),f=!!f&&t.isText&&0===t.marks.length,d=!!d&&t.isBlock})),h===c&&d){const{parent:t}=r.doc.resolve(h);t.isTextblock&&!t.type.spec.code&&!t.childCount&&(h-=1,c+=1)}if(f){if(Array.isArray(e))a=e.map((t=>t.text||"")).join("");else if(e instanceof fe){let t="";e.forEach((e=>{e.text&&(t+=e.text)})),a=t}else a="object"==typeof e&&e&&e.text?e.text:e;r.insertText(a,h,c)}else{a=i;const t=r.doc.resolve(h),e=t.node();0===t.parentOffset&&(e.isText||e.isTextblock)&&e.content.size>0&&(h=Math.max(0,h-1)),r.replaceWith(h,c,a)}n.updateSelection&&function(t,e){const n=t.steps.length-1;if(n<e)return;const r=t.steps[n];if(!(r instanceof Ln||r instanceof Nn))return;let i=0;t.mapping.maps[n].forEach(((t,e,n,r)=>{0===i&&(i=r)})),t.setSelection(ur.near(t.doc.resolve(i),-1))}(r,r.steps.length-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:h,text:a}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:h,text:a})}return!0},Zl=()=>({state:t,dispatch:e})=>((t,e)=>{let n,r=t.selection,i=r instanceof pr;if(i){if(r.node.isTextblock||!Fn(t.doc,r.from))return!1;n=r.from}else if(n=Jn(t.doc,r.from,-1),null==n)return!1;if(e){let r=t.tr.join(n);i&&r.setSelection(pr.create(r.doc,n-t.doc.resolve(n).nodeBefore.nodeSize)),e(r.scrollIntoView())}return!0})(t,e),Ql=()=>({state:t,dispatch:e})=>((t,e)=>{let n,r=t.selection;if(r instanceof pr){if(r.node.isTextblock||!Fn(t.doc,r.to))return!1;n=r.to}else if(n=Jn(t.doc,r.to,1),null==n)return!1;return e&&e(t.tr.join(n).scrollIntoView()),!0})(t,e),Xl=()=>({state:t,dispatch:e})=>((t,e)=>{let n=Cr(t,void 0);if(!n)return!1;let r=jr(n);if(!r){let r=n.blockRange(),i=r&&Dn(r);return null!=i&&(e&&e(t.tr.lift(r,i).scrollIntoView()),!0)}let i=r.nodeBefore;if(Hr(t,r,e,-1))return!0;if(0==n.parent.content.size&&(Nr(i,"end")||pr.isSelectable(i)))for(let s=n.depth;;s--){let o=Kn(t.doc,n.before(s),n.after(s),we.empty);if(o&&o.slice.size<o.to-o.from){if(e){let n=t.tr.step(o);n.setSelection(Nr(i,"end")?ur.findFrom(n.doc.resolve(n.mapping.map(r.pos,-1)),-1):pr.create(n.doc,r.pos-i.nodeSize)),e(n.scrollIntoView())}return!0}if(1==s||n.node(s-1).childCount>1)break}return!(!i.isAtom||r.depth!=n.depth-1||(e&&e(t.tr.delete(r.pos-i.nodeSize,r.pos).scrollIntoView()),0))})(t,e),Yl=()=>({state:t,dispatch:e})=>((t,e)=>{let n=Pr(t,void 0);if(!n)return!1;let r=Ir(n);if(!r)return!1;let i=r.nodeAfter;if(Hr(t,r,e,1))return!0;if(0==n.parent.content.size&&(Nr(i,"start")||pr.isSelectable(i))){let s=Kn(t.doc,n.before(),n.after(),we.empty);if(s&&s.slice.size<s.to-s.from){if(e){let n=t.tr.step(s);n.setSelection(Nr(i,"start")?ur.findFrom(n.doc.resolve(n.mapping.map(r.pos)),1):pr.create(n.doc,n.mapping.map(r.pos))),e(n.scrollIntoView())}return!0}}return!(!i.isAtom||r.depth!=n.depth-1||(e&&e(t.tr.delete(r.pos,r.pos+i.nodeSize).scrollIntoView()),0))})(t,e),tu=()=>({state:t,dispatch:e,tr:n})=>{try{const r=Jn(t.doc,t.selection.$from.pos,-1);return null!=r&&(n.join(r,2),e&&e(n),!0)}catch{return!1}},eu=()=>({state:t,dispatch:e,tr:n})=>{try{const r=Jn(t.doc,t.selection.$from.pos,1);return null!=r&&(n.join(r,2),e&&e(n),!0)}catch{return!1}},nu=()=>({state:t,dispatch:e})=>((t,e)=>{let n=Cr(t,void 0);if(!n)return!1;let r=jr(n);return!!r&&Lr(t,r,e)})(t,e),ru=()=>({state:t,dispatch:e})=>((t,e)=>{let n=Pr(t,void 0);if(!n)return!1;let r=Ir(n);return!!r&&Lr(t,r,e)})(t,e);function iu(){return"undefined"!=typeof navigator&&/Mac/.test(navigator.platform)}var su=t=>({editor:e,view:n,tr:r,dispatch:i})=>{const s=function(t){const e=t.split(/-(?!$)/);let n,r,i,s,o=e[e.length-1];"Space"===o&&(o=" ");for(let t=0;t<e.length-1;t+=1){const o=e[t];if(/^(cmd|meta|m)$/i.test(o))s=!0;else if(/^a(lt)?$/i.test(o))n=!0;else if(/^(c|ctrl|control)$/i.test(o))r=!0;else if(/^s(hift)?$/i.test(o))i=!0;else{if(!/^mod$/i.test(o))throw new Error(`Unrecognized modifier name: ${o}`);Ul()||iu()?s=!0:r=!0}}return n&&(o=`Alt-${o}`),r&&(o=`Ctrl-${o}`),s&&(o=`Meta-${o}`),i&&(o=`Shift-${o}`),o}(t).split(/-(?!$)/),o=s.find((t=>!["Alt","Ctrl","Meta","Shift"].includes(t))),l=new KeyboardEvent("keydown",{key:"Space"===o?" ":o,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction((()=>{n.someProp("handleKeyDown",(t=>t(n,l)))}));return null==u||u.steps.forEach((t=>{const e=t.map(r.mapping);e&&i&&r.maybeStep(e)})),!0};function ou(t,e,n={}){const{from:r,to:i,empty:s}=t.selection,o=e?Tl(e,t.schema):null,l=[];t.doc.nodesBetween(r,i,((t,e)=>{if(t.isText)return;const n=Math.max(r,e),s=Math.min(i,e+t.nodeSize);l.push({node:t,from:n,to:s})}));const u=i-r,a=l.filter((t=>!o||o.name===t.node.type.name)).filter((t=>Ll(t.node.attrs,n,{strict:!1})));return s?!!a.length:a.reduce(((t,e)=>t+e.to-e.from),0)>=u}var lu=(t,e={})=>({state:n,dispatch:r})=>!!ou(n,Tl(t,n.schema),e)&&((t,e)=>{let{$from:n,$to:r}=t.selection,i=n.blockRange(r),s=i&&Dn(i);return null!=s&&(e&&e(t.tr.lift(i,s).scrollIntoView()),!0)})(n,r),uu=()=>({state:t,dispatch:e})=>((t,e)=>{let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(Un(t.doc,r))return e&&e(t.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&Dn(r);return null!=i&&(e&&e(t.tr.lift(r,i).scrollIntoView()),!0)})(t,e),au=t=>({state:e,dispatch:n})=>{return(r=Tl(t,e.schema),function(t,e){let{$from:n,$to:i}=t.selection,s=n.blockRange(i,(t=>t.childCount>0&&t.firstChild.type==r));return!!s&&(!e||(n.node(s.depth-1).type==r?function(t,e,n,r){let i=t.tr,s=r.end,o=r.$to.end(r.depth);s<o&&(i.step(new Nn(s-1,o,s,o,new we(fe.from(n.create(null,r.parent.copy())),1,0),1,!0)),r=new je(i.doc.resolve(r.$from.pos),i.doc.resolve(o),r.depth));const l=Dn(r);if(null==l)return!1;i.lift(r,l);let u=i.doc.resolve(i.mapping.map(s,-1)-1);return Fn(i.doc,u.pos)&&u.nodeBefore.type==u.nodeAfter.type&&i.join(u.pos),e(i.scrollIntoView()),!0}(t,e,r,s):function(t,e,n){let r=t.tr,i=n.parent;for(let t=n.end,e=n.endIndex-1,s=n.startIndex;e>s;e--)t-=i.child(e).nodeSize,r.delete(t-1,t+1);let s=r.doc.resolve(n.start),o=s.nodeAfter;if(r.mapping.map(n.end)!=n.start+s.nodeAfter.nodeSize)return!1;let l=0==n.startIndex,u=n.endIndex==i.childCount,a=s.node(-1),h=s.index(-1);if(!a.canReplace(h+(l?0:1),h+1,o.content.append(u?fe.empty:fe.from(i))))return!1;let c=s.pos,f=c+o.nodeSize;return r.step(new Nn(c-(l?1:0),f+(u?1:0),c+1,f-1,new we((l?fe.empty:fe.from(i.copy(fe.empty))).append(u?fe.empty:fe.from(i.copy(fe.empty))),l?0:1,u?0:1),l?0:1)),e(r.scrollIntoView()),!0}(t,e,s)))})(e,n);var r},hu=()=>({state:t,dispatch:e})=>((t,e)=>{let{$head:n,$anchor:r}=t.selection;return!(!n.parent.type.spec.code||!n.sameParent(r)||(e&&e(t.tr.insertText("\n").scrollIntoView()),0))})(t,e);function cu(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function fu(t,e){const n="string"==typeof e?[e]:e;return Object.keys(t).reduce(((e,r)=>(n.includes(r)||(e[r]=t[r]),e)),{})}var du=(t,e)=>({tr:n,state:r,dispatch:i})=>{let s=null,o=null;const l=cu("string"==typeof t?t:t.name,r.schema);if(!l)return!1;"node"===l&&(s=Tl(t,r.schema)),"mark"===l&&(o=Il(t,r.schema));let u=!1;return n.selection.ranges.forEach((t=>{r.doc.nodesBetween(t.$from.pos,t.$to.pos,((t,r)=>{s&&s===t.type&&(u=!0,i&&n.setNodeMarkup(r,void 0,fu(t.attrs,e))),o&&t.marks.length&&t.marks.forEach((s=>{o===s.type&&(u=!0,i&&n.addMark(r,r+t.nodeSize,o.create(fu(s.attrs,e))))}))}))})),u},pu=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),mu=()=>({tr:t,dispatch:e})=>{if(e){const e=new gr(t.doc);t.setSelection(e)}return!0},gu=()=>({state:t,dispatch:e})=>((t,e)=>{let{$head:n,empty:r}=t.selection,i=n;if(!r)return!1;if(n.parent.isTextblock){if(n.parentOffset>0)return!1;i=jr(n)}let s=i&&i.nodeBefore;return!(!s||!pr.isSelectable(s)||(e&&e(t.tr.setSelection(pr.create(t.doc,i.pos-s.nodeSize)).scrollIntoView()),0))})(t,e),bu=()=>({state:t,dispatch:e})=>((t,e)=>{let{$head:n,empty:r}=t.selection,i=n;if(!r)return!1;if(n.parent.isTextblock){if(n.parentOffset<n.parent.content.size)return!1;i=Ir(n)}let s=i&&i.nodeAfter;return!(!s||!pr.isSelectable(s)||(e&&e(t.tr.setSelection(pr.create(t.doc,i.pos)).scrollIntoView()),0))})(t,e),wu=()=>({state:t,dispatch:e})=>((t,e)=>{let n,{$from:r,to:i}=t.selection,s=r.sharedDepth(i);return 0!=s&&(n=r.before(s),e&&e(t.tr.setSelection(pr.create(t.doc,n))),!0)})(t,e),ku=()=>({state:t,dispatch:e})=>Br(t,e),vu=()=>({state:t,dispatch:e})=>_r(t,e);function yu(t,e,n={},r={}){return Vl(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Mu=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:s,dispatch:o,commands:l})=>{const{doc:u}=s;if("full"!==r.preserveWhitespace){const l=yu(t,i.schema,r,{errorOnInvalidContent:null!=e?e:i.options.enableContentCheck});return o&&s.replaceWith(0,u.content.size,l).setMeta("preventUpdate",!n),!0}return o&&s.setMeta("preventUpdate",!n),l.insertContentAt({from:0,to:u.content.size},t,{parseOptions:r,errorOnInvalidContent:null!=e?e:i.options.enableContentCheck})};function xu(t,e){const n=Il(e,t.schema),{from:r,to:i,empty:s}=t.selection,o=[];s?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,i,(t=>{o.push(...t.marks)}));const l=o.find((t=>t.type.name===n.name));return l?{...l.attrs}:{}}function Ou(t,e){const n=new or(t);return e.forEach((t=>{t.steps.forEach((t=>{n.step(t)}))})),n}function Tu(t){return e=>function(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}(e.$from,t)}function Su(t,e,n){return void 0===t.config[e]&&t.parent?Su(t.parent,e,n):"function"==typeof t.config[e]?t.config[e].bind({...n,parent:t.parent?Su(t.parent,e,n):null}):t.config[e]}function Eu(t){return t.map((t=>{const e=Su(t,"addExtensions",{name:t.name,options:t.options,storage:t.storage});return e?[t,...Eu(e())]:t})).flat(10)}function Au(t,e){const n=pn.fromSchema(e).serializeFragment(t),r=document.implementation.createHTMLDocument().createElement("div");return r.appendChild(n),r.innerHTML}function $u(t){return"function"==typeof t}function Ru(t,e,...n){return $u(t)?e?t.bind(e)(...n):t(...n):t}function Cu(t){return{baseExtensions:t.filter((t=>"extension"===t.type)),nodeExtensions:t.filter((t=>"node"===t.type)),markExtensions:t.filter((t=>"mark"===t.type))}}function Lu(t){const e=[],{nodeExtensions:n,markExtensions:r}=Cu(t),i=[...n,...r],s={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1};return t.forEach((t=>{const n=Su(t,"addGlobalAttributes",{name:t.name,options:t.options,storage:t.storage,extensions:i});n&&n().forEach((t=>{t.types.forEach((n=>{Object.entries(t.attributes).forEach((([t,r])=>{e.push({type:n,name:t,attribute:{...s,...r}})}))}))}))})),i.forEach((t=>{const n=Su(t,"addAttributes",{name:t.name,options:t.options,storage:t.storage});if(!n)return;const r=n();Object.entries(r).forEach((([n,r])=>{const i={...s,...r};"function"==typeof(null==i?void 0:i.default)&&(i.default=i.default()),(null==i?void 0:i.isRequired)&&void 0===(null==i?void 0:i.default)&&delete i.default,e.push({type:t.name,name:n,attribute:i})}))})),e}function Nu(...t){return t.filter((t=>!!t)).reduce(((t,e)=>{const n={...t};return Object.entries(e).forEach((([t,e])=>{if(n[t])if("class"===t){const r=e?String(e).split(" "):[],i=n[t]?n[t].split(" "):[],s=r.filter((t=>!i.includes(t)));n[t]=[...i,...s].join(" ")}else if("style"===t){const r=e?e.split(";").map((t=>t.trim())).filter(Boolean):[],i=n[t]?n[t].split(";").map((t=>t.trim())).filter(Boolean):[],s=new Map;i.forEach((t=>{const[e,n]=t.split(":").map((t=>t.trim()));s.set(e,n)})),r.forEach((t=>{const[e,n]=t.split(":").map((t=>t.trim()));s.set(e,n)})),n[t]=Array.from(s.entries()).map((([t,e])=>`${t}: ${e}`)).join("; ")}else n[t]=e;else n[t]=e})),n}),{})}function ju(t,e){return e.filter((e=>e.type===t.type.name)).filter((t=>t.attribute.rendered)).map((e=>e.attribute.renderHTML?e.attribute.renderHTML(t.attrs)||{}:{[e.name]:t.attrs[e.name]})).reduce(((t,e)=>Nu(t,e)),{})}function Pu(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(!1===r)return!1;const i=e.reduce(((t,e)=>{const r=e.attribute.parseHTML?e.attribute.parseHTML(n):function(t){return"string"!=typeof t?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):"true"===t||"false"!==t&&t}(n.getAttribute(e.name));return null==r?t:{...t,[e.name]:r}}),{});return{...r,...i}}}}function Iu(t){return Object.fromEntries(Object.entries(t).filter((([t,e])=>("attrs"!==t||!function(t={}){return 0===Object.keys(t).length&&t.constructor===Object}(e))&&null!=e)))}function Du(t){var e,n;const r={};return!(null==(e=null==t?void 0:t.attribute)?void 0:e.isRequired)&&"default"in((null==t?void 0:t.attribute)||{})&&(r.default=t.attribute.default),void 0!==(null==(n=null==t?void 0:t.attribute)?void 0:n.validate)&&(r.validate=t.attribute.validate),[t.name,r]}function Hu(t,e){var n;const r=Lu(t),{nodeExtensions:i,markExtensions:s}=Cu(t),o=null==(n=i.find((t=>Su(t,"topNode"))))?void 0:n.name,l=Object.fromEntries(i.map((n=>{const i=r.filter((t=>t.type===n.name)),s={name:n.name,options:n.options,storage:n.storage,editor:e},o=Iu({...t.reduce(((t,e)=>{const r=Su(e,"extendNodeSchema",s);return{...t,...r?r(n):{}}}),{}),content:Ru(Su(n,"content",s)),marks:Ru(Su(n,"marks",s)),group:Ru(Su(n,"group",s)),inline:Ru(Su(n,"inline",s)),atom:Ru(Su(n,"atom",s)),selectable:Ru(Su(n,"selectable",s)),draggable:Ru(Su(n,"draggable",s)),code:Ru(Su(n,"code",s)),whitespace:Ru(Su(n,"whitespace",s)),linebreakReplacement:Ru(Su(n,"linebreakReplacement",s)),defining:Ru(Su(n,"defining",s)),isolating:Ru(Su(n,"isolating",s)),attrs:Object.fromEntries(i.map(Du))}),l=Ru(Su(n,"parseHTML",s));l&&(o.parseDOM=l.map((t=>Pu(t,i))));const u=Su(n,"renderHTML",s);u&&(o.toDOM=t=>u({node:t,HTMLAttributes:ju(t,i)}));const a=Su(n,"renderText",s);return a&&(o.toText=a),[n.name,o]}))),u=Object.fromEntries(s.map((n=>{const i=r.filter((t=>t.type===n.name)),s={name:n.name,options:n.options,storage:n.storage,editor:e},o=Iu({...t.reduce(((t,e)=>{const r=Su(e,"extendMarkSchema",s);return{...t,...r?r(n):{}}}),{}),inclusive:Ru(Su(n,"inclusive",s)),excludes:Ru(Su(n,"excludes",s)),group:Ru(Su(n,"group",s)),spanning:Ru(Su(n,"spanning",s)),code:Ru(Su(n,"code",s)),attrs:Object.fromEntries(i.map(Du))}),l=Ru(Su(n,"parseHTML",s));l&&(o.parseDOM=l.map((t=>Pu(t,i))));const u=Su(n,"renderHTML",s);return u&&(o.toDOM=t=>u({mark:t,HTMLAttributes:ju(t,i)})),[n.name,o]})));return new en({topNode:o,nodes:l,marks:u})}function zu(t){return t.sort(((t,e)=>{const n=Su(t,"priority")||100,r=Su(e,"priority")||100;return n>r?-1:n<r?1:0}))}function _u(t){const e=zu(Eu(t)),n=function(t){const e=t.filter(((e,n)=>t.indexOf(e)!==n));return Array.from(new Set(e))}(e.map((t=>t.name)));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map((t=>`'${t}'`)).join(", ")}]. This can lead to issues.`),e}function Bu(t,e,n){const{from:r,to:i}=e,{blockSeparator:s="\n\n",textSerializers:o={}}=n||{};let l="";return t.nodesBetween(r,i,((t,n,u,a)=>{var h;t.isBlock&&n>r&&(l+=s);const c=null==o?void 0:o[t.type.name];if(c)return u&&(l+=c({node:t,pos:n,parent:u,index:a,range:e})),!1;t.isText&&(l+=null==(h=null==t?void 0:t.text)?void 0:h.slice(Math.max(r,n)-n,i-n))})),l}function Uu(t){return Object.fromEntries(Object.entries(t.nodes).filter((([,t])=>t.spec.toText)).map((([t,e])=>[t,e.spec.toText])))}function Fu(t,e){const n=cu("string"==typeof e?e:e.name,t.schema);return"node"===n?function(t,e){const n=Tl(e,t.schema),{from:r,to:i}=t.selection,s=[];t.doc.nodesBetween(r,i,(t=>{s.push(t)}));const o=s.reverse().find((t=>t.type.name===n.name));return o?{...o.attrs}:{}}(t,e):"mark"===n?xu(t,e):{}}function qu(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach(((t,i)=>{const s=[];if(t.ranges.length)t.forEach(((t,e)=>{s.push({from:t,to:e})}));else{const{from:t,to:e}=n[i];if(void 0===t||void 0===e)return;s.push({from:t,to:e})}s.forEach((({from:t,to:n})=>{const s=e.slice(i).map(t,-1),o=e.slice(i).map(n),l=e.invert().map(s,-1),u=e.invert().map(o);r.push({oldRange:{from:l,to:u},newRange:{from:s,to:o}})}))})),function(t){const e=function(t,e=JSON.stringify){const n={};return t.filter((t=>{const r=e(t);return!Object.prototype.hasOwnProperty.call(n,r)&&(n[r]=!0)}))}(t);return 1===e.length?e:e.filter(((t,n)=>{const r=e.filter(((t,e)=>e!==n));return!r.some((e=>t.oldRange.from>=e.oldRange.from&&t.oldRange.to<=e.oldRange.to&&t.newRange.from>=e.newRange.from&&t.newRange.to<=e.newRange.to))}))}(r)}function Ju(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach((e=>{const i=Pl(n.resolve(t),e.type);i&&r.push({mark:e,...i})})):n.nodesBetween(t,e,((t,e)=>{t&&void 0!==(null==t?void 0:t.nodeSize)&&r.push(...t.marks.map((n=>({from:e,to:e+t.nodeSize,mark:n}))))})),r}function Wu(t,e){return e.nodes[t]||e.marks[t]||null}function Ku(t,e,n){return Object.fromEntries(Object.entries(n).filter((([n])=>{const r=t.find((t=>t.type===e&&t.name===n));return!!r&&r.attribute.keepOnSplit})))}function Vu(t,e,n={}){const{empty:r,ranges:i}=t.selection,s=e?Il(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter((t=>!s||s.name===t.type.name)).find((t=>Ll(t.attrs,n,{strict:!1})));let o=0;const l=[];if(i.forEach((({$from:e,$to:n})=>{const r=e.pos,i=n.pos;t.doc.nodesBetween(r,i,((t,e)=>{if(!t.isText&&!t.marks.length)return;const n=Math.max(r,e),s=Math.min(i,e+t.nodeSize);o+=s-n,l.push(...t.marks.map((t=>({mark:t,from:n,to:s}))))}))})),0===o)return!1;const u=l.filter((t=>!s||s.name===t.mark.type.name)).filter((t=>Ll(t.mark.attrs,n,{strict:!1}))).reduce(((t,e)=>t+e.to-e.from),0),a=l.filter((t=>!s||t.mark.type!==s&&t.mark.type.excludes(s))).reduce(((t,e)=>t+e.to-e.from),0);return(u>0?u+a:u)>=o}function Gu(t,e){return Array.isArray(e)?e.some((e=>("string"==typeof e?e:e.name)===t.name)):e}function Zu(t,e){const{nodeExtensions:n}=Cu(e),r=n.find((e=>e.name===t));if(!r)return!1;const i=Ru(Su(r,"group",{name:r.name,options:r.options,storage:r.storage}));return"string"==typeof i&&i.split(" ").includes("list")}function Qu(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if("hardBreak"===t.type.name)return!0;if(t.isText)return/^\s*$/m.test(null!=(r=t.text)?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(0===t.content.childCount)return!0;if(e){let r=!0;return t.content.forEach((t=>{!1!==r&&(Qu(t,{ignoreWhitespace:n,checkChildren:e})||(r=!1))})),r}return!1}function Xu(t){return t instanceof pr}var Yu=class t{constructor(t){this.position=t}static fromJSON(e){return new t(e.position)}toJSON(){return{position:this.position}}};function ta(t,e){const n=e.mapping.mapResult(t.position);return{position:new Yu(n.pos),mapResult:n}}function ea(t){return new Yu(t)}var na=(t,e={})=>({tr:n,state:r,dispatch:i})=>{const{selection:s}=n,{empty:o,ranges:l}=s,u=Il(t,r.schema);if(i)if(o){const t=xu(r,u);n.addStoredMark(u.create({...t,...e}))}else l.forEach((t=>{const i=t.$from.pos,s=t.$to.pos;r.doc.nodesBetween(i,s,((t,r)=>{const o=Math.max(r,i),l=Math.min(r+t.nodeSize,s);t.marks.find((t=>t.type===u))?t.marks.forEach((t=>{u===t.type&&n.addMark(o,l,u.create({...t.attrs,...e}))})):n.addMark(o,l,u.create(e))}))}));return function(t,e,n){var r;const{selection:i}=e;let s=null;if(zl(i)&&(s=i.$cursor),s){const e=null!=(r=t.storedMarks)?r:s.marks();return s.parent.type.allowsMarkType(n)&&(!!n.isInSet(e)||!e.some((t=>t.type.excludes(n))))}const{ranges:o}=i;return o.some((({$from:e,$to:r})=>{let i=0===e.depth&&t.doc.inlineContent&&t.doc.type.allowsMarkType(n);return t.doc.nodesBetween(e.pos,r.pos,((t,e,r)=>{if(i)return!1;if(t.isInline){const e=!r||r.type.allowsMarkType(n),s=!!n.isInSet(t.marks)||!t.marks.some((t=>t.type.excludes(n)));i=e&&s}return!i})),i}))}(r,n,u)},ra=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),ia=(t,e={})=>({state:n,dispatch:r,chain:i})=>{const s=Tl(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),s.isTextblock?i().command((({commands:t})=>!!Ur(s,{...o,...e})(n)||t.clearNodes())).command((({state:t})=>Ur(s,{...o,...e})(t,r))).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},sa=t=>({tr:e,dispatch:n})=>{if(n){const{doc:n}=e,r=_l(t,0,n.content.size),i=pr.create(n,r);e.setSelection(i)}return!0},oa=(t,e)=>({tr:n,state:r,dispatch:i})=>{const{selection:s}=r;let o,l;return"number"==typeof e?(o=e,l=e):e&&"from"in e&&"to"in e?(o=e.from,l=e.to):(o=s.from,l=s.to),i&&n.doc.nodesBetween(o,l,((e,r)=>{e.isText||n.setNodeMarkup(r,void 0,{...e.attrs,dir:t})})),!0},la=t=>({tr:e,dispatch:n})=>{if(n){const{doc:n}=e,{from:r,to:i}="number"==typeof t?{from:t,to:t}:t,s=fr.atStart(n).from,o=fr.atEnd(n).to,l=_l(r,s,o),u=_l(i,s,o),a=fr.create(n,l,u);e.setSelection(a)}return!0},ua=t=>({state:e,dispatch:n})=>{const r=Tl(t,e.schema);return(i=r,function(t,e){let{$from:n,$to:r}=t.selection,s=n.blockRange(r,(t=>t.childCount>0&&t.firstChild.type==i));if(!s)return!1;let o=s.startIndex;if(0==o)return!1;let l=s.parent,u=l.child(o-1);if(u.type!=i)return!1;if(e){let n=u.lastChild&&u.lastChild.type==l.type,r=fe.from(n?i.create():null),o=new we(fe.from(i.create(null,fe.from(l.type.create(null,r)))),n?3:1,0),a=s.start,h=s.end;e(t.tr.step(new Nn(a-(n?3:1),h,a,h,o,1,!0)).scrollIntoView())}return!0})(e,n);var i};function aa(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter((t=>null==e?void 0:e.includes(t.type.name)));t.tr.ensureMarks(r)}}var ha=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:i})=>{const{selection:s,doc:o}=e,{$from:l,$to:u}=s,a=Ku(i.extensionManager.attributes,l.node().type.name,l.node().attrs);if(s instanceof pr&&s.node.isBlock)return!(!l.parentOffset||!Un(o,l.pos)||(r&&(t&&aa(n,i.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),0));if(!l.parent.isBlock)return!1;const h=u.parentOffset===u.parent.content.size,c=0===l.depth?void 0:function(t){for(let e=0;e<t.edgeCount;e+=1){const{type:n}=t.edge(e);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}(l.node(-1).contentMatchAt(l.indexAfter(-1)));let f=h&&c?[{type:c,attrs:a}]:void 0,d=Un(e.doc,e.mapping.map(l.pos),1,f);if(f||d||!Un(e.doc,e.mapping.map(l.pos),1,c?[{type:c}]:void 0)||(d=!0,f=c?[{type:c,attrs:a}]:void 0),r){if(d&&(s instanceof fr&&e.deleteSelection(),e.split(e.mapping.map(l.pos),1,f),c&&!h&&!l.parentOffset&&l.parent.type!==c)){const t=e.mapping.map(l.before()),n=e.doc.resolve(t);l.node(-1).canReplaceWith(n.index(),n.index()+1,c)&&e.setNodeMarkup(e.mapping.map(l.before()),c)}t&&aa(n,i.extensionManager.splittableMarks),e.scrollIntoView()}return d},ca=(t,e={})=>({tr:n,state:r,dispatch:i,editor:s})=>{var o;const l=Tl(t,r.schema),{$from:u,$to:a}=r.selection,h=r.selection.node;if(h&&h.isBlock||u.depth<2||!u.sameParent(a))return!1;const c=u.node(-1);if(c.type!==l)return!1;const f=s.extensionManager.attributes;if(0===u.parent.content.size&&u.node(-1).childCount===u.indexAfter(-1)){if(2===u.depth||u.node(-3).type!==l||u.index(-2)!==u.node(-2).childCount-1)return!1;if(i){let t=fe.empty;const r=u.index(-1)?1:u.index(-2)?2:3;for(let e=u.depth-r;e>=u.depth-3;e-=1)t=fe.from(u.node(e).copy(t));const i=u.indexAfter(-1)<u.node(-2).childCount?1:u.indexAfter(-2)<u.node(-3).childCount?2:3,s={...Ku(f,u.node().type.name,u.node().attrs),...e},a=(null==(o=l.contentMatch.defaultType)?void 0:o.createAndFill(s))||void 0;t=t.append(fe.from(l.createAndFill(null,a)||void 0));const h=u.before(u.depth-(r-1));n.replace(h,u.after(-i),new we(t,4-r,0));let c=-1;n.doc.nodesBetween(h,n.doc.content.size,((t,e)=>{if(c>-1)return!1;t.isTextblock&&0===t.content.size&&(c=e+1)})),c>-1&&n.setSelection(fr.near(n.doc.resolve(c))),n.scrollIntoView()}return!0}const d=a.pos===u.end()?c.contentMatchAt(0).defaultType:null,p={...Ku(f,c.type.name,c.attrs),...e},m={...Ku(f,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,a.pos);const g=d?[{type:l,attrs:p},{type:d,attrs:m}]:[{type:l,attrs:p}];if(!Un(n.doc,u.pos,2))return!1;if(i){const{selection:t,storedMarks:e}=r,{splittableMarks:o}=s.extensionManager,l=e||t.$to.parentOffset&&t.$from.marks();if(n.split(u.pos,2,g).scrollIntoView(),!l||!i)return!0;const a=l.filter((t=>o.includes(t.type.name)));n.ensureMarks(a)}return!0},fa=(t,e)=>{const n=Tu((t=>t.type===e))(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(void 0===r)return!0;const i=t.doc.nodeAt(r);return n.node.type!==(null==i?void 0:i.type)||!Fn(t.doc,n.pos)||(t.join(n.pos),!0)},da=(t,e)=>{const n=Tu((t=>t.type===e))(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(void 0===r)return!0;const i=t.doc.nodeAt(r);return n.node.type!==(null==i?void 0:i.type)||!Fn(t.doc,r)||(t.join(r),!0)},pa=(t,e,n,r={})=>({editor:i,tr:s,state:o,dispatch:l,chain:u,commands:a,can:h})=>{const{extensions:c,splittableMarks:f}=i.extensionManager,d=Tl(t,o.schema),p=Tl(e,o.schema),{selection:m,storedMarks:g}=o,{$from:b,$to:w}=m,k=b.blockRange(w),v=g||m.$to.parentOffset&&m.$from.marks();if(!k)return!1;const y=Tu((t=>Zu(t.type.name,c)))(m);if(k.depth>=1&&y&&k.depth-y.depth<=1){if(y.node.type===d)return a.liftListItem(p);if(Zu(y.node.type.name,c)&&d.validContent(y.node.content)&&l)return u().command((()=>(s.setNodeMarkup(y.pos,d),!0))).command((()=>fa(s,d))).command((()=>da(s,d))).run()}return n&&v&&l?u().command((()=>{const t=h().wrapInList(d,r),e=v.filter((t=>f.includes(t.type.name)));return s.ensureMarks(e),!!t||a.clearNodes()})).wrapInList(d,r).command((()=>fa(s,d))).command((()=>da(s,d))).run():u().command((()=>!!h().wrapInList(d,r)||a.clearNodes())).wrapInList(d,r).command((()=>fa(s,d))).command((()=>da(s,d))).run()},ma=(t,e={},n={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:s=!1}=n,o=Il(t,r.schema);return Vu(r,o,e)?i.unsetMark(o,{extendEmptyMarkRange:s}):i.setMark(o,e)},ga=(t,e,n={})=>({state:r,commands:i})=>{const s=Tl(t,r.schema),o=Tl(e,r.schema),l=ou(r,s,n);let u;return r.selection.$anchor.sameParent(r.selection.$head)&&(u=r.selection.$anchor.parent.attrs),l?i.setNode(o,u):i.setNode(s,{...u,...n})},ba=(t,e={})=>({state:n,commands:r})=>{const i=Tl(t,n.schema);return ou(n,i,e)?r.lift(i):r.wrapIn(i,e)},wa=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r<n.length;r+=1){const i=n[r];let s;if(i.spec.isInputRules&&(s=i.getState(t))){if(e){const e=t.tr,n=s.transform;for(let t=n.steps.length-1;t>=0;t-=1)e.step(n.steps[t].invert(n.docs[t]));if(s.text){const n=e.doc.resolve(s.from).marks();e.replaceWith(s.from,s.to,t.schema.text(s.text,n))}else e.delete(s.from,s.to)}return!0}}return!1},ka=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:i}=n;return r||e&&i.forEach((e=>{t.removeMark(e.$from.pos,e.$to.pos)})),!0},va=(t,e={})=>({tr:n,state:r,dispatch:i})=>{var s;const{extendEmptyMarkRange:o=!1}=e,{selection:l}=n,u=Il(t,r.schema),{$from:a,empty:h,ranges:c}=l;if(!i)return!0;if(h&&o){let{from:t,to:e}=l;const r=null==(s=a.marks().find((t=>t.type===u)))?void 0:s.attrs,i=Pl(a,u,r);i&&(t=i.from,e=i.to),n.removeMark(t,e,u)}else c.forEach((t=>{n.removeMark(t.$from.pos,t.$to.pos,u)}));return n.removeStoredMark(u),!0},ya=t=>({tr:e,state:n,dispatch:r})=>{const{selection:i}=n;let s,o;return"number"==typeof t?(s=t,o=t):t&&"from"in t&&"to"in t?(s=t.from,o=t.to):(s=i.from,o=i.to),r&&e.doc.nodesBetween(s,o,((t,n)=>{if(t.isText)return;const r={...t.attrs};delete r.dir,e.setNodeMarkup(n,void 0,r)})),!0},Ma=(t,e={})=>({tr:n,state:r,dispatch:i})=>{let s=null,o=null;const l=cu("string"==typeof t?t:t.name,r.schema);if(!l)return!1;"node"===l&&(s=Tl(t,r.schema)),"mark"===l&&(o=Il(t,r.schema));let u=!1;return n.selection.ranges.forEach((t=>{const l=t.$from.pos,a=t.$to.pos;let h,c,f,d;r.doc.nodesBetween(l,a,n.selection.empty?(t,e)=>{s&&s===t.type&&(u=!0,f=Math.max(e,l),d=Math.min(e+t.nodeSize,a),h=e,c=t)}:(t,r)=>{r<l&&s&&s===t.type&&(u=!0,f=Math.max(r,l),d=Math.min(r+t.nodeSize,a),h=r,c=t),r>=l&&r<=a&&(s&&s===t.type&&(u=!0,i&&n.setNodeMarkup(r,void 0,{...t.attrs,...e})),o&&t.marks.length&&t.marks.forEach((s=>{if(o===s.type&&(u=!0,i)){const i=Math.max(r,l),u=Math.min(r+t.nodeSize,a);n.addMark(i,u,o.create({...s.attrs,...e}))}})))}),c&&(void 0!==h&&i&&n.setNodeMarkup(h,void 0,{...c.attrs,...e}),o&&c.marks.length&&c.marks.forEach((t=>{o===t.type&&i&&n.addMark(f,d,o.create({...t.attrs,...e}))})))})),u},xa=(t,e={})=>({state:n,dispatch:r})=>function(t,e=null){return function(n,r){let{$from:i,$to:s}=n.selection,o=i.blockRange(s),l=o&&Hn(o,t,e);return!!l&&(r&&r(n.tr.wrap(o,l).scrollIntoView()),!0)}}(Tl(t,n.schema),e)(n,r),Oa=(t,e={})=>({state:n,dispatch:r})=>function(t,e=null){return function(n,r){let{$from:i,$to:s}=n.selection,o=i.blockRange(s);if(!o)return!1;let l=r?n.tr:null;return!!function(t,e,n,r=null){let i=!1,s=e,o=e.$from.doc;if(e.depth>=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&0==e.startIndex){if(0==e.$from.index(e.depth-1))return!1;let t=o.resolve(e.start-2);s=new je(t,t,e.depth),e.endIndex<e.parent.childCount&&(e=new je(e.$from,o.resolve(e.$to.end(e.depth)),e.depth)),i=!0}let l=Hn(s,n,r,e);return!!l&&(t&&function(t,e,n,r,i){let s=fe.empty;for(let t=n.length-1;t>=0;t--)s=fe.from(n[t].type.create(n[t].attrs,s));t.step(new Nn(e.start-(r?2:0),e.end,e.start,e.end,new we(s,0,0),n.length,!0));let o=0;for(let t=0;t<n.length;t++)n[t].type==i&&(o=t+1);let l=n.length-o,u=e.start+n.length-(r?2:0),a=e.parent;for(let n=e.startIndex,r=e.endIndex,i=!0;n<r;n++,i=!1)!i&&Un(t.doc,u,l)&&(t.split(u,l),u+=2*l),u+=a.child(n).nodeSize}(t,e,l,i,n),!0)}(l,o,t,e)&&(r&&r(l.scrollIntoView()),!0)}}(Tl(t,n.schema),e)(n,r),Ta=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach((t=>t.apply(this,e))),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter((t=>t!==e)):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},Sa=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=null==(e=t.undoable)||e}};function Ea(t){var e;const{editor:n,from:r,to:i,text:s,rules:o,plugin:l}=t,{view:u}=n;if(u.composing)return!1;const a=u.state.doc.resolve(r);if(a.parent.type.spec.code||(null==(e=a.nodeBefore||a.nodeAfter)?void 0:e.marks.find((t=>t.type.spec.code))))return!1;let h=!1;const c=((t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,((t,e,i,s)=>{var o,l;const u=(null==(l=(o=t.type.spec).toText)?void 0:l.call(o,{node:t,pos:e,parent:i,index:s}))||t.textContent||"%leaf%";n+=t.isAtom&&!t.isText?u:u.slice(0,Math.max(0,r-e))})),n})(a)+s;return o.forEach((t=>{if(h)return;const e=((t,e)=>{if(Cl(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r})(c,t.find);if(!e)return;const o=u.state.tr,a=ml({state:u.state,transaction:o}),f={from:r-(e[0].length-s.length),to:i},{commands:d,chain:p,can:m}=new gl({editor:n,state:a});null!==t.handler({state:a,range:f,match:e,commands:d,chain:p,can:m})&&o.steps.length&&(t.undoable&&o.setMeta(l,{transform:o,from:r,to:i,text:s}),u.dispatch(o),h=!0)})),h}function Aa(t){return"Object"===function(t){return Object.prototype.toString.call(t).slice(8,-1)}(t)&&t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function $a(t,e){const n={...t};return Aa(t)&&Aa(e)&&Object.keys(e).forEach((r=>{n[r]=Aa(e[r])&&Aa(t[r])?$a(t[r],e[r]):e[r]})),n}var Ra=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...Ru(Su(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...Ru(Su(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>$a(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},Ca=class t extends Ra{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n="function"==typeof e?e():e;return new t(n)}static handleExit({editor:t,mark:e}){const{tr:n}=t.state,r=t.state.selection.$from;if(r.pos===r.end()){const i=r.marks();if(!i.find((t=>(null==t?void 0:t.type.name)===e.name)))return!1;const s=i.find((t=>(null==t?void 0:t.type.name)===e.name));return s&&n.removeStoredMark(s),n.insertText(" ",r.pos),t.view.dispatch(n),!0}return!1}configure(t){return super.configure(t)}extend(t){const e="function"==typeof t?t():t;return super.extend(e)}},La=class{constructor(t){this.find=t.find,this.handler=t.handler}};var Na=null;function ja(t){const{editor:e,rules:n}=t;let r,i=null,s=!1,o=!1,l="undefined"!=typeof ClipboardEvent?new ClipboardEvent("paste"):null;try{r="undefined"!=typeof DragEvent?new DragEvent("drop"):null}catch{r=null}const u=({state:t,from:n,to:i,rule:s,pasteEvt:o})=>{const u=t.tr,a=ml({state:t,transaction:u});if(function(t){const{editor:e,state:n,from:r,to:i,rule:s,pasteEvent:o,dropEvent:l}=t,{commands:u,chain:a,can:h}=new gl({editor:e,state:n}),c=[];return n.doc.nodesBetween(r,i,((t,e)=>{var f,d,p,m,g;if((null==(d=null==(f=t.type)?void 0:f.spec)?void 0:d.code)||!(t.isText||t.isTextblock||t.isInline))return;const b=null!=(g=null!=(m=null==(p=t.content)?void 0:p.size)?m:t.nodeSize)?g:0,w=Math.max(r,e),k=Math.min(i,e+b);if(w>=k)return;const v=((t,e,n)=>{if(Cl(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map((e=>{const n=[e.text];return n.index=e.index,n.input=t,n.data=e.data,e.replaceWith&&(e.text.includes(e.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),n.push(e.replaceWith)),n})):[]})(t.isText?t.text||"":t.textBetween(w-e,k-e,void 0,""),s.find,o);v.forEach((t=>{if(void 0===t.index)return;const e=w+t.index+1,r=e+t[0].length,i={from:n.tr.mapping.map(e),to:n.tr.mapping.map(r)},f=s.handler({state:n,range:i,match:t,commands:u,chain:a,can:h,pasteEvent:o,dropEvent:l});c.push(f)}))})),c.every((t=>null!==t))}({editor:e,state:a,from:Math.max(n-1,0),to:i.b-1,rule:s,pasteEvent:o,dropEvent:r})&&u.steps.length){try{r="undefined"!=typeof DragEvent?new DragEvent("drop"):null}catch{r=null}return l="undefined"!=typeof ClipboardEvent?new ClipboardEvent("paste"):null,u}},a=n.map((t=>new Er({view(t){const n=n=>{var r;i=(null==(r=t.dom.parentElement)?void 0:r.contains(n.target))?t.dom.parentElement:null,i&&(Na=e)},r=()=>{Na&&(Na=null)};return window.addEventListener("dragstart",n),window.addEventListener("dragend",r),{destroy(){window.removeEventListener("dragstart",n),window.removeEventListener("dragend",r)}}},props:{handleDOMEvents:{drop:(t,e)=>{if(o=i===t.dom.parentElement,r=e,!o){const t=Na;(null==t?void 0:t.isEditable)&&setTimeout((()=>{const e=t.state.selection;e&&t.commands.deleteRange({from:e.from,to:e.to})}),10)}return!1},paste:(t,e)=>{var n;const r=null==(n=e.clipboardData)?void 0:n.getData("text/html");return l=e,s=!!(null==r?void 0:r.includes("data-pm-slice")),!1}}},appendTransaction:(e,n,r)=>{const i=e[0],a="paste"===i.getMeta("uiEvent")&&!s,h="drop"===i.getMeta("uiEvent")&&!o,c=i.getMeta("applyPasteRules"),f=!!c;if(!a&&!h&&!f)return;if(f){let{text:e}=c;"string"==typeof e||(e=Au(fe.from(e),r.schema));const{from:n}=c,i=n+e.length,s=(t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return null==(e=n.clipboardData)||e.setData("text/html",t),n})(e);return u({rule:t,state:r,from:n,to:{b:i},pasteEvt:s})}const d=n.doc.content.findDiffStart(r.doc.content),p=n.doc.content.findDiffEnd(r.doc.content);return"number"==typeof d&&p&&d!==p.b?u({rule:t,state:r,from:d,to:p,pasteEvt:l}):void 0}})));return a}var Pa=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=_u(t),this.schema=Hu(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce(((t,e)=>{const n=Su(e,"addCommands",{name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Wu(e.name,this.schema)});return n?{...t,...n()}:t}),{})}get plugins(){const{editor:t}=this,e=zu([...this.extensions].reverse()).flatMap((e=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:t,type:Wu(e.name,this.schema)},r=[],i=Su(e,"addKeyboardShortcuts",n);let s={};if("mark"===e.type&&Su(e,"exitable",n)&&(s.ArrowRight=()=>Ca.handleExit({editor:t,mark:e})),i){const e=Object.fromEntries(Object.entries(i()).map((([e,n])=>[e,()=>n({editor:t})])));s={...s,...e}}const o=new Er({props:{handleKeyDown:fl(s)}});r.push(o);const l=Su(e,"addInputRules",n);if(Gu(e,t.options.enableInputRules)&&l){const e=l();if(e&&e.length){const n=function(t){const{editor:e,rules:n}=t,r=new Er({state:{init:()=>null,apply(t,i,s){const o=t.getMeta(r);if(o)return o;const l=t.getMeta("applyInputRules");return!!l&&setTimeout((()=>{let{text:t}=l;"string"==typeof t||(t=Au(fe.from(t),s.schema));const{from:i}=l;Ea({editor:e,from:i,to:i+t.length,text:t,rules:n,plugin:r})})),t.selectionSet||t.docChanged?null:i}},props:{handleTextInput:(t,i,s,o)=>Ea({editor:e,from:i,to:s,text:o,rules:n,plugin:r}),handleDOMEvents:{compositionend:t=>(setTimeout((()=>{const{$cursor:i}=t.state.selection;i&&Ea({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:r})})),!1)},handleKeyDown(t,i){if("Enter"!==i.key)return!1;const{$cursor:s}=t.state.selection;return!!s&&Ea({editor:e,from:s.pos,to:s.pos,text:"\n",rules:n,plugin:r})}},isInputRules:!0});return r}({editor:t,rules:e}),i=Array.isArray(n)?n:[n];r.push(...i)}}const u=Su(e,"addPasteRules",n);if(Gu(e,t.options.enablePasteRules)&&u){const e=u();if(e&&e.length){const n=ja({editor:t,rules:e});r.push(...n)}}const a=Su(e,"addProseMirrorPlugins",n);if(a){const t=a();r.push(...t)}return r}));return e}get attributes(){return Lu(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=Cu(this.extensions);return Object.fromEntries(e.filter((t=>!!Su(t,"addNodeView"))).map((e=>{const n=this.attributes.filter((t=>t.type===e.name)),r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:t,type:Tl(e.name,this.schema)},i=Su(e,"addNodeView",r);if(!i)return[];const s=i();return s?[e.name,(r,i,o,l,u)=>{const a=ju(r,n);return s({node:r,view:i,getPos:o,decorations:l,innerDecorations:u,editor:t,extension:e,HTMLAttributes:a})}]:[]})))}get markViews(){const{editor:t}=this,{markExtensions:e}=Cu(this.extensions);return Object.fromEntries(e.filter((t=>!!Su(t,"addMarkView"))).map((e=>{const n=this.attributes.filter((t=>t.type===e.name)),r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:t,type:Il(e.name,this.schema)},i=Su(e,"addMarkView",r);return i?[e.name,(r,s,o)=>{const l=ju(r,n);return i()({mark:r,view:s,inline:o,editor:t,extension:e,HTMLAttributes:l,updateAttributes:e=>{!function(t,e,n={}){const{state:r}=e,{doc:i,tr:s}=r,o=t;i.descendants(((e,r)=>{const i=s.mapping.map(r),l=s.mapping.map(r)+e.nodeSize;let u=null;if(e.marks.forEach((t=>{if(t!==o)return!1;u=t})),!u)return;let a=!1;if(Object.keys(n).forEach((t=>{n[t]!==u.attrs[t]&&(a=!0)})),a){const e=t.type.create({...t.attrs,...n});s.removeMark(i,l,t.type),s.addMark(i,l,e)}})),s.docChanged&&e.view.dispatch(s)}(r,t,e)}})}]:[]})))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map((t=>[t.name,t.storage]))),t.forEach((t=>{var e;const n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Wu(t.name,this.schema)};"mark"===t.type&&(null==(e=Ru(Su(t,"keepOnSplit",n)))||e)&&this.splittableMarks.push(t.name);const r=Su(t,"onBeforeCreate",n),i=Su(t,"onCreate",n),s=Su(t,"onUpdate",n),o=Su(t,"onSelectionUpdate",n),l=Su(t,"onTransaction",n),u=Su(t,"onFocus",n),a=Su(t,"onBlur",n),h=Su(t,"onDestroy",n);r&&this.editor.on("beforeCreate",r),i&&this.editor.on("create",i),s&&this.editor.on("update",s),o&&this.editor.on("selectionUpdate",o),l&&this.editor.on("transaction",l),u&&this.editor.on("focus",u),a&&this.editor.on("blur",a),h&&this.editor.on("destroy",h)}))}};Pa.resolve=_u,Pa.sort=zu,Pa.flatten=Eu,pl({},{ClipboardTextSerializer:()=>Da,Commands:()=>Ha,Delete:()=>za,Drop:()=>_a,Editable:()=>Ba,FocusEvents:()=>Fa,Keymap:()=>qa,Paste:()=>Ja,Tabindex:()=>Wa,TextDirection:()=>Ka,focusEventsPluginKey:()=>Ua});var Ia=class t extends Ra{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n="function"==typeof e?e():e;return new t(n)}configure(t){return super.configure(t)}extend(t){const e="function"==typeof t?t():t;return super.extend(e)}},Da=Ia.create({name:"clipboardTextSerializer",addOptions:()=>({blockSeparator:void 0}),addProseMirrorPlugins(){return[new Er({key:new Rr("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:i}=e,{ranges:s}=i,o=Math.min(...s.map((t=>t.$from.pos))),l=Math.max(...s.map((t=>t.$to.pos))),u=Uu(n);return Bu(r,{from:o,to:l},{...void 0!==this.options.blockSeparator?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),Ha=Ia.create({name:"commands",addCommands:()=>({...bl})}),za=Ia.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,i;const s=()=>{var n,r,i,s;if(null!=(s=null==(i=null==(r=null==(n=this.editor.options.coreExtensionOptions)?void 0:n.delete)?void 0:r.filterTransaction)?void 0:i.call(r,t))?s:t.getMeta("y-sync$"))return;const o=Ou(t.before,[t,...e]);qu(o).forEach((e=>{o.mapping.mapResult(e.oldRange.from).deletedAfter&&o.mapping.mapResult(e.oldRange.to).deletedBefore&&o.before.nodesBetween(e.oldRange.from,e.oldRange.to,((n,r)=>{const i=r+n.nodeSize-2,s=e.oldRange.from<=r&&i<=e.oldRange.to;this.editor.emit("delete",{type:"node",node:n,from:r,to:i,newFrom:o.mapping.map(r),newTo:o.mapping.map(i),deletedRange:e.oldRange,newRange:e.newRange,partial:!s,editor:this.editor,transaction:t,combinedTransform:o})}))}));const l=o.mapping;o.steps.forEach(((e,n)=>{var r,i;if(e instanceof $n){const s=l.slice(n).map(e.from,-1),u=l.slice(n).map(e.to),a=l.invert().map(s,-1),h=l.invert().map(u),c=null==(r=o.doc.nodeAt(s-1))?void 0:r.marks.some((t=>t.eq(e.mark))),f=null==(i=o.doc.nodeAt(u))?void 0:i.marks.some((t=>t.eq(e.mark)));this.editor.emit("delete",{type:"mark",mark:e.mark,from:e.from,to:e.to,deletedRange:{from:a,to:h},newRange:{from:s,to:u},partial:Boolean(f||c),editor:this.editor,transaction:t,combinedTransform:o})}}))};null==(i=null==(r=null==(n=this.editor.options.coreExtensionOptions)?void 0:n.delete)?void 0:r.async)||i?setTimeout(s,0):s()}}),_a=Ia.create({name:"drop",addProseMirrorPlugins(){return[new Er({key:new Rr("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),Ba=Ia.create({name:"editable",addProseMirrorPlugins(){return[new Er({key:new Rr("editable"),props:{editable:()=>this.editor.options.editable}})]}}),Ua=new Rr("focusEvents"),Fa=Ia.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new Er({key:Ua,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),qa=Ia.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first((({commands:t})=>[()=>t.undoInputRule(),()=>t.command((({tr:e})=>{const{selection:n,doc:r}=e,{empty:i,$anchor:s}=n,{pos:o,parent:l}=s,u=s.parent.isTextblock&&o>0?e.doc.resolve(o-1):s,a=u.parent.type.spec.isolating&&1===u.parent.childCount?s.pos-s.parentOffset===s.pos:ur.atStart(r).from===o;return!(!i||!l.type.isTextblock||l.textContent.length||!a||a&&"paragraph"===s.parent.type.name)&&t.clearNodes()})),()=>t.deleteSelection(),()=>t.joinBackward(),()=>t.selectNodeBackward()])),e=()=>this.editor.commands.first((({commands:t})=>[()=>t.deleteSelection(),()=>t.deleteCurrentNode(),()=>t.joinForward(),()=>t.selectNodeForward()])),n={Enter:()=>this.editor.commands.first((({commands:t})=>[()=>t.newlineInCode(),()=>t.createParagraphNear(),()=>t.liftEmptyBlock(),()=>t.splitBlock()])),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Ul()||iu()?i:r},addProseMirrorPlugins(){return[new Er({key:new Rr("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some((t=>t.getMeta("composition"))))return;const r=t.some((t=>t.docChanged))&&!e.doc.eq(n.doc),i=t.some((t=>t.getMeta("preventClearDocument")));if(!r||i)return;const{empty:s,from:o,to:l}=e.selection,u=ur.atStart(e.doc).from,a=ur.atEnd(e.doc).to;if(s||o!==u||l!==a)return;if(!Qu(n.doc))return;const h=n.tr,c=ml({state:n,transaction:h}),{commands:f}=new gl({editor:this.editor,state:c});return f.clearNodes(),h.steps.length?h:void 0}})]}}),Ja=Ia.create({name:"paste",addProseMirrorPlugins(){return[new Er({key:new Rr("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),Wa=Ia.create({name:"tabindex",addProseMirrorPlugins(){return[new Er({key:new Rr("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),Ka=Ia.create({name:"textDirection",addOptions:()=>({direction:void 0}),addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=Cu(this.extensions);return[{types:t.filter((t=>"text"!==t.name)).map((t=>t.name)),attributes:{dir:{default:this.options.direction,parseHTML:t=>{const e=t.getAttribute("dir");return!e||"ltr"!==e&&"rtl"!==e&&"auto"!==e?this.options.direction:e},renderHTML:t=>t.dir?{dir:t.dir}:{}}}}]},addProseMirrorPlugins(){return[new Er({key:new Rr("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),Va=class t{constructor(t,e,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=t,this.editor=e,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var t;return null!=(t=this.actualDepth)?t:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(t){let e=this.from,n=this.to;if(this.isBlock){if(0===this.content.size)return void console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);e=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:e,to:n},t)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(0===this.depth)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new t(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new t(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new t(e,this.editor)}get children(){const e=[];return this.node.content.forEach(((n,r)=>{const i=n.isBlock&&!n.isTextblock,s=this.pos+r+(n.isAtom&&!n.isText?0:1);if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;const o=this.resolvedPos.doc.resolve(s);if(!i&&o.depth<=this.depth)return;const l=new t(o,this.editor,i,i?n:null);i&&(l.actualDepth=this.depth+1),e.push(new t(o,this.editor,i,i?n:null))})),e}get firstChild(){return this.children[0]||null}get lastChild(){const t=this.children;return t[t.length-1]||null}closest(t,e={}){let n=null,r=this.parent;for(;r&&!n;)r.node.type.name===t&&(Object.keys(e).length>0||(n=r)),r=r.parent;return n}querySelector(t,e={}){return this.querySelectorAll(t,e,!0)[0]||null}querySelectorAll(t,e={},n=!1){let r=[];if(!this.children||0===this.children.length)return r;const i=Object.keys(e);return this.children.forEach((s=>{n&&r.length>0||(s.node.type.name===t&&i.every((t=>e[t]===s.node.attrs[t]))&&r.push(s),n&&r.length>0||(r=r.concat(s.querySelectorAll(t,e,n))))})),r}setAttribute(t){const{tr:e}=this.editor.state;e.setNodeMarkup(this.from,void 0,{...this.node.attrs,...t}),this.editor.view.dispatch(e)}},Ga=class extends Ta{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:"undefined"!=typeof document?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:t})=>{throw t},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:ta,createMappablePosition:ea},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",(({event:t,slice:e,moved:n})=>this.options.onDrop(t,e,n))),this.on("paste",(({event:t,slice:e})=>this.options.onPaste(t,e))),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=Bl(e,this.options.autofocus);this.editorState=Tr.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if("undefined"==typeof document)throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout((()=>{this.isDestroyed||(!1!==this.options.autofocus&&null!==this.options.autofocus&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)}),0)}unmount(){if(this.editorView){const t=this.editorView.dom;(null==t?void 0:t.editor)&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{"function"==typeof this.css.remove?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&"undefined"!=typeof document&&(this.css=function(t,e){const n=document.querySelector("style[data-tiptap-style]");if(null!==n)return n;const r=document.createElement("style");return e&&r.setAttribute("nonce",e),r.setAttribute("data-tiptap-style",""),r.innerHTML='.ProseMirror {\n position: relative;\n}\n\n.ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n white-space: break-spaces;\n -webkit-font-variant-ligatures: none;\n font-variant-ligatures: none;\n font-feature-settings: "liga" 0; /* the above doesn\'t seem to work in Edge */\n}\n\n.ProseMirror [contenteditable="false"] {\n white-space: normal;\n}\n\n.ProseMirror [contenteditable="false"] [contenteditable="true"] {\n white-space: pre-wrap;\n}\n\n.ProseMirror pre {\n white-space: pre-wrap;\n}\n\nimg.ProseMirror-separator {\n display: inline !important;\n border: none !important;\n margin: 0 !important;\n width: 0 !important;\n height: 0 !important;\n}\n\n.ProseMirror-gapcursor {\n display: none;\n pointer-events: none;\n position: absolute;\n margin: 0;\n}\n\n.ProseMirror-gapcursor:after {\n content: "";\n display: block;\n position: absolute;\n top: -2px;\n width: 20px;\n border-top: 1px solid black;\n animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;\n}\n\n@keyframes ProseMirror-cursor-blink {\n to {\n visibility: hidden;\n }\n}\n\n.ProseMirror-hideselection *::selection {\n background: transparent;\n}\n\n.ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n}\n\n.ProseMirror-hideselection * {\n caret-color: transparent;\n}\n\n.ProseMirror-focused .ProseMirror-gapcursor {\n display: block;\n}',document.getElementsByTagName("head")[0].appendChild(r),r}(0,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},this.editorView&&this.state&&!this.isDestroyed&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if("state"===e)return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=$u(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach((t=>{const e="string"==typeof t?`${t}$`:t.key;n=n.filter((t=>!t.key.startsWith(e)))})),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e;const n=[...this.options.enableCoreExtensions?[Ba,Da.configure({blockSeparator:null==(e=null==(t=this.options.coreExtensionOptions)?void 0:t.clipboardTextSerializer)?void 0:e.blockSeparator}),Ha,Fa,qa,Wa,_a,Ja,za,Ka.configure({direction:this.options.textDirection})].filter((t=>"object"!=typeof this.options.enableCoreExtensions||!1!==this.options.enableCoreExtensions[t.name])):[],...this.options.extensions].filter((t=>["extension","node","mark"].includes(null==t?void 0:t.type)));this.extensionManager=new Pa(n,this)}createCommandManager(){this.commandManager=new gl({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=yu(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error&&["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message)))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&"object"==typeof this.storage.collaboration&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter((t=>"collaboration"!==t.name)),this.createExtensionManager()}}),t=yu(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){var e;this.editorView=new Zo(t,{...this.options.editorProps,attributes:{role:"textbox",...null==(e=this.options.editorProps)?void 0:e.attributes},dispatchTransaction:this.dispatchTransaction.bind(this),state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const n=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(n),this.prependClass(),this.injectCSS(),this.view.dom.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction)return this.capturedTransaction?void t.steps.forEach((t=>{var e;return null==(e=this.capturedTransaction)?void 0:e.step(t)})):void(this.capturedTransaction=t);const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),i=n.includes(t),s=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!i)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast((t=>t.getMeta("focus")||t.getMeta("blur"))),l=null==o?void 0:o.getMeta("focus"),u=null==o?void 0:o.getMeta("blur");l&&this.emit("focus",{editor:this,event:l.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),t.getMeta("preventUpdate")||!n.some((t=>t.docChanged))||s.doc.eq(e.doc)||this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return Fu(this.state,t)}isActive(t,e){return function(t,e,n={}){if(!e)return ou(t,null,n)||Vu(t,null,n);const r=cu(e,t.schema);return"node"===r?ou(t,e,n):"mark"===r&&Vu(t,e,n)}(this.state,"string"==typeof t?t:null,"string"==typeof t?e:t)}getJSON(){return this.state.doc.toJSON()}getHTML(){return Au(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e="\n\n",textSerializers:n={}}=t||{};return function(t,e){return Bu(t,{from:0,to:t.content.size},e)}(this.state.doc,{blockSeparator:e,textSerializers:{...Uu(this.schema),...n}})}get isEmpty(){return Qu(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return null==(e=null==(t=this.editorView)?void 0:t.isDestroyed)||e}$node(t,e){var n;return(null==(n=this.$doc)?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return(null==(n=this.$doc)?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new Va(e,this)}get $doc(){return this.$pos(0)}};function Za(t){return new Sa({find:t.find,handler:({state:e,range:n,match:r})=>{const i=Ru(t.getAttributes,void 0,r);if(!1===i||null===i)return null;const{tr:s}=e,o=r[r.length-1],l=r[0];if(o){const r=l.search(/\S/),u=n.from+l.indexOf(o),a=u+o.length;if(Ju(n.from,n.to,e.doc).filter((e=>e.mark.type.excluded.find((n=>n===t.type&&n!==e.mark.type)))).filter((t=>t.to>u)).length)return null;a<n.to&&s.delete(a,n.to),u>n.from&&s.delete(n.from+r,u),s.addMark(n.from+r,n.from+r+o.length,t.type.create(i||{})),s.removeStoredMark(t.type)}},undoable:t.undoable})}function Qa(t){return new Sa({find:t.find,handler:({state:e,range:n,match:r})=>{const i=Ru(t.getAttributes,void 0,r)||{},{tr:s}=e,o=n.from;let l=n.to;const u=t.type.create(i);if(r[1]){let t=o+r[0].lastIndexOf(r[1]);t>l?t=l:l=t+r[1].length,s.insertText(r[0][r[0].length-1],o+r[0].length-1),s.replaceWith(t,l,u)}else r[0]&&s.insert(t.type.isInline?o:o-1,t.type.create(i)).delete(s.mapping.map(o),s.mapping.map(l));s.scrollIntoView()},undoable:t.undoable})}function Xa(t){return new Sa({find:t.find,handler:({state:e,range:n,match:r})=>{const i=e.doc.resolve(n.from),s=Ru(t.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,s)},undoable:t.undoable})}function Ya(t){return new Sa({find:t.find,handler:({state:e,range:n,match:r,chain:i})=>{const s=Ru(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),l=o.doc.resolve(n.from).blockRange(),u=l&&Hn(l,t.type,s);if(!u)return null;if(o.wrap(l,u),t.keepMarks&&t.editor){const{selection:n,storedMarks:r}=e,{splittableMarks:i}=t.editor.extensionManager,s=r||n.$to.parentOffset&&n.$from.marks();if(s){const t=s.filter((t=>i.includes(t.type.name)));o.ensureMarks(t)}}if(t.keepAttributes){const e="bulletList"===t.type.name||"orderedList"===t.type.name?"listItem":"taskList";i().updateAttributes(e,s).run()}const a=o.doc.resolve(n.from-1).nodeBefore;a&&a.type===t.type&&Fn(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,a))&&o.join(n.from-1)},undoable:t.undoable})}var th=class{constructor(t){var e,n,r,i,s,o;this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=t=>{this.isResizing&&this.activeHandle&&this.handleResize(t.clientX-this.startX,t.clientY-this.startY)},this.handleTouchMove=t=>{if(!this.isResizing||!this.activeHandle)return;const e=t.touches[0];e&&this.handleResize(e.clientX-this.startX,e.clientY-this.startY)},this.handleMouseUp=()=>{this.isResizing&&(this.onCommit(this.element.offsetWidth,this.element.offsetHeight),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp))},this.handleKeyDown=t=>{"Shift"===t.key&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=t=>{"Shift"===t.key&&(this.isShiftKeyPressed=!1)},this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(null==(e=t.options)?void 0:e.min)&&(this.minSize={...this.minSize,...t.options.min}),(null==(n=t.options)?void 0:n.max)&&(this.maxSize=t.options.max),(null==(r=null==t?void 0:t.options)?void 0:r.directions)&&(this.directions=t.options.directions),(null==(i=t.options)?void 0:i.preserveAspectRatio)&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(null==(s=t.options)?void 0:s.className)&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(null==(o=t.options)?void 0:o.createCustomHandle)&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){return this.contentElement}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&0===this.handleMap.size&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type===this.node.type&&(this.node=t,!this.onUpdate||this.onUpdate(t,e,n))}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),r=e.includes("bottom"),i=e.includes("left"),s=e.includes("right");n&&(t.style.top="0"),r&&(t.style.bottom="0"),i&&(t.style.left="0"),s&&(t.style.right="0"),"top"!==e&&"bottom"!==e||(t.style.left="0",t.style.right="0"),"left"!==e&&"right"!==e||(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach((t=>{let e;e=this.createCustomHandle?this.createCustomHandle(t):this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",(e=>this.handleResizeStart(e,t))),e.addEventListener("touchstart",(e=>this.handleResizeStart(e,t))),this.handleMap.set(t,e),this.wrapper.appendChild(e)}))}removeHandles(){this.handleMap.forEach((t=>t.remove())),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,"touches"in t?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:i}=this.calculateNewDimensions(this.activeHandle,t,e),s=this.applyConstraints(r,i,n);this.element.style.width=`${s.width}px`,this.element.style.height=`${s.height}px`,this.onResize&&this.onResize(s.width,s.height)}calculateNewDimensions(t,e,n){let r=this.startWidth,i=this.startHeight;const s=t.includes("right"),o=t.includes("left"),l=t.includes("bottom"),u=t.includes("top");return s?r=this.startWidth+e:o&&(r=this.startWidth-e),l?i=this.startHeight+n:u&&(i=this.startHeight-n),"right"!==t&&"left"!==t||(r=this.startWidth+(s?e:-e)),"top"!==t&&"bottom"!==t||(i=this.startHeight+(l?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,i,t):{width:r,height:i}}applyConstraints(t,e,n){var r,i,s,o;if(!n){let n=Math.max(this.minSize.width,t),s=Math.max(this.minSize.height,e);return(null==(r=this.maxSize)?void 0:r.width)&&(n=Math.min(this.maxSize.width,n)),(null==(i=this.maxSize)?void 0:i.height)&&(s=Math.min(this.maxSize.height,s)),{width:n,height:s}}let l=t,u=e;return l<this.minSize.width&&(l=this.minSize.width,u=l/this.aspectRatio),u<this.minSize.height&&(u=this.minSize.height,l=u*this.aspectRatio),(null==(s=this.maxSize)?void 0:s.width)&&l>this.maxSize.width&&(l=this.maxSize.width,u=l/this.aspectRatio),(null==(o=this.maxSize)?void 0:o.height)&&u>this.maxSize.height&&(u=this.maxSize.height,l=u*this.aspectRatio),{width:l,height:u}}applyAspectRatio(t,e,n){return"left"===n||"right"===n?{width:t,height:t/this.aspectRatio}:"top"===n||"bottom"===n?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function eh(t){if(!(null==t?void 0:t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,(t=>(n.push(t),`__QUOTED_${n.length-1}__`))),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(i){const t=i.map((t=>t.trim().slice(1)));e.class=t.join(" ")}const s=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);s&&(e.id=s[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach((([,t,r])=>{var i;const s=parseInt((null==(i=r.match(/__QUOTED_(\d+)__/))?void 0:i[1])||"0",10),o=n[s];o&&(e[t]=o.slice(1,-1))}));const o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return o&&o.split(/\s+/).filter(Boolean).forEach((t=>{t.match(/^[a-zA-Z][\w-]*$/)&&(e[t]=!0)})),e}function nh(t){if(!t||0===Object.keys(t).length)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach((t=>e.push(`.${t}`))),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach((([t,n])=>{"class"!==t&&"id"!==t&&(!0===n?e.push(t):!1!==n&&null!=n&&e.push(`${t}="${String(n)}"`))})),e.join(" ")}function rh(t){const{nodeName:e,name:n,parseAttributes:r=eh,serializeAttributes:i=nh,defaultAttributes:s={},requiredAttributes:o=[],allowedAttributes:l}=t,u=n||e;return{parseMarkdown:(t,n)=>{const r={...s,...t.attributes};return n.createNode(e,r,[])},markdownTokenizer:{name:e,level:"block",start(t){var e;const n=new RegExp(`^:::${u}(?:\\s|$)`,"m"),r=null==(e=t.match(n))?void 0:e.index;return void 0!==r?r:-1},tokenize(t,n,i){const s=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),l=t.match(s);if(!l)return;const a=r(l[1]||"");return o.find((t=>!(t in a)))?void 0:{type:e,raw:l[0],attributes:a}}},renderMarkdown:t=>{const e=(t=>{if(!l)return t;const e={};return l.forEach((n=>{n in t&&(e[n]=t[n])})),e})(t.attrs||{}),n=i(e);return`:::${u}${n?` {${n}}`:""} :::`}}}function ih(t){const{nodeName:e,name:n,getContent:r,parseAttributes:i=eh,serializeAttributes:s=nh,defaultAttributes:o={},content:l="block",allowedAttributes:u}=t,a=n||e;return{parseMarkdown:(t,n)=>{let i;if(r){const e=r(t);i="string"==typeof e?[{type:"text",text:e}]:e}else i="block"===l?n.parseChildren(t.tokens||[]):n.parseInline(t.tokens||[]);const s={...o,...t.attributes};return n.createNode(e,s,i)},markdownTokenizer:{name:e,level:"block",start(t){var e;const n=new RegExp(`^:::${a}`,"m"),r=null==(e=t.match(n))?void 0:e.index;return void 0!==r?r:-1},tokenize(t,n,r){var s;const o=new RegExp(`^:::${a}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),u=t.match(o);if(!u)return;const[h,c=""]=u,f=i(c);let d=1;const p=h.length;let m="";const g=/^:::([\w-]*)(\s.*)?/gm,b=t.slice(p);for(g.lastIndex=0;;){const n=g.exec(b);if(null===n)break;const i=n.index,o=n[1];if(!(null==(s=n[2])?void 0:s.endsWith(":::")))if(o)d+=1;else if(d-=1,0===d){const s=b.slice(0,i);m=s.trim();const o=t.slice(0,p+i+n[0].length);let u=[];if(m)if("block"===l)for(u=r.blockTokens(s),u.forEach((t=>{!t.text||t.tokens&&0!==t.tokens.length||(t.tokens=r.inlineTokens(t.text))}));u.length>0;){const t=u[u.length-1];if("paragraph"!==t.type||t.text&&""!==t.text.trim())break;u.pop()}else u=r.inlineTokens(m);return{type:e,raw:o,attributes:f,content:m,tokens:u}}}}},renderMarkdown:(t,e)=>{const n=(t=>{if(!u)return t;const e={};return u.forEach((n=>{n in t&&(e[n]=t[n])})),e})(t.attrs||{}),r=s(n),i=r?` {${r}}`:"",o=e.renderChildren(t.content||[],"\n\n");return`:::${a}${i}\n\n${o}\n\n:::`}}}function sh(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;null!==r;){const[,i,s,o]=r;e[i]=s||o,r=n.exec(t)}return e}function oh(t){return Object.entries(t).filter((([,t])=>null!=t)).map((([t,e])=>`${t}="${e}"`)).join(" ")}function lh(t){const{nodeName:e,name:n,getContent:r,parseAttributes:i=sh,serializeAttributes:s=oh,defaultAttributes:o={},selfClosing:l=!1,allowedAttributes:u}=t,a=n||e,h=a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(t,n)=>{const i={...o,...t.attributes};if(l)return n.createNode(e,i);const s=r?r(t):t.content||"";return n.createNode(e,i,s?[n.createTextNode(s)]:[])},markdownTokenizer:{name:e,level:"inline",start(t){const e=l?new RegExp(`\\[${h}\\s*[^\\]]*\\]`):new RegExp(`\\[${h}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${h}\\]`),n=t.match(e),r=null==n?void 0:n.index;return void 0!==r?r:-1},tokenize(t,n,r){const s=l?new RegExp(`^\\[${h}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${h}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${h}\\]`),o=t.match(s);if(!o)return;let u="",a="";if(l){const[,t]=o;a=t}else{const[,t,e]=o;a=t,u=e||""}const c=i(a.trim());return{type:e,raw:o[0],content:u.trim(),attributes:c}}},renderMarkdown:t=>{let e="";r?e=r(t):t.content&&t.content.length>0&&(e=t.content.filter((t=>"text"===t.type)).map((t=>t.text)).join(""));const n=(t=>{if(!u)return t;const e={};return u.forEach((n=>{const r="string"==typeof n?n:n.name,i="string"==typeof n?void 0:n.skipIfDefault;if(r in t){const n=t[r];if(void 0!==i&&n===i)return;e[r]=n}})),e})(t.attrs||{}),i=s(n),o=i?` ${i}`:"";return l?`[${a}${o}]`:`[${a}${o}]${e}[/${a}]`}}}function uh(t,e,n){var r,i,s,o;const l=t.split("\n"),u=[];let a="",h=0;const c=e.baseIndentSize||2;for(;h<l.length;){const t=l[h],f=t.match(e.itemPattern);if(!f){if(u.length>0)break;if(""===t.trim()){h+=1,a=`${a}${t}\n`;continue}return}const d=e.extractItemData(f),{indentLevel:p,mainContent:m}=d;a=`${a}${t}\n`;const g=[m];for(h+=1;h<l.length;){const t=l[h];if(""===t.trim()){const e=l.slice(h+1).findIndex((t=>""!==t.trim()));if(-1===e)break;if(((null==(i=null==(r=l[h+1+e].match(/^(\s*)/))?void 0:r[1])?void 0:i.length)||0)>p){g.push(t),a=`${a}${t}\n`,h+=1;continue}break}if(!(((null==(o=null==(s=t.match(/^(\s*)/))?void 0:s[1])?void 0:o.length)||0)>p))break;g.push(t),a=`${a}${t}\n`,h+=1}let b;const w=g.slice(1);if(w.length>0){const t=w.map((t=>t.slice(p+c))).join("\n");t.trim()&&(b=e.customNestedParser?e.customNestedParser(t):n.blockTokens(t))}const k=e.createToken(d,b);u.push(k)}if(0!==u.length)return{items:u,raw:a}}function ah(t,e,n,r){if(!t||!Array.isArray(t.content))return"";const i="function"==typeof n?n(r):n,[s,...o]=t.content,l=[`${i}${e.renderChildren([s])}`];return o&&o.length>0&&o.forEach((t=>{const n=e.renderChildren([t]);if(n){const t=n.split("\n").map((t=>t?e.indent(t):"")).join("\n");l.push(t)}})),l.join("\n")}pl({},{createAtomBlockMarkdownSpec:()=>rh,createBlockMarkdownSpec:()=>ih,createInlineMarkdownSpec:()=>lh,parseAttributes:()=>eh,parseIndentedBlocks:()=>uh,renderNestedMarkdownContent:()=>ah,serializeAttributes:()=>nh});var hh=class t extends Ra{constructor(){super(...arguments),this.type="node"}static create(e={}){const n="function"==typeof e?e():e;return new t(n)}configure(t){return super.configure(t)}extend(t){const e="function"==typeof t?t():t;return super.extend(e)}};function ch(t){return new La({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:i})=>{const s=Ru(t.getAttributes,void 0,r,i);if(!1===s||null===s)return null;const{tr:o}=e,l=r[r.length-1],u=r[0];let a=n.to;if(l){const r=u.search(/\S/),i=n.from+u.indexOf(l),h=i+l.length;if(Ju(n.from,n.to,e.doc).filter((e=>e.mark.type.excluded.find((n=>n===t.type&&n!==e.mark.type)))).filter((t=>t.to>i)).length)return null;h<n.to&&o.delete(h,n.to),i>n.from&&o.delete(n.from+r,i),a=n.from+r+l.length,o.addMark(n.from+r,a,t.type.create(s||{})),o.removeStoredMark(t.type)}}})}var fh={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};function dh(t){fh=t}var ph={exec:()=>null};function mh(t,e=""){let n="string"==typeof t?t:t.source;const r={replace:(t,e)=>{let i="string"==typeof e?e:e.source;return i=i.replace(gh.caret,"$1"),n=n.replace(t,i),r},getRegex:()=>new RegExp(n,e)};return r}var gh={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:t=>new RegExp(`^( {0,3}${t})((?:[\t ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),hrRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}#`),htmlBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}<(?:[a-z].*>|!--)`,"i")},bh=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,wh=/(?:[*+-]|\d{1,9}[.)])/,kh=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,vh=mh(kh).replace(/bull/g,wh).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),yh=mh(kh).replace(/bull/g,wh).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Mh=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,xh=/(?!\s*\])(?:\\.|[^\[\]\\])+/,Oh=mh(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",xh).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),Th=mh(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,wh).getRegex(),Sh="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Eh=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,Ah=mh("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$))","i").replace("comment",Eh).replace("tag",Sh).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),$h=mh(Mh).replace("hr",bh).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Sh).getRegex(),Rh={blockquote:mh(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",$h).getRegex(),code:/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,def:Oh,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:bh,html:Ah,lheading:vh,list:Th,newline:/^(?:[ \t]*(?:\n|$))+/,paragraph:$h,table:ph,text:/^[^\n]+/},Ch=mh("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",bh).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3}\t)[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Sh).getRegex(),Lh={...Rh,lheading:yh,table:Ch,paragraph:mh(Mh).replace("hr",bh).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Ch).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Sh).getRegex()},Nh={...Rh,html:mh("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Eh).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:ph,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:mh(Mh).replace("hr",bh).replace("heading"," *#{1,6} *[^\n]").replace("lheading",vh).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},jh=/^( {2,}|\\)\n(?!\s*$)/,Ph=/[\p{P}\p{S}]/u,Ih=/[\s\p{P}\p{S}]/u,Dh=/[^\s\p{P}\p{S}]/u,Hh=mh(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,Ih).getRegex(),zh=/(?!~)[\p{P}\p{S}]/u,_h=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,Bh=mh(_h,"u").replace(/punct/g,Ph).getRegex(),Uh=mh(_h,"u").replace(/punct/g,zh).getRegex(),Fh="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",qh=mh(Fh,"gu").replace(/notPunctSpace/g,Dh).replace(/punctSpace/g,Ih).replace(/punct/g,Ph).getRegex(),Jh=mh(Fh,"gu").replace(/notPunctSpace/g,/(?:[^\s\p{P}\p{S}]|~)/u).replace(/punctSpace/g,/(?!~)[\s\p{P}\p{S}]/u).replace(/punct/g,zh).getRegex(),Wh=mh("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Dh).replace(/punctSpace/g,Ih).replace(/punct/g,Ph).getRegex(),Kh=mh(/\\(punct)/,"gu").replace(/punct/g,Ph).getRegex(),Vh=mh(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Gh=mh(Eh).replace("(?:--\x3e|$)","--\x3e").getRegex(),Zh=mh("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",Gh).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Qh=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Xh=mh(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",Qh).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Yh=mh(/^!?\[(label)\]\[(ref)\]/).replace("label",Qh).replace("ref",xh).getRegex(),tc=mh(/^!?\[(ref)\](?:\[\])?/).replace("ref",xh).getRegex(),ec={_backpedal:ph,anyPunctuation:Kh,autolink:Vh,blockSkip:/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,br:jh,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:ph,emStrongLDelim:Bh,emStrongRDelimAst:qh,emStrongRDelimUnd:Wh,escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,link:Xh,nolink:tc,punctuation:Hh,reflink:Yh,reflinkSearch:mh("reflink|nolink(?!\\()","g").replace("reflink",Yh).replace("nolink",tc).getRegex(),tag:Zh,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,url:ph},nc={...ec,link:mh(/^!?\[(label)\]\((.*?)\)/).replace("label",Qh).getRegex(),reflink:mh(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Qh).getRegex()},rc={...ec,emStrongRDelimAst:Jh,emStrongLDelim:Uh,url:mh(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},ic={...rc,br:mh(jh).replace("{2,}","*").getRegex(),text:mh(rc.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},sc={normal:Rh,gfm:Lh,pedantic:Nh},oc={normal:ec,gfm:rc,breaks:ic,pedantic:nc},lc={"&":"&","<":"<",">":">",'"':""","'":"'"},uc=t=>lc[t];function ac(t,e){if(e){if(gh.escapeTest.test(t))return t.replace(gh.escapeReplace,uc)}else if(gh.escapeTestNoEncode.test(t))return t.replace(gh.escapeReplaceNoEncode,uc);return t}function hc(t){try{t=encodeURI(t).replace(gh.percentDecode,"%")}catch{return null}return t}function cc(t,e){const n=t.replace(gh.findPipe,((t,e,n)=>{let r=!1,i=e;for(;--i>=0&&"\\"===n[i];)r=!r;return r?"|":" |"})).split(gh.splitPipe);let r=0;if(n[0].trim()||n.shift(),n.length>0&&!n.at(-1)?.trim()&&n.pop(),e)if(n.length>e)n.splice(e);else for(;n.length<e;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(gh.slashPipe,"|");return n}function fc(t,e){const n=t.length;if(0===n)return"";let r=0;for(;r<n&&t.charAt(n-r-1)===e;)r++;return t.slice(0,n-r)}function dc(t,e,n,r,i){const s=e.href,o=e.title||null,l=t[1].replace(i.other.outputLinkReplace,"$1");r.state.inLink=!0;const u={type:"!"===t[0].charAt(0)?"image":"link",raw:n,href:s,title:o,text:l,tokens:r.inlineTokens(l)};return r.state.inLink=!1,u}var pc=class{options;rules;lexer;constructor(t){this.options=t||fh}space(t){const e=this.rules.block.newline.exec(t);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(t){const e=this.rules.block.code.exec(t);if(e){const t=e[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:fc(t,"\n")}}}fences(t){const e=this.rules.block.fences.exec(t);if(e){const t=e[0],n=function(t,e,n){const r=t.match(n.other.indentCodeCompensation);if(null===r)return e;const i=r[1];return e.split("\n").map((t=>{const e=t.match(n.other.beginningSpace);if(null===e)return t;const[r]=e;return r.length>=i.length?t.slice(i.length):t})).join("\n")}(t,e[3]||"",this.rules);return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:n}}}heading(t){const e=this.rules.block.heading.exec(t);if(e){let t=e[2].trim();if(this.rules.other.endingHash.test(t)){const e=fc(t,"#");this.options.pedantic?t=e.trim():e&&!this.rules.other.endingSpaceChar.test(e)||(t=e.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(t){const e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:fc(e[0],"\n")}}blockquote(t){const e=this.rules.block.blockquote.exec(t);if(e){let t=fc(e[0],"\n").split("\n"),n="",r="";const i=[];for(;t.length>0;){let e=!1;const s=[];let o;for(o=0;o<t.length;o++)if(this.rules.other.blockquoteStart.test(t[o]))s.push(t[o]),e=!0;else{if(e)break;s.push(t[o])}t=t.slice(o);const l=s.join("\n"),u=l.replace(this.rules.other.blockquoteSetextReplace,"\n $1").replace(this.rules.other.blockquoteSetextReplace2,"");n=n?`${n}\n${l}`:l,r=r?`${r}\n${u}`:u;const a=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(u,i,!0),this.lexer.state.top=a,0===t.length)break;const h=i.at(-1);if("code"===h?.type)break;if("blockquote"===h?.type){const e=h,s=e.raw+"\n"+t.join("\n"),o=this.blockquote(s);i[i.length-1]=o,n=n.substring(0,n.length-e.raw.length)+o.raw,r=r.substring(0,r.length-e.text.length)+o.text;break}if("list"!==h?.type);else{const e=h,s=e.raw+"\n"+t.join("\n"),o=this.list(s);i[i.length-1]=o,n=n.substring(0,n.length-h.raw.length)+o.raw,r=r.substring(0,r.length-e.raw.length)+o.raw,t=s.substring(i.at(-1).raw.length).split("\n")}}return{type:"blockquote",raw:n,tokens:i,text:r}}}list(t){let e=this.rules.block.list.exec(t);if(e){let n=e[1].trim();const r=n.length>1,i={type:"list",raw:"",ordered:r,start:r?+n.slice(0,-1):"",loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:"[*+-]");const s=this.rules.other.listItemRegex(n);let o=!1;for(;t;){let n=!1,r="",l="";if(!(e=s.exec(t)))break;if(this.rules.block.hr.test(t))break;r=e[0],t=t.substring(r.length);let u=e[2].split("\n",1)[0].replace(this.rules.other.listReplaceTabs,(t=>" ".repeat(3*t.length))),a=t.split("\n",1)[0],h=!u.trim(),c=0;if(this.options.pedantic?(c=2,l=u.trimStart()):h?c=e[1].length+1:(c=e[2].search(this.rules.other.nonSpaceChar),c=c>4?1:c,l=u.slice(c),c+=e[1].length),h&&this.rules.other.blankLine.test(a)&&(r+=a+"\n",t=t.substring(a.length+1),n=!0),!n){const e=this.rules.other.nextBulletRegex(c),n=this.rules.other.hrRegex(c),i=this.rules.other.fencesBeginRegex(c),s=this.rules.other.headingBeginRegex(c),o=this.rules.other.htmlBeginRegex(c);for(;t;){const f=t.split("\n",1)[0];let d;if(a=f,this.options.pedantic?(a=a.replace(this.rules.other.listReplaceNesting," "),d=a):d=a.replace(this.rules.other.tabCharGlobal," "),i.test(a))break;if(s.test(a))break;if(o.test(a))break;if(e.test(a))break;if(n.test(a))break;if(d.search(this.rules.other.nonSpaceChar)>=c||!a.trim())l+="\n"+d.slice(c);else{if(h)break;if(u.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4)break;if(i.test(u))break;if(s.test(u))break;if(n.test(u))break;l+="\n"+a}h||a.trim()||(h=!0),r+=f+"\n",t=t.substring(f.length+1),u=d.slice(c)}}i.loose||(o?i.loose=!0:this.rules.other.doubleBlankLine.test(r)&&(o=!0));let f,d=null;this.options.gfm&&(d=this.rules.other.listIsTask.exec(l),d&&(f="[ ] "!==d[0],l=l.replace(this.rules.other.listReplaceTask,""))),i.items.push({type:"list_item",raw:r,task:!!d,checked:f,loose:!1,text:l,tokens:[]}),i.raw+=r}const l=i.items.at(-1);if(!l)return;l.raw=l.raw.trimEnd(),l.text=l.text.trimEnd(),i.raw=i.raw.trimEnd();for(let t=0;t<i.items.length;t++)if(this.lexer.state.top=!1,i.items[t].tokens=this.lexer.blockTokens(i.items[t].text,[]),!i.loose){const e=i.items[t].tokens.filter((t=>"space"===t.type)),n=e.length>0&&e.some((t=>this.rules.other.anyLine.test(t.raw)));i.loose=n}if(i.loose)for(let t=0;t<i.items.length;t++)i.items[t].loose=!0;return i}}html(t){const e=this.rules.block.html.exec(t);if(e)return{type:"html",block:!0,raw:e[0],pre:"pre"===e[1]||"script"===e[1]||"style"===e[1],text:e[0]}}def(t){const e=this.rules.block.def.exec(t);if(e){const t=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),n=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",r=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:t,raw:e[0],href:n,title:r}}}table(t){const e=this.rules.block.table.exec(t);if(!e)return;if(!this.rules.other.tableDelimiter.test(e[2]))return;const n=cc(e[1]),r=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=e[3]?.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split("\n"):[],s={type:"table",raw:e[0],header:[],align:[],rows:[]};if(n.length===r.length){for(const t of r)this.rules.other.tableAlignRight.test(t)?s.align.push("right"):this.rules.other.tableAlignCenter.test(t)?s.align.push("center"):this.rules.other.tableAlignLeft.test(t)?s.align.push("left"):s.align.push(null);for(let t=0;t<n.length;t++)s.header.push({text:n[t],tokens:this.lexer.inline(n[t]),header:!0,align:s.align[t]});for(const t of i)s.rows.push(cc(t,s.header.length).map(((t,e)=>({text:t,tokens:this.lexer.inline(t),header:!1,align:s.align[e]}))));return s}}lheading(t){const e=this.rules.block.lheading.exec(t);if(e)return{type:"heading",raw:e[0],depth:"="===e[2].charAt(0)?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(t){const e=this.rules.block.paragraph.exec(t);if(e){const t="\n"===e[1].charAt(e[1].length-1)?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(t){const e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){const e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(t){const e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){const e=this.rules.inline.link.exec(t);if(e){const t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;const e=fc(t.slice(0,-1),"\\");if((t.length-e.length)%2==0)return}else{const t=function(t,e){if(-1===t.indexOf(e[1]))return-1;let n=0;for(let r=0;r<t.length;r++)if("\\"===t[r])r++;else if(t[r]===e[0])n++;else if(t[r]===e[1]&&(n--,n<0))return r;return n>0?-2:-1}(e[2],"()");if(-2===t)return;if(t>-1){const n=(0===e[0].indexOf("!")?5:4)+e[1].length+t;e[2]=e[2].substring(0,t),e[0]=e[0].substring(0,n).trim(),e[3]=""}}let n=e[2],r="";if(this.options.pedantic){const t=this.rules.other.pedanticHrefTitle.exec(n);t&&(n=t[1],r=t[3])}else r=e[3]?e[3].slice(1,-1):"";return n=n.trim(),this.rules.other.startAngleBracket.test(n)&&(n=this.options.pedantic&&!this.rules.other.endAngleBracket.test(t)?n.slice(1):n.slice(1,-1)),dc(e,{href:n?n.replace(this.rules.inline.anyPunctuation,"$1"):n,title:r?r.replace(this.rules.inline.anyPunctuation,"$1"):r},e[0],this.lexer,this.rules)}}reflink(t,e){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){const t=e[(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," ").toLowerCase()];if(!t){const t=n[0].charAt(0);return{type:"text",raw:t,text:t}}return dc(n,t,n[0],this.lexer,this.rules)}}emStrong(t,e,n=""){let r=this.rules.inline.emStrongLDelim.exec(t);if(r&&(!r[3]||!n.match(this.rules.other.unicodeAlphaNumeric))&&(!r[1]&&!r[2]||!n||this.rules.inline.punctuation.exec(n))){const n=[...r[0]].length-1;let i,s,o=n,l=0;const u="*"===r[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,e=e.slice(-1*t.length+n);null!=(r=u.exec(e));){if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!i)continue;if(s=[...i].length,r[3]||r[4]){o+=s;continue}if((r[5]||r[6])&&n%3&&!((n+s)%3)){l+=s;continue}if(o-=s,o>0)continue;s=Math.min(s,s+o+l);const e=[...r[0]][0].length,u=t.slice(0,n+r.index+e+s);if(Math.min(n,s)%2){const t=u.slice(1,-1);return{type:"em",raw:u,text:t,tokens:this.lexer.inlineTokens(t)}}const a=u.slice(2,-2);return{type:"strong",raw:u,text:a,tokens:this.lexer.inlineTokens(a)}}}}codespan(t){const e=this.rules.inline.code.exec(t);if(e){let t=e[2].replace(this.rules.other.newLineCharGlobal," ");const n=this.rules.other.nonSpaceChar.test(t),r=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return n&&r&&(t=t.substring(1,t.length-1)),{type:"codespan",raw:e[0],text:t}}}br(t){const e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t){const e=this.rules.inline.del.exec(t);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(t){const e=this.rules.inline.autolink.exec(t);if(e){let t,n;return"@"===e[2]?(t=e[1],n="mailto:"+t):(t=e[1],n=t),{type:"link",raw:e[0],text:t,href:n,tokens:[{type:"text",raw:t,text:t}]}}}url(t){let e;if(e=this.rules.inline.url.exec(t)){let t,n;if("@"===e[2])t=e[0],n="mailto:"+t;else{let r;do{r=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??""}while(r!==e[0]);t=e[0],n="www."===e[1]?"http://"+e[0]:e[0]}return{type:"link",raw:e[0],text:t,href:n,tokens:[{type:"text",raw:t,text:t}]}}}inlineText(t){const e=this.rules.inline.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],escaped:this.lexer.state.inRawBlock}}},mc=class t{tokens;options;state;tokenizer;inlineQueue;constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||fh,this.options.tokenizer=this.options.tokenizer||new pc,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const e={other:gh,block:sc.normal,inline:oc.normal};this.options.pedantic?(e.block=sc.pedantic,e.inline=oc.pedantic):this.options.gfm&&(e.block=sc.gfm,e.inline=this.options.breaks?oc.breaks:oc.gfm),this.tokenizer.rules=e}static get rules(){return{block:sc,inline:oc}}static lex(e,n){return new t(n).lex(e)}static lexInline(e,n){return new t(n).inlineTokens(e)}lex(t){t=t.replace(gh.carriageReturn,"\n"),this.blockTokens(t,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const e=this.inlineQueue[t];this.inlineTokens(e.src,e.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(t,e=[],n=!1){for(this.options.pedantic&&(t=t.replace(gh.tabCharGlobal," ").replace(gh.spaceLine,""));t;){let r;if(this.options.extensions?.block?.some((n=>!!(r=n.call({lexer:this},t,e))&&(t=t.substring(r.raw.length),e.push(r),!0))))continue;if(r=this.tokenizer.space(t)){t=t.substring(r.raw.length);const n=e.at(-1);1===r.raw.length&&void 0!==n?n.raw+="\n":e.push(r);continue}if(r=this.tokenizer.code(t)){t=t.substring(r.raw.length);const n=e.at(-1);"paragraph"===n?.type||"text"===n?.type?(n.raw+="\n"+r.raw,n.text+="\n"+r.text,this.inlineQueue.at(-1).src=n.text):e.push(r);continue}if(r=this.tokenizer.fences(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.heading(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.hr(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.blockquote(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.list(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.html(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.def(t)){t=t.substring(r.raw.length);const n=e.at(-1);"paragraph"===n?.type||"text"===n?.type?(n.raw+="\n"+r.raw,n.text+="\n"+r.raw,this.inlineQueue.at(-1).src=n.text):this.tokens.links[r.tag]||(this.tokens.links[r.tag]={href:r.href,title:r.title});continue}if(r=this.tokenizer.table(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.lheading(t)){t=t.substring(r.raw.length),e.push(r);continue}let i=t;if(this.options.extensions?.startBlock){let e=1/0;const n=t.slice(1);let r;this.options.extensions.startBlock.forEach((t=>{r=t.call({lexer:this},n),"number"==typeof r&&r>=0&&(e=Math.min(e,r))})),e<1/0&&e>=0&&(i=t.substring(0,e+1))}if(this.state.top&&(r=this.tokenizer.paragraph(i))){const s=e.at(-1);n&&"paragraph"===s?.type?(s.raw+="\n"+r.raw,s.text+="\n"+r.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):e.push(r),n=i.length!==t.length,t=t.substring(r.raw.length)}else if(r=this.tokenizer.text(t)){t=t.substring(r.raw.length);const n=e.at(-1);"text"===n?.type?(n.raw+="\n"+r.raw,n.text+="\n"+r.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=n.text):e.push(r)}else if(t){const e="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(e);break}throw new Error(e)}}return this.state.top=!0,e}inline(t,e=[]){return this.inlineQueue.push({src:t,tokens:e}),e}inlineTokens(t,e=[]){let n=t,r=null;if(this.tokens.links){const t=Object.keys(this.tokens.links);if(t.length>0)for(;null!=(r=this.tokenizer.rules.inline.reflinkSearch.exec(n));)t.includes(r[0].slice(r[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,r.index)+"["+"a".repeat(r[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(r=this.tokenizer.rules.inline.anyPunctuation.exec(n));)n=n.slice(0,r.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;null!=(r=this.tokenizer.rules.inline.blockSkip.exec(n));)n=n.slice(0,r.index)+"["+"a".repeat(r[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let i=!1,s="";for(;t;){let r;if(i||(s=""),i=!1,this.options.extensions?.inline?.some((n=>!!(r=n.call({lexer:this},t,e))&&(t=t.substring(r.raw.length),e.push(r),!0))))continue;if(r=this.tokenizer.escape(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.tag(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.link(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(r.raw.length);const n=e.at(-1);"text"===r.type&&"text"===n?.type?(n.raw+=r.raw,n.text+=r.text):e.push(r);continue}if(r=this.tokenizer.emStrong(t,n,s)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.codespan(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.br(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.del(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.autolink(t)){t=t.substring(r.raw.length),e.push(r);continue}if(!this.state.inLink&&(r=this.tokenizer.url(t))){t=t.substring(r.raw.length),e.push(r);continue}let o=t;if(this.options.extensions?.startInline){let e=1/0;const n=t.slice(1);let r;this.options.extensions.startInline.forEach((t=>{r=t.call({lexer:this},n),"number"==typeof r&&r>=0&&(e=Math.min(e,r))})),e<1/0&&e>=0&&(o=t.substring(0,e+1))}if(r=this.tokenizer.inlineText(o)){t=t.substring(r.raw.length),"_"!==r.raw.slice(-1)&&(s=r.raw.slice(-1)),i=!0;const n=e.at(-1);"text"===n?.type?(n.raw+=r.raw,n.text+=r.text):e.push(r)}else if(t){const e="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(e);break}throw new Error(e)}}return e}},gc=class{options;parser;constructor(t){this.options=t||fh}space(t){return""}code({text:t,lang:e,escaped:n}){const r=(e||"").match(gh.notSpaceStart)?.[0],i=t.replace(gh.endingNewline,"")+"\n";return r?'<pre><code class="language-'+ac(r)+'">'+(n?i:ac(i,!0))+"</code></pre>\n":"<pre><code>"+(n?i:ac(i,!0))+"</code></pre>\n"}blockquote({tokens:t}){return`<blockquote>\n${this.parser.parse(t)}</blockquote>\n`}html({text:t}){return t}heading({tokens:t,depth:e}){return`<h${e}>${this.parser.parseInline(t)}</h${e}>\n`}hr(t){return"<hr>\n"}list(t){const e=t.ordered,n=t.start;let r="";for(let e=0;e<t.items.length;e++)r+=this.listitem(t.items[e]);const i=e?"ol":"ul";return"<"+i+(e&&1!==n?' start="'+n+'"':"")+">\n"+r+"</"+i+">\n"}listitem(t){let e="";if(t.task){const n=this.checkbox({checked:!!t.checked});t.loose?"paragraph"===t.tokens[0]?.type?(t.tokens[0].text=n+" "+t.tokens[0].text,t.tokens[0].tokens&&t.tokens[0].tokens.length>0&&"text"===t.tokens[0].tokens[0].type&&(t.tokens[0].tokens[0].text=n+" "+ac(t.tokens[0].tokens[0].text),t.tokens[0].tokens[0].escaped=!0)):t.tokens.unshift({type:"text",raw:n+" ",text:n+" ",escaped:!0}):e+=n+" "}return e+=this.parser.parse(t.tokens,!!t.loose),`<li>${e}</li>\n`}checkbox({checked:t}){return"<input "+(t?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:t}){return`<p>${this.parser.parseInline(t)}</p>\n`}table(t){let e="",n="";for(let e=0;e<t.header.length;e++)n+=this.tablecell(t.header[e]);e+=this.tablerow({text:n});let r="";for(let e=0;e<t.rows.length;e++){const i=t.rows[e];n="";for(let t=0;t<i.length;t++)n+=this.tablecell(i[t]);r+=this.tablerow({text:n})}return r&&(r=`<tbody>${r}</tbody>`),"<table>\n<thead>\n"+e+"</thead>\n"+r+"</table>\n"}tablerow({text:t}){return`<tr>\n${t}</tr>\n`}tablecell(t){const e=this.parser.parseInline(t.tokens),n=t.header?"th":"td";return(t.align?`<${n} align="${t.align}">`:`<${n}>`)+e+`</${n}>\n`}strong({tokens:t}){return`<strong>${this.parser.parseInline(t)}</strong>`}em({tokens:t}){return`<em>${this.parser.parseInline(t)}</em>`}codespan({text:t}){return`<code>${ac(t,!0)}</code>`}br(t){return"<br>"}del({tokens:t}){return`<del>${this.parser.parseInline(t)}</del>`}link({href:t,title:e,tokens:n}){const r=this.parser.parseInline(n),i=hc(t);if(null===i)return r;let s='<a href="'+(t=i)+'"';return e&&(s+=' title="'+ac(e)+'"'),s+=">"+r+"</a>",s}image({href:t,title:e,text:n,tokens:r}){r&&(n=this.parser.parseInline(r,this.parser.textRenderer));const i=hc(t);if(null===i)return ac(n);let s=`<img src="${t=i}" alt="${n}"`;return e&&(s+=` title="${ac(e)}"`),s+=">",s}text(t){return"tokens"in t&&t.tokens?this.parser.parseInline(t.tokens):"escaped"in t&&t.escaped?t.text:ac(t.text)}},bc=class{strong({text:t}){return t}em({text:t}){return t}codespan({text:t}){return t}del({text:t}){return t}html({text:t}){return t}text({text:t}){return t}link({text:t}){return""+t}image({text:t}){return""+t}br(){return""}},wc=class t{options;renderer;textRenderer;constructor(t){this.options=t||fh,this.options.renderer=this.options.renderer||new gc,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new bc}static parse(e,n){return new t(n).parse(e)}static parseInline(e,n){return new t(n).parseInline(e)}parse(t,e=!0){let n="";for(let r=0;r<t.length;r++){const i=t[r];if(this.options.extensions?.renderers?.[i.type]){const t=i,e=this.options.extensions.renderers[t.type].call({parser:this},t);if(!1!==e||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(t.type)){n+=e||"";continue}}const s=i;switch(s.type){case"space":n+=this.renderer.space(s);continue;case"hr":n+=this.renderer.hr(s);continue;case"heading":n+=this.renderer.heading(s);continue;case"code":n+=this.renderer.code(s);continue;case"table":n+=this.renderer.table(s);continue;case"blockquote":n+=this.renderer.blockquote(s);continue;case"list":n+=this.renderer.list(s);continue;case"html":n+=this.renderer.html(s);continue;case"paragraph":n+=this.renderer.paragraph(s);continue;case"text":{let i=s,o=this.renderer.text(i);for(;r+1<t.length&&"text"===t[r+1].type;)i=t[++r],o+="\n"+this.renderer.text(i);n+=e?this.renderer.paragraph({type:"paragraph",raw:o,text:o,tokens:[{type:"text",raw:o,text:o,escaped:!0}]}):o;continue}default:{const t='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(t),"";throw new Error(t)}}}return n}parseInline(t,e=this.renderer){let n="";for(let r=0;r<t.length;r++){const i=t[r];if(this.options.extensions?.renderers?.[i.type]){const t=this.options.extensions.renderers[i.type].call({parser:this},i);if(!1!==t||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){n+=t||"";continue}}const s=i;switch(s.type){case"escape":case"text":n+=e.text(s);break;case"html":n+=e.html(s);break;case"link":n+=e.link(s);break;case"image":n+=e.image(s);break;case"strong":n+=e.strong(s);break;case"em":n+=e.em(s);break;case"codespan":n+=e.codespan(s);break;case"br":n+=e.br(s);break;case"del":n+=e.del(s);break;default:{const t='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(t),"";throw new Error(t)}}}return n}},kc=class{options;block;constructor(t){this.options=t||fh}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(t){return t}postprocess(t){return t}processAllTokens(t){return t}provideLexer(){return this.block?mc.lex:mc.lexInline}provideParser(){return this.block?wc.parse:wc.parseInline}},vc=new class{defaults={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=wc;Renderer=gc;TextRenderer=bc;Lexer=mc;Tokenizer=pc;Hooks=kc;constructor(...t){this.use(...t)}walkTokens(t,e){let n=[];for(const r of t)switch(n=n.concat(e.call(this,r)),r.type){case"table":{const t=r;for(const r of t.header)n=n.concat(this.walkTokens(r.tokens,e));for(const r of t.rows)for(const t of r)n=n.concat(this.walkTokens(t.tokens,e));break}case"list":n=n.concat(this.walkTokens(r.items,e));break;default:{const t=r;this.defaults.extensions?.childTokens?.[t.type]?this.defaults.extensions.childTokens[t.type].forEach((r=>{const i=t[r].flat(1/0);n=n.concat(this.walkTokens(i,e))})):t.tokens&&(n=n.concat(this.walkTokens(t.tokens,e)))}}return n}use(...t){const e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach((t=>{const n={...t};if(n.async=this.defaults.async||n.async||!1,t.extensions&&(t.extensions.forEach((t=>{if(!t.name)throw new Error("extension name required");if("renderer"in t){const n=e.renderers[t.name];e.renderers[t.name]=n?function(...e){let r=t.renderer.apply(this,e);return!1===r&&(r=n.apply(this,e)),r}:t.renderer}if("tokenizer"in t){if(!t.level||"block"!==t.level&&"inline"!==t.level)throw new Error("extension level must be 'block' or 'inline'");const n=e[t.level];n?n.unshift(t.tokenizer):e[t.level]=[t.tokenizer],t.start&&("block"===t.level?e.startBlock?e.startBlock.push(t.start):e.startBlock=[t.start]:"inline"===t.level&&(e.startInline?e.startInline.push(t.start):e.startInline=[t.start]))}"childTokens"in t&&t.childTokens&&(e.childTokens[t.name]=t.childTokens)})),n.extensions=e),t.renderer){const e=this.defaults.renderer||new gc(this.defaults);for(const n in t.renderer){if(!(n in e))throw new Error(`renderer '${n}' does not exist`);if(["options","parser"].includes(n))continue;const r=t.renderer[n],i=e[n];e[n]=(...t)=>{let n=r.apply(e,t);return!1===n&&(n=i.apply(e,t)),n||""}}n.renderer=e}if(t.tokenizer){const e=this.defaults.tokenizer||new pc(this.defaults);for(const n in t.tokenizer){if(!(n in e))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const r=t.tokenizer[n],i=e[n];e[n]=(...t)=>{let n=r.apply(e,t);return!1===n&&(n=i.apply(e,t)),n}}n.tokenizer=e}if(t.hooks){const e=this.defaults.hooks||new kc;for(const n in t.hooks){if(!(n in e))throw new Error(`hook '${n}' does not exist`);if(["options","block"].includes(n))continue;const r=t.hooks[n],i=e[n];e[n]=kc.passThroughHooks.has(n)?t=>{if(this.defaults.async)return Promise.resolve(r.call(e,t)).then((t=>i.call(e,t)));const n=r.call(e,t);return i.call(e,n)}:(...t)=>{let n=r.apply(e,t);return!1===n&&(n=i.apply(e,t)),n}}n.hooks=e}if(t.walkTokens){const e=this.defaults.walkTokens,r=t.walkTokens;n.walkTokens=function(t){let n=[];return n.push(r.call(this,t)),e&&(n=n.concat(e.call(this,t))),n}}this.defaults={...this.defaults,...n}})),this}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,e){return mc.lex(t,e??this.defaults)}parser(t,e){return wc.parse(t,e??this.defaults)}parseMarkdown(t){return(e,n)=>{const r={...n},i={...this.defaults,...r},s=this.onError(!!i.silent,!!i.async);if(!0===this.defaults.async&&!1===r.async)return s(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(null==e)return s(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof e)return s(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));i.hooks&&(i.hooks.options=i,i.hooks.block=t);const o=i.hooks?i.hooks.provideLexer():t?mc.lex:mc.lexInline,l=i.hooks?i.hooks.provideParser():t?wc.parse:wc.parseInline;if(i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(e):e).then((t=>o(t,i))).then((t=>i.hooks?i.hooks.processAllTokens(t):t)).then((t=>i.walkTokens?Promise.all(this.walkTokens(t,i.walkTokens)).then((()=>t)):t)).then((t=>l(t,i))).then((t=>i.hooks?i.hooks.postprocess(t):t)).catch(s);try{i.hooks&&(e=i.hooks.preprocess(e));let t=o(e,i);i.hooks&&(t=i.hooks.processAllTokens(t)),i.walkTokens&&this.walkTokens(t,i.walkTokens);let n=l(t,i);return i.hooks&&(n=i.hooks.postprocess(n)),n}catch(t){return s(t)}}}onError(t,e){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",t){const t="<p>An error occurred:</p><pre>"+ac(n.message+"",!0)+"</pre>";return e?Promise.resolve(t):t}if(e)return Promise.reject(n);throw n}}};function yc(t,e){return vc.parse(t,e)}function Mc(t,e){const n=e.split("\n").flatMap((t=>[t,""])).map((e=>`${t}${e}`)).join("\n");return n.slice(0,n.length-1)}function xc(t){const e=(t.raw||t.text||"").match(/^(\s*)[-+*]\s+\[([ xX])\]\s+/);return e?{isTask:!0,checked:"x"===e[2].toLowerCase(),indentLevel:e[1].length}:{isTask:!1,indentLevel:0}}function Oc(t,e){return"string"!=typeof t?"json":e}yc.options=yc.setOptions=function(t){return vc.setOptions(t),dh(yc.defaults=vc.defaults),yc},yc.getDefaults=function(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}},yc.defaults=fh,yc.use=function(...t){return vc.use(...t),dh(yc.defaults=vc.defaults),yc},yc.walkTokens=function(t,e){return vc.walkTokens(t,e)},yc.parseInline=vc.parseInline,yc.Parser=wc,yc.parser=wc.parse,yc.Renderer=gc,yc.TextRenderer=bc,yc.Lexer=mc,yc.lexer=mc.lex,yc.Tokenizer=pc,yc.Hooks=kc,yc.parse=yc;var Tc=class{constructor(t){var e,n,r,i,s;this.baseExtensions=[],this.extensions=[],this.lastParseResult=null,this.markedInstance=null!=(e=null==t?void 0:t.marked)?e:yc,this.lexer=new this.markedInstance.Lexer,this.indentStyle=null!=(r=null==(n=null==t?void 0:t.indentation)?void 0:n.style)?r:"space",this.indentSize=null!=(s=null==(i=null==t?void 0:t.indentation)?void 0:i.size)?s:2,this.baseExtensions=(null==t?void 0:t.extensions)||[],(null==t?void 0:t.markedOptions)&&"function"==typeof this.markedInstance.setOptions&&this.markedInstance.setOptions(t.markedOptions),this.registry=new Map,this.nodeTypeRegistry=new Map,(null==t?void 0:t.extensions)&&(this.baseExtensions=t.extensions,Eu(t.extensions).forEach((t=>this.registerExtension(t,!1)))),this.lexer=new this.markedInstance.Lexer}get instance(){return this.markedInstance}get indentCharacter(){return"space"===this.indentStyle?" ":"\t"}get indentString(){return this.indentCharacter.repeat(this.indentSize)}hasMarked(){return!!this.markedInstance}registerExtension(t,e=!0){var n,r;this.extensions.push(t);const i=t.name,s=Su(t,"markdownTokenName")||i,o=Su(t,"parseMarkdown"),l=Su(t,"renderMarkdown"),u=Su(t,"markdownTokenizer"),a=null!=(n=Su(t,"markdownOptions"))?n:null,h={tokenName:s,nodeName:i,parseMarkdown:o,renderMarkdown:l,isIndenting:null!=(r=null==a?void 0:a.indentsContent)&&r,tokenizer:u};if(s&&o){const t=this.registry.get(s)||[];t.push(h),this.registry.set(s,t)}if(l){const t=this.nodeTypeRegistry.get(i)||[];t.push(h),this.nodeTypeRegistry.set(i,t)}u&&this.hasMarked()&&(this.registerTokenizer(u),e&&(this.lexer=new this.markedInstance.Lexer))}registerTokenizer(t){if(!this.hasMarked())return;const{name:e,start:n,level:r="inline",tokenize:i}=t,s={inlineTokens:t=>this.lexer.inlineTokens(t),blockTokens:t=>this.lexer.blockTokens(t)};let o;o=n?"function"==typeof n?n:t=>t.indexOf(n):t=>{const e=i(t,[],s);return e&&e.raw?t.indexOf(e.raw):-1},this.markedInstance.use({extensions:[{name:e,level:r,start:o,tokenizer:(t,n)=>{const r=i(t,n,s);if(r&&r.type)return{...r,type:r.type||e,raw:r.raw||"",tokens:r.tokens||[]}},childTokens:[]}]})}getHandlersForToken(t){try{return this.registry.get(t)||[]}catch{return[]}}getHandlerForToken(t){const e=this.getHandlersForToken(t);if(e.length>0)return e[0];const n=this.getHandlersForNodeType(t);return n.length>0?n[0]:void 0}getHandlersForNodeType(t){try{return this.nodeTypeRegistry.get(t)||[]}catch{return[]}}serialize(t){return t?(Array.isArray(t),this.renderNodes(t,t)):""}parse(t){if(!this.hasMarked())throw new Error("No marked instance available for parsing");const e=this.markedInstance.lexer(t);return{type:"doc",content:this.parseTokens(e)}}parseTokens(t){return t.map((t=>this.parseToken(t))).filter((t=>null!==t)).flatMap((t=>Array.isArray(t)?t:[t]))}parseToken(t){if(!t.type)return null;if("list"===t.type)return this.parseListToken(t);const e=this.getHandlersForToken(t.type),n=this.createParseHelpers();if(e.find((e=>{if(!e.parseMarkdown)return!1;const r=e.parseMarkdown(t,n),i=this.normalizeParseResult(r);return!(!i||Array.isArray(i)&&!(i.length>0)||(this.lastParseResult=i,0))}))&&this.lastParseResult){const t=this.lastParseResult;return this.lastParseResult=null,t}return this.parseFallbackToken(t)}parseListToken(t){if(!t.items||0===t.items.length)return this.parseTokenWithHandlers(t);const e=t.items.some((t=>xc(t).isTask)),n=t.items.some((t=>!xc(t).isTask));if(!e||!n||0===this.getHandlersForToken("taskList").length)return this.parseTokenWithHandlers(t);const r=[];let i=[],s=null;for(let e=0;e<t.items.length;e+=1){const n=t.items[e],{isTask:o,checked:l,indentLevel:u}=xc(n);let a=n;if(o){const t=(n.raw||n.text||"").split("\n"),e=t[0].match(/^\s*[-+*]\s+\[([ xX])\]\s+(.*)$/),r=e?e[2]:"";let i=[];if(t.length>1&&t.slice(1).join("\n").trim()){const e=t.slice(1),n=e.filter((t=>t.trim()));if(n.length>0){const t=Math.min(...n.map((t=>t.length-t.trimStart().length))),r=e.map((e=>e.trim()?e.slice(t):"")).join("\n").trim();r&&(i=this.markedInstance.lexer(`${r}\n`))}}a={type:"taskItem",raw:"",mainContent:r,indentLevel:u,checked:null!=l&&l,text:r,tokens:this.lexer.inlineTokens(r),nestedTokens:i}}const h=o?"taskList":"list";s!==h?(i.length>0&&r.push({type:s,items:i}),i=[a],s=h):i.push(a)}i.length>0&&r.push({type:s,items:i});const o=[];for(let e=0;e<r.length;e+=1){const n=r[e],i={...t,type:n.type,items:n.items},s=this.parseToken(i);s&&(Array.isArray(s)?o.push(...s):o.push(s))}return o.length>0?o:null}parseTokenWithHandlers(t){if(!t.type)return null;const e=this.getHandlersForToken(t.type),n=this.createParseHelpers();if(e.find((e=>{if(!e.parseMarkdown)return!1;const r=e.parseMarkdown(t,n),i=this.normalizeParseResult(r);return!(!i||Array.isArray(i)&&!(i.length>0)||(this.lastParseResult=i,0))}))&&this.lastParseResult){const t=this.lastParseResult;return this.lastParseResult=null,t}return this.parseFallbackToken(t)}createParseHelpers(){return{parseInline:t=>this.parseInlineTokens(t),parseChildren:t=>this.parseTokens(t),createTextNode:(t,e)=>({type:"text",text:t,marks:e||void 0}),createNode:(t,e,n)=>{const r={type:t,attrs:e||void 0,content:n||void 0};return e&&0!==Object.keys(e).length||delete r.attrs,r},applyMark:(t,e,n)=>({mark:t,content:e,attrs:n&&Object.keys(n).length>0?n:void 0})}}escapeRegex(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}parseInlineTokens(t){var e,n,r,i;const s=[];for(let o=0;o<t.length;o+=1){const l=t[o];if("text"===l.type)s.push({type:"text",text:l.text||""});else if("html"===l.type){const u=(null!=(n=null!=(e=l.raw)?e:l.text)?n:"").toString(),a=/^<\/[\s]*[\w-]+/i.test(u),h=u.match(/^<[\s]*([\w-]+)(\s|>|\/|$)/i);if(!a&&h&&!/\/>$/.test(u)){const e=this.escapeRegex(h[1]),n=new RegExp(`^<\\/\\s*${e}\\b`,"i");let l=-1;const a=[u];for(let e=o+1;e<t.length;e+=1){const s=t[e],o=(null!=(i=null!=(r=s.raw)?r:s.text)?i:"").toString();if(a.push(o),"html"===s.type&&n.test(o)){l=e;break}}if(-1!==l){const t=a.join(""),e=this.parseHTMLToken({type:"html",raw:t,text:t,block:!1});if(e){const t=this.normalizeParseResult(e);Array.isArray(t)?s.push(...t):t&&s.push(t)}o=l;continue}}const c=this.parseHTMLToken(l);if(c){const t=this.normalizeParseResult(c);Array.isArray(t)?s.push(...t):t&&s.push(t)}}else if(l.type){const t=this.getHandlerForToken(l.type);if(t&&t.parseMarkdown){const e=this.createParseHelpers(),n=t.parseMarkdown(l,e);if(this.isMarkResult(n)){const t=this.applyMarkToContent(n.mark,n.content,n.attrs);s.push(...t)}else{const t=this.normalizeParseResult(n);Array.isArray(t)?s.push(...t):t&&s.push(t)}}else l.tokens&&s.push(...this.parseInlineTokens(l.tokens))}}return s}applyMarkToContent(t,e,n){return e.map((e=>{if("text"===e.type){const r=e.marks||[],i=n?{type:t,attrs:n}:{type:t};return{...e,marks:[...r,i]}}return{...e,content:e.content?this.applyMarkToContent(t,e.content,n):void 0}}))}isMarkResult(t){return t&&"object"==typeof t&&"mark"in t}normalizeParseResult(t){return t?this.isMarkResult(t)?t.content:t:null}parseFallbackToken(t){switch(t.type){case"paragraph":return{type:"paragraph",content:t.tokens?this.parseInlineTokens(t.tokens):[]};case"heading":return{type:"heading",attrs:{level:t.depth||1},content:t.tokens?this.parseInlineTokens(t.tokens):[]};case"text":return{type:"text",text:t.text||""};case"html":return this.parseHTMLToken(t);case"space":return null;default:return t.tokens?this.parseTokens(t.tokens):null}}parseHTMLToken(t){const e=t.text||t.raw||"";if(!e.trim())return null;try{const n=function(t,e){const n=function(t){return Hu(_u(t),void 0)}(e),r=Kl(t);return rn.fromSchema(n).parse(r).toJSON()}(e,this.baseExtensions);return"doc"===n.type&&n.content?t.block?n.content:1===n.content.length&&"paragraph"===n.content[0].type&&n.content[0].content?n.content[0].content:n.content:n}catch(t){throw new Error(`Failed to parse HTML in markdown: ${t}`)}}renderNodeToMarkdown(t,e,n=0,r=0){var i;if("text"===t.type)return t.text||"";if(!t.type)return"";const s=this.getHandlerForToken(t.type);return s&&(null==(i=s.renderMarkdown)?void 0:i.call(s,t,{renderChildren:(e,i)=>{const o=s.isIndenting?r+1:r;return!Array.isArray(e)&&e.content?this.renderNodes(e.content,t,i||"",n,o):this.renderNodes(e,t,i||"",n,o)},indent:t=>this.indentString+t,wrapInBlock:Mc},{index:n,level:r,parentType:null==e?void 0:e.type,meta:{}}))||""}renderNodes(t,e,n="",r=0,i=0){return Array.isArray(t)?this.renderNodesWithMarkBoundaries(t,e,n,i):t.type?this.renderNodeToMarkdown(t,e,r,i):""}renderNodesWithMarkBoundaries(t,e,n="",r=0){const i=[],s=new Map;return t.forEach(((n,o)=>{const l=o<t.length-1?t[o+1]:null;if(n.type)if("text"===n.type){let t=n.text||"";const e=new Map((n.marks||[]).map((t=>[t.type,t]))),r=function(t,e){const n=[];return Array.from(t.keys()).forEach((t=>{e.has(t)||n.push(t)})),n}(s,e),o=function(t,e){const n=[];return Array.from(e.entries()).forEach((([e,r])=>{t.has(e)||n.push({type:e,mark:r})})),n}(s,e);r.forEach((e=>{const n=s.get(e),r=this.getMarkClosing(e,n);r&&(t+=r),s.delete(e)}));let u="";if(o.length>0){const e=t.match(/^(\s+)/);e&&(u=e[1],t=t.slice(u.length))}o.forEach((({type:e,mark:n})=>{const r=this.getMarkOpening(e,n);r&&(t=r+t),s.set(e,n)})),t=u+t;const a=function(t,e,n,r){const i=!n,s=n&&"text"===n.type&&(!n.marks||0===n.marks.length),o=n&&"text"===n.type&&n.marks&&!r(e,new Map(n.marks.map((t=>[t.type,t])))),l=[];if(i||s||o)if(n&&"text"===n.type&&n.marks){const e=new Map(n.marks.map((t=>[t.type,t])));Array.from(t.keys()).forEach((t=>{e.has(t)||l.push(t)}))}else(i||s)&&l.push(...Array.from(t.keys()));return l}(s,e,l,this.markSetsEqual.bind(this));let h="";if(a.length>0){const e=t.match(/(\s+)$/);e&&(h=e[1],t=t.slice(0,-h.length))}a.forEach((e=>{const n=s.get(e),r=this.getMarkClosing(e,n);r&&(t+=r),s.delete(e)})),t+=h,i.push(t)}else{const t=new Map(s),l=function(t,e){let n="";return Array.from(t.keys()).reverse().forEach((r=>{const i=t.get(r),s=e(r,i);s&&(n=s+n)})),t.clear(),n}(s,this.getMarkClosing.bind(this)),u=this.renderNodeToMarkdown(n,e,o,r),a="hardBreak"===n.type?"":function(t,e,n){let r="";return Array.from(t.entries()).forEach((([t,i])=>{const s=n(t,i);s&&(r+=s),e.set(t,i)})),r}(t,s,this.getMarkOpening.bind(this));i.push(l+u+a)}})),i.join(n)}getMarkOpening(t,e){const n=this.getHandlersForNodeType(t),r=n.length>0?n[0]:void 0;if(!r||!r.renderMarkdown)return"";const i="__TIPTAP_MARKDOWN_PLACEHOLDER__",s={type:t,attrs:e.attrs||{},content:[{type:"text",text:i}]};try{const t=r.renderMarkdown(s,{renderChildren:()=>i,indent:t=>t,wrapInBlock:(t,e)=>t+e},{index:0,level:0,parentType:"text",meta:{}}),e=t.indexOf(i);return e>=0?t.substring(0,e):""}catch(e){throw new Error(`Failed to get mark opening for ${t}: ${e}`)}}getMarkClosing(t,e){const n=this.getHandlersForNodeType(t),r=n.length>0?n[0]:void 0;if(!r||!r.renderMarkdown)return"";const i="__TIPTAP_MARKDOWN_PLACEHOLDER__",s={type:t,attrs:e.attrs||{},content:[{type:"text",text:i}]};try{const t=r.renderMarkdown(s,{renderChildren:()=>i,indent:t=>t,wrapInBlock:(t,e)=>t+e},{index:0,level:0,parentType:"text",meta:{}}),e=t.indexOf(i);return e>=0?t.substring(e+33):""}catch(e){throw new Error(`Failed to get mark closing for ${t}: ${e}`)}}markSetsEqual(t,e){return t.size===e.size&&Array.from(t.keys()).every((t=>e.has(t)))}},Sc=Ia.create({name:"markdown",addOptions:()=>({indentation:{style:"space",size:2},marked:void 0,markedOptions:{}}),addCommands(){return{setContent:(t,e)=>{if(!(null==e?void 0:e.contentType))return bl.setContent(t,e);if("markdown"!==Oc(t,null==e?void 0:e.contentType)||!this.editor.markdown)return bl.setContent(t,e);const n=this.editor.markdown.parse(t);return bl.setContent(n,e)},insertContent:(t,e)=>{if(!(null==e?void 0:e.contentType))return bl.insertContent(t,e);if("markdown"!==Oc(t,null==e?void 0:e.contentType)||!this.editor.markdown)return bl.insertContent(t,e);const n=this.editor.markdown.parse(t);return bl.insertContent(n,e)},insertContentAt:(t,e,n)=>{if(!(null==n?void 0:n.contentType))return bl.insertContentAt(t,e,n);if("markdown"!==Oc(e,null==n?void 0:n.contentType)||!this.editor.markdown)return bl.insertContentAt(t,e,n);const r=this.editor.markdown.parse(e);return bl.insertContentAt(t,r,n)}}},addStorage(){return{manager:new Tc({indentation:this.options.indentation,marked:this.options.marked,markedOptions:this.options.markedOptions,extensions:[]})}},onBeforeCreate(){if(this.editor.markdown)return void console.error("[tiptap][markdown]: There is already a `markdown` property on the editor instance. This might lead to unexpected behavior.");if(this.storage.manager=new Tc({indentation:this.options.indentation,marked:this.options.marked,markedOptions:this.options.markedOptions,extensions:this.editor.extensionManager.baseExtensions}),this.editor.markdown=this.storage.manager,this.editor.getMarkdown=()=>this.storage.manager.serialize(this.editor.getJSON()),!this.editor.options.contentType)return;if("markdown"!==Oc(this.editor.options.content,this.editor.options.contentType))return;if(!this.editor.markdown)throw new Error('[tiptap][markdown]: The `contentType` option is set to "markdown", but the Markdown extension is not added to the editor. Please add the Markdown extension to use this feature.');if(void 0===this.editor.options.content||"string"!=typeof this.editor.options.content)throw new Error('[tiptap][markdown]: The `contentType` option is set to "markdown", but the initial content is not a string. Please provide the initial content as a markdown string.');const t=this.editor.markdown.parse(this.editor.options.content);this.editor.options.content=t}}),Ec=(t,e)=>{if("slot"===t)return 0;if(t instanceof Function)return t(e);const{children:n,...r}=null!=e?e:{};if("svg"===t)throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},Ac=/^\s*>\s$/,$c=hh.create({name:"blockquote",addOptions:()=>({HTMLAttributes:{}}),content:"block+",group:"block",defining:!0,parseHTML:()=>[{tag:"blockquote"}],renderHTML({HTMLAttributes:t}){return Ec("blockquote",{...Nu(this.options.HTMLAttributes,t),children:Ec("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=[];return t.content.forEach((t=>{const r=e.renderChildren([t]).split("\n").map((t=>""===t.trim()?">":`> ${t}`));n.push(r.join("\n"))})),n.join("\n>\n")},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Ya({find:Ac,type:this.type})]}}),Rc=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,Cc=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,Lc=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,Nc=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,jc=Ca.create({name:"bold",addOptions:()=>({HTMLAttributes:{}}),parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>"normal"!==t.style.fontWeight&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return Ec("strong",{...Nu(this.options.HTMLAttributes,t),children:Ec("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Za({find:Rc,type:this.type}),Za({find:Lc,type:this.type})]},addPasteRules(){return[ch({find:Cc,type:this.type}),ch({find:Nc,type:this.type})]}}),Pc=/(^|[^`])`([^`]+)`(?!`)$/,Ic=/(^|[^`])`([^`]+)`(?!`)/g,Dc=Ca.create({name:"code",addOptions:()=>({HTMLAttributes:{}}),excludes:"_",code:!0,exitable:!0,parseHTML:()=>[{tag:"code"}],renderHTML({HTMLAttributes:t}){return["code",Nu(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Za({find:Pc,type:this.type})]},addPasteRules(){return[ch({find:Ic,type:this.type})]}}),Hc=/^```([a-z]+)?[\s\n]$/,zc=/^~~~([a-z]+)?[\s\n]$/,_c=hh.create({name:"codeBlock",addOptions:()=>({languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:4,HTMLAttributes:{}}),content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;return[...(null==(e=t.firstElementChild)?void 0:e.classList)||[]].filter((t=>t.startsWith(n))).map((t=>t.replace(n,"")))[0]||null},rendered:!1}}},parseHTML:()=>[{tag:"pre",preserveWhitespace:"full"}],renderHTML({node:t,HTMLAttributes:e}){return["pre",Nu(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n;return!1===(null==(n=t.raw)?void 0:n.startsWith("```"))&&"indented"!==t.codeBlockStyle?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const i=(null==(n=t.attrs)?void 0:n.language)||"";return r=t.content?[`\`\`\`${i}`,e.renderChildren(t.content),"```"].join("\n"):`\`\`\`${i}\n\n\`\`\``,r},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection;return!(!t||e.parent.type.name!==this.name)&&!(1!==e.pos&&e.parent.textContent.length)&&this.editor.commands.clearNodes()},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=null!=(e=this.options.tabSize)?e:4,{state:r}=t,{selection:i}=r,{$from:s,empty:o}=i;if(s.parent.type!==this.type)return!1;const l=" ".repeat(n);return o?t.commands.insertContent(l):t.commands.command((({tr:t})=>{const{from:e,to:n}=i,s=r.doc.textBetween(e,n,"\n","\n").split("\n").map((t=>l+t)).join("\n");return t.replaceWith(e,n,r.schema.text(s)),!0}))},"Shift-Tab":({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=null!=(e=this.options.tabSize)?e:4,{state:r}=t,{selection:i}=r,{$from:s,empty:o}=i;return s.parent.type===this.type&&t.commands.command(o?({tr:t})=>{var e;const{pos:i}=s,o=s.start(),l=s.end(),u=r.doc.textBetween(o,l,"\n","\n").split("\n");let a=0,h=0;const c=i-o;for(let t=0;t<u.length;t+=1){if(h+u[t].length>=c){a=t;break}h+=u[t].length+1}const f=(null==(e=u[a].match(/^ */))?void 0:e[0])||"",d=Math.min(f.length,n);if(0===d)return!0;let p=o;for(let t=0;t<a;t+=1)p+=u[t].length+1;return t.delete(p,p+d),i-p<=d&&t.setSelection(fr.create(t.doc,p)),!0}:({tr:t})=>{const{from:e,to:s}=i,o=r.doc.textBetween(e,s,"\n","\n").split("\n").map((t=>{var e;const r=(null==(e=t.match(/^ */))?void 0:e[0])||"",i=Math.min(r.length,n);return t.slice(i)})).join("\n");return t.replaceWith(e,s,r.schema.text(o)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;const s=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith("\n\n");return!(!s||!o)&&t.chain().command((({tr:t})=>(t.delete(r.pos-2,r.pos),!0))).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:i,empty:s}=n;if(!s||i.parent.type!==this.type)return!1;if(i.parentOffset!==i.parent.nodeSize-2)return!1;const o=i.after();return void 0!==o&&(r.nodeAt(o)?t.commands.command((({tr:t})=>(t.setSelection(ur.near(r.resolve(o))),!0))):t.commands.exitCode())}}},addInputRules(){return[Xa({find:Hc,type:this.type,getAttributes:t=>({language:t[1]})}),Xa({find:zc,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new Er({key:new Rr("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData)return!1;if(this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),i=r?JSON.parse(r):void 0,s=null==i?void 0:i.mode;if(!n||!s)return!1;const{tr:o,schema:l}=t.state,u=l.text(n.replace(/\r\n?/g,"\n"));return o.replaceSelectionWith(this.type.create({language:s},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(fr.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),Bc=hh.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,"\n\n"):""}),Uc=hh.create({name:"hardBreak",markdownTokenName:"br",addOptions:()=>({keepMarks:!0,HTMLAttributes:{}}),inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML:()=>[{tag:"br"}],renderHTML({HTMLAttributes:t}){return["br",Nu(this.options.HTMLAttributes,t)]},renderText:()=>"\n",renderMarkdown:()=>" \n",parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command((()=>{const{selection:t,storedMarks:i}=n;if(t.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:o}=r.extensionManager,l=i||t.$to.parentOffset&&t.$from.marks();return e().insertContent({type:this.name}).command((({tr:t,dispatch:e})=>{if(e&&l&&s){const e=l.filter((t=>o.includes(t.type.name)));t.ensureMarks(e)}return!0})).run()}))])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Fc=hh.create({name:"heading",addOptions:()=>({levels:[1,2,3,4,5,6],HTMLAttributes:{}}),content:"inline*",group:"block",defining:!0,addAttributes:()=>({level:{default:1,rendered:!1}}),parseHTML(){return this.options.levels.map((t=>({tag:`h${t}`,attrs:{level:t}})))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,Nu(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(null==(n=t.attrs)?void 0:n.level)?parseInt(t.attrs.level,10):1,i="#".repeat(r);return t.content?`${i} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>!!this.options.levels.includes(t.level)&&e.setNode(this.name,t),toggleHeading:t=>({commands:e})=>!!this.options.levels.includes(t.level)&&e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return this.options.levels.reduce(((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})})),{})},addInputRules(){return this.options.levels.map((t=>Xa({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}})))}}),qc=hh.create({name:"horizontalRule",addOptions:()=>({HTMLAttributes:{},nextNodeType:"paragraph"}),group:"block",parseHTML:()=>[{tag:"hr"}],renderHTML({HTMLAttributes:t}){return["hr",Nu(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!function(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof pr){const t=r.index();return r.parent.canReplaceWith(t,t+1,e)}let i=r.depth;for(;i>=0;){const t=r.index(i);if(r.node(i).contentMatchAt(t).matchType(e))return!0;i-=1}return!1}(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,i=t();return Xu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command((({state:t,tr:e,dispatch:n})=>{if(n){const{$to:n}=e.selection,r=n.end();if(n.nodeAfter)e.setSelection(n.nodeAfter.isTextblock?fr.create(e.doc,n.pos+1):n.nodeAfter.isBlock?pr.create(e.doc,n.pos):fr.create(e.doc,n.pos));else{const i=t.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType,s=null==i?void 0:i.create();s&&(e.insert(r,s),e.setSelection(fr.create(e.doc,r+1)))}e.scrollIntoView()}return!0})).run()}}},addInputRules(){return[Qa({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Jc=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Wc=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Kc=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Vc=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Gc=Ca.create({name:"italic",addOptions:()=>({HTMLAttributes:{}}),parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>"normal"!==t.style.fontStyle&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",Nu(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Za({find:Jc,type:this.type}),Za({find:Kc,type:this.type})]},addPasteRules(){return[ch({find:Wc,type:this.type}),ch({find:Vc,type:this.type})]}});const Zc="numeric",Qc="ascii",Xc="alpha",Yc="asciinumeric",tf="alphanumeric",ef="domain",nf="emoji",rf="scheme",sf="slashscheme",of="whitespace";function lf(t,e){return t in e||(e[t]=[]),e[t]}function uf(t,e,n){e[Zc]&&(e[Yc]=!0,e[tf]=!0),e[Qc]&&(e[Yc]=!0,e[Xc]=!0),e[Yc]&&(e[tf]=!0),e[Xc]&&(e[tf]=!0),e[tf]&&(e[ef]=!0),e[nf]&&(e[ef]=!0);for(const r in e){const e=lf(r,n);e.indexOf(t)<0&&e.push(t)}}function af(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}af.groups={},af.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let n=0;n<e.jr.length;n++){const r=e.jr[n][1];if(r&&e.jr[n][0].test(t))return r}return e.jd},has(t,e=!1){return e?t in this.j:!!this.go(t)},ta(t,e,n,r){for(let i=0;i<t.length;i++)this.tt(t[i],e,n,r)},tr(t,e,n,r){let i;return r=r||af.groups,e&&e.j?i=e:(i=new af(e),n&&r&&uf(e,n,r)),this.jr.push([t,i]),i},ts(t,e,n,r){let i=this;const s=t.length;if(!s)return i;for(let e=0;e<s-1;e++)i=i.tt(t[e]);return i.tt(t[s-1],e,n,r)},tt(t,e,n,r){r=r||af.groups;const i=this;if(e&&e.j)return i.j[t]=e,e;const s=e;let o,l=i.go(t);if(l?(o=new af,Object.assign(o.j,l.j),o.jr.push.apply(o.jr,l.jr),o.jd=l.jd,o.t=l.t):o=new af,s){if(r)if(o.t&&"string"==typeof o.t){const t=Object.assign(function(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}(o.t,r),n);uf(s,t,r)}else n&&uf(s,n,r);o.t=s}return i.j[t]=o,o}};const hf=(t,e,n,r,i)=>t.ta(e,n,r,i),cf=(t,e,n,r,i)=>t.tr(e,n,r,i),ff=(t,e,n,r,i)=>t.ts(e,n,r,i),df=(t,e,n,r,i)=>t.tt(e,n,r,i),pf="WORD",mf="UWORD",gf="ASCIINUMERICAL",bf="ALPHANUMERICAL",wf="LOCALHOST",kf="TLD",vf="UTLD",yf="SCHEME",Mf="SLASH_SCHEME",xf="NUM",Of="WS",Tf="NL",Sf="OPENBRACE",Ef="CLOSEBRACE",Af="OPENBRACKET",$f="CLOSEBRACKET",Rf="OPENPAREN",Cf="CLOSEPAREN",Lf="OPENANGLEBRACKET",Nf="CLOSEANGLEBRACKET",jf="FULLWIDTHLEFTPAREN",Pf="FULLWIDTHRIGHTPAREN",If="LEFTCORNERBRACKET",Df="RIGHTCORNERBRACKET",Hf="LEFTWHITECORNERBRACKET",zf="RIGHTWHITECORNERBRACKET",_f="FULLWIDTHLESSTHAN",Bf="FULLWIDTHGREATERTHAN",Uf="AMPERSAND",Ff="APOSTROPHE",qf="ASTERISK",Jf="AT",Wf="BACKSLASH",Kf="BACKTICK",Vf="CARET",Gf="COLON",Zf="COMMA",Qf="DOLLAR",Xf="DOT",Yf="EQUALS",td="EXCLAMATION",ed="HYPHEN",nd="PERCENT",rd="PIPE",id="PLUS",sd="POUND",od="QUERY",ld="QUOTE",ud="FULLWIDTHMIDDLEDOT",ad="SEMI",hd="SLASH",cd="TILDE",fd="UNDERSCORE",dd="EMOJI",pd="SYM";var md=Object.freeze({__proto__:null,ALPHANUMERICAL:bf,AMPERSAND:Uf,APOSTROPHE:Ff,ASCIINUMERICAL:gf,ASTERISK:qf,AT:Jf,BACKSLASH:Wf,BACKTICK:Kf,CARET:Vf,CLOSEANGLEBRACKET:Nf,CLOSEBRACE:Ef,CLOSEBRACKET:$f,CLOSEPAREN:Cf,COLON:Gf,COMMA:Zf,DOLLAR:Qf,DOT:Xf,EMOJI:dd,EQUALS:Yf,EXCLAMATION:td,FULLWIDTHGREATERTHAN:Bf,FULLWIDTHLEFTPAREN:jf,FULLWIDTHLESSTHAN:_f,FULLWIDTHMIDDLEDOT:ud,FULLWIDTHRIGHTPAREN:Pf,HYPHEN:ed,LEFTCORNERBRACKET:If,LEFTWHITECORNERBRACKET:Hf,LOCALHOST:wf,NL:Tf,NUM:xf,OPENANGLEBRACKET:Lf,OPENBRACE:Sf,OPENBRACKET:Af,OPENPAREN:Rf,PERCENT:nd,PIPE:rd,PLUS:id,POUND:sd,QUERY:od,QUOTE:ld,RIGHTCORNERBRACKET:Df,RIGHTWHITECORNERBRACKET:zf,SCHEME:yf,SEMI:ad,SLASH:hd,SLASH_SCHEME:Mf,SYM:pd,TILDE:cd,TLD:kf,UNDERSCORE:fd,UTLD:vf,UWORD:mf,WORD:pf,WS:Of});const gd=/[a-z]/,bd=/\p{L}/u,wd=/\p{Emoji}/u,kd=/\d/,vd=/\s/;let yd=null,Md=null;function xd(t,e){const n=function(t){const e=[],n=t.length;let r=0;for(;r<n;){let i,s=t.charCodeAt(r),o=s<55296||s>56319||r+1===n||(i=t.charCodeAt(r+1))<56320||i>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}(e.replace(/[A-Z]/g,(t=>t.toLowerCase()))),r=n.length,i=[];let s=0,o=0;for(;o<r;){let l=t,u=null,a=0,h=null,c=-1,f=-1;for(;o<r&&(u=l.go(n[o]));)l=u,l.accepts()?(c=0,f=0,h=l):c>=0&&(c+=n[o].length,f++),a+=n[o].length,s+=n[o].length,o++;s-=c,o-=f,a-=c,i.push({t:h.t,v:e.slice(s-a,s),s:s-a,e:s})}return i}function Od(t,e,n,r,i){let s;const o=e.length;for(let n=0;n<o-1;n++){const o=e[n];t.j[o]?s=t.j[o]:(s=new af(r),s.jr=i.slice(),t.j[o]=s),t=s}return s=new af(n),s.jr=i.slice(),t.j[e[o-1]]=s,s}function Td(t){const e=[],n=[];let r=0;for(;r<t.length;){let i=0;for(;"0123456789".indexOf(t[r+i])>=0;)i++;if(i>0){e.push(n.join(""));for(let e=parseInt(t.substring(r,r+i),10);e>0;e--)n.pop();r+=i}else n.push(t[r]),r++}return e}const Sd={defaultProtocol:"http",events:null,format:Ad,formatHref:Ad,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Ed(t,e=null){let n=Object.assign({},Sd);t&&(n=Object.assign(n,t instanceof Ed?t.o:t));const r=n.ignoreTags,i=[];for(let t=0;t<r.length;t++)i.push(r[t].toUpperCase());this.o=n,e&&(this.defaultRender=e),this.ignoreTags=i}function Ad(t){return t}function $d(t,e){this.t="token",this.v=t,this.tk=e}function Rd(t,e){class n extends $d{constructor(e,n){super(e,n),this.t=t}}for(const t in e)n.prototype[t]=e[t];return n.t=t,n}Ed.prototype={o:Sd,ignoreTags:[],defaultRender:t=>t,check(t){return this.get("validate",t.toString(),t)},get(t,e,n){const r=null!=e;let i=this.o[t];return i?("object"==typeof i?(i=n.t in i?i[n.t]:Sd[t],"function"==typeof i&&r&&(i=i(e,n))):"function"==typeof i&&r&&(i=i(e,n.t,n)),i):i},getObj(t,e,n){let r=this.o[t];return"function"==typeof r&&null!=e&&(r=r(e,n.t,n)),r},render(t){const e=t.render(this);return(this.get("render",null,t)||this.defaultRender)(e,t.t,t)}},$d.prototype={isLink:!1,toString(){return this.v},toHref(t){return this.toString()},toFormattedString(t){const e=this.toString(),n=t.get("truncate",e,this),r=t.get("format",e,this);return n&&r.length>n?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=Sd.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),i=t.get("tagName",n,e),s=this.toFormattedString(t),o={},l=t.get("className",n,e),u=t.get("target",n,e),a=t.get("rel",n,e),h=t.getObj("attributes",n,e),c=t.getObj("events",n,e);return o.href=r,l&&(o.class=l),u&&(o.target=u),a&&(o.rel=a),h&&Object.assign(o,h),{tagName:i,attributes:o,content:s,eventListeners:c}}};const Cd=Rd("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),Ld=Rd("text"),Nd=Rd("nl"),jd=Rd("url",{isLink:!0,toHref(t=Sd.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==wf&&t[1].t===Gf}}),Pd=t=>new af(t);function Id(t,e,n){return new t(e.slice(n[0].s,n[n.length-1].e),n)}const Dd="undefined"!=typeof console&&console&&console.warn||(()=>{}),Hd={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function zd(t,e=!1){if(Hd.initialized&&Dd(`linkifyjs: already initialized - will not register custom scheme "${t}" until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error('linkifyjs: incorrect scheme format.\n1. Must only contain digits, lowercase ASCII letters or "-"\n2. Cannot start or end with "-"\n3. "-" cannot repeat');Hd.customSchemes.push([t,e])}function _d(t){return Hd.initialized||function(){Hd.scanner=function(t=[]){const e={};af.groups=e;const n=new af;null==yd&&(yd=Td("aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2")),null==Md&&(Md=Td("ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2")),df(n,"'",Ff),df(n,"{",Sf),df(n,"}",Ef),df(n,"[",Af),df(n,"]",$f),df(n,"(",Rf),df(n,")",Cf),df(n,"<",Lf),df(n,">",Nf),df(n,"(",jf),df(n,")",Pf),df(n,"「",If),df(n,"」",Df),df(n,"『",Hf),df(n,"』",zf),df(n,"<",_f),df(n,">",Bf),df(n,"&",Uf),df(n,"*",qf),df(n,"@",Jf),df(n,"`",Kf),df(n,"^",Vf),df(n,":",Gf),df(n,",",Zf),df(n,"$",Qf),df(n,".",Xf),df(n,"=",Yf),df(n,"!",td),df(n,"-",ed),df(n,"%",nd),df(n,"|",rd),df(n,"+",id),df(n,"#",sd),df(n,"?",od),df(n,'"',ld),df(n,"/",hd),df(n,";",ad),df(n,"~",cd),df(n,"_",fd),df(n,"\\",Wf),df(n,"・",ud);const r=cf(n,kd,xf,{[Zc]:!0});cf(r,kd,r);const i=cf(r,gd,gf,{[Yc]:!0}),s=cf(r,bd,bf,{[tf]:!0}),o=cf(n,gd,pf,{[Qc]:!0});cf(o,kd,i),cf(o,gd,o),cf(i,kd,i),cf(i,gd,i);const l=cf(n,bd,mf,{[Xc]:!0});cf(l,gd),cf(l,kd,s),cf(l,bd,l),cf(s,kd,s),cf(s,gd),cf(s,bd,s);const u=df(n,"\n",Tf,{[of]:!0}),a=df(n,"\r",Of,{[of]:!0}),h=cf(n,vd,Of,{[of]:!0});df(n,"",h),df(a,"\n",u),df(a,"",h),cf(a,vd,h),df(h,"\r"),df(h,"\n"),cf(h,vd,h),df(h,"",h);const c=cf(n,wd,dd,{[nf]:!0});df(c,"#"),cf(c,wd,c),df(c,"️",c);const f=df(c,"");df(f,"#"),cf(f,wd,c);const d=[[gd,o],[kd,i]],p=[[gd,null],[bd,l],[kd,s]];for(let t=0;t<yd.length;t++)Od(n,yd[t],kf,pf,d);for(let t=0;t<Md.length;t++)Od(n,Md[t],vf,mf,p);uf(kf,{tld:!0,ascii:!0},e),uf(vf,{utld:!0,alpha:!0},e),Od(n,"file",yf,pf,d),Od(n,"mailto",yf,pf,d),Od(n,"http",Mf,pf,d),Od(n,"https",Mf,pf,d),Od(n,"ftp",Mf,pf,d),Od(n,"ftps",Mf,pf,d),uf(yf,{scheme:!0,ascii:!0},e),uf(Mf,{slashscheme:!0,ascii:!0},e),t=t.sort(((t,e)=>t[0]>e[0]?1:-1));for(let e=0;e<t.length;e++){const r=t[e][0],i=t[e][1]?{[rf]:!0}:{[sf]:!0};r.indexOf("-")>=0?i[ef]=!0:gd.test(r)?kd.test(r)?i[Yc]=!0:i[Qc]=!0:i[Zc]=!0,ff(n,r,r,i)}return ff(n,"localhost",wf,{ascii:!0}),n.jd=new af(pd),{start:n,tokens:Object.assign({groups:e},md)}}(Hd.customSchemes);for(let t=0;t<Hd.tokenQueue.length;t++)Hd.tokenQueue[t][1]({scanner:Hd.scanner});Hd.parser=function({groups:t}){const e=t.domain.concat([Uf,qf,Jf,Wf,Kf,Vf,Qf,Yf,ed,xf,nd,rd,id,sd,hd,pd,cd,fd]),n=[Ff,Gf,Zf,Xf,td,nd,od,ld,ad,Lf,Nf,Sf,Ef,$f,Af,Rf,Cf,jf,Pf,If,Df,Hf,zf,_f,Bf],r=[Uf,Ff,qf,Wf,Kf,Vf,Qf,Yf,ed,Sf,Ef,nd,rd,id,sd,od,hd,pd,cd,fd],i=Pd(),s=df(i,cd);hf(s,r,s),hf(s,t.domain,s);const o=Pd(),l=Pd(),u=Pd();hf(i,t.domain,o),hf(i,t.scheme,l),hf(i,t.slashscheme,u),hf(o,r,s),hf(o,t.domain,o);const a=df(o,Jf);df(s,Jf,a),df(l,Jf,a),df(u,Jf,a);const h=df(s,Xf);hf(h,r,s),hf(h,t.domain,s);const c=Pd();hf(a,t.domain,c),hf(c,t.domain,c);const f=df(c,Xf);hf(f,t.domain,c);const d=Pd(Cd);hf(f,t.tld,d),hf(f,t.utld,d),df(a,wf,d);const p=df(c,ed);df(p,ed,p),hf(p,t.domain,c),hf(d,t.domain,c),df(d,Xf,f),df(d,ed,p);const m=df(d,Gf);hf(m,t.numeric,Cd);const g=df(o,ed),b=df(o,Xf);df(g,ed,g),hf(g,t.domain,o),hf(b,r,s),hf(b,t.domain,o);const w=Pd(jd);hf(b,t.tld,w),hf(b,t.utld,w),hf(w,t.domain,o),hf(w,r,s),df(w,Xf,b),df(w,ed,g),df(w,Jf,a);const k=df(w,Gf),v=Pd(jd);hf(k,t.numeric,v);const y=Pd(jd),M=Pd();hf(y,e,y),hf(y,n,M),hf(M,e,y),hf(M,n,M),df(w,hd,y),df(v,hd,y);const x=df(l,Gf),O=df(u,Gf),T=df(O,hd),S=df(T,hd);hf(l,t.domain,o),df(l,Xf,b),df(l,ed,g),hf(u,t.domain,o),df(u,Xf,b),df(u,ed,g),hf(x,t.domain,y),df(x,hd,y),df(x,od,y),hf(S,t.domain,y),hf(S,e,y),df(S,hd,y);const E=[[Sf,Ef],[Af,$f],[Rf,Cf],[Lf,Nf],[jf,Pf],[If,Df],[Hf,zf],[_f,Bf]];for(let t=0;t<E.length;t++){const[r,i]=E[t],s=df(y,r);df(M,r,s),df(s,i,y);const o=Pd(jd);hf(s,e,o);const l=Pd();hf(s,n),hf(o,e,o),hf(o,n,l),hf(l,e,o),hf(l,n,l),df(o,i,y),df(l,i,y)}return df(i,wf,w),df(i,Tf,Nd),{start:i,tokens:md}}(Hd.scanner.tokens);for(let t=0;t<Hd.pluginQueue.length;t++)Hd.pluginQueue[t][1]({scanner:Hd.scanner,parser:Hd.parser});Hd.initialized=!0}(),function(t,e,n){let r=n.length,i=0,s=[],o=[];for(;i<r;){let l=t,u=null,a=null,h=0,c=null,f=-1;for(;i<r&&!(u=l.go(n[i].t));)o.push(n[i++]);for(;i<r&&(a=u||l.go(n[i].t));)u=null,l=a,l.accepts()?(f=0,c=l):f>=0&&f++,i++,h++;if(f<0)i-=h,i<r&&(o.push(n[i]),i++);else{o.length>0&&(s.push(Id(Ld,e,o)),o=[]),i-=f,h-=f;const t=c.t,r=n.slice(i-h,i);s.push(Id(t,e,r))}}return o.length>0&&s.push(Id(Ld,e,o)),s}(Hd.parser.start,t,xd(Hd.scanner.start,t))}function Bd(t,e=null,n=null){if(e&&"object"==typeof e){if(n)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);n=e,e=null}const r=new Ed(n),i=_d(t),s=[];for(let t=0;t<i.length;t++){const n=i[t];!n.isLink||e&&n.t!==e||!r.check(n)||s.push(n.toFormattedObject(r))}return s}_d.scan=xd;var Ud="[\0- -\u2029 ]",Fd=new RegExp(Ud),qd=new RegExp(`${Ud}$`),Jd=new RegExp(Ud,"g");function Wd(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach((t=>{const e="string"==typeof t?t:t.scheme;e&&n.push(e)})),!t||t.replace(Jd,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var Kd=Ca.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach((t=>{"string"!=typeof t?zd(t.scheme,t.optionalSlashes):zd(t)}))},onDestroy(){af.groups={},Hd.scanner=null,Hd.parser=null,Hd.tokenQueue=[],Hd.pluginQueue=[],Hd.customSchemes=[],Hd.initialized=!1},inclusive(){return this.options.autolink},addOptions:()=>({openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!Wd(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>!!t}),addAttributes(){return{href:{default:null,parseHTML:t=>t.getAttribute("href")},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!(!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!Wd(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol}))&&null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:t=>!!Wd(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Nu(this.options.HTMLAttributes,t),0]:["a",Nu(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n;const r=(null==(n=t.attrs)?void 0:n.href)||"";return`[${e.renderChildren(t)}](${r})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return!!this.options.isAllowedUri(n,{defaultValidate:t=>!!Wd(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})&&e().setMark(this.name,t).setMeta("preventAutolink",!0).run()},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return!(n&&!this.options.isAllowedUri(n,{defaultValidate:t=>!!Wd(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol}))&&e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[ch({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,i=Bd(t).filter((t=>t.isLink&&this.options.isAllowedUri(t.value,{defaultValidate:t=>!!Wd(t,n),protocols:n,defaultProtocol:r})));i.length&&i.forEach((t=>{this.options.shouldAutoLink(t.value)&&e.push({text:t.value,data:{href:t.href},index:t.start})}))}return e},type:this.type,getAttributes:t=>{var e;return{href:null==(e=t.data)?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;var r;return this.options.autolink&&t.push((r={type:this.type,defaultProtocol:this.options.defaultProtocol,validate:t=>this.options.isAllowedUri(t,{defaultValidate:t=>!!Wd(t,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink},new Er({key:new Rr("autolink"),appendTransaction:(t,e,n)=>{const i=t.some((t=>t.docChanged))&&!e.doc.eq(n.doc),s=t.some((t=>t.getMeta("preventAutolink")));if(!i||s)return;const{tr:o}=n;return qu(Ou(e.doc,[...t])).forEach((({newRange:t})=>{const e=function(t,e){const n=[];return t.nodesBetween(e.from,e.to,((t,e)=>{(t=>t.isTextblock)(t)&&n.push({node:t,pos:e})})),n}(n.doc,t);let i,s;if(e.length>1)i=e[0],s=n.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0," ");else if(e.length){const r=n.doc.textBetween(t.from,t.to," "," ");if(!qd.test(r))return;i=e[0],s=n.doc.textBetween(i.pos,t.to,void 0," ")}if(i&&s){const t=s.split(Fd).filter(Boolean);if(t.length<=0)return!1;const e=t[t.length-1],u=i.pos+s.lastIndexOf(e);if(!e)return!1;const a=_d(e).map((t=>t.toObject(r.defaultProtocol)));if(!(1===(l=a).length?l[0].isLink:3===l.length&&l[1].isLink&&["()","[]"].includes(l[0].value+l[2].value)))return!1;a.filter((t=>t.isLink)).map((t=>({...t,from:u+t.start+1,to:u+t.end+1}))).filter((t=>!n.schema.marks.code||!n.doc.rangeHasMark(t.from,t.to,n.schema.marks.code))).filter((t=>r.validate(t.value))).filter((t=>r.shouldAutoLink(t.value))).forEach((t=>{Ju(t.from,t.to,n.doc).some((t=>t.mark.type===r.type))||o.addMark(t.from,t.to,r.type.create({href:t.href}))}))}var l})),o.steps.length?o:void 0}}))),t.push(function(t){return new Er({key:new Rr("handleClickLink"),props:{handleClick:(e,n,r)=>{var i,s;if(0!==r.button)return!1;if(!e.editable)return!1;let o=!1;if(t.enableClickSelection&&(o=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){let n=null;if(r.target instanceof HTMLAnchorElement)n=r.target;else{let t=r.target;const e=[];for(;"DIV"!==t.nodeName;)e.push(t),t=t.parentNode;n=e.find((t=>"A"===t.nodeName))}if(!n)return o;const l=Fu(e.state,t.type.name),u=null!=(i=null==n?void 0:n.href)?i:l.href,a=null!=(s=null==n?void 0:n.target)?s:l.target;n&&u&&(window.open(u,a),o=!0)}return o}}})}({type:this.type,editor:this.editor,openOnClick:"whenNotEditable"===this.options.openOnClick||this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(function(t){return new Er({key:new Rr("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:i}=t,{state:s}=e,{selection:o}=s,{empty:l}=o;if(l)return!1;let u="";r.content.forEach((t=>{u+=t.textContent}));const a=Bd(u,{defaultProtocol:t.defaultProtocol}).find((t=>t.isLink&&t.value===u));return!(!u||!a||void 0!==i&&!i(a.href))&&t.editor.commands.setMark(t.type,{href:a.href})}}})}({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),Vd=Kd,Gd=Object.defineProperty,Zd="textStyle",Qd=/^\s*([-+*])\s$/,Xd=hh.create({name:"bulletList",addOptions:()=>({itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}),group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML:()=>[{tag:"ul"}],renderHTML({HTMLAttributes:t}){return["ul",Nu(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>"list"!==t.type||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,"\n"):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes("listItem",this.editor.getAttributes(Zd)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=Ya({find:Qd,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Ya({find:Qd,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(Zd),editor:this.editor})),[t]}}),Yd=hh.create({name:"listItem",addOptions:()=>({HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}),content:"paragraph block*",defining:!0,parseHTML:()=>[{tag:"li"}],renderHTML({HTMLAttributes:t}){return["li",Nu(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if("list_item"!==t.type)return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some((t=>"paragraph"===t.type)))n=e.parseChildren(t.tokens);else{const r=t.tokens[0];if(r&&"text"===r.type&&r.tokens&&r.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(r.tokens)}],t.tokens.length>1){const r=t.tokens.slice(1),i=e.parseChildren(r);n.push(...i)}}else n=e.parseChildren(t.tokens)}return 0===n.length&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>ah(t,e,(t=>"bulletList"===t.parentType?"- ":"orderedList"===t.parentType?`${t.index+1}. `:"- "),n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});((t,e)=>{for(var n in e)Gd(t,n,{get:e[n],enumerable:!0})})({},{findListItemPos:()=>tp,getNextListDepth:()=>ep,handleBackspace:()=>sp,handleDelete:()=>up,hasListBefore:()=>np,hasListItemAfter:()=>ap,hasListItemBefore:()=>rp,listItemHasSubList:()=>ip,nextListIsDeeper:()=>op,nextListIsHigher:()=>lp});var tp=(t,e)=>{const{$from:n}=e.selection,r=Tl(t,e.schema);let i=null,s=n.depth,o=n.pos,l=null;for(;s>0&&null===l;)i=n.node(s),i.type===r?l=s:(s-=1,o-=1);return null===l?null:{$pos:e.doc.resolve(o),depth:l}},ep=(t,e)=>{const n=tp(t,e);if(!n)return!1;const[,r]=((t,e,n,r=20)=>{const i=t.doc.resolve(n);let s=r,o=null;for(;s>0&&null===o;){const t=i.node(s);(null==t?void 0:t.type.name)===e?o=t:s-=1}return[o,s]})(e,t,n.$pos.pos+4);return r},np=(t,e,n)=>{const{$anchor:r}=t.selection,i=Math.max(0,r.pos-2),s=t.doc.resolve(i).node();return!(!s||!n.includes(s.type.name))},rp=(t,e)=>{var n;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-2);return 0!==i.index()&&(null==(n=i.nodeBefore)?void 0:n.type.name)===t},ip=(t,e,n)=>{if(!n)return!1;const r=Tl(t,e.schema);let i=!1;return n.descendants((t=>{t.type===r&&(i=!0)})),i},sp=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!ou(t.state,e)&&np(t.state,e,n)){const{$anchor:n}=t.state.selection,r=t.state.doc.resolve(n.before()-1),i=[];r.node().descendants(((t,n)=>{t.type.name===e&&i.push({node:t,pos:n})}));const s=i.at(-1);if(!s)return!1;const o=t.state.doc.resolve(r.start()+s.pos+1);return t.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!ou(t.state,e))return!1;if(!(t=>{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)})(t.state))return!1;const r=tp(e,t.state);if(!r)return!1;const i=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),s=ip(e,t.state,i);return rp(e,t.state)&&!s?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},op=(t,e)=>{const n=ep(t,e),r=tp(t,e);return!(!r||!n)&&n>r.depth},lp=(t,e)=>{const n=ep(t,e),r=tp(t,e);return!(!r||!n)&&n<r.depth},up=(t,e)=>{if(!ou(t.state,e))return!1;if(!((t,e)=>{const{$from:n,$to:r,$anchor:i}=t.selection;if(e){const n=Tu((t=>t.type.name===e))(t.selection);if(!n)return!1;const r=t.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset<r.parent.nodeSize-2||n.pos!==r.pos)})(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:i}=n;return!(!n.empty&&r.sameParent(i))&&(op(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():lp(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward())},ap=(t,e)=>{var n;const{$anchor:r}=e.selection,i=e.doc.resolve(r.pos-r.parentOffset-2);return i.index()!==i.parent.childCount-1&&(null==(n=i.nodeAfter)?void 0:n.type.name)===t},hp=Ia.create({name:"listKeymap",addOptions:()=>({listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}),addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach((({itemName:n})=>{void 0!==t.state.schema.nodes[n]&&up(t,n)&&(e=!0)})),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach((({itemName:n})=>{void 0!==t.state.schema.nodes[n]&&up(t,n)&&(e=!0)})),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach((({itemName:n,wrapperNames:r})=>{void 0!==t.state.schema.nodes[n]&&sp(t,n,r)&&(e=!0)})),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach((({itemName:n,wrapperNames:r})=>{void 0!==t.state.schema.nodes[n]&&sp(t,n,r)&&(e=!0)})),e}}}}),cp=/^(\s*)(\d+)\.\s+(.*)$/,fp=/^\s/;function dp(t,e,n){var r;const i=[];let s=0;for(;s<t.length;){const o=t[s];if(o.indent===e){const l=o.content.split("\n"),u=(null==(r=l[0])?void 0:r.trim())||"",a=[];u&&a.push({type:"paragraph",raw:u,tokens:n.inlineTokens(u)});const h=l.slice(1).join("\n").trim();if(h){const t=n.blockTokens(h);a.push(...t)}let c=s+1;const f=[];for(;c<t.length&&t[c].indent>e;)f.push(t[c]),c+=1;if(f.length>0){const t=Math.min(...f.map((t=>t.indent))),e=dp(f,t,n);a.push({type:"list",ordered:!0,start:f[0].number,items:e,raw:f.map((t=>t.raw)).join("\n")})}i.push({type:"list_item",raw:o.raw,tokens:a}),s=c}else s+=1}return i}var pp="textStyle",mp=/^(\d+)\.\s$/,gp=hh.create({name:"orderedList",addOptions:()=>({itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}),group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes:()=>({start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}),parseHTML:()=>[{tag:"ol"}],renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return 1===e?["ol",Nu(this.options.HTMLAttributes,n),0]:["ol",Nu(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if("list"!==t.type||!t.ordered)return[];const n=t.start||1,r=t.items?function(t,e){return t.map((t=>{if("list_item"!==t.type)return e.parseChildren([t])[0];const n=[];return t.tokens&&t.tokens.length>0&&t.tokens.forEach((t=>{if("paragraph"===t.type||"list"===t.type||"blockquote"===t.type||"code"===t.type)n.push(...e.parseChildren([t]));else if("text"===t.type&&t.tokens){const r=e.parseChildren([t]);n.push({type:"paragraph",content:r})}else{const r=e.parseChildren([t]);r.length>0&&n.push(...r)}})),{type:"listItem",content:n}}))}(t.items,e):[];return 1!==n?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,"\n"):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=null==e?void 0:e.index;return void 0!==n?n:-1},tokenize:(t,e,n)=>{var r;const i=t.split("\n"),[s,o]=function(t){const e=[];let n=0,r=0;for(;n<t.length;){const i=t[n],s=i.match(cp);if(!s)break;const[,o,l,u]=s,a=o.length;let h=u,c=n+1;const f=[i];for(;c<t.length;){const e=t[c];if(e.match(cp))break;if(""===e.trim())f.push(e),h+="\n",c+=1;else{if(!e.match(fp))break;f.push(e),h+=`\n${e.slice(a+2)}`,c+=1}}e.push({indent:a,number:parseInt(l,10),content:h.trim(),raw:f.join("\n")}),r=c,n=c}return[e,r]}(i);if(0===s.length)return;const l=dp(s,0,n);return 0!==l.length?{type:"list",ordered:!0,start:(null==(r=s[0])?void 0:r.number)||1,items:l,raw:i.slice(0,o).join("\n")}:void 0}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes("listItem",this.editor.getAttributes(pp)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=Ya({find:mp,type:this.type,getAttributes:t=>({start:+t[1]}),joinPredicate:(t,e)=>e.childCount+e.attrs.start===+t[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Ya({find:mp,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:t=>({start:+t[1],...this.editor.getAttributes(pp)}),joinPredicate:(t,e)=>e.childCount+e.attrs.start===+t[1],editor:this.editor})),[t]}}),bp=/^\s*(\[([( |x])?\])\s$/,wp=hh.create({name:"taskItem",addOptions:()=>({nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}),content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes:()=>({checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return""===e||"true"===e},renderHTML:t=>({"data-checked":t.checked})}}),parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Nu(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(n.push(e.createNode("paragraph",{},t.tokens&&t.tokens.length>0?e.parseInline(t.tokens):t.text?[e.createNode("text",{text:t.text})]:[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;return ah(t,e,`- [${(null==(n=t.attrs)?void 0:n.checked)?"x":" "}] `)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const i=document.createElement("li"),s=document.createElement("label"),o=document.createElement("span"),l=document.createElement("input"),u=document.createElement("div"),a=t=>{var e,n;l.ariaLabel=(null==(n=null==(e=this.options.a11y)?void 0:e.checkboxLabel)?void 0:n.call(e,t,l.checked))||`Task item checkbox for ${t.textContent||"empty task item"}`};return a(t),s.contentEditable="false",l.type="checkbox",l.addEventListener("mousedown",(t=>t.preventDefault())),l.addEventListener("change",(e=>{if(!r.isEditable&&!this.options.onReadOnlyChecked)return void(l.checked=!l.checked);const{checked:i}=e.target;r.isEditable&&"function"==typeof n&&r.chain().focus(void 0,{scrollIntoView:!1}).command((({tr:t})=>{const e=n();if("number"!=typeof e)return!1;const r=t.doc.nodeAt(e);return t.setNodeMarkup(e,void 0,{...null==r?void 0:r.attrs,checked:i}),!0})).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,i)||(l.checked=!l.checked))})),Object.entries(this.options.HTMLAttributes).forEach((([t,e])=>{i.setAttribute(t,e)})),i.dataset.checked=t.attrs.checked,l.checked=t.attrs.checked,s.append(l,o),i.append(s,u),Object.entries(e).forEach((([t,e])=>{i.setAttribute(t,e)})),{dom:i,contentDOM:u,update:t=>t.type===this.type&&(i.dataset.checked=t.attrs.checked,l.checked=t.attrs.checked,a(t),!0)}}},addInputRules(){return[Ya({find:bp,type:this.type,getAttributes:t=>({checked:"x"===t[t.length-1]})})]}}),kp=hh.create({name:"taskList",addOptions:()=>({itemTypeName:"taskItem",HTMLAttributes:{}}),group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Nu(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,"\n"):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=null==(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))?void 0:e.index;return void 0!==n?n:-1},tokenize(t,e,n){const r=t=>{const e=uh(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:t=>({indentLevel:t[1].length,mainContent:t[4],checked:"x"===t[3].toLowerCase()}),createToken:(t,e)=>({type:"taskItem",raw:"",mainContent:t.mainContent,indentLevel:t.indentLevel,checked:t.checked,text:t.mainContent,tokens:n.inlineTokens(t.mainContent),nestedTokens:e}),customNestedParser:r},n);return e?[{type:"taskList",raw:e.raw,items:e.items}]:n.blockTokens(t)},i=uh(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:t=>({indentLevel:t[1].length,mainContent:t[4],checked:"x"===t[3].toLowerCase()}),createToken:(t,e)=>({type:"taskItem",raw:"",mainContent:t.mainContent,indentLevel:t.indentLevel,checked:t.checked,text:t.mainContent,tokens:n.inlineTokens(t.mainContent),nestedTokens:e}),customNestedParser:r},n);if(i)return{type:"taskList",raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});Ia.create({name:"listKit",addExtensions(){const t=[];return!1!==this.options.bulletList&&t.push(Xd.configure(this.options.bulletList)),!1!==this.options.listItem&&t.push(Yd.configure(this.options.listItem)),!1!==this.options.listKeymap&&t.push(hp.configure(this.options.listKeymap)),!1!==this.options.orderedList&&t.push(gp.configure(this.options.orderedList)),!1!==this.options.taskItem&&t.push(wp.configure(this.options.taskItem)),!1!==this.options.taskList&&t.push(kp.configure(this.options.taskList)),t}});var vp=hh.create({name:"paragraph",priority:1e3,addOptions:()=>({HTMLAttributes:{}}),group:"block",content:"inline*",parseHTML:()=>[{tag:"p"}],renderHTML({HTMLAttributes:t}){return["p",Nu(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];return 1===n.length&&"image"===n[0].type?e.parseChildren([n[0]]):e.createNode("paragraph",void 0,e.parseInline(n))},renderMarkdown:(t,e)=>t&&Array.isArray(t.content)?e.renderChildren(t.content):"",addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),yp=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,Mp=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,xp=Ca.create({name:"strike",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>!!t.includes("line-through")&&{}}],renderHTML({HTMLAttributes:t}){return["s",Nu(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Za({find:yp,type:this.type})]},addPasteRules(){return[ch({find:Mp,type:this.type})]}}),Op=hh.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),Tp=Ca.create({name:"underline",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>!!t.includes("underline")&&{}}],renderHTML({HTMLAttributes:t}){return["u",Nu(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown:(t,e)=>`++${e.renderChildren(t)}++`,markdownTokenizer:{name:"underline",level:"inline",start:t=>t.indexOf("++"),tokenize(t,e,n){const r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!r)return;const i=r[2].trim();return{type:"underline",raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Sp(t={}){return new Er({view:e=>new Ep(e,t)})}class Ep{constructor(t,e){var n;this.editorView=t,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=null!==(n=e.width)&&void 0!==n?n:1,this.color=!1===e.color?void 0:e.color||"black",this.class=e.class,this.handlers=["dragover","dragend","drop","dragleave"].map((e=>{let n=t=>{this[e](t)};return t.dom.addEventListener(e,n),{name:e,handler:n}}))}destroy(){this.handlers.forEach((({name:t,handler:e})=>this.editorView.dom.removeEventListener(t,e)))}update(t,e){null!=this.cursorPos&&e.doc!=t.state.doc&&(this.cursorPos>t.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(t){t!=this.cursorPos&&(this.cursorPos=t,null==t?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let t,e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r=this.editorView.dom,i=r.getBoundingClientRect(),s=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(n){let n=e.nodeBefore,r=e.nodeAfter;if(n||r){let e=this.editorView.nodeDOM(this.cursorPos-(n?n.nodeSize:0));if(e){let i=e.getBoundingClientRect(),s=n?i.bottom:i.top;n&&r&&(s=(s+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let l=this.width/2*o;t={left:i.left,right:i.right,top:s-l,bottom:s+l}}}}if(!t){let e=this.editorView.coordsAtPos(this.cursorPos),n=this.width/2*s;t={left:e.left-n,right:e.left+n,top:e.top,bottom:e.bottom}}let l,u,a=this.editorView.dom.offsetParent;if(this.element||(this.element=a.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n),!a||a==document.body&&"static"==getComputedStyle(a).position)l=-pageXOffset,u=-pageYOffset;else{let t=a.getBoundingClientRect();l=t.left-a.scrollLeft*(t.width/a.offsetWidth),u=t.top-a.scrollTop*(t.height/a.offsetHeight)}this.element.style.left=(t.left-l)/s+"px",this.element.style.top=(t.top-u)/o+"px",this.element.style.width=(t.right-t.left)/s+"px",this.element.style.height=(t.bottom-t.top)/o+"px"}scheduleRemoval(t){clearTimeout(this.timeout),this.timeout=setTimeout((()=>this.setCursor(null)),t)}dragover(t){if(!this.editorView.editable)return;let e=this.editorView.posAtCoords({left:t.clientX,top:t.clientY}),n=e&&e.inside>=0&&this.editorView.state.doc.nodeAt(e.inside),r=n&&n.type.spec.disableDropCursor,i="function"==typeof r?r(this.editorView,e,t):r;if(e&&!i){let t=e.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let e=Wn(this.editorView.state.doc,t,this.editorView.dragging.slice);null!=e&&(t=e)}this.setCursor(t),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(t){this.editorView.dom.contains(t.relatedTarget)||this.setCursor(null)}}class Ap extends ur{constructor(t){super(t,t)}map(t,e){let n=t.resolve(e.map(this.head));return Ap.valid(n)?new Ap(n):ur.near(n)}content(){return we.empty}eq(t){return t instanceof Ap&&t.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(t,e){if("number"!=typeof e.pos)throw new RangeError("Invalid input for GapCursor.fromJSON");return new Ap(t.resolve(e.pos))}getBookmark(){return new $p(this.anchor)}static valid(t){let e=t.parent;if(e.isTextblock||!function(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(0!=n)for(let t=r.child(n-1);;t=t.lastChild){if(0==t.childCount&&!t.inlineContent||t.isAtom||t.type.spec.isolating)return!0;if(t.inlineContent)return!1}else if(r.type.spec.isolating)return!0}return!0}(t)||!function(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n!=r.childCount)for(let t=r.child(n);;t=t.firstChild){if(0==t.childCount&&!t.inlineContent||t.isAtom||t.type.spec.isolating)return!0;if(t.inlineContent)return!1}else if(r.type.spec.isolating)return!0}return!0}(t))return!1;let n=e.type.spec.allowGapCursor;if(null!=n)return n;let r=e.contentMatchAt(t.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,e,n=!1){t:for(;;){if(!n&&Ap.valid(t))return t;let r=t.pos,i=null;for(let n=t.depth;;n--){let s=t.node(n);if(e>0?t.indexAfter(n)<s.childCount:t.index(n)>0){i=s.child(e>0?t.indexAfter(n):t.index(n)-1);break}if(0==n)return null;r+=e;let o=t.doc.resolve(r);if(Ap.valid(o))return o}for(;;){let s=e>0?i.firstChild:i.lastChild;if(!s){if(i.isAtom&&!i.isText&&!pr.isSelectable(i)){t=t.doc.resolve(r+i.nodeSize*e),n=!1;continue t}break}i=s,r+=e;let o=t.doc.resolve(r);if(Ap.valid(o))return o}return null}}}Ap.prototype.visible=!1,Ap.findFrom=Ap.findGapCursorFrom,ur.jsonID("gapcursor",Ap);class $p{constructor(t){this.pos=t}map(t){return new $p(t.map(this.pos))}resolve(t){let e=t.resolve(this.pos);return Ap.valid(e)?new Ap(e):ur.near(e)}}const Rp=fl({ArrowLeft:Cp("horiz",-1),ArrowRight:Cp("horiz",1),ArrowUp:Cp("vert",-1),ArrowDown:Cp("vert",1)});function Cp(t,e){const n="vert"==t?e>0?"down":"up":e>0?"right":"left";return function(t,r,i){let s=t.selection,o=e>0?s.$to:s.$from,l=s.empty;if(s instanceof fr){if(!i.endOfTextblock(n)||0==o.depth)return!1;l=!1,o=t.doc.resolve(e>0?o.after():o.before())}let u=Ap.findGapCursorFrom(o,e,l);return!!u&&(r&&r(t.tr.setSelection(new Ap(u))),!0)}}function Lp(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!Ap.valid(r))return!1;let i=t.posAtCoords({left:n.clientX,top:n.clientY});return!(i&&i.inside>-1&&pr.isSelectable(t.state.doc.nodeAt(i.inside))||(t.dispatch(t.state.tr.setSelection(new Ap(r))),0))}function Np(t,e){if("insertCompositionText"!=e.inputType||!(t.state.selection instanceof Ap))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let i=fe.empty;for(let t=r.length-1;t>=0;t--)i=fe.from(r[t].createAndFill(null,i));let s=t.state.tr.replace(n.pos,n.pos,new we(i,0,0));return s.setSelection(fr.near(s.doc.resolve(n.pos+1))),t.dispatch(s),!1}function jp(t){if(!(t.selection instanceof Ap))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",So.create(t.doc,[xo.widget(t.selection.head,e,{key:"gapcursor"})])}var Pp=200,Ip=function(){};Ip.prototype.append=function(t){return t.length?(t=Ip.from(t),!this.length&&t||t.length<Pp&&this.leafAppend(t)||this.length<Pp&&t.leafPrepend(this)||this.appendInner(t)):this},Ip.prototype.prepend=function(t){return t.length?Ip.from(t).append(this):this},Ip.prototype.appendInner=function(t){return new Hp(this,t)},Ip.prototype.slice=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.length),t>=e?Ip.empty:this.sliceInner(Math.max(0,t),Math.min(this.length,e))},Ip.prototype.get=function(t){if(!(t<0||t>=this.length))return this.getInner(t)},Ip.prototype.forEach=function(t,e,n){void 0===e&&(e=0),void 0===n&&(n=this.length),e<=n?this.forEachInner(t,e,n,0):this.forEachInvertedInner(t,e,n,0)},Ip.prototype.map=function(t,e,n){void 0===e&&(e=0),void 0===n&&(n=this.length);var r=[];return this.forEach((function(e,n){return r.push(t(e,n))}),e,n),r},Ip.from=function(t){return t instanceof Ip?t:t&&t.length?new Dp(t):Ip.empty};var Dp=function(t){function e(e){t.call(this),this.values=e}t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(t,n){return 0==t&&n==this.length?this:new e(this.values.slice(t,n))},e.prototype.getInner=function(t){return this.values[t]},e.prototype.forEachInner=function(t,e,n,r){for(var i=e;i<n;i++)if(!1===t(this.values[i],r+i))return!1},e.prototype.forEachInvertedInner=function(t,e,n,r){for(var i=e-1;i>=n;i--)if(!1===t(this.values[i],r+i))return!1},e.prototype.leafAppend=function(t){if(this.length+t.length<=Pp)return new e(this.values.concat(t.flatten()))},e.prototype.leafPrepend=function(t){if(this.length+t.length<=Pp)return new e(t.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e}(Ip);Ip.empty=new Dp([]);var Hp=function(t){function e(e,n){t.call(this),this.left=e,this.right=n,this.length=e.length+n.length,this.depth=Math.max(e.depth,n.depth)+1}return t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(t){return t<this.left.length?this.left.get(t):this.right.get(t-this.left.length)},e.prototype.forEachInner=function(t,e,n,r){var i=this.left.length;return!(e<i&&!1===this.left.forEachInner(t,e,Math.min(n,i),r))&&!(n>i&&!1===this.right.forEachInner(t,Math.max(e-i,0),Math.min(this.length,n)-i,r+i))&&void 0},e.prototype.forEachInvertedInner=function(t,e,n,r){var i=this.left.length;return!(e>i&&!1===this.right.forEachInvertedInner(t,e-i,Math.max(n,i)-i,r+i))&&!(n<i&&!1===this.left.forEachInvertedInner(t,Math.min(e,i),n,r))&&void 0},e.prototype.sliceInner=function(t,e){if(0==t&&e==this.length)return this;var n=this.left.length;return e<=n?this.left.slice(t,e):t>=n?this.right.slice(t-n,e-n):this.left.slice(t,n).append(this.right.slice(0,e-n))},e.prototype.leafAppend=function(t){var n=this.right.leafAppend(t);if(n)return new e(this.left,n)},e.prototype.leafPrepend=function(t){var n=this.left.leafPrepend(t);if(n)return new e(n,this.right)},e.prototype.appendInner=function(t){return this.left.depth>=Math.max(this.right.depth,t.depth)+1?new e(this.left,new e(this.right,t)):new e(this,t)},e}(Ip);class zp{constructor(t,e){this.items=t,this.eventCount=e}popEvent(t,e){if(0==this.eventCount)return null;let n,r,i=this.items.length;for(;;i--)if(this.items.get(i-1).selection){--i;break}e&&(n=this.remapping(i,this.items.length),r=n.maps.length);let s,o,l=t.tr,u=[],a=[];return this.items.forEach(((t,e)=>{if(!t.step)return n||(n=this.remapping(i,e+1),r=n.maps.length),r--,void a.push(t);if(n){a.push(new _p(t.map));let e,i=t.step.map(n.slice(r));i&&l.maybeStep(i).doc&&(e=l.mapping.maps[l.mapping.maps.length-1],u.push(new _p(e,void 0,void 0,u.length+a.length))),r--,e&&n.appendMap(e,r)}else l.maybeStep(t.step);return t.selection?(s=n?t.selection.map(n.slice(r)):t.selection,o=new zp(this.items.slice(0,i).append(a.reverse().concat(u)),this.eventCount-1),!1):void 0}),this.items.length,0),{remaining:o,transform:l,selection:s}}addTransform(t,e,n,r){let i=[],s=this.eventCount,o=this.items,l=!r&&o.length?o.get(o.length-1):null;for(let n=0;n<t.steps.length;n++){let u,a=t.steps[n].invert(t.docs[n]),h=new _p(t.mapping.maps[n],a,e);(u=l&&l.merge(h))&&(h=u,n?i.pop():o=o.slice(0,o.length-1)),i.push(h),e&&(s++,e=void 0),r||(l=h)}let u=s-n.depth;return u>Up&&(o=function(t,e){let n;return t.forEach(((t,r)=>{if(t.selection&&0==e--)return n=r,!1})),t.slice(n)}(o,u),s-=u),new zp(o.append(i),s)}remapping(t,e){let n=new xn;return this.items.forEach(((e,r)=>{n.appendMap(e.map,null!=e.mirrorOffset&&r-e.mirrorOffset>=t?n.maps.length-e.mirrorOffset:void 0)}),t,e),n}addMaps(t){return 0==this.eventCount?this:new zp(this.items.append(t.map((t=>new _p(t)))),this.eventCount)}rebased(t,e){if(!this.eventCount)return this;let n=[],r=Math.max(0,this.items.length-e),i=t.mapping,s=t.steps.length,o=this.eventCount;this.items.forEach((t=>{t.selection&&o--}),r);let l=e;this.items.forEach((e=>{let r=i.getMirror(--l);if(null==r)return;s=Math.min(s,r);let u=i.maps[r];if(e.step){let s=t.steps[r].invert(t.docs[r]),a=e.selection&&e.selection.map(i.slice(l+1,r));a&&o++,n.push(new _p(u,s,a))}else n.push(new _p(u))}),r);let u=[];for(let t=e;t<s;t++)u.push(new _p(i.maps[t]));let a=this.items.slice(0,r).append(u).append(n),h=new zp(a,o);return h.emptyItemCount()>500&&(h=h.compress(this.items.length-n.length)),h}emptyItemCount(){let t=0;return this.items.forEach((e=>{e.step||t++})),t}compress(t=this.items.length){let e=this.remapping(0,t),n=e.maps.length,r=[],i=0;return this.items.forEach(((s,o)=>{if(o>=t)r.push(s),s.selection&&i++;else if(s.step){let t=s.step.map(e.slice(n)),o=t&&t.getMap();if(n--,o&&e.appendMap(o,n),t){let l=s.selection&&s.selection.map(e.slice(n));l&&i++;let u,a=new _p(o.invert(),t,l),h=r.length-1;(u=r.length&&r[h].merge(a))?r[h]=u:r.push(a)}}else s.map&&n--}),this.items.length,0),new zp(Ip.from(r.reverse()),i)}}zp.empty=new zp(Ip.empty,0);class _p{constructor(t,e,n,r){this.map=t,this.step=e,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let e=t.step.merge(this.step);if(e)return new _p(e.getMap().invert(),e,this.selection)}}}class Bp{constructor(t,e,n,r,i){this.done=t,this.undone=e,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}}const Up=20;function Fp(t){let e=[];for(let n=t.length-1;n>=0&&0==e.length;n--)t[n].forEach(((t,n,r,i)=>e.push(r,i)));return e}function qp(t,e){if(!t)return null;let n=[];for(let r=0;r<t.length;r+=2){let i=e.map(t[r],1),s=e.map(t[r+1],-1);i<=s&&n.push(i,s)}return n}let Jp=!1,Wp=null;function Kp(t){let e=t.plugins;if(Wp!=e){Jp=!1,Wp=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){Jp=!0;break}}return Jp}const Vp=new Rr("history"),Gp=new Rr("closeHistory");function Zp(t={}){return new Er({key:Vp,state:{init:()=>new Bp(zp.empty,zp.empty,null,0,-1),apply:(e,n,r)=>function(t,e,n,r){let i,s=n.getMeta(Vp);if(s)return s.historyState;n.getMeta(Gp)&&(t=new Bp(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(0==n.steps.length)return t;if(o&&o.getMeta(Vp))return o.getMeta(Vp).redo?new Bp(t.done.addTransform(n,void 0,r,Kp(e)),t.undone,Fp(n.mapping.maps),t.prevTime,t.prevComposition):new Bp(t.done,t.undone.addTransform(n,void 0,r,Kp(e)),null,t.prevTime,t.prevComposition);if(!1===n.getMeta("addToHistory")||o&&!1===o.getMeta("addToHistory"))return(i=n.getMeta("rebased"))?new Bp(t.done.rebased(n,i),t.undone.rebased(n,i),qp(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new Bp(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),qp(t.prevRanges,n.mapping),t.prevTime,t.prevComposition);{let i=n.getMeta("composition"),s=0==t.prevTime||!o&&t.prevComposition!=i&&(t.prevTime<(n.time||0)-r.newGroupDelay||!function(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach(((t,r)=>{for(let i=0;i<e.length;i+=2)t<=e[i+1]&&r>=e[i]&&(n=!0)})),n}(n,t.prevRanges)),l=o?qp(t.prevRanges,n.mapping):Fp(n.mapping.maps);return new Bp(t.done.addTransform(n,s?e.selection.getBookmark():void 0,r,Kp(e)),zp.empty,l,n.time,null==i?t.prevComposition:i)}}(n,r,e,t)},config:t={depth:t.depth||100,newGroupDelay:t.newGroupDelay||500},props:{handleDOMEvents:{beforeinput(t,e){let n=e.inputType,r="historyUndo"==n?Xp:"historyRedo"==n?Yp:null;return!!r&&(e.preventDefault(),r(t.state,t.dispatch))}}}})}function Qp(t,e){return(n,r)=>{let i=Vp.getState(n);if(!i||0==(t?i.undone:i.done).eventCount)return!1;if(r){let s=function(t,e,n){let r=Kp(e),i=Vp.get(e).spec.config,s=(n?t.undone:t.done).popEvent(e,r);if(!s)return null;let o=s.selection.resolve(s.transform.doc),l=(n?t.done:t.undone).addTransform(s.transform,e.selection.getBookmark(),i,r),u=new Bp(n?l:s.remaining,n?s.remaining:l,null,0,-1);return s.transform.setSelection(o).setMeta(Vp,{redo:n,historyState:u})}(i,n,t);s&&r(e?s.scrollIntoView():s)}return!0}}const Xp=Qp(!1,!0),Yp=Qp(!0,!0);Ia.create({name:"characterCount",addOptions:()=>({limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter((t=>""!==t)).length}),addStorage:()=>({characters:()=>0,words:()=>0}),onBeforeCreate(){this.storage.characters=t=>{const e=(null==t?void 0:t.node)||this.editor.state.doc;if("textSize"===((null==t?void 0:t.mode)||this.options.mode)){const t=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(t)}return e.nodeSize},this.storage.words=t=>{const e=(null==t?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new Er({key:new Rr("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const i=this.options.limit;if(null==i||0===i)return void(t=!0);const s=this.storage.characters({node:r.doc});if(s>i){const e=0,n=s-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);const o=r.tr.deleteRange(e,n);return t=!0,o}t=!0},filterTransaction:(t,e)=>{const n=this.options.limit;if(!t.docChanged||0===n||null==n)return!0;const r=this.storage.characters({node:e.doc}),i=this.storage.characters({node:t.doc});if(i<=n)return!0;if(r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r)return!1;if(!t.getMeta("paste"))return!1;const s=t.selection.$head.pos;return t.deleteRange(s-(i-n),s),!(this.storage.characters({node:t.doc})>n)}})]}});var tm=Ia.create({name:"dropCursor",addOptions:()=>({color:"currentColor",width:1,class:void 0}),addProseMirrorPlugins(){return[Sp(this.options)]}});Ia.create({name:"focus",addOptions:()=>({className:"has-focus",mode:"all"}),addProseMirrorPlugins(){return[new Er({key:new Rr("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:i}=e,s=[];if(!n||!r)return So.create(t,[]);let o=0;"deepest"===this.options.mode&&t.descendants(((t,e)=>{if(!t.isText)return i>=e&&i<=e+t.nodeSize-1&&void(o+=1)}));let l=0;return t.descendants(((t,e)=>!t.isText&&(i>=e&&i<=e+t.nodeSize-1&&(l+=1,"deepest"===this.options.mode&&o-l>0||"shallowest"===this.options.mode&&l>1?"deepest"===this.options.mode:void s.push(xo.node(e,e+t.nodeSize,{class:this.options.className})))))),So.create(t,s)}}})]}});var em=Ia.create({name:"gapCursor",addProseMirrorPlugins:()=>[new Er({props:{decorations:jp,createSelectionBetween:(t,e,n)=>e.pos==n.pos&&Ap.valid(n)?new Ap(n):null,handleClick:Lp,handleKeyDown:Rp,handleDOMEvents:{beforeinput:Np}}})],extendNodeSchema(t){var e;return{allowGapCursor:null!=(e=Ru(Su(t,"allowGapCursor",{name:t.name,options:t.options,storage:t.storage})))?e:null}}});function nm({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(null==e?void 0:e.type)===t}Ia.create({name:"placeholder",addOptions:()=>({emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}),addProseMirrorPlugins(){return[new Er({key:new Rr("placeholder"),props:{decorations:({doc:t,selection:e})=>{const n=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:r}=e,i=[];if(!n)return null;const s=this.editor.isEmpty;return t.descendants(((t,e)=>{const n=r>=e&&r<=e+t.nodeSize,o=!t.isLeaf&&Qu(t);if((n||!this.options.showOnlyCurrent)&&o){const r=[this.options.emptyNodeClass];s&&r.push(this.options.emptyEditorClass);const o=xo.node(e,e+t.nodeSize,{class:r.join(" "),"data-placeholder":"function"==typeof this.options.placeholder?this.options.placeholder({editor:this.editor,node:t,pos:e,hasAnchor:n}):this.options.placeholder});i.push(o)}return this.options.includeChildren})),So.create(t,i)}}})]}}),Ia.create({name:"selection",addOptions:()=>({className:"selection"}),addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new Er({key:new Rr("selection"),props:{decorations:n=>n.selection.empty||t.isFocused||!t.isEditable||Xu(n.selection)||t.view.dragging?null:So.create(n.doc,[xo.inline(n.selection.from,n.selection.to,{class:e.className})])}})]}});var rm=Ia.create({name:"trailingNode",addOptions:()=>({node:void 0,notAfter:[]}),addProseMirrorPlugins(){var t;const e=new Rr(this.name),n=this.options.node||(null==(t=this.editor.schema.topNodeType.contentMatch.defaultType)?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map((([,t])=>t)).filter((t=>(this.options.notAfter||[]).concat(n).includes(t.name)));return[new Er({key:e,appendTransaction:(t,r,i)=>{const{doc:s,tr:o,schema:l}=i;if(e.getState(i))return o.insert(s.content.size,l.nodes[n].create())},state:{init:(t,e)=>!nm({node:e.tr.doc.lastChild,types:r}),apply:(t,e)=>t.docChanged?t.getMeta("__uniqueIDTransaction")?e:!nm({node:t.doc.lastChild,types:r}):e}})]}}),im=Ia.create({name:"undoRedo",addOptions:()=>({depth:100,newGroupDelay:500}),addCommands:()=>({undo:()=>({state:t,dispatch:e})=>Xp(t,e),redo:()=>({state:t,dispatch:e})=>Yp(t,e)}),addProseMirrorPlugins(){return[Zp(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),sm=Ia.create({name:"starterKit",addExtensions(){var t,e,n,r;const i=[];return!1!==this.options.bold&&i.push(jc.configure(this.options.bold)),!1!==this.options.blockquote&&i.push($c.configure(this.options.blockquote)),!1!==this.options.bulletList&&i.push(Xd.configure(this.options.bulletList)),!1!==this.options.code&&i.push(Dc.configure(this.options.code)),!1!==this.options.codeBlock&&i.push(_c.configure(this.options.codeBlock)),!1!==this.options.document&&i.push(Bc.configure(this.options.document)),!1!==this.options.dropcursor&&i.push(tm.configure(this.options.dropcursor)),!1!==this.options.gapcursor&&i.push(em.configure(this.options.gapcursor)),!1!==this.options.hardBreak&&i.push(Uc.configure(this.options.hardBreak)),!1!==this.options.heading&&i.push(Fc.configure(this.options.heading)),!1!==this.options.undoRedo&&i.push(im.configure(this.options.undoRedo)),!1!==this.options.horizontalRule&&i.push(qc.configure(this.options.horizontalRule)),!1!==this.options.italic&&i.push(Gc.configure(this.options.italic)),!1!==this.options.listItem&&i.push(Yd.configure(this.options.listItem)),!1!==this.options.listKeymap&&i.push(hp.configure(null==(t=this.options)?void 0:t.listKeymap)),!1!==this.options.link&&i.push(Kd.configure(null==(e=this.options)?void 0:e.link)),!1!==this.options.orderedList&&i.push(gp.configure(this.options.orderedList)),!1!==this.options.paragraph&&i.push(vp.configure(this.options.paragraph)),!1!==this.options.strike&&i.push(xp.configure(this.options.strike)),!1!==this.options.text&&i.push(Op.configure(this.options.text)),!1!==this.options.underline&&i.push(Tp.configure(null==(n=this.options)?void 0:n.underline)),!1!==this.options.trailingNode&&i.push(rm.configure(null==(r=this.options)?void 0:r.trailingNode)),i}}),om=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,lm=hh.create({name:"image",addOptions:()=>({inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}),inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes:()=>({src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}),parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",Nu(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,r,i,s,o;const l=null!=(n=null==(e=t.attrs)?void 0:e.src)?n:"",u=null!=(i=null==(r=t.attrs)?void 0:r.alt)?i:"",a=null!=(o=null==(s=t.attrs)?void 0:s.title)?o:"";return a?``:``},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||"undefined"==typeof document)return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:i,getPos:s,HTMLAttributes:o,editor:l})=>{const u=document.createElement("img");Object.entries(o).forEach((([t,e])=>{if(null!=e)switch(t){case"width":case"height":break;default:u.setAttribute(t,e)}})),u.src=o.src;const a=new th({element:u,editor:l,node:i,getPos:s,onResize:(t,e)=>{u.style.width=`${t}px`,u.style.height=`${e}px`},onCommit:(t,e)=>{const n=s();void 0!==n&&this.editor.chain().setNodeSelection(n).updateAttributes(this.name,{width:t,height:e}).run()},onUpdate:t=>t.type===i.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:!0===r}}),h=a.dom;return h.style.visibility="hidden",h.style.pointerEvents="none",u.onload=()=>{h.style.visibility="",h.style.pointerEvents=""},a}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[Qa({find:om,type:this.type,getAttributes:t=>{const[,,e,n,r]=t;return{src:n,alt:e,title:r}}})]}});const um=new Set(["http:","https:"]),am=t=>lm.extend({addNodeView:()=>(t=>({HTMLAttributes:e})=>{const n=document.createElement("pos-image"),r=new URL(e.src,t);um.has(r.protocol)&&n.setAttribute("src",r.toString());let i=["alt","title"];for(const t of i)e[t]&&n.setAttribute(t,e[t]);return{dom:n,ignoreMutation:()=>!0}})(t)}),hm=new Set(["http:","https:","mailto:","tel:"]),cm=t=>Vd.extend({addMarkView:()=>(t=>({HTMLAttributes:e})=>{const n=document.createElement("pos-rich-link"),r=new URL(e.href,t);return hm.has(r.protocol)&&n.setAttribute("uri",r.toString()),{dom:n,contentDOM:n,ignoreMutation:()=>!0}})(t)});var fm,dm={},pm={};function mm(){if(fm)return pm;fm=1,Object.defineProperty(pm,"__esModule",{value:!0}),pm.partition=void 0;var t=i(),e=r();return pm.partition=function(n,r){return function(i){return[e.filter(n,r)(i),e.filter(t.not(n,r))(i)]}},pm}var gm,bm,wm={};function km(){if(gm)return wm;gm=1;var t=wm&&wm.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,s=n.call(t),o=[];try{for(;(void 0===e||e-- >0)&&!(r=s.next()).done;)o.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=s.return)&&n.call(s)}finally{if(i)throw i.error}}return o},e=wm&&wm.__spreadArray||function(t,e){for(var n=0,r=e.length,i=t.length;n<r;n++,i++)t[i]=e[n];return t};Object.defineProperty(wm,"__esModule",{value:!0}),wm.race=void 0;var n=o(),r=s();return wm.race=function(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];return r.raceWith.apply(void 0,e([],t(n.argsOrArgArray(i))))},wm}function vm(){return bm||(bm=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.mergeAll=t.merge=t.max=t.materialize=t.mapTo=t.map=t.last=t.isEmpty=t.ignoreElements=t.groupBy=t.first=t.findIndex=t.find=t.finalize=t.filter=t.expand=t.exhaustMap=t.exhaustAll=t.exhaust=t.every=t.endWith=t.elementAt=t.distinctUntilKeyChanged=t.distinctUntilChanged=t.distinct=t.dematerialize=t.delayWhen=t.delay=t.defaultIfEmpty=t.debounceTime=t.debounce=t.count=t.connect=t.concatWith=t.concatMapTo=t.concatMap=t.concatAll=t.concat=t.combineLatestWith=t.combineLatest=t.combineLatestAll=t.combineAll=t.catchError=t.bufferWhen=t.bufferToggle=t.bufferTime=t.bufferCount=t.buffer=t.auditTime=t.audit=void 0,t.timeInterval=t.throwIfEmpty=t.throttleTime=t.throttle=t.tap=t.takeWhile=t.takeUntil=t.takeLast=t.take=t.switchScan=t.switchMapTo=t.switchMap=t.switchAll=t.subscribeOn=t.startWith=t.skipWhile=t.skipUntil=t.skipLast=t.skip=t.single=t.shareReplay=t.share=t.sequenceEqual=t.scan=t.sampleTime=t.sample=t.refCount=t.retryWhen=t.retry=t.repeatWhen=t.repeat=t.reduce=t.raceWith=t.race=t.publishReplay=t.publishLast=t.publishBehavior=t.publish=t.pluck=t.partition=t.pairwise=t.onErrorResumeNext=t.observeOn=t.multicast=t.min=t.mergeWith=t.mergeScan=t.mergeMapTo=t.mergeMap=t.flatMap=void 0,t.zipWith=t.zipAll=t.zip=t.withLatestFrom=t.windowWhen=t.windowToggle=t.windowTime=t.windowCount=t.window=t.toArray=t.timestamp=t.timeoutWith=t.timeout=void 0;var e=l();Object.defineProperty(t,"audit",{enumerable:!0,get:function(){return e.audit}});var n=u();Object.defineProperty(t,"auditTime",{enumerable:!0,get:function(){return n.auditTime}});var i=a();Object.defineProperty(t,"buffer",{enumerable:!0,get:function(){return i.buffer}});var o=h();Object.defineProperty(t,"bufferCount",{enumerable:!0,get:function(){return o.bufferCount}});var ue=c();Object.defineProperty(t,"bufferTime",{enumerable:!0,get:function(){return ue.bufferTime}});var ae=f();Object.defineProperty(t,"bufferToggle",{enumerable:!0,get:function(){return ae.bufferToggle}});var he=d();Object.defineProperty(t,"bufferWhen",{enumerable:!0,get:function(){return he.bufferWhen}});var ce=p();Object.defineProperty(t,"catchError",{enumerable:!0,get:function(){return ce.catchError}});var fe=m();Object.defineProperty(t,"combineAll",{enumerable:!0,get:function(){return fe.combineAll}});var de=g();Object.defineProperty(t,"combineLatestAll",{enumerable:!0,get:function(){return de.combineLatestAll}});var pe=b();Object.defineProperty(t,"combineLatest",{enumerable:!0,get:function(){return pe.combineLatest}});var me=w();Object.defineProperty(t,"combineLatestWith",{enumerable:!0,get:function(){return me.combineLatestWith}});var ge=k();Object.defineProperty(t,"concat",{enumerable:!0,get:function(){return ge.concat}});var be=v();Object.defineProperty(t,"concatAll",{enumerable:!0,get:function(){return be.concatAll}});var we=y();Object.defineProperty(t,"concatMap",{enumerable:!0,get:function(){return we.concatMap}});var ke=M();Object.defineProperty(t,"concatMapTo",{enumerable:!0,get:function(){return ke.concatMapTo}});var ve=x();Object.defineProperty(t,"concatWith",{enumerable:!0,get:function(){return ve.concatWith}});var ye=O();Object.defineProperty(t,"connect",{enumerable:!0,get:function(){return ye.connect}});var Me=T();Object.defineProperty(t,"count",{enumerable:!0,get:function(){return Me.count}});var xe=S();Object.defineProperty(t,"debounce",{enumerable:!0,get:function(){return xe.debounce}});var Oe=E();Object.defineProperty(t,"debounceTime",{enumerable:!0,get:function(){return Oe.debounceTime}});var Te=A();Object.defineProperty(t,"defaultIfEmpty",{enumerable:!0,get:function(){return Te.defaultIfEmpty}});var Se=$();Object.defineProperty(t,"delay",{enumerable:!0,get:function(){return Se.delay}});var Ee=R();Object.defineProperty(t,"delayWhen",{enumerable:!0,get:function(){return Ee.delayWhen}});var Ae=C();Object.defineProperty(t,"dematerialize",{enumerable:!0,get:function(){return Ae.dematerialize}});var $e=L();Object.defineProperty(t,"distinct",{enumerable:!0,get:function(){return $e.distinct}});var Re=N();Object.defineProperty(t,"distinctUntilChanged",{enumerable:!0,get:function(){return Re.distinctUntilChanged}});var Ce=j();Object.defineProperty(t,"distinctUntilKeyChanged",{enumerable:!0,get:function(){return Ce.distinctUntilKeyChanged}});var Le=P();Object.defineProperty(t,"elementAt",{enumerable:!0,get:function(){return Le.elementAt}});var Ne=I();Object.defineProperty(t,"endWith",{enumerable:!0,get:function(){return Ne.endWith}});var je=D();Object.defineProperty(t,"every",{enumerable:!0,get:function(){return je.every}});var Pe=H();Object.defineProperty(t,"exhaust",{enumerable:!0,get:function(){return Pe.exhaust}});var Ie=z();Object.defineProperty(t,"exhaustAll",{enumerable:!0,get:function(){return Ie.exhaustAll}});var De=_();Object.defineProperty(t,"exhaustMap",{enumerable:!0,get:function(){return De.exhaustMap}});var He=B();Object.defineProperty(t,"expand",{enumerable:!0,get:function(){return He.expand}});var ze=r();Object.defineProperty(t,"filter",{enumerable:!0,get:function(){return ze.filter}});var _e=U();Object.defineProperty(t,"finalize",{enumerable:!0,get:function(){return _e.finalize}});var Be=F();Object.defineProperty(t,"find",{enumerable:!0,get:function(){return Be.find}});var Ue=q();Object.defineProperty(t,"findIndex",{enumerable:!0,get:function(){return Ue.findIndex}});var Fe=J();Object.defineProperty(t,"first",{enumerable:!0,get:function(){return Fe.first}});var qe=W();Object.defineProperty(t,"groupBy",{enumerable:!0,get:function(){return qe.groupBy}});var Je=K();Object.defineProperty(t,"ignoreElements",{enumerable:!0,get:function(){return Je.ignoreElements}});var We=V();Object.defineProperty(t,"isEmpty",{enumerable:!0,get:function(){return We.isEmpty}});var Ke=G();Object.defineProperty(t,"last",{enumerable:!0,get:function(){return Ke.last}});var Ve=Z();Object.defineProperty(t,"map",{enumerable:!0,get:function(){return Ve.map}});var Ge=Q();Object.defineProperty(t,"mapTo",{enumerable:!0,get:function(){return Ge.mapTo}});var Ze=X();Object.defineProperty(t,"materialize",{enumerable:!0,get:function(){return Ze.materialize}});var Qe=Y();Object.defineProperty(t,"max",{enumerable:!0,get:function(){return Qe.max}});var Xe=tt();Object.defineProperty(t,"merge",{enumerable:!0,get:function(){return Xe.merge}});var Ye=et();Object.defineProperty(t,"mergeAll",{enumerable:!0,get:function(){return Ye.mergeAll}});var tn=nt();Object.defineProperty(t,"flatMap",{enumerable:!0,get:function(){return tn.flatMap}});var en=rt();Object.defineProperty(t,"mergeMap",{enumerable:!0,get:function(){return en.mergeMap}});var nn=it();Object.defineProperty(t,"mergeMapTo",{enumerable:!0,get:function(){return nn.mergeMapTo}});var rn=st();Object.defineProperty(t,"mergeScan",{enumerable:!0,get:function(){return rn.mergeScan}});var sn=ot();Object.defineProperty(t,"mergeWith",{enumerable:!0,get:function(){return sn.mergeWith}});var on=lt();Object.defineProperty(t,"min",{enumerable:!0,get:function(){return on.min}});var ln=ut();Object.defineProperty(t,"multicast",{enumerable:!0,get:function(){return ln.multicast}});var un=at();Object.defineProperty(t,"observeOn",{enumerable:!0,get:function(){return un.observeOn}});var an=ht();Object.defineProperty(t,"onErrorResumeNext",{enumerable:!0,get:function(){return an.onErrorResumeNext}});var hn=ct();Object.defineProperty(t,"pairwise",{enumerable:!0,get:function(){return hn.pairwise}});var cn=mm();Object.defineProperty(t,"partition",{enumerable:!0,get:function(){return cn.partition}});var fn=ft();Object.defineProperty(t,"pluck",{enumerable:!0,get:function(){return fn.pluck}});var dn=dt();Object.defineProperty(t,"publish",{enumerable:!0,get:function(){return dn.publish}});var pn=pt();Object.defineProperty(t,"publishBehavior",{enumerable:!0,get:function(){return pn.publishBehavior}});var mn=mt();Object.defineProperty(t,"publishLast",{enumerable:!0,get:function(){return mn.publishLast}});var gn=gt();Object.defineProperty(t,"publishReplay",{enumerable:!0,get:function(){return gn.publishReplay}});var bn=km();Object.defineProperty(t,"race",{enumerable:!0,get:function(){return bn.race}});var wn=s();Object.defineProperty(t,"raceWith",{enumerable:!0,get:function(){return wn.raceWith}});var kn=bt();Object.defineProperty(t,"reduce",{enumerable:!0,get:function(){return kn.reduce}});var vn=wt();Object.defineProperty(t,"repeat",{enumerable:!0,get:function(){return vn.repeat}});var yn=kt();Object.defineProperty(t,"repeatWhen",{enumerable:!0,get:function(){return yn.repeatWhen}});var Mn=vt();Object.defineProperty(t,"retry",{enumerable:!0,get:function(){return Mn.retry}});var xn=yt();Object.defineProperty(t,"retryWhen",{enumerable:!0,get:function(){return xn.retryWhen}});var On=Mt();Object.defineProperty(t,"refCount",{enumerable:!0,get:function(){return On.refCount}});var Tn=xt();Object.defineProperty(t,"sample",{enumerable:!0,get:function(){return Tn.sample}});var Sn=Ot();Object.defineProperty(t,"sampleTime",{enumerable:!0,get:function(){return Sn.sampleTime}});var En=Tt();Object.defineProperty(t,"scan",{enumerable:!0,get:function(){return En.scan}});var An=St();Object.defineProperty(t,"sequenceEqual",{enumerable:!0,get:function(){return An.sequenceEqual}});var $n=Et();Object.defineProperty(t,"share",{enumerable:!0,get:function(){return $n.share}});var Rn=At();Object.defineProperty(t,"shareReplay",{enumerable:!0,get:function(){return Rn.shareReplay}});var Cn=$t();Object.defineProperty(t,"single",{enumerable:!0,get:function(){return Cn.single}});var Ln=Rt();Object.defineProperty(t,"skip",{enumerable:!0,get:function(){return Ln.skip}});var Nn=Ct();Object.defineProperty(t,"skipLast",{enumerable:!0,get:function(){return Nn.skipLast}});var jn=Lt();Object.defineProperty(t,"skipUntil",{enumerable:!0,get:function(){return jn.skipUntil}});var Pn=Nt();Object.defineProperty(t,"skipWhile",{enumerable:!0,get:function(){return Pn.skipWhile}});var In=jt();Object.defineProperty(t,"startWith",{enumerable:!0,get:function(){return In.startWith}});var Dn=Pt();Object.defineProperty(t,"subscribeOn",{enumerable:!0,get:function(){return Dn.subscribeOn}});var Hn=It();Object.defineProperty(t,"switchAll",{enumerable:!0,get:function(){return Hn.switchAll}});var zn=Dt();Object.defineProperty(t,"switchMap",{enumerable:!0,get:function(){return zn.switchMap}});var _n=Ht();Object.defineProperty(t,"switchMapTo",{enumerable:!0,get:function(){return _n.switchMapTo}});var Bn=zt();Object.defineProperty(t,"switchScan",{enumerable:!0,get:function(){return Bn.switchScan}});var Un=_t();Object.defineProperty(t,"take",{enumerable:!0,get:function(){return Un.take}});var Fn=Bt();Object.defineProperty(t,"takeLast",{enumerable:!0,get:function(){return Fn.takeLast}});var qn=Ut();Object.defineProperty(t,"takeUntil",{enumerable:!0,get:function(){return qn.takeUntil}});var Jn=Ft();Object.defineProperty(t,"takeWhile",{enumerable:!0,get:function(){return Jn.takeWhile}});var Wn=qt();Object.defineProperty(t,"tap",{enumerable:!0,get:function(){return Wn.tap}});var Kn=Jt();Object.defineProperty(t,"throttle",{enumerable:!0,get:function(){return Kn.throttle}});var Vn=Wt();Object.defineProperty(t,"throttleTime",{enumerable:!0,get:function(){return Vn.throttleTime}});var Gn=Kt();Object.defineProperty(t,"throwIfEmpty",{enumerable:!0,get:function(){return Gn.throwIfEmpty}});var Zn=Vt();Object.defineProperty(t,"timeInterval",{enumerable:!0,get:function(){return Zn.timeInterval}});var Qn=Gt();Object.defineProperty(t,"timeout",{enumerable:!0,get:function(){return Qn.timeout}});var Xn=Zt();Object.defineProperty(t,"timeoutWith",{enumerable:!0,get:function(){return Xn.timeoutWith}});var Yn=Qt();Object.defineProperty(t,"timestamp",{enumerable:!0,get:function(){return Yn.timestamp}});var tr=Xt();Object.defineProperty(t,"toArray",{enumerable:!0,get:function(){return tr.toArray}});var er=Yt();Object.defineProperty(t,"window",{enumerable:!0,get:function(){return er.window}});var nr=te();Object.defineProperty(t,"windowCount",{enumerable:!0,get:function(){return nr.windowCount}});var rr=ee();Object.defineProperty(t,"windowTime",{enumerable:!0,get:function(){return rr.windowTime}});var ir=ne();Object.defineProperty(t,"windowToggle",{enumerable:!0,get:function(){return ir.windowToggle}});var sr=re();Object.defineProperty(t,"windowWhen",{enumerable:!0,get:function(){return sr.windowWhen}});var or=ie();Object.defineProperty(t,"withLatestFrom",{enumerable:!0,get:function(){return or.withLatestFrom}});var lr=se();Object.defineProperty(t,"zip",{enumerable:!0,get:function(){return lr.zip}});var ur=oe();Object.defineProperty(t,"zipAll",{enumerable:!0,get:function(){return ur.zipAll}});var ar=le();Object.defineProperty(t,"zipWith",{enumerable:!0,get:function(){return ar.zipWith}})}(dm)),dm}var ym=vm();class Mm{constructor(t,e,n){this.modifications=new ue.Subject,this.editor=new Ga({element:t,extensions:[Sc,sm.configure({link:!1}),am(n),cm(n)],content:e,contentType:"markdown",editable:!1}),this.editor.on("update",(()=>{this.modifications.next({content:this.editor.getMarkdown()})}))}onUpdate(t){this.editor.on("update",t)}isEditable(){return this.editor.isEditable}startEditing(){this.editor.setEditable(!0,!1),this.editor.commands.focus()}stopEditing(){this.editor.setEditable(!1,!1)}getContent(){return this.editor.getMarkdown()}observeChanges(t=1e3){return this.modifications.pipe(ym.debounceTime(t))}}const xm=class{constructor(n){t(this,n),this.documentModified=e(this,"pod-os:document-modified",7),this.saveStatus="idle",this.editable=!1,this.isModified=!1,this.isEditing=!1,this.disconnected$=new ue.Subject}async componentWillLoad(){this.markdown=await this.file.blob().text()}componentDidLoad(){this.editor=new Mm(this.editorEl,this.markdown,this.file.url),this.editor.onUpdate((()=>{this.isModified=!0})),this.editor.observeChanges().pipe(ue.takeUntil(this.disconnected$),ue.map((t=>t.content)),ue.tap((t=>{this.isModified=!1,this.documentModified.emit({file:this.file,newContent:t})}))).subscribe()}disconnectedCallback(){this.disconnected$.next(),this.disconnected$.unsubscribe()}async startEditing(){this.editor.startEditing(),this.isEditing=!0}async stopEditing(){this.editor.stopEditing(),this.isEditing=!1}render(){return n("article",{key:"c5a2e904d1be9feb545a6ae077ba36e956653e2e"},this.editable?n("header",null,this.isEditing?this.getStatus():null,this.isEditing?n("button",{onClick:()=>this.stopEditing()},n("sl-icon",{name:"eye"}),"View"):n("button",{onClick:()=>this.startEditing()},n("sl-icon",{name:"pencil-square"}),"Edit")):null,n("div",{key:"5ddc1a2ff1a07bbeb4290a26614a3b82dd090492",class:"content",ref:t=>this.editorEl=t}))}getStatus(){return n(Om,this.isModified?{status:"pending",message:"pending changes",icon:"clock-history"}:"failed"===this.saveStatus?{status:"error",message:"saving failed",icon:"x-octagon"}:"saving"===this.saveStatus?{status:"saving",message:"saving changes",icon:"cloud-upload"}:{status:"success",message:"all saved",icon:"check2-circle"})}};function Om({status:t,icon:e,message:r}){return n("span",{class:{status:!0,[t]:!0},role:"status","aria-live":"polite","aria-labelledby":"status-message"},n("sl-icon",{name:e,"aria-hidden":"true"}),n("span",{id:"status-message"},r))}xm.style=":host{article{padding:0;line-height:1.5;&:focus-within{outline:var(--pos-input-focus-outline)}.tiptap{border:none;outline:none}pos-image{--max-width:100%}header{position:sticky;background-color:var(--pos-background-color);border-bottom:var(--size-px) solid var(--pos-border-color);border-top-left-radius:inherit;border-top-right-radius:inherit;overflow:hidden;z-index:var(--layer-1);top:0;padding:var(--size-1);flex-direction:row;justify-content:flex-end;button{background:var(--pos-primary-color);color:var(--pos-primary-text-color);outline:none;border:none;border-radius:var(--radius-xs);display:inline-flex;gap:var(--size-1);justify-content:center;align-items:center;height:var(--size-8);flex-shrink:1;&:focus{outline:var(--pos-input-focus-outline)}&:hover{filter:brightness(110%);box-shadow:var(--shadow-md)}}.status{display:flex;align-content:center;align-items:center;gap:var(--size-1);font-size:var(--scale-00);&.pending{animation:pending-fade 1s ease forwards}&.success{animation:success-flash 2s ease forwards}&.error{animation:error-flash 2s ease infinite}&.saving{animation:saving-flash 2s ease infinite}}}.content{padding:var(--size-4);pre{code{display:block;padding:var(--size-4);overflow-x:auto;background-color:var(--color-black);font-family:monospace;color:var(--color-white);line-height:1.6;border-radius:var(--radius-lg)}}blockquote{border-left:var(--size-1) solid var(--pos-primary-color);margin-left:var(--size-4);padding-left:var(--size-4)}}}}@keyframes pending-fade{0%{opacity:0;color:var(--pos-subtle-text-color)}100%{opacity:1;color:var(--pos-primary-color)}}@keyframes success-flash{0%{opacity:0;color:var(--pos-subtle-text-color)}50%{opacity:1;color:var(--color-green-500)}100%{opacity:1;color:var(--pos-subtle-text-color)}}@keyframes error-flash{0%{opacity:0}50%{opacity:1;color:var(--color-red-500)}100%{opacity:0}}@keyframes saving-flash{0%{opacity:0}50%{opacity:1;color:var(--pos-primary-color)}100%{opacity:0}}article{padding:var(--size-2);display:flex;flex-direction:column;gap:var(--size-2);outline:var(--pos-border-solid);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);background-color:var(--pos-card-background);header{display:flex;flex-direction:column;gap:var(--size-2);h1{margin:0}}}";export{xm as pos_markdown_document}
|