@eluan/core 0.1.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/LICENSE +21 -0
- package/README.md +52 -0
- package/dist/accordion-BbMxlj3j.cjs +1 -0
- package/dist/accordion-CXia5iw_.js +28 -0
- package/dist/accordion.cjs +1 -0
- package/dist/accordion.d.ts +1 -0
- package/dist/accordion.js +8 -0
- package/dist/action-popover-Cbn19EbH.cjs +1 -0
- package/dist/action-popover-eGNn1j7S.js +22 -0
- package/dist/action-popover.cjs +1 -0
- package/dist/action-popover.d.ts +1 -0
- package/dist/action-popover.js +5 -0
- package/dist/aspect-ratio-DLyuGSGy.js +12 -0
- package/dist/aspect-ratio-sDUXILPX.cjs +1 -0
- package/dist/aspect-ratio.cjs +1 -0
- package/dist/aspect-ratio.d.ts +1 -0
- package/dist/aspect-ratio.js +5 -0
- package/dist/avatar-BsiJB5zR.js +134 -0
- package/dist/avatar-Caw6wXQN.cjs +1 -0
- package/dist/avatar.cjs +1 -0
- package/dist/avatar.d.ts +1 -0
- package/dist/avatar.js +10 -0
- package/dist/badge-BZli5zpU.js +117 -0
- package/dist/badge-CnJpMnon.cjs +1 -0
- package/dist/badge.cjs +1 -0
- package/dist/badge.d.ts +1 -0
- package/dist/badge.js +5 -0
- package/dist/banner-CqgXXNRv.js +112 -0
- package/dist/banner-D64jTKV8.cjs +1 -0
- package/dist/banner.cjs +1 -0
- package/dist/banner.d.ts +1 -0
- package/dist/banner.js +5 -0
- package/dist/breadcrumb-BPB6FOAt.js +56 -0
- package/dist/breadcrumb-CUJua1hE.cjs +1 -0
- package/dist/breadcrumb.cjs +1 -0
- package/dist/breadcrumb.d.ts +1 -0
- package/dist/breadcrumb.js +11 -0
- package/dist/button-CT6_HUIx.cjs +1 -0
- package/dist/button-nntae7sN.js +256 -0
- package/dist/button.cjs +1 -0
- package/dist/button.d.ts +1 -0
- package/dist/button.js +5 -0
- package/dist/calendar-BzinprHi.js +272 -0
- package/dist/calendar-DyIe52PQ.cjs +66 -0
- package/dist/calendar.cjs +1 -0
- package/dist/calendar.d.ts +1 -0
- package/dist/calendar.js +5 -0
- package/dist/card-80y0WWWV.js +70 -0
- package/dist/card-D57HaBr_.cjs +1 -0
- package/dist/card.cjs +1 -0
- package/dist/card.d.ts +1 -0
- package/dist/card.js +10 -0
- package/dist/carousel-D8FSc_tM.cjs +1 -0
- package/dist/carousel-UUulZiGR.js +125 -0
- package/dist/carousel.cjs +1 -0
- package/dist/carousel.d.ts +1 -0
- package/dist/carousel.js +9 -0
- package/dist/checkbox-CR6mntVh.js +10 -0
- package/dist/checkbox-Cx5qbEn4.cjs +1 -0
- package/dist/checkbox-group-B-mimaCX.js +81 -0
- package/dist/checkbox-group-iKPfMVTu.cjs +1 -0
- package/dist/checkbox-group.cjs +1 -0
- package/dist/checkbox-group.d.ts +1 -0
- package/dist/checkbox-group.js +7 -0
- package/dist/checkbox.cjs +1 -0
- package/dist/checkbox.d.ts +1 -0
- package/dist/checkbox.js +5 -0
- package/dist/code-block-BXOzo8zX.js +1335 -0
- package/dist/code-block-CH0gswm8.cjs +2 -0
- package/dist/code-block.cjs +1 -0
- package/dist/code-block.d.ts +1 -0
- package/dist/code-block.js +5 -0
- package/dist/collapsible-BUUUXTCi.cjs +1 -0
- package/dist/collapsible-hYY3yFPg.js +8 -0
- package/dist/collapsible.cjs +1 -0
- package/dist/collapsible.d.ts +1 -0
- package/dist/collapsible.js +7 -0
- package/dist/command-BWY863DY.cjs +1 -0
- package/dist/command-ButF6joJ.js +99 -0
- package/dist/command.cjs +1 -0
- package/dist/command.d.ts +1 -0
- package/dist/command.js +13 -0
- package/dist/components/accordion.d.ts +10 -0
- package/dist/components/action-popover.d.ts +20 -0
- package/dist/components/aspect-ratio.d.ts +5 -0
- package/dist/components/avatar.d.ts +26 -0
- package/dist/components/badge.d.ts +12 -0
- package/dist/components/banner.d.ts +13 -0
- package/dist/components/breadcrumb.d.ts +27 -0
- package/dist/components/button.d.ts +19 -0
- package/dist/components/calendar.d.ts +10 -0
- package/dist/components/card.d.ts +16 -0
- package/dist/components/carousel.d.ts +18 -0
- package/dist/components/checkbox-group.d.ts +23 -0
- package/dist/components/checkbox.d.ts +5 -0
- package/dist/components/code-block.d.ts +32 -0
- package/dist/components/collapsible.d.ts +5 -0
- package/dist/components/command.d.ts +57 -0
- package/dist/components/context-menu.d.ts +33 -0
- package/dist/components/credit-card-input.d.ts +27 -0
- package/dist/components/date-picker.d.ts +24 -0
- package/dist/components/datetime-picker.d.ts +11 -0
- package/dist/components/decimal-input.d.ts +41 -0
- package/dist/components/dialog.d.ts +25 -0
- package/dist/components/drawer.d.ts +33 -0
- package/dist/components/dropdown-menu.d.ts +34 -0
- package/dist/components/email-input.d.ts +7 -0
- package/dist/components/fieldset.d.ts +7 -0
- package/dist/components/file-input.d.ts +30 -0
- package/dist/components/footer.d.ts +38 -0
- package/dist/components/form-label.d.ts +16 -0
- package/dist/components/header-navigation.d.ts +18 -0
- package/dist/components/header.d.ts +1 -0
- package/dist/components/hover-card.d.ts +7 -0
- package/dist/components/input-otp.d.ts +23 -0
- package/dist/components/input.d.ts +19 -0
- package/dist/components/kbd.d.ts +20 -0
- package/dist/components/media.d.ts +17 -0
- package/dist/components/menubar.d.ts +36 -0
- package/dist/components/multi-select.d.ts +18 -0
- package/dist/components/navigation-drawer.d.ts +54 -0
- package/dist/components/navigation-menu.d.ts +18 -0
- package/dist/components/number-input.d.ts +13 -0
- package/dist/components/pagination.d.ts +40 -0
- package/dist/components/password-input.d.ts +14 -0
- package/dist/components/phone-input.d.ts +17 -0
- package/dist/components/popover.d.ts +8 -0
- package/dist/components/progress.d.ts +7 -0
- package/dist/components/radio-group.d.ts +7 -0
- package/dist/components/rich-text.d.ts +15 -0
- package/dist/components/scroll-area.d.ts +7 -0
- package/dist/components/search-input.d.ts +39 -0
- package/dist/components/select.d.ts +22 -0
- package/dist/components/separator.d.ts +6 -0
- package/dist/components/sheet.d.ts +27 -0
- package/dist/components/skeleton.d.ts +5 -0
- package/dist/components/slider.d.ts +5 -0
- package/dist/components/spinner.d.ts +7 -0
- package/dist/components/stepper.d.ts +21 -0
- package/dist/components/switch.d.ts +5 -0
- package/dist/components/table.d.ts +22 -0
- package/dist/components/tabs.d.ts +10 -0
- package/dist/components/textarea.d.ts +5 -0
- package/dist/components/time-input.d.ts +21 -0
- package/dist/components/timeline.d.ts +34 -0
- package/dist/components/toast.d.ts +4 -0
- package/dist/components/toggle-group.d.ts +14 -0
- package/dist/components/toggle.d.ts +10 -0
- package/dist/components/tooltip.d.ts +8 -0
- package/dist/components/tree-view.d.ts +19 -0
- package/dist/context-menu-DQh1EvFX.cjs +1 -0
- package/dist/context-menu-Da5JJFgE.js +95 -0
- package/dist/context-menu.cjs +1 -0
- package/dist/context-menu.d.ts +1 -0
- package/dist/context-menu.js +19 -0
- package/dist/credit-card-input-BRv7r_Z_.cjs +1 -0
- package/dist/credit-card-input-YutN_krQ.js +180 -0
- package/dist/credit-card-input.cjs +1 -0
- package/dist/credit-card-input.d.ts +1 -0
- package/dist/credit-card-input.js +8 -0
- package/dist/date-picker-DYsE7_v0.cjs +1 -0
- package/dist/date-picker-ioqGlU1x.js +55 -0
- package/dist/date-picker.cjs +1 -0
- package/dist/date-picker.d.ts +1 -0
- package/dist/date-picker.js +6 -0
- package/dist/datetime-picker-BGa-aOfq.cjs +1 -0
- package/dist/datetime-picker-CRVKsoKc.js +98 -0
- package/dist/datetime-picker.cjs +1 -0
- package/dist/datetime-picker.d.ts +1 -0
- package/dist/datetime-picker.js +5 -0
- package/dist/decimal-input-BAGAfAp7.js +177 -0
- package/dist/decimal-input-CtAZp5ka.cjs +1 -0
- package/dist/decimal-input.cjs +1 -0
- package/dist/decimal-input.d.ts +1 -0
- package/dist/decimal-input.js +9 -0
- package/dist/dialog-DAY0non_.js +59 -0
- package/dist/dialog-DaO5_1FE.cjs +1 -0
- package/dist/dialog.cjs +1 -0
- package/dist/dialog.d.ts +1 -0
- package/dist/dialog.js +14 -0
- package/dist/drawer-ChIEo1Vx.js +161 -0
- package/dist/drawer-DMmAzv-6.cjs +1 -0
- package/dist/drawer.cjs +1 -0
- package/dist/drawer.d.ts +1 -0
- package/dist/drawer.js +14 -0
- package/dist/dropdown-menu-BRhqJFtK.js +110 -0
- package/dist/dropdown-menu-CxRQEecr.cjs +1 -0
- package/dist/dropdown-menu.cjs +1 -0
- package/dist/dropdown-menu.d.ts +1 -0
- package/dist/dropdown-menu.js +19 -0
- package/dist/email-input-CiqmwAYT.cjs +1 -0
- package/dist/email-input-ZRXJoKUn.js +29 -0
- package/dist/email-input.cjs +1 -0
- package/dist/email-input.d.ts +1 -0
- package/dist/email-input.js +5 -0
- package/dist/fieldset-D-hGYILF.js +14 -0
- package/dist/fieldset-DAv2Ggd8.cjs +1 -0
- package/dist/fieldset.cjs +1 -0
- package/dist/fieldset.d.ts +1 -0
- package/dist/fieldset.js +7 -0
- package/dist/file-input-BGTrB0cs.cjs +1 -0
- package/dist/file-input-BLs5K_r2.js +227 -0
- package/dist/file-input.cjs +1 -0
- package/dist/file-input.d.ts +1 -0
- package/dist/file-input.js +9 -0
- package/dist/footer-OvNxNb2K.cjs +1 -0
- package/dist/footer-hjSI-aUh.js +117 -0
- package/dist/footer.cjs +1 -0
- package/dist/footer.d.ts +1 -0
- package/dist/footer.js +19 -0
- package/dist/form-label-5f53LEry.cjs +1 -0
- package/dist/form-label-Yt_CRHVE.js +42 -0
- package/dist/form-label.cjs +1 -0
- package/dist/form-label.d.ts +1 -0
- package/dist/form-label.js +8 -0
- package/dist/header-navigation-Kx7h7lMv.cjs +1 -0
- package/dist/header-navigation-_klqI2OP.js +145 -0
- package/dist/header-navigation.cjs +1 -0
- package/dist/header-navigation.d.ts +1 -0
- package/dist/header-navigation.js +5 -0
- package/dist/header.cjs +1 -0
- package/dist/header.d.ts +1 -0
- package/dist/header.js +5 -0
- package/dist/hover-card-B1c-blFU.js +15 -0
- package/dist/hover-card-DIvfJrUP.cjs +1 -0
- package/dist/hover-card.cjs +1 -0
- package/dist/hover-card.d.ts +1 -0
- package/dist/hover-card.js +7 -0
- package/dist/index.cjs +6 -0
- package/dist/index.d.ts +72 -0
- package/dist/index.js +520 -0
- package/dist/input-CFzV2DMn.js +128 -0
- package/dist/input-CtFmiB4z.cjs +1 -0
- package/dist/input-otp-DK9DLJkj.cjs +1 -0
- package/dist/input-otp-aX3qLlEW.js +88 -0
- package/dist/input-otp.cjs +1 -0
- package/dist/input-otp.d.ts +1 -0
- package/dist/input-otp.js +8 -0
- package/dist/input.cjs +1 -0
- package/dist/input.d.ts +1 -0
- package/dist/input.js +5 -0
- package/dist/kbd-BDOIULN0.js +153 -0
- package/dist/kbd-CRXHjf__.cjs +1 -0
- package/dist/kbd.cjs +1 -0
- package/dist/kbd.d.ts +1 -0
- package/dist/kbd.js +10 -0
- package/dist/media-CNlM4uDT.cjs +1 -0
- package/dist/media-ChW2bsnq.js +158 -0
- package/dist/media.cjs +1 -0
- package/dist/media.d.ts +1 -0
- package/dist/media.js +7 -0
- package/dist/menubar-BYX0L59g.cjs +1 -0
- package/dist/menubar-Du-kLZh6.js +107 -0
- package/dist/menubar.cjs +1 -0
- package/dist/menubar.d.ts +1 -0
- package/dist/menubar.js +20 -0
- package/dist/multi-select-C3VuEz8X.js +70 -0
- package/dist/multi-select-_DYPhuhp.cjs +1 -0
- package/dist/multi-select.cjs +1 -0
- package/dist/multi-select.d.ts +1 -0
- package/dist/multi-select.js +5 -0
- package/dist/navigation-drawer-D--FbZEd.js +155 -0
- package/dist/navigation-drawer-WGKTRBl_.cjs +1 -0
- package/dist/navigation-drawer.cjs +1 -0
- package/dist/navigation-drawer.d.ts +1 -0
- package/dist/navigation-drawer.js +14 -0
- package/dist/navigation-menu-Cp5Qt84b.cjs +1 -0
- package/dist/navigation-menu-yQHp8kq5.js +49 -0
- package/dist/navigation-menu.cjs +1 -0
- package/dist/navigation-menu.d.ts +1 -0
- package/dist/navigation-menu.js +13 -0
- package/dist/number-input-BdkF_YEo.js +66 -0
- package/dist/number-input-emzdVMCg.cjs +1 -0
- package/dist/number-input.cjs +1 -0
- package/dist/number-input.d.ts +1 -0
- package/dist/number-input.js +5 -0
- package/dist/pagination-BiEchkN6.cjs +1 -0
- package/dist/pagination-CohVWKa8.js +136 -0
- package/dist/pagination.cjs +1 -0
- package/dist/pagination.d.ts +1 -0
- package/dist/pagination.js +11 -0
- package/dist/password-input-CnkiwWVo.cjs +1 -0
- package/dist/password-input-DCg5E__k.js +86 -0
- package/dist/password-input.cjs +1 -0
- package/dist/password-input.d.ts +1 -0
- package/dist/password-input.js +5 -0
- package/dist/phone-input-Brm07Ltw.cjs +1 -0
- package/dist/phone-input-DFq6toxM.js +51 -0
- package/dist/phone-input.cjs +1 -0
- package/dist/phone-input.d.ts +1 -0
- package/dist/phone-input.js +6 -0
- package/dist/popover-5z1it-o9.cjs +1 -0
- package/dist/popover-DQgrg789.js +65 -0
- package/dist/popover.cjs +1 -0
- package/dist/popover.d.ts +1 -0
- package/dist/popover.js +7 -0
- package/dist/progress-DpQjGEyn.cjs +1 -0
- package/dist/progress-Dz_it5I-.js +62 -0
- package/dist/progress.cjs +1 -0
- package/dist/progress.d.ts +1 -0
- package/dist/progress.js +5 -0
- package/dist/providers/create-theme.d.ts +49 -0
- package/dist/providers/eluan-provider.d.ts +56 -0
- package/dist/radio-group-DMocn_bO.cjs +1 -0
- package/dist/radio-group-dLbtpuHm.js +12 -0
- package/dist/radio-group.cjs +1 -0
- package/dist/radio-group.d.ts +1 -0
- package/dist/radio-group.js +6 -0
- package/dist/rich-text-B6Ogqw5B.cjs +73 -0
- package/dist/rich-text-DjthjUyA.js +192 -0
- package/dist/rich-text.cjs +1 -0
- package/dist/rich-text.d.ts +1 -0
- package/dist/rich-text.js +6 -0
- package/dist/scroll-area-CEjpWCN2.js +35 -0
- package/dist/scroll-area-DZbd7b5b.cjs +1 -0
- package/dist/scroll-area.cjs +1 -0
- package/dist/scroll-area.d.ts +1 -0
- package/dist/scroll-area.js +6 -0
- package/dist/search-input-Dme1Kg69.cjs +1 -0
- package/dist/search-input-Dy6kVsR6.js +193 -0
- package/dist/search-input.cjs +1 -0
- package/dist/search-input.d.ts +1 -0
- package/dist/search-input.js +7 -0
- package/dist/select-DikwRWF5.js +114 -0
- package/dist/select-VTNCKmzK.cjs +1 -0
- package/dist/select.cjs +1 -0
- package/dist/select.d.ts +1 -0
- package/dist/select.js +14 -0
- package/dist/separator-DISe3E9K.js +53 -0
- package/dist/separator-DWK3Xd7q.cjs +1 -0
- package/dist/separator.cjs +1 -0
- package/dist/separator.d.ts +1 -0
- package/dist/separator.js +5 -0
- package/dist/sheet-BQy30PDl.js +135 -0
- package/dist/sheet-DSAi4Blo.cjs +1 -0
- package/dist/sheet.cjs +1 -0
- package/dist/sheet.d.ts +1 -0
- package/dist/sheet.js +14 -0
- package/dist/skeleton-BPOckSeF.js +8 -0
- package/dist/skeleton-yXCPli60.cjs +1 -0
- package/dist/skeleton.cjs +1 -0
- package/dist/skeleton.d.ts +1 -0
- package/dist/skeleton.js +5 -0
- package/dist/slider-Bjxl7b91.cjs +1 -0
- package/dist/slider-DXZyL3ev.js +16 -0
- package/dist/slider.cjs +1 -0
- package/dist/slider.d.ts +1 -0
- package/dist/slider.js +5 -0
- package/dist/spinner-BidrZmnV.js +51 -0
- package/dist/spinner-_aMavekm.cjs +1 -0
- package/dist/spinner.cjs +1 -0
- package/dist/spinner.d.ts +1 -0
- package/dist/spinner.js +5 -0
- package/dist/stepper-BtepQViL.cjs +1 -0
- package/dist/stepper-C7g_AewR.js +144 -0
- package/dist/stepper.cjs +1 -0
- package/dist/stepper.d.ts +1 -0
- package/dist/stepper.js +6 -0
- package/dist/styles.css +2776 -0
- package/dist/switch-Bi_OIsAH.cjs +1 -0
- package/dist/switch-wMC6HqKA.js +9 -0
- package/dist/switch.cjs +1 -0
- package/dist/switch.d.ts +1 -0
- package/dist/switch.js +5 -0
- package/dist/table-DopzfXYj.js +101 -0
- package/dist/table-xNu_KUaU.cjs +1 -0
- package/dist/table.cjs +1 -0
- package/dist/table.d.ts +1 -0
- package/dist/table.js +12 -0
- package/dist/tabs-BLFvzL-o.cjs +1 -0
- package/dist/tabs-D-T4lTOx.js +22 -0
- package/dist/tabs.cjs +1 -0
- package/dist/tabs.d.ts +1 -0
- package/dist/tabs.js +8 -0
- package/dist/test/setup.d.ts +1 -0
- package/dist/textarea-DXUk1b_-.js +8 -0
- package/dist/textarea-Dl-daLHR.cjs +1 -0
- package/dist/textarea.cjs +1 -0
- package/dist/textarea.d.ts +1 -0
- package/dist/textarea.js +5 -0
- package/dist/time-input-Dhhuxwh1.cjs +1 -0
- package/dist/time-input-DpukiDy9.js +148 -0
- package/dist/time-input.cjs +1 -0
- package/dist/time-input.d.ts +1 -0
- package/dist/time-input.js +6 -0
- package/dist/timeline-1iqp4rUU.js +215 -0
- package/dist/timeline-Dpeps0L2.cjs +1 -0
- package/dist/timeline.cjs +1 -0
- package/dist/timeline.d.ts +1 -0
- package/dist/timeline.js +16 -0
- package/dist/toast-BK0ulAzi.cjs +1 -0
- package/dist/toast-hI3pdZ2X.js +25 -0
- package/dist/toast.cjs +1 -0
- package/dist/toast.d.ts +1 -0
- package/dist/toast.js +5 -0
- package/dist/toggle--M_Xcph3.js +74 -0
- package/dist/toggle-BUmAdWrJ.cjs +1 -0
- package/dist/toggle-group-CSWEdWiB.js +95 -0
- package/dist/toggle-group-CUL20lLE.cjs +1 -0
- package/dist/toggle-group.cjs +1 -0
- package/dist/toggle-group.d.ts +1 -0
- package/dist/toggle-group.js +6 -0
- package/dist/toggle.cjs +1 -0
- package/dist/toggle.d.ts +1 -0
- package/dist/toggle.js +5 -0
- package/dist/tooltip-BZYIVbFE.cjs +1 -0
- package/dist/tooltip-DTOC9Xwd.js +18 -0
- package/dist/tooltip.cjs +1 -0
- package/dist/tooltip.d.ts +1 -0
- package/dist/tooltip.js +8 -0
- package/dist/tree-view-BuhJmfCg.js +84 -0
- package/dist/tree-view-DsrzJV2W.cjs +1 -0
- package/dist/tree-view.cjs +1 -0
- package/dist/tree-view.d.ts +1 -0
- package/dist/tree-view.js +5 -0
- package/package.json +135 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";const p=require("react/jsx-runtime"),w=require("react"),k=require("@stylexjs/stylex"),R=require("prismjs"),N=require("lucide-react");function y(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const o=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(t,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}return t.default=e,Object.freeze(t)}const I=y(w),F=y(k);Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(Prism);(function(e){var t=e.util.clone(e.languages.javascript),a=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,o=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,c=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function E(s,u){return s=s.replace(/<S>/g,function(){return a}).replace(/<BRACES>/g,function(){return o}).replace(/<SPREAD>/g,function(){return c}),RegExp(s,u)}c=E(c).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=E(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:E(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:E(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var i=function(s){return s?typeof s=="string"?s:typeof s.content=="string"?s.content:s.content.map(i).join(""):""},A=function(s){for(var u=[],r=0;r<s.length;r++){var n=s[r],d=!1;if(typeof n!="string"&&(n.type==="tag"&&n.content[0]&&n.content[0].type==="tag"?n.content[0].content[0].content==="</"?u.length>0&&u[u.length-1].tagName===i(n.content[0].content[1])&&u.pop():n.content[n.content.length-1].content==="/>"||u.push({tagName:i(n.content[0].content[1]),openedBraces:0}):u.length>0&&n.type==="punctuation"&&n.content==="{"?u[u.length-1].openedBraces++:u.length>0&&u[u.length-1].openedBraces>0&&n.type==="punctuation"&&n.content==="}"?u[u.length-1].openedBraces--:d=!0),(d||typeof n=="string")&&u.length>0&&u[u.length-1].openedBraces===0){var l=i(n);r<s.length-1&&(typeof s[r+1]=="string"||s[r+1].type==="plain-text")&&(l+=i(s[r+1]),s.splice(r+1,1)),r>0&&(typeof s[r-1]=="string"||s[r-1].type==="plain-text")&&(l=i(s[r-1])+l,s.splice(r-1,1),r--),s[r]=new e.Token("plain-text",l,null,l)}n.content&&typeof n.content!="string"&&A(n.content)}};e.hooks.add("after-tokenize",function(s){s.language!=="jsx"&&s.language!=="tsx"||A(s.tokens)})})(Prism);(function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var a=e.languages.tsx.tag;a.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+a.pattern.source+")",a.pattern.flags),a.lookbehind=!0})(Prism);(function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var a=e.languages.markup;a&&(a.tag.addInlined("style","css"),a.tag.addAttribute("style","css"))})(Prism);Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}};Prism.languages.webmanifest=Prism.languages.json;(function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",a={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},o={bash:a,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:o},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:a}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:o},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:o.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:o.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},a.inside=e.languages.bash;for(var c=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],E=o.variable[1].inside,i=0;i<c.length;i++)E[c[i]]=e.languages.bash[c[i]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash})(Prism);Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python;(function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,a=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,o={pattern:RegExp(/(^|[^\w.])/.source+a+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[o,{pattern:RegExp(/(^|[^\w.])/.source+a+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:o.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+a+/[A-Z]\w*\b/.source),lookbehind:!0,inside:o.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":o,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+a+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:o.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+a+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:o.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(Prism);Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/});Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}});delete Prism.languages.go["class-name"];(function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,a=0;a<2;a++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string})(Prism);Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/};(function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function a(r){return r=r.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+r+")")}var o=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,c=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return o}),E=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+c+E+"(?:"+c+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+c+E+")(?:"+c+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(o),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+c+")"+E+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+c+"$"),inside:{"table-header":{pattern:RegExp(o),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:a(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:a(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:a(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:a(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(r){["url","bold","italic","strike","code-snippet"].forEach(function(n){r!==n&&(e.languages.markdown[r].inside.content.inside[n]=e.languages.markdown[n])})}),e.hooks.add("after-tokenize",function(r){if(r.language!=="markdown"&&r.language!=="md")return;function n(d){if(!(!d||typeof d=="string"))for(var l=0,m=d.length;l<m;l++){var g=d[l];if(g.type!=="code"){n(g.content);continue}var b=g.content[1],f=g.content[3];if(b&&f&&b.type==="code-language"&&f.type==="code-block"&&typeof b.content=="string"){var S=b.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var T="language-"+S;f.alias?typeof f.alias=="string"?f.alias=[f.alias,T]:f.alias.push(T):f.alias=[T]}}}n(r.tokens)}),e.hooks.add("wrap",function(r){if(r.type==="code-block"){for(var n="",d=0,l=r.classes.length;d<l;d++){var m=r.classes[d],g=/language-(.+)/.exec(m);if(g){n=g[1];break}}var b=e.languages[n];if(b)r.content=e.highlight(u(r.content),b,n);else if(n&&n!=="none"&&e.plugins.autoloader){var f="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);r.attributes.id=f,e.plugins.autoloader.loadLanguages(n,function(){var S=document.getElementById(f);S&&(S.innerHTML=e.highlight(S.textContent,e.languages[n],n))})}}});var i=RegExp(e.languages.markup.tag.pattern.source,"gi"),A={amp:"&",lt:"<",gt:">",quot:'"'},s=String.fromCodePoint||String.fromCharCode;function u(r){var n=r.replace(i,"");return n=n.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(d,l){if(l=l.toLowerCase(),l[0]==="#"){var m;return l[1]==="x"?m=parseInt(l.slice(2),16):m=Number(l.slice(1)),s(m)}else{var g=A[l];return g||d}}),n}e.languages.md=e.languages.markdown})(Prism);(function(e){var t=/[*&][^\s[\]{},]+/,a=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,o="(?:"+a.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+a.source+")?)",c=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),E=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(A,s){s=(s||"").replace(/m/g,"")+"m";var u=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<value>>/g,function(){return A});return RegExp(u,s)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return o})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return o}).replace(/<<key>>/g,function(){return"(?:"+c+"|"+E+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(E),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:a,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(Prism);const O=I.forwardRef(({code:e,language:t="text",showLineNumbers:a=!1,showCopyButton:o=!0,filename:c,highlightLines:E=[],languages:i,...A},s)=>{const[u,r]=I.useState(!1),[n,d]=I.useState(""),[l,m]=I.useState(0),g=i?i[l].code:e,b=i?i[l].language:t;I.useEffect(()=>{if(b!=="text"){const x=R.languages[b];d(x?R.highlight(g,x,b):g)}else d(g)},[g,b]);const f=async()=>{await navigator.clipboard.writeText(g),r(!0),setTimeout(()=>r(!1),2e3)},S=n.split(`
|
|
2
|
+
`),T=c||o||i&&i.length>1;return p.jsxs("div",{ref:s,...A,className:"x1cqd74s xsdfdjn x9nsp9x x1y0btm7 xmkeg23 xa18zv3 x1eqnyfr x1n2onr6",children:[T&&p.jsxs("div",{className:"x6s0dn4 x1dyd9yc x1q0q8m5 xso031l x78zum5 xpfqfdi x1qughib xrtip4p x16pzmsl",children:[p.jsxs("div",{className:"x6s0dn4 x78zum5 xpfqfdi xw2csxc",children:[c&&p.jsx("span",{className:"xwa5xuj x2lah0s x51wmvv",children:c}),i&&i.length>1&&p.jsx("div",{className:"x6s0dn4 xtpsrvy x1brvnfc x78zum5 x1o29ju6 x2k5h2x",children:i.map((x,h)=>p.jsx("button",{type:"button",onClick:()=>m(h),...{0:{className:"xc342km x1kcekj6 x1ypdohk x51wmvv xk50ysn x14aypoh x1wu0y3b xx6bhzk x1yyhn7k xwji4o3 xjbqb8w x1uuraw0 x1leyzdx"},1:{className:"xc342km x1kcekj6 x1ypdohk x51wmvv xk50ysn x14aypoh x1wu0y3b xx6bhzk x1yyhn7k xwji4o3 x11tn5dx xv186zg x1vmo3ik"}}[(h===l)<<0],children:x.label??x.language},x.language+h))})]}),o&&p.jsx("button",{type:"button",onClick:f,className:"x6s0dn4 xjbqb8w x1kcekj6 xc342km x1uuraw0 x1ypdohk x78zum5 x2lah0s x51wmvv x1o29ju6 x8x9d4c x136oad8 x1wu0y3b x3wwfir x1leyzdx",children:u?p.jsxs(p.Fragment,{children:[p.jsx(N.Check,{className:"x1kpxq89 xsmyaan"}),"Copied"]}):p.jsxs(p.Fragment,{children:[p.jsx(N.Copy,{className:"x1kpxq89 xsmyaan"}),"Copy"]})})]}),p.jsx("div",{className:"xw2csxc x11omchh",children:p.jsx("pre",{className:`${L(_.pre)} language-${b}`,children:p.jsx("code",{className:`language-${b}`,children:S.map((x,h)=>p.jsxs("div",{...{0:{className:"x17mssa0"},1:{className:"x17mssa0 xy8psvg xxucxnl x16pzmsl"}}[!!E.includes(h+1)<<0],children:[a&&p.jsx("span",{className:"xwa5xuj x1rg5ohu xdmqks8 x1hr2gdg x87ps6o xooyq8t",children:h+1}),p.jsx("span",{dangerouslySetInnerHTML:{__html:x||" "}})]},h))})})})]})});O.displayName="CodeBlock";function L(...e){return F.props(...e).className??""}const _={pre:{kMv6JI:"xpw0y0u",kGuDYH:"x1eqnyfr",kqGvvJ:"x10im51j",$$css:!0}};exports.CodeBlock=O;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./code-block-CH0gswm8.cjs");exports.CodeBlock=e.CodeBlock;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components/code-block";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";const n=require("@radix-ui/react-collapsible");function r(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const l in e)if(l!=="default"){const i=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(t,l,i.get?i:{enumerable:!0,get:()=>e[l]})}}return t.default=e,Object.freeze(t)}const o=r(n),s=o.Root,a=o.CollapsibleTrigger,c=o.CollapsibleContent;exports.Collapsible=s;exports.CollapsibleContent=c;exports.CollapsibleTrigger=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./collapsible-BUUUXTCi.cjs");exports.Collapsible=l.Collapsible;exports.CollapsibleContent=l.CollapsibleContent;exports.CollapsibleTrigger=l.CollapsibleTrigger;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components/collapsible";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";const e=require("react/jsx-runtime"),j=require("react"),m=require("cmdk"),C=require("lucide-react"),d=require("./dialog-DaO5_1FE.cjs"),k=require("./separator-DWK3Xd7q.cjs");function N(x){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(x){for(const s in x)if(s!=="default"){const t=Object.getOwnPropertyDescriptor(x,s);Object.defineProperty(a,s,t.get?t:{enumerable:!0,get:()=>x[s]})}}return a.default=x,Object.freeze(a)}const o=N(j),n=o.createContext("default"),r=o.forwardRef(({...x},a)=>e.jsx(m.Command,{ref:a,...x,className:"x1dyo0bm x1brvnfc xa18zv3 x78zum5 xdt5ytf x5yr21d xb3r6kr xh8yej3"}));r.displayName=m.Command.displayName;const b=({children:x,...a})=>e.jsx(d.Dialog,{...a,children:e.jsx(d.DialogContent,{layout:"command",children:e.jsx(n.Provider,{value:"dialog",children:e.jsx(r,{children:x})})})}),c=o.forwardRef(({density:x="default",...a},s)=>{const t=o.useContext(n);return e.jsxs("div",{className:"x6s0dn4 x1dyd9yc x1q0q8m5 xso031l x78zum5 x1wu0y3b","cmdk-input-wrapper":"",children:[e.jsx(C.Search,{...{0:{className:"x2lah0s xkive58 x1mcl426 xbyyjgo x1vfp87d"},1:{className:"x2lah0s x1mcl426 xbyyjgo xybwzzh x1gtyvus"}}[(t==="dialog")<<0]}),e.jsx(m.Command.Input,{ref:s,...a,...{0:{className:"xjbqb8w xc342km x1brvnfc x1sjp1m2 x78zum5 x1eqnyfr xlev6zl x1t137rt xv0kgt4 xh8yej3 x1ha2oyl xvp245x x1qg2s8m x1s07b3s"},1:{className:"xjbqb8w xc342km x1brvnfc x1sjp1m2 x78zum5 x1eqnyfr x1t137rt xv0kgt4 xh8yej3 x1ha2oyl xvp245x x1qg2s8m x1s07b3s x1h5pcsu"}}[(x==="compact")<<0]})]})});c.displayName=m.Command.Input.displayName;const l=o.forwardRef(({...x},a)=>e.jsx(m.Command.List,{ref:a,...x,className:"xje9jw6 x6ikm8r x1odjw0f"}));l.displayName=m.Command.List.displayName;const i=o.forwardRef(({tone:x="default",...a},s)=>e.jsx(m.Command.Empty,{ref:s,...a,...{0:{className:"x1eqnyfr x18ykd1o x2b8uid"},1:{className:"x1eqnyfr x2b8uid x1uuraw0 xv0kgt4"}}[(x==="muted")<<0]}));i.displayName=m.Command.Empty.displayName;const p=o.forwardRef(({...x},a)=>e.jsx(m.Command.Group,{ref:a,...x,className:"x1sjp1m2 xb3r6kr x1mae58o"}));p.displayName=m.Command.Group.displayName;const u=o.forwardRef(({...x},a)=>e.jsx(m.Command.Separator,{asChild:!0,...x,children:e.jsx(k.Separator,{ref:a,variant:"command"})}));u.displayName=m.Command.Separator.displayName;const y=o.forwardRef(({selected:x=!1,...a},s)=>{const t=o.useContext(n);return e.jsx(m.Command.Item,{ref:s,...a,...{0:{className:"x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x136oad8 x16ic5xr x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4"},2:{className:"x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 xrtip4p x1wu0y3b"},1:{className:"x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x136oad8 x16ic5xr x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 x1sjp1m2 xk50ysn"},3:{className:"x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 xrtip4p x1wu0y3b x1sjp1m2 xk50ysn"}}[(t==="dialog")<<1|!!x<<0]})});y.displayName=m.Command.Item.displayName;const f=({...x})=>e.jsx("span",{...x,className:"xwa5xuj x51wmvv x1dor1uw x8x9d4c"});f.displayName="CommandShortcut";exports.Command=r;exports.CommandDialog=b;exports.CommandEmpty=i;exports.CommandGroup=p;exports.CommandInput=c;exports.CommandItem=y;exports.CommandList=l;exports.CommandSeparator=u;exports.CommandShortcut=f;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as m, jsxs as c } from "react/jsx-runtime";
|
|
3
|
+
import * as e from "react";
|
|
4
|
+
import { Command as s } from "cmdk";
|
|
5
|
+
import { Search as n } from "lucide-react";
|
|
6
|
+
import { D as p, b as l } from "./dialog-DAY0non_.js";
|
|
7
|
+
import { S as i } from "./separator-DISe3E9K.js";
|
|
8
|
+
const t = e.createContext("default"), d = e.forwardRef(({
|
|
9
|
+
...x
|
|
10
|
+
}, a) => /* @__PURE__ */ m(s, { ref: a, ...x, className: "x1dyo0bm x1brvnfc xa18zv3 x78zum5 xdt5ytf x5yr21d xb3r6kr xh8yej3" }));
|
|
11
|
+
d.displayName = s.displayName;
|
|
12
|
+
const q = ({
|
|
13
|
+
children: x,
|
|
14
|
+
...a
|
|
15
|
+
}) => /* @__PURE__ */ m(p, { ...a, children: /* @__PURE__ */ m(l, { layout: "command", children: /* @__PURE__ */ m(t.Provider, { value: "dialog", children: /* @__PURE__ */ m(d, { children: x }) }) }) }), y = e.forwardRef(({
|
|
16
|
+
density: x = "default",
|
|
17
|
+
...a
|
|
18
|
+
}, r) => {
|
|
19
|
+
const o = e.useContext(t);
|
|
20
|
+
return /* @__PURE__ */ c("div", { className: "x6s0dn4 x1dyd9yc x1q0q8m5 xso031l x78zum5 x1wu0y3b", "cmdk-input-wrapper": "", children: [
|
|
21
|
+
/* @__PURE__ */ m(n, { ...{
|
|
22
|
+
0: {
|
|
23
|
+
className: "x2lah0s xkive58 x1mcl426 xbyyjgo x1vfp87d"
|
|
24
|
+
},
|
|
25
|
+
1: {
|
|
26
|
+
className: "x2lah0s x1mcl426 xbyyjgo xybwzzh x1gtyvus"
|
|
27
|
+
}
|
|
28
|
+
}[(o === "dialog") << 0] }),
|
|
29
|
+
/* @__PURE__ */ m(s.Input, { ref: r, ...a, ...{
|
|
30
|
+
0: {
|
|
31
|
+
className: "xjbqb8w xc342km x1brvnfc x1sjp1m2 x78zum5 x1eqnyfr xlev6zl x1t137rt xv0kgt4 xh8yej3 x1ha2oyl xvp245x x1qg2s8m x1s07b3s"
|
|
32
|
+
},
|
|
33
|
+
1: {
|
|
34
|
+
className: "xjbqb8w xc342km x1brvnfc x1sjp1m2 x78zum5 x1eqnyfr x1t137rt xv0kgt4 xh8yej3 x1ha2oyl xvp245x x1qg2s8m x1s07b3s x1h5pcsu"
|
|
35
|
+
}
|
|
36
|
+
}[(x === "compact") << 0] })
|
|
37
|
+
] });
|
|
38
|
+
});
|
|
39
|
+
y.displayName = s.Input.displayName;
|
|
40
|
+
const f = e.forwardRef(({
|
|
41
|
+
...x
|
|
42
|
+
}, a) => /* @__PURE__ */ m(s.List, { ref: a, ...x, className: "xje9jw6 x6ikm8r x1odjw0f" }));
|
|
43
|
+
f.displayName = s.List.displayName;
|
|
44
|
+
const u = e.forwardRef(({
|
|
45
|
+
tone: x = "default",
|
|
46
|
+
...a
|
|
47
|
+
}, r) => /* @__PURE__ */ m(s.Empty, { ref: r, ...a, ...{
|
|
48
|
+
0: {
|
|
49
|
+
className: "x1eqnyfr x18ykd1o x2b8uid"
|
|
50
|
+
},
|
|
51
|
+
1: {
|
|
52
|
+
className: "x1eqnyfr x2b8uid x1uuraw0 xv0kgt4"
|
|
53
|
+
}
|
|
54
|
+
}[(x === "muted") << 0] }));
|
|
55
|
+
u.displayName = s.Empty.displayName;
|
|
56
|
+
const N = e.forwardRef(({
|
|
57
|
+
...x
|
|
58
|
+
}, a) => /* @__PURE__ */ m(s.Group, { ref: a, ...x, className: "x1sjp1m2 xb3r6kr x1mae58o" }));
|
|
59
|
+
N.displayName = s.Group.displayName;
|
|
60
|
+
const k = e.forwardRef(({
|
|
61
|
+
...x
|
|
62
|
+
}, a) => /* @__PURE__ */ m(s.Separator, { asChild: !0, ...x, children: /* @__PURE__ */ m(i, { ref: a, variant: "command" }) }));
|
|
63
|
+
k.displayName = s.Separator.displayName;
|
|
64
|
+
const h = e.forwardRef(({
|
|
65
|
+
selected: x = !1,
|
|
66
|
+
...a
|
|
67
|
+
}, r) => {
|
|
68
|
+
const o = e.useContext(t);
|
|
69
|
+
return /* @__PURE__ */ m(s.Item, { ref: r, ...a, ...{
|
|
70
|
+
0: {
|
|
71
|
+
className: "x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x136oad8 x16ic5xr x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4"
|
|
72
|
+
},
|
|
73
|
+
2: {
|
|
74
|
+
className: "x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 xrtip4p x1wu0y3b"
|
|
75
|
+
},
|
|
76
|
+
1: {
|
|
77
|
+
className: "x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x136oad8 x16ic5xr x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 x1sjp1m2 xk50ysn"
|
|
78
|
+
},
|
|
79
|
+
3: {
|
|
80
|
+
className: "x6s0dn4 x1kcekj6 xt0e3qv x78zum5 x1eqnyfr x10ci2pi x1t137rt x1n2onr6 x87ps6o xg6y555 x6cohk3 x12meyfc x1xd8k93 x1m42rp4 xrtip4p x1wu0y3b x1sjp1m2 xk50ysn"
|
|
81
|
+
}
|
|
82
|
+
}[(o === "dialog") << 1 | !!x << 0] });
|
|
83
|
+
});
|
|
84
|
+
h.displayName = s.Item.displayName;
|
|
85
|
+
const v = ({
|
|
86
|
+
...x
|
|
87
|
+
}) => /* @__PURE__ */ m("span", { ...x, className: "xwa5xuj x51wmvv x1dor1uw x8x9d4c" });
|
|
88
|
+
v.displayName = "CommandShortcut";
|
|
89
|
+
export {
|
|
90
|
+
d as C,
|
|
91
|
+
q as a,
|
|
92
|
+
u as b,
|
|
93
|
+
N as c,
|
|
94
|
+
y as d,
|
|
95
|
+
h as e,
|
|
96
|
+
f,
|
|
97
|
+
k as g,
|
|
98
|
+
v as h
|
|
99
|
+
};
|
package/dist/command.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./command-BWY863DY.cjs");exports.Command=m.Command;exports.CommandDialog=m.CommandDialog;exports.CommandEmpty=m.CommandEmpty;exports.CommandGroup=m.CommandGroup;exports.CommandInput=m.CommandInput;exports.CommandItem=m.CommandItem;exports.CommandList=m.CommandList;exports.CommandSeparator=m.CommandSeparator;exports.CommandShortcut=m.CommandShortcut;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components/command";
|
package/dist/command.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { C as o, a as n, b as s, c as d, d as C, e as t, f as e, g as r, h as p } from "./command-ButF6joJ.js";
|
|
3
|
+
export {
|
|
4
|
+
o as Command,
|
|
5
|
+
n as CommandDialog,
|
|
6
|
+
s as CommandEmpty,
|
|
7
|
+
d as CommandGroup,
|
|
8
|
+
C as CommandInput,
|
|
9
|
+
t as CommandItem,
|
|
10
|
+
e as CommandList,
|
|
11
|
+
r as CommandSeparator,
|
|
12
|
+
p as CommandShortcut
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
+
declare const Accordion: React.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
type AccordionItemProps = Omit<React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>, "className" | "style">;
|
|
5
|
+
type AccordionTriggerProps = Omit<React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger>, "className" | "style">;
|
|
6
|
+
type AccordionContentProps = Omit<React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content>, "className" | "style">;
|
|
7
|
+
declare const AccordionItem: React.ForwardRefExoticComponent<AccordionItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const AccordionTrigger: React.ForwardRefExoticComponent<AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const AccordionContent: React.ForwardRefExoticComponent<AccordionContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface ActionPopoverItem {
|
|
3
|
+
label: string;
|
|
4
|
+
icon?: React.ReactNode;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
destructive?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface ActionPopoverProps {
|
|
10
|
+
/** Array of menu items to display in the dropdown */
|
|
11
|
+
items: ActionPopoverItem[];
|
|
12
|
+
/** Horizontal alignment of the menu relative to the trigger */
|
|
13
|
+
align?: "start" | "center" | "end";
|
|
14
|
+
/** Which side of the trigger the menu appears on */
|
|
15
|
+
side?: "top" | "bottom" | "left" | "right";
|
|
16
|
+
/** Accessible label for the trigger button */
|
|
17
|
+
"aria-label"?: string;
|
|
18
|
+
}
|
|
19
|
+
declare const ActionPopover: React.ForwardRefExoticComponent<ActionPopoverProps & React.RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
export { ActionPopover };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
3
|
+
type AspectRatioProps = Omit<React.ComponentPropsWithoutRef<typeof AspectRatioPrimitive.Root>, "className" | "style">;
|
|
4
|
+
declare const AspectRatio: React.ForwardRefExoticComponent<AspectRatioProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { AspectRatio };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
3
|
+
type AvatarProps = Omit<React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, "className" | "style">;
|
|
4
|
+
declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
type AvatarImageProps = Omit<React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>, "className" | "style">;
|
|
6
|
+
declare const AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps & React.RefAttributes<HTMLImageElement>>;
|
|
7
|
+
type AvatarFallbackProps = Omit<React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>, "className" | "style">;
|
|
8
|
+
declare const AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps & React.RefAttributes<HTMLSpanElement>>;
|
|
9
|
+
type AvatarPosition = "top-right" | "bottom-right" | "top-left" | "bottom-left";
|
|
10
|
+
declare const AvatarBadge: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLSpanElement>, "style" | "className"> & {
|
|
11
|
+
position?: "top-right" | "bottom-right" | "top-left" | "bottom-left";
|
|
12
|
+
/** Display a numeric count inside the badge. When provided, the badge enlarges to fit the number. */
|
|
13
|
+
count?: number;
|
|
14
|
+
/** Maximum count to display; values above show "max+" (e.g. "99+"). Default 99. */
|
|
15
|
+
max?: number;
|
|
16
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
17
|
+
type AvatarStatusProps = {
|
|
18
|
+
status: "online" | "offline" | "busy" | "away";
|
|
19
|
+
position?: AvatarPosition;
|
|
20
|
+
};
|
|
21
|
+
declare const AvatarStatus: {
|
|
22
|
+
({ status, position }: AvatarStatusProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
displayName: string;
|
|
24
|
+
};
|
|
25
|
+
declare const AvatarWithStatus: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
export { Avatar, AvatarImage, AvatarFallback, AvatarBadge, AvatarStatus, AvatarWithStatus };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type BadgeVariant = "default" | "secondary" | "destructive" | "outline" | "positive" | "cautionary" | "informative" | "important";
|
|
3
|
+
export type BadgeSize = "default" | "microdot";
|
|
4
|
+
export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "className" | "style"> {
|
|
5
|
+
/** Show a remove button — call onRemove when clicked */
|
|
6
|
+
onRemove?: () => void;
|
|
7
|
+
removable?: boolean;
|
|
8
|
+
size?: BadgeSize;
|
|
9
|
+
variant?: BadgeVariant;
|
|
10
|
+
}
|
|
11
|
+
declare function Badge({ variant, size, onRemove, removable, children, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { Badge };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type BannerVariant = "default" | "destructive" | "warning" | "success" | "info" | "neutral";
|
|
3
|
+
export type BannerPosition = "top" | "bottom" | "inline";
|
|
4
|
+
export interface BannerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> {
|
|
5
|
+
action?: React.ReactNode;
|
|
6
|
+
dismissible?: boolean;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
onDismiss?: () => void;
|
|
9
|
+
position?: BannerPosition;
|
|
10
|
+
variant?: BannerVariant;
|
|
11
|
+
}
|
|
12
|
+
declare const Banner: React.ForwardRefExoticComponent<BannerProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export { Banner };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const Breadcrumb: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">, "style" | "className"> & {
|
|
3
|
+
separator?: React.ReactNode;
|
|
4
|
+
} & React.RefAttributes<HTMLElement>>;
|
|
5
|
+
declare const BreadcrumbList: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref">, "style" | "className"> & React.RefAttributes<HTMLOListElement>>;
|
|
6
|
+
declare const BreadcrumbItem: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">, "style" | "className"> & React.RefAttributes<HTMLLIElement>>;
|
|
7
|
+
declare const BreadcrumbLink: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "style" | "className"> & {
|
|
8
|
+
asChild?: boolean;
|
|
9
|
+
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
10
|
+
declare const BreadcrumbPage: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "style" | "className"> & React.RefAttributes<HTMLSpanElement>>;
|
|
11
|
+
declare const BreadcrumbSeparator: {
|
|
12
|
+
({ children, ...props }: Omit<React.ComponentProps<"li">, "className" | "style">): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
interface BreadcrumbEllipsisProps {
|
|
16
|
+
/** Pass collapsed breadcrumb items to show in the dropdown */
|
|
17
|
+
items?: {
|
|
18
|
+
label: string;
|
|
19
|
+
href?: string;
|
|
20
|
+
onClick?: () => void;
|
|
21
|
+
}[];
|
|
22
|
+
}
|
|
23
|
+
declare const BreadcrumbEllipsis: {
|
|
24
|
+
({ items, }: BreadcrumbEllipsisProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
27
|
+
export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type ButtonVariant = "default" | "destructive" | "caution" | "positive" | "outline" | "dashed" | "secondary" | "ghost" | "mutedGhost" | "dangerGhost" | "fadedGhost" | "input" | "inputMuted" | "link";
|
|
3
|
+
export type ButtonSize = "default" | "sm" | "lg" | "icon" | "compactIcon" | "xsIcon" | "inlineIcon";
|
|
4
|
+
export type ButtonAlign = "center" | "start";
|
|
5
|
+
export type ButtonAttachment = "none" | "start" | "end";
|
|
6
|
+
export type ButtonShape = "default" | "round";
|
|
7
|
+
export type ButtonTextAlign = "center" | "left";
|
|
8
|
+
export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className" | "style"> {
|
|
9
|
+
align?: ButtonAlign;
|
|
10
|
+
asChild?: boolean;
|
|
11
|
+
attachment?: ButtonAttachment;
|
|
12
|
+
fullWidth?: boolean;
|
|
13
|
+
shape?: ButtonShape;
|
|
14
|
+
textAlign?: ButtonTextAlign;
|
|
15
|
+
variant?: ButtonVariant;
|
|
16
|
+
size?: ButtonSize;
|
|
17
|
+
}
|
|
18
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
export { Button };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { DayPicker } from "react-day-picker";
|
|
3
|
+
export type CalendarProps = React.ComponentProps<typeof DayPicker>;
|
|
4
|
+
declare function Calendar({ showOutsideDays, disabled, components, ...props }: CalendarProps & {
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace Calendar {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
10
|
+
export { Calendar };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type CardElevation = "none" | "sm" | "md" | "lg";
|
|
3
|
+
interface CardProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> {
|
|
4
|
+
/** Makes the card interactive — adds hover elevation + cursor pointer */
|
|
5
|
+
clickable?: boolean;
|
|
6
|
+
/** Elevation level controls shadow depth */
|
|
7
|
+
elevation?: CardElevation;
|
|
8
|
+
}
|
|
9
|
+
type CardSectionProps = Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style">;
|
|
10
|
+
declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const CardHeader: React.ForwardRefExoticComponent<CardSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const CardTitle: React.ForwardRefExoticComponent<CardSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const CardDescription: React.ForwardRefExoticComponent<CardSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const CardContent: React.ForwardRefExoticComponent<CardSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const CardFooter: React.ForwardRefExoticComponent<CardSectionProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import useEmblaCarousel, { type UseEmblaCarouselType } from "embla-carousel-react";
|
|
3
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
4
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
5
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
6
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
7
|
+
type CarouselProps = {
|
|
8
|
+
opts?: CarouselOptions;
|
|
9
|
+
plugins?: CarouselPlugin;
|
|
10
|
+
orientation?: "horizontal" | "vertical";
|
|
11
|
+
setApi?: (api: CarouselApi) => void;
|
|
12
|
+
};
|
|
13
|
+
declare const Carousel: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & CarouselProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const CarouselContent: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const CarouselItem: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
declare const CarouselPrevious: React.ForwardRefExoticComponent<Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "style" | "className"> & React.RefAttributes<HTMLButtonElement>>;
|
|
17
|
+
declare const CarouselNext: React.ForwardRefExoticComponent<Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "style" | "className"> & React.RefAttributes<HTMLButtonElement>>;
|
|
18
|
+
export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { Checkbox } from "./checkbox";
|
|
3
|
+
interface CheckboxGroupContextValue {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onItemChange: (itemValue: string, checked: boolean) => void;
|
|
6
|
+
value: string[];
|
|
7
|
+
}
|
|
8
|
+
declare const useCheckboxGroup: () => CheckboxGroupContextValue;
|
|
9
|
+
export interface CheckboxGroupProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style" | "onChange" | "defaultValue"> {
|
|
10
|
+
defaultValue?: string[];
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
onValueChange?: (value: string[]) => void;
|
|
13
|
+
orientation?: "vertical" | "horizontal";
|
|
14
|
+
value?: string[];
|
|
15
|
+
}
|
|
16
|
+
declare const CheckboxGroup: React.ForwardRefExoticComponent<CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export interface CheckboxGroupItemProps extends Omit<React.ComponentPropsWithoutRef<typeof Checkbox>, "checked" | "className" | "onCheckedChange" | "style" | "value"> {
|
|
18
|
+
description?: string;
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
declare const CheckboxGroupItem: React.ForwardRefExoticComponent<CheckboxGroupItemProps & React.RefAttributes<HTMLButtonElement>>;
|
|
23
|
+
export { CheckboxGroup, CheckboxGroupItem, useCheckboxGroup };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
3
|
+
type CheckboxProps = Omit<React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, "className" | "style">;
|
|
4
|
+
declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
export { Checkbox };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import "prismjs/components/prism-javascript";
|
|
3
|
+
import "prismjs/components/prism-typescript";
|
|
4
|
+
import "prismjs/components/prism-jsx";
|
|
5
|
+
import "prismjs/components/prism-tsx";
|
|
6
|
+
import "prismjs/components/prism-css";
|
|
7
|
+
import "prismjs/components/prism-json";
|
|
8
|
+
import "prismjs/components/prism-bash";
|
|
9
|
+
import "prismjs/components/prism-python";
|
|
10
|
+
import "prismjs/components/prism-java";
|
|
11
|
+
import "prismjs/components/prism-go";
|
|
12
|
+
import "prismjs/components/prism-rust";
|
|
13
|
+
import "prismjs/components/prism-sql";
|
|
14
|
+
import "prismjs/components/prism-markdown";
|
|
15
|
+
import "prismjs/components/prism-yaml";
|
|
16
|
+
type Language = "javascript" | "typescript" | "jsx" | "tsx" | "css" | "json" | "bash" | "python" | "java" | "go" | "rust" | "sql" | "markdown" | "yaml" | "text";
|
|
17
|
+
export interface CodeBlockProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> {
|
|
18
|
+
code: string;
|
|
19
|
+
language?: Language;
|
|
20
|
+
showLineNumbers?: boolean;
|
|
21
|
+
showCopyButton?: boolean;
|
|
22
|
+
filename?: string;
|
|
23
|
+
highlightLines?: number[];
|
|
24
|
+
/** Supply multiple language variants of the same snippet. Renders a language switcher in the header. */
|
|
25
|
+
languages?: {
|
|
26
|
+
language: Language;
|
|
27
|
+
code: string;
|
|
28
|
+
label?: string;
|
|
29
|
+
}[];
|
|
30
|
+
}
|
|
31
|
+
declare const CodeBlock: React.ForwardRefExoticComponent<CodeBlockProps & React.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
export { CodeBlock };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
2
|
+
declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
declare const CollapsibleContent: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type DialogProps } from "@radix-ui/react-dialog";
|
|
3
|
+
import { Command as CommandPrimitive } from "cmdk";
|
|
4
|
+
type CommandProps = Omit<React.ComponentPropsWithoutRef<typeof CommandPrimitive>, "className" | "style">;
|
|
5
|
+
type CommandListProps = Omit<React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>, "className" | "style">;
|
|
6
|
+
type CommandGroupProps = Omit<React.ComponentPropsWithoutRef<typeof CommandPrimitive.Group>, "className" | "style">;
|
|
7
|
+
type CommandShortcutProps = Omit<React.HTMLAttributes<HTMLSpanElement>, "className" | "style">;
|
|
8
|
+
declare const Command: React.ForwardRefExoticComponent<CommandProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const CommandDialog: ({ children, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
|
|
11
|
+
ref?: React.Ref<HTMLInputElement>;
|
|
12
|
+
} & {
|
|
13
|
+
asChild?: boolean;
|
|
14
|
+
}, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "value" | "type"> & {
|
|
15
|
+
value?: string;
|
|
16
|
+
onValueChange?: (search: string) => void;
|
|
17
|
+
} & React.RefAttributes<HTMLInputElement>, "ref">, "style" | "className" | "size"> & {
|
|
18
|
+
density?: "default" | "compact";
|
|
19
|
+
} & React.RefAttributes<HTMLInputElement>>;
|
|
20
|
+
declare const CommandList: React.ForwardRefExoticComponent<CommandListProps & React.RefAttributes<HTMLDivElement>>;
|
|
21
|
+
declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
22
|
+
children?: React.ReactNode;
|
|
23
|
+
} & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
24
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
25
|
+
} & {
|
|
26
|
+
asChild?: boolean;
|
|
27
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild"> & React.RefAttributes<HTMLDivElement>, "ref">, "style" | "className"> & {
|
|
28
|
+
tone?: "default" | "muted";
|
|
29
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
+
declare const CommandGroup: React.ForwardRefExoticComponent<CommandGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
31
|
+
declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
32
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
33
|
+
} & {
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
36
|
+
alwaysRender?: boolean;
|
|
37
|
+
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
38
|
+
declare const CommandItem: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
39
|
+
children?: React.ReactNode;
|
|
40
|
+
} & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
41
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
42
|
+
} & {
|
|
43
|
+
asChild?: boolean;
|
|
44
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
45
|
+
disabled?: boolean;
|
|
46
|
+
onSelect?: (value: string) => void;
|
|
47
|
+
value?: string;
|
|
48
|
+
keywords?: string[];
|
|
49
|
+
forceMount?: boolean;
|
|
50
|
+
} & React.RefAttributes<HTMLDivElement>, "ref">, "style" | "className"> & {
|
|
51
|
+
selected?: boolean;
|
|
52
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
53
|
+
declare const CommandShortcut: {
|
|
54
|
+
({ ...props }: CommandShortcutProps): import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
displayName: string;
|
|
56
|
+
};
|
|
57
|
+
export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
|