zudoku 0.4.3-dev.11 → 0.4.3-dev.13
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/lib/components/SyntaxHighlight.js +8 -0
- package/dist/lib/components/SyntaxHighlight.js.map +1 -1
- package/lib/{CategoryHeading-BoT0DVI-.js → CategoryHeading-DLCe0Use.js} +2 -2
- package/lib/{CategoryHeading-BoT0DVI-.js.map → CategoryHeading-DLCe0Use.js.map} +1 -1
- package/lib/{Combination-C1wKWZ28.js → Combination-B46-2_PR.js} +2 -2
- package/lib/{Combination-C1wKWZ28.js.map → Combination-B46-2_PR.js.map} +1 -1
- package/lib/{DeveloperHint-Bv958_pY.js → DeveloperHint-CCKk5wYF.js} +2 -2
- package/lib/{DeveloperHint-Bv958_pY.js.map → DeveloperHint-CCKk5wYF.js.map} +1 -1
- package/lib/{ErrorPage-CcBjrY_g.js → ErrorPage-BUyRN_4w.js} +3 -3
- package/lib/{ErrorPage-CcBjrY_g.js.map → ErrorPage-BUyRN_4w.js.map} +1 -1
- package/lib/{Input-BqnnTL7-.js → Input-C81a88Ux.js} +3 -3
- package/lib/{Input-BqnnTL7-.js.map → Input-C81a88Ux.js.map} +1 -1
- package/lib/{Markdown-C3hatKS5.js → Markdown-DWiGXWrs.js} +5 -1
- package/lib/{Markdown-C3hatKS5.js.map → Markdown-DWiGXWrs.js.map} +1 -1
- package/lib/{MdxPage-BEG8cDoF.js → MdxPage-DKD6W5vO.js} +3 -3
- package/lib/{MdxPage-BEG8cDoF.js.map → MdxPage-DKD6W5vO.js.map} +1 -1
- package/lib/{OperationList-BEiJFfFr.js → OperationList-Dnqhaqy7.js} +9 -9
- package/lib/{OperationList-BEiJFfFr.js.map → OperationList-Dnqhaqy7.js.map} +1 -1
- package/lib/{Route-BvREOAN6.js → Route-DZhAsCnX.js} +2 -2
- package/lib/{Route-BvREOAN6.js.map → Route-DZhAsCnX.js.map} +1 -1
- package/lib/{SidebarBadge-C6wpM9X3.js → SidebarBadge-D7XZv6EH.js} +3 -3
- package/lib/{SidebarBadge-C6wpM9X3.js.map → SidebarBadge-D7XZv6EH.js.map} +1 -1
- package/lib/{SlotletProvider-Bdzag6MN.js → SlotletProvider-BOqq0WiS.js} +4 -4
- package/lib/{SlotletProvider-Bdzag6MN.js.map → SlotletProvider-BOqq0WiS.js.map} +1 -1
- package/lib/{Spinner-DiA314T5.js → Spinner-D2_3rzdl.js} +2 -2
- package/lib/{Spinner-DiA314T5.js.map → Spinner-D2_3rzdl.js.map} +1 -1
- package/lib/{index-ClDFRC39.js → index-CMzlvgYf.js} +9 -9
- package/lib/{index-ClDFRC39.js.map → index-CMzlvgYf.js.map} +1 -1
- package/lib/{index-LWNs2niD.js → index-sjtls4Rz.js} +3 -3
- package/lib/{index-LWNs2niD.js.map → index-sjtls4Rz.js.map} +1 -1
- package/lib/prism-javascript.min-CEqHqgbm.js +9 -0
- package/lib/prism-javascript.min-CEqHqgbm.js.map +1 -0
- package/lib/prism-markdown.min-F3U-vPBi.js +61 -0
- package/lib/prism-markdown.min-F3U-vPBi.js.map +1 -0
- package/lib/prism-markup-BNGj0Tvm.js +174 -0
- package/lib/prism-markup-BNGj0Tvm.js.map +1 -0
- package/lib/prism-typescript.min-oSVeWCAd.js +6 -0
- package/lib/prism-typescript.min-oSVeWCAd.js.map +1 -0
- package/lib/zudoku.auth-openid.js +4 -4
- package/lib/zudoku.components.js +6 -6
- package/lib/zudoku.plugin-api-keys.js +5 -5
- package/lib/zudoku.plugin-custom-page.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +4 -4
- package/package.json +1 -1
- package/src/lib/components/SyntaxHighlight.tsx +8 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as n from "react";
|
|
2
2
|
import { createContext as j, useContext as w, useState as O, useEffect as k, Children as D } from "react";
|
|
3
|
-
import { a as M, o as L, n as F, P as b, d as q, u as B, r as G } from "./Combination-
|
|
4
|
-
import { P as $ } from "./SidebarBadge-
|
|
3
|
+
import { a as M, o as L, n as F, P as b, d as q, u as B, r as G } from "./Combination-B46-2_PR.js";
|
|
4
|
+
import { P as $ } from "./SidebarBadge-D7XZv6EH.js";
|
|
5
5
|
import { j as c } from "./jsx-runtime-B6kdoens.js";
|
|
6
6
|
const H = j({ stagger: !1 }), X = ({ children: e }) => {
|
|
7
7
|
const { stagger: r } = w(H), [o, a] = O(!r);
|
|
@@ -121,4 +121,4 @@ export {
|
|
|
121
121
|
ee as T,
|
|
122
122
|
X as a
|
|
123
123
|
};
|
|
124
|
-
//# sourceMappingURL=index-
|
|
124
|
+
//# sourceMappingURL=index-sjtls4Rz.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-LWNs2niD.js","sources":["../src/lib/plugins/openapi/StaggeredRender.tsx","../../../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.0_@types+react-dom@18.3.0_@types+react@18.3.3_react-dom@18.3._qjsk5diswkeszbepgt4ntypuku/node_modules/@radix-ui/react-collapsible/dist/index.mjs"],"sourcesContent":["import {\n Children,\n createContext,\n ReactNode,\n useContext,\n useEffect,\n useState,\n} from \"react\";\n\nexport const StaggeredRenderContext = createContext({ stagger: false });\n\nconst StaggeredRender = ({ children }: { children: ReactNode[] }) => {\n const { stagger } = useContext(StaggeredRenderContext);\n const [renderAll, setRenderAll] = useState(!stagger);\n\n useEffect(() => {\n if (renderAll) {\n return;\n }\n\n const idle = requestIdleCallback(() => {\n setRenderAll(true);\n });\n\n return () => cancelIdleCallback(idle);\n }, [renderAll]);\n\n return !renderAll ? Children.toArray(children).slice(0, 3) : children;\n};\n\nexport default StaggeredRender;\n","\"use client\";\n\n// packages/react/collapsible/src/Collapsible.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { useId } from \"@radix-ui/react-id\";\nimport { jsx } from \"react/jsx-runtime\";\nvar COLLAPSIBLE_NAME = \"Collapsible\";\nvar [createCollapsibleContext, createCollapsibleScope] = createContextScope(COLLAPSIBLE_NAME);\nvar [CollapsibleProvider, useCollapsibleContext] = createCollapsibleContext(COLLAPSIBLE_NAME);\nvar Collapsible = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeCollapsible,\n open: openProp,\n defaultOpen,\n disabled,\n onOpenChange,\n ...collapsibleProps\n } = props;\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /* @__PURE__ */ jsx(\n CollapsibleProvider,\n {\n scope: __scopeCollapsible,\n disabled,\n contentId: useId(),\n open,\n onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(open),\n \"data-disabled\": disabled ? \"\" : void 0,\n ...collapsibleProps,\n ref: forwardedRef\n }\n )\n }\n );\n }\n);\nCollapsible.displayName = COLLAPSIBLE_NAME;\nvar TRIGGER_NAME = \"CollapsibleTrigger\";\nvar CollapsibleTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeCollapsible, ...triggerProps } = props;\n const context = useCollapsibleContext(TRIGGER_NAME, __scopeCollapsible);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-controls\": context.contentId,\n \"aria-expanded\": context.open || false,\n \"data-state\": getState(context.open),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n disabled: context.disabled,\n ...triggerProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, context.onOpenToggle)\n }\n );\n }\n);\nCollapsibleTrigger.displayName = TRIGGER_NAME;\nvar CONTENT_NAME = \"CollapsibleContent\";\nvar CollapsibleContent = React.forwardRef(\n (props, forwardedRef) => {\n const { forceMount, ...contentProps } = props;\n const context = useCollapsibleContext(CONTENT_NAME, props.__scopeCollapsible);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: ({ present }) => /* @__PURE__ */ jsx(CollapsibleContentImpl, { ...contentProps, ref: forwardedRef, present }) });\n }\n);\nCollapsibleContent.displayName = CONTENT_NAME;\nvar CollapsibleContentImpl = React.forwardRef((props, forwardedRef) => {\n const { __scopeCollapsible, present, children, ...contentProps } = props;\n const context = useCollapsibleContext(CONTENT_NAME, __scopeCollapsible);\n const [isPresent, setIsPresent] = React.useState(present);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const heightRef = React.useRef(0);\n const height = heightRef.current;\n const widthRef = React.useRef(0);\n const width = widthRef.current;\n const isOpen = context.open || isPresent;\n const isMountAnimationPreventedRef = React.useRef(isOpen);\n const originalStylesRef = React.useRef();\n React.useEffect(() => {\n const rAF = requestAnimationFrame(() => isMountAnimationPreventedRef.current = false);\n return () => cancelAnimationFrame(rAF);\n }, []);\n useLayoutEffect(() => {\n const node = ref.current;\n if (node) {\n originalStylesRef.current = originalStylesRef.current || {\n transitionDuration: node.style.transitionDuration,\n animationName: node.style.animationName\n };\n node.style.transitionDuration = \"0s\";\n node.style.animationName = \"none\";\n const rect = node.getBoundingClientRect();\n heightRef.current = rect.height;\n widthRef.current = rect.width;\n if (!isMountAnimationPreventedRef.current) {\n node.style.transitionDuration = originalStylesRef.current.transitionDuration;\n node.style.animationName = originalStylesRef.current.animationName;\n }\n setIsPresent(present);\n }\n }, [context.open, present]);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(context.open),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n id: context.contentId,\n hidden: !isOpen,\n ...contentProps,\n ref: composedRefs,\n style: {\n [`--radix-collapsible-content-height`]: height ? `${height}px` : void 0,\n [`--radix-collapsible-content-width`]: width ? `${width}px` : void 0,\n ...props.style\n },\n children: isOpen && children\n }\n );\n});\nfunction getState(open) {\n return open ? \"open\" : \"closed\";\n}\nvar Root = Collapsible;\nvar Trigger = CollapsibleTrigger;\nvar Content = CollapsibleContent;\nexport {\n Collapsible,\n CollapsibleContent,\n CollapsibleTrigger,\n Content,\n Root,\n Trigger,\n createCollapsibleScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["StaggeredRenderContext","createContext","StaggeredRender","children","stagger","useContext","renderAll","setRenderAll","useState","useEffect","idle","Children","COLLAPSIBLE_NAME","createCollapsibleContext","createCollapsibleScope","createContextScope","CollapsibleProvider","useCollapsibleContext","Collapsible","React","props","forwardedRef","__scopeCollapsible","openProp","defaultOpen","disabled","onOpenChange","collapsibleProps","open","setOpen","useControllableState","jsx","useId","prevOpen","Primitive","getState","TRIGGER_NAME","CollapsibleTrigger","triggerProps","context","composeEventHandlers","CONTENT_NAME","CollapsibleContent","forceMount","contentProps","Presence","present","CollapsibleContentImpl","isPresent","setIsPresent","ref","composedRefs","useComposedRefs","heightRef","height","widthRef","width","isOpen","isMountAnimationPreventedRef","originalStylesRef","rAF","useLayoutEffect","node","rect","Root","Trigger","Content"],"mappings":"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","x_google_ignoreList":[1]}
|
|
1
|
+
{"version":3,"file":"index-sjtls4Rz.js","sources":["../src/lib/plugins/openapi/StaggeredRender.tsx","../../../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.0_@types+react-dom@18.3.0_@types+react@18.3.3_react-dom@18.3._qjsk5diswkeszbepgt4ntypuku/node_modules/@radix-ui/react-collapsible/dist/index.mjs"],"sourcesContent":["import {\n Children,\n createContext,\n ReactNode,\n useContext,\n useEffect,\n useState,\n} from \"react\";\n\nexport const StaggeredRenderContext = createContext({ stagger: false });\n\nconst StaggeredRender = ({ children }: { children: ReactNode[] }) => {\n const { stagger } = useContext(StaggeredRenderContext);\n const [renderAll, setRenderAll] = useState(!stagger);\n\n useEffect(() => {\n if (renderAll) {\n return;\n }\n\n const idle = requestIdleCallback(() => {\n setRenderAll(true);\n });\n\n return () => cancelIdleCallback(idle);\n }, [renderAll]);\n\n return !renderAll ? Children.toArray(children).slice(0, 3) : children;\n};\n\nexport default StaggeredRender;\n","\"use client\";\n\n// packages/react/collapsible/src/Collapsible.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { useId } from \"@radix-ui/react-id\";\nimport { jsx } from \"react/jsx-runtime\";\nvar COLLAPSIBLE_NAME = \"Collapsible\";\nvar [createCollapsibleContext, createCollapsibleScope] = createContextScope(COLLAPSIBLE_NAME);\nvar [CollapsibleProvider, useCollapsibleContext] = createCollapsibleContext(COLLAPSIBLE_NAME);\nvar Collapsible = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeCollapsible,\n open: openProp,\n defaultOpen,\n disabled,\n onOpenChange,\n ...collapsibleProps\n } = props;\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /* @__PURE__ */ jsx(\n CollapsibleProvider,\n {\n scope: __scopeCollapsible,\n disabled,\n contentId: useId(),\n open,\n onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(open),\n \"data-disabled\": disabled ? \"\" : void 0,\n ...collapsibleProps,\n ref: forwardedRef\n }\n )\n }\n );\n }\n);\nCollapsible.displayName = COLLAPSIBLE_NAME;\nvar TRIGGER_NAME = \"CollapsibleTrigger\";\nvar CollapsibleTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeCollapsible, ...triggerProps } = props;\n const context = useCollapsibleContext(TRIGGER_NAME, __scopeCollapsible);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-controls\": context.contentId,\n \"aria-expanded\": context.open || false,\n \"data-state\": getState(context.open),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n disabled: context.disabled,\n ...triggerProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, context.onOpenToggle)\n }\n );\n }\n);\nCollapsibleTrigger.displayName = TRIGGER_NAME;\nvar CONTENT_NAME = \"CollapsibleContent\";\nvar CollapsibleContent = React.forwardRef(\n (props, forwardedRef) => {\n const { forceMount, ...contentProps } = props;\n const context = useCollapsibleContext(CONTENT_NAME, props.__scopeCollapsible);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: ({ present }) => /* @__PURE__ */ jsx(CollapsibleContentImpl, { ...contentProps, ref: forwardedRef, present }) });\n }\n);\nCollapsibleContent.displayName = CONTENT_NAME;\nvar CollapsibleContentImpl = React.forwardRef((props, forwardedRef) => {\n const { __scopeCollapsible, present, children, ...contentProps } = props;\n const context = useCollapsibleContext(CONTENT_NAME, __scopeCollapsible);\n const [isPresent, setIsPresent] = React.useState(present);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const heightRef = React.useRef(0);\n const height = heightRef.current;\n const widthRef = React.useRef(0);\n const width = widthRef.current;\n const isOpen = context.open || isPresent;\n const isMountAnimationPreventedRef = React.useRef(isOpen);\n const originalStylesRef = React.useRef();\n React.useEffect(() => {\n const rAF = requestAnimationFrame(() => isMountAnimationPreventedRef.current = false);\n return () => cancelAnimationFrame(rAF);\n }, []);\n useLayoutEffect(() => {\n const node = ref.current;\n if (node) {\n originalStylesRef.current = originalStylesRef.current || {\n transitionDuration: node.style.transitionDuration,\n animationName: node.style.animationName\n };\n node.style.transitionDuration = \"0s\";\n node.style.animationName = \"none\";\n const rect = node.getBoundingClientRect();\n heightRef.current = rect.height;\n widthRef.current = rect.width;\n if (!isMountAnimationPreventedRef.current) {\n node.style.transitionDuration = originalStylesRef.current.transitionDuration;\n node.style.animationName = originalStylesRef.current.animationName;\n }\n setIsPresent(present);\n }\n }, [context.open, present]);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(context.open),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n id: context.contentId,\n hidden: !isOpen,\n ...contentProps,\n ref: composedRefs,\n style: {\n [`--radix-collapsible-content-height`]: height ? `${height}px` : void 0,\n [`--radix-collapsible-content-width`]: width ? `${width}px` : void 0,\n ...props.style\n },\n children: isOpen && children\n }\n );\n});\nfunction getState(open) {\n return open ? \"open\" : \"closed\";\n}\nvar Root = Collapsible;\nvar Trigger = CollapsibleTrigger;\nvar Content = CollapsibleContent;\nexport {\n Collapsible,\n CollapsibleContent,\n CollapsibleTrigger,\n Content,\n Root,\n Trigger,\n createCollapsibleScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["StaggeredRenderContext","createContext","StaggeredRender","children","stagger","useContext","renderAll","setRenderAll","useState","useEffect","idle","Children","COLLAPSIBLE_NAME","createCollapsibleContext","createCollapsibleScope","createContextScope","CollapsibleProvider","useCollapsibleContext","Collapsible","React","props","forwardedRef","__scopeCollapsible","openProp","defaultOpen","disabled","onOpenChange","collapsibleProps","open","setOpen","useControllableState","jsx","useId","prevOpen","Primitive","getState","TRIGGER_NAME","CollapsibleTrigger","triggerProps","context","composeEventHandlers","CONTENT_NAME","CollapsibleContent","forceMount","contentProps","Presence","present","CollapsibleContentImpl","isPresent","setIsPresent","ref","composedRefs","useComposedRefs","heightRef","height","widthRef","width","isOpen","isMountAnimationPreventedRef","originalStylesRef","rAF","useLayoutEffect","node","rect","Root","Trigger","Content"],"mappings":"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","x_google_ignoreList":[1]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
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$])(?:NaN|Infinity|0[bB][01]+(?:_[01]+)*n?|0[oO][0-7]+(?:_[0-7]+)*n?|0[xX][\\dA-Fa-f]+(?:_[\\dA-Fa-f]+)*n?|\\d+(?:_\\d+)*n|(?:\\d+(?:_\\d+)*(?:\\.(?:\\d+(?:_\\d+)*)?)?|\\.\\d+(?:_\\d+)*)(?:[Ee][+-]?\\d+(?:_\\d+)*)?)(?![\\w$])"), 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*)/(?:(?:\\[(?:[^\\]\\\\\r
|
|
2
|
+
]|\\\\.)*\\]|\\\\.|[^/\\\\\\[\r
|
|
3
|
+
])+/[dgimyus]{0,7}|(?:\\[(?:[^[\\]\\\\\r
|
|
4
|
+
]|\\\\.|\\[(?:[^[\\]\\\\\r
|
|
5
|
+
]|\\\\.|\\[(?:[^[\\]\\\\\r
|
|
6
|
+
]|\\\\.)*\\])*\\])*\\]|\\\\.|[^/\\\\\\[\r
|
|
7
|
+
])+/[dgimyus]{0,7}v[dgimyus]{0,7})(?=(?:\\s|/\\*(?:[^*]|\\*(?!/))*\\*/)*(?:$|[\r
|
|
8
|
+
,.;:})\\]]|//))`), 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)", "javascript")), Prism.languages.js = Prism.languages.javascript;
|
|
9
|
+
//# sourceMappingURL=prism-javascript.min-CEqHqgbm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prism-javascript.min-CEqHqgbm.js","sources":["../../../node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/prism-javascript.min.js"],"sourcesContent":["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$])(?:NaN|Infinity|0[bB][01]+(?:_[01]+)*n?|0[oO][0-7]+(?:_[0-7]+)*n?|0[xX][\\\\dA-Fa-f]+(?:_[\\\\dA-Fa-f]+)*n?|\\\\d+(?:_\\\\d+)*n|(?:\\\\d+(?:_\\\\d+)*(?:\\\\.(?:\\\\d+(?:_\\\\d+)*)?)?|\\\\.\\\\d+(?:_\\\\d+)*)(?:[Ee][+-]?\\\\d+(?:_\\\\d+)*)?)(?![\\\\w$])\"),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*)/(?:(?:\\\\[(?:[^\\\\]\\\\\\\\\\r\\n]|\\\\\\\\.)*\\\\]|\\\\\\\\.|[^/\\\\\\\\\\\\[\\r\\n])+/[dgimyus]{0,7}|(?:\\\\[(?:[^[\\\\]\\\\\\\\\\r\\n]|\\\\\\\\.|\\\\[(?:[^[\\\\]\\\\\\\\\\r\\n]|\\\\\\\\.|\\\\[(?:[^[\\\\]\\\\\\\\\\r\\n]|\\\\\\\\.)*\\\\])*\\\\])*\\\\]|\\\\\\\\.|[^/\\\\\\\\\\\\[\\r\\n])+/[dgimyus]{0,7}v[dgimyus]{0,7})(?=(?:\\\\s|/\\\\*(?:[^*]|\\\\*(?!/))*\\\\*/)*(?:$|[\\r\\n,.;:})\\\\]]|//))\"),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)\",\"javascript\")),Prism.languages.js=Prism.languages.javascript;"],"names":[],"mappings":"AAAA,MAAM,UAAU,aAAW,MAAM,UAAU,OAAO,SAAQ,EAAC,cAAa,CAAC,MAAM,UAAU,MAAM,YAAY,GAAE,EAAC,SAAQ,2GAA0G,YAAW,GAAE,CAAC,GAAE,SAAQ,CAAC,EAAC,SAAQ,wBAAuB,YAAW,GAAE,GAAE,EAAC,SAAQ,odAAmd,YAAW,GAAE,CAAC,GAAE,UAAS,qGAAoG,QAAO,EAAC,SAAQ,OAAO,2OAA2O,GAAE,YAAW,GAAE,GAAE,UAAS,4FAA2F,CAAC,GAAE,MAAM,UAAU,WAAW,YAAY,EAAE,CAAC,EAAE,UAAQ,wEAAuE,MAAM,UAAU,aAAa,cAAa,WAAU,EAAC,OAAM,EAAC,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA0W,GAAE,YAAW,IAAG,QAAO,IAAG,QAAO,EAAC,gBAAe,EAAC,SAAQ,6BAA4B,YAAW,IAAG,OAAM,kBAAiB,QAAO,MAAM,UAAU,MAAK,GAAE,mBAAkB,WAAU,eAAc,WAAU,EAAC,GAAE,qBAAoB,EAAC,SAAQ,iMAAgM,OAAM,WAAU,GAAE,WAAU,CAAC,EAAC,SAAQ,uIAAsI,YAAW,IAAG,QAAO,MAAM,UAAU,WAAU,GAAE,EAAC,SAAQ,sFAAqF,YAAW,IAAG,QAAO,MAAM,UAAU,WAAU,GAAE,EAAC,SAAQ,mEAAkE,YAAW,IAAG,QAAO,MAAM,UAAU,WAAU,GAAE,EAAC,SAAQ,+eAA8e,YAAW,IAAG,QAAO,MAAM,UAAU,WAAU,CAAC,GAAE,UAAS,4BAA2B,CAAC,GAAE,MAAM,UAAU,aAAa,cAAa,UAAS,EAAC,UAAS,EAAC,SAAQ,SAAQ,QAAO,IAAG,OAAM,UAAS,GAAE,mBAAkB,EAAC,SAAQ,4EAA2E,QAAO,IAAG,QAAO,EAAC,wBAAuB,EAAC,SAAQ,SAAQ,OAAM,SAAQ,GAAE,eAAc,EAAC,SAAQ,oEAAmE,YAAW,IAAG,QAAO,EAAC,6BAA4B,EAAC,SAAQ,aAAY,OAAM,cAAa,GAAE,MAAK,MAAM,UAAU,WAAU,EAAC,GAAE,QAAO,UAAS,EAAC,GAAE,mBAAkB,EAAC,SAAQ,6EAA4E,YAAW,IAAG,QAAO,IAAG,OAAM,WAAU,EAAC,CAAC,GAAE,MAAM,UAAU,aAAa,cAAa,YAAW,EAAC,oBAAmB,EAAC,SAAQ,qFAAoF,YAAW,IAAG,OAAM,WAAU,EAAC,CAAC,GAAE,MAAM,UAAU,WAAS,MAAM,UAAU,OAAO,IAAI,WAAW,UAAS,YAAY,GAAE,MAAM,UAAU,OAAO,IAAI,aAAa,0NAAyN,YAAY,IAAG,MAAM,UAAU,KAAG,MAAM,UAAU;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
(function(n) {
|
|
2
|
+
function u(e) {
|
|
3
|
+
return e = e.replace(/<inner>/g, function() {
|
|
4
|
+
return `(?:\\\\.|[^\\\\
|
|
5
|
+
\r]|(?:
|
|
6
|
+
|\r
|
|
7
|
+
?)(?![\r
|
|
8
|
+
]))`;
|
|
9
|
+
}), RegExp("((?:^|[^\\\\])(?:\\\\{2})*)(?:" + e + ")");
|
|
10
|
+
}
|
|
11
|
+
var g = "(?:\\\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\\\|\r\n`])+", d = `\\|?__(?:\\|__)+\\|?(?:(?:
|
|
12
|
+
|\r
|
|
13
|
+
?)|(?![^]))`.replace(/__/g, function() {
|
|
14
|
+
return g;
|
|
15
|
+
}), c = `\\|?[ ]*:?-{3,}:?[ ]*(?:\\|[ ]*:?-{3,}:?[ ]*)+\\|?(?:
|
|
16
|
+
|\r
|
|
17
|
+
?)`;
|
|
18
|
+
n.languages.markdown = n.languages.extend("markup", {}), n.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: n.languages.yaml } } }, blockquote: { pattern: /^>(?:[\t ]*>)*/m, alias: "punctuation" }, table: { pattern: RegExp("^" + d + c + "(?:" + d + ")*", "m"), inside: { "table-data-rows": { pattern: RegExp("^(" + d + c + ")(?:" + d + ")*$"), lookbehind: !0, inside: { "table-data": { pattern: RegExp(g), inside: n.languages.markdown }, punctuation: /\|/ } }, "table-line": { pattern: RegExp("^(" + d + ")" + c + "$"), lookbehind: !0, inside: { punctuation: /\||:?-{3,}:?/ } }, "table-header-row": { pattern: RegExp("^" + d + "$"), inside: { "table-header": { pattern: RegExp(g), alias: "important", inside: n.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: u("\\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\\b|\\*\\*(?:(?!\\*)<inner>|\\*(?:(?!\\*)<inner>)+\\*)+\\*\\*"), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^..)[\s\S]+(?=..$)/, lookbehind: !0, inside: {} }, punctuation: /\*\*|__/ } }, italic: { pattern: u("\\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\\b|\\*(?:(?!\\*)<inner>|\\*\\*(?:(?!\\*)<inner>)+\\*\\*)+\\*"), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^.)[\s\S]+(?=.$)/, lookbehind: !0, inside: {} }, punctuation: /[*_]/ } }, strike: { pattern: u("(~~?)(?:(?!~)<inner>)+\\2"), 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: u('!?\\[(?:(?!\\])<inner>)+\\](?:\\([^\\s)]+(?:[ ]+"(?:\\\\.|[^"\\\\])*")?\\)|[ ]?\\[(?:(?!\\])<inner>)+\\])'), 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(e) {
|
|
19
|
+
["url", "bold", "italic", "strike", "code-snippet"].forEach(function(t) {
|
|
20
|
+
e !== t && (n.languages.markdown[e].inside.content.inside[t] = n.languages.markdown[t]);
|
|
21
|
+
});
|
|
22
|
+
}), n.hooks.add("after-tokenize", function(e) {
|
|
23
|
+
e.language !== "markdown" && e.language !== "md" || function t(r) {
|
|
24
|
+
if (r && typeof r != "string") for (var p = 0, b = r.length; p < b; p++) {
|
|
25
|
+
var l = r[p];
|
|
26
|
+
if (l.type === "code") {
|
|
27
|
+
var s = l.content[1], a = l.content[3];
|
|
28
|
+
if (s && a && s.type === "code-language" && a.type === "code-block" && typeof s.content == "string") {
|
|
29
|
+
var o = s.content.replace(/\b#/g, "sharp").replace(/\b\+\+/g, "pp"), i = "language-" + (o = (/[a-z][\w-]*/i.exec(o) || [""])[0].toLowerCase());
|
|
30
|
+
a.alias ? typeof a.alias == "string" ? a.alias = [a.alias, i] : a.alias.push(i) : a.alias = [i];
|
|
31
|
+
}
|
|
32
|
+
} else t(l.content);
|
|
33
|
+
}
|
|
34
|
+
}(e.tokens);
|
|
35
|
+
}), n.hooks.add("wrap", function(e) {
|
|
36
|
+
if (e.type === "code-block") {
|
|
37
|
+
for (var t = "", r = 0, p = e.classes.length; r < p; r++) {
|
|
38
|
+
var b = e.classes[r], l = /language-(.+)/.exec(b);
|
|
39
|
+
if (l) {
|
|
40
|
+
t = l[1];
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
var s = n.languages[t];
|
|
45
|
+
if (s) e.content = n.highlight(e.content.replace(h, "").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi, function(o, i) {
|
|
46
|
+
var k;
|
|
47
|
+
return (i = i.toLowerCase())[0] === "#" ? (k = i[1] === "x" ? parseInt(i.slice(2), 16) : Number(i.slice(1)), f(k)) : m[i] || o;
|
|
48
|
+
}), s, t);
|
|
49
|
+
else if (t && t !== "none" && n.plugins.autoloader) {
|
|
50
|
+
var a = "md-" + (/* @__PURE__ */ new Date()).valueOf() + "-" + Math.floor(1e16 * Math.random());
|
|
51
|
+
e.attributes.id = a, n.plugins.autoloader.loadLanguages(t, function() {
|
|
52
|
+
var o = document.getElementById(a);
|
|
53
|
+
o && (o.innerHTML = n.highlight(o.textContent, n.languages[t], t));
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
var h = RegExp(n.languages.markup.tag.pattern.source, "gi"), m = { amp: "&", lt: "<", gt: ">", quot: '"' }, f = String.fromCodePoint || String.fromCharCode;
|
|
59
|
+
n.languages.md = n.languages.markdown;
|
|
60
|
+
})(Prism);
|
|
61
|
+
//# sourceMappingURL=prism-markdown.min-F3U-vPBi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prism-markdown.min-F3U-vPBi.js","sources":["../../../node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/prism-markdown.min.js"],"sourcesContent":["!function(n){function e(n){return n=n.replace(/<inner>/g,(function(){return\"(?:\\\\\\\\.|[^\\\\\\\\\\n\\r]|(?:\\n|\\r\\n?)(?![\\r\\n]))\"})),RegExp(\"((?:^|[^\\\\\\\\])(?:\\\\\\\\{2})*)(?:\"+n+\")\")}var t=\"(?:\\\\\\\\.|``(?:[^`\\r\\n]|`(?!`))+``|`[^`\\r\\n]+`|[^\\\\\\\\|\\r\\n`])+\",a=\"\\\\|?__(?:\\\\|__)+\\\\|?(?:(?:\\n|\\r\\n?)|(?![^]))\".replace(/__/g,(function(){return t})),i=\"\\\\|?[ \\t]*:?-{3,}:?[ \\t]*(?:\\\\|[ \\t]*:?-{3,}:?[ \\t]*)+\\\\|?(?:\\n|\\r\\n?)\";n.languages.markdown=n.languages.extend(\"markup\",{}),n.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:n.languages.yaml}}},blockquote:{pattern:/^>(?:[\\t ]*>)*/m,alias:\"punctuation\"},table:{pattern:RegExp(\"^\"+a+i+\"(?:\"+a+\")*\",\"m\"),inside:{\"table-data-rows\":{pattern:RegExp(\"^(\"+a+i+\")(?:\"+a+\")*$\"),lookbehind:!0,inside:{\"table-data\":{pattern:RegExp(t),inside:n.languages.markdown},punctuation:/\\|/}},\"table-line\":{pattern:RegExp(\"^(\"+a+\")\"+i+\"$\"),lookbehind:!0,inside:{punctuation:/\\||:?-{3,}:?/}},\"table-header-row\":{pattern:RegExp(\"^\"+a+\"$\"),inside:{\"table-header\":{pattern:RegExp(t),alias:\"important\",inside:n.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:e(\"\\\\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\\\\b|\\\\*\\\\*(?:(?!\\\\*)<inner>|\\\\*(?:(?!\\\\*)<inner>)+\\\\*)+\\\\*\\\\*\"),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\\s\\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\\*\\*|__/}},italic:{pattern:e(\"\\\\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\\\\b|\\\\*(?:(?!\\\\*)<inner>|\\\\*\\\\*(?:(?!\\\\*)<inner>)+\\\\*\\\\*)+\\\\*\"),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\\s\\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:e(\"(~~?)(?:(?!~)<inner>)+\\\\2\"),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:e('!?\\\\[(?:(?!\\\\])<inner>)+\\\\](?:\\\\([^\\\\s)]+(?:[\\t ]+\"(?:\\\\\\\\.|[^\"\\\\\\\\])*\")?\\\\)|[ \\t]?\\\\[(?:(?!\\\\])<inner>)+\\\\])'),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(e){[\"url\",\"bold\",\"italic\",\"strike\",\"code-snippet\"].forEach((function(t){e!==t&&(n.languages.markdown[e].inside.content.inside[t]=n.languages.markdown[t])}))})),n.hooks.add(\"after-tokenize\",(function(n){\"markdown\"!==n.language&&\"md\"!==n.language||function n(e){if(e&&\"string\"!=typeof e)for(var t=0,a=e.length;t<a;t++){var i=e[t];if(\"code\"===i.type){var r=i.content[1],o=i.content[3];if(r&&o&&\"code-language\"===r.type&&\"code-block\"===o.type&&\"string\"==typeof r.content){var l=r.content.replace(/\\b#/g,\"sharp\").replace(/\\b\\+\\+/g,\"pp\"),s=\"language-\"+(l=(/[a-z][\\w-]*/i.exec(l)||[\"\"])[0].toLowerCase());o.alias?\"string\"==typeof o.alias?o.alias=[o.alias,s]:o.alias.push(s):o.alias=[s]}}else n(i.content)}}(n.tokens)})),n.hooks.add(\"wrap\",(function(e){if(\"code-block\"===e.type){for(var t=\"\",a=0,i=e.classes.length;a<i;a++){var s=e.classes[a],d=/language-(.+)/.exec(s);if(d){t=d[1];break}}var p=n.languages[t];if(p)e.content=n.highlight(e.content.replace(r,\"\").replace(/&(\\w{1,8}|#x?[\\da-f]{1,8});/gi,(function(n,e){var t;return\"#\"===(e=e.toLowerCase())[0]?(t=\"x\"===e[1]?parseInt(e.slice(2),16):Number(e.slice(1)),l(t)):o[e]||n})),p,t);else if(t&&\"none\"!==t&&n.plugins.autoloader){var u=\"md-\"+(new Date).valueOf()+\"-\"+Math.floor(1e16*Math.random());e.attributes.id=u,n.plugins.autoloader.loadLanguages(t,(function(){var e=document.getElementById(u);e&&(e.innerHTML=n.highlight(e.textContent,n.languages[t],t))}))}}}));var r=RegExp(n.languages.markup.tag.pattern.source,\"gi\"),o={amp:\"&\",lt:\"<\",gt:\">\",quot:'\"'},l=String.fromCodePoint||String.fromCharCode;n.languages.md=n.languages.markdown}(Prism);"],"names":["e","n","t","a","i","r","o","l","s","d","p","u"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
Prism.languages.markup = {
|
|
2
|
+
comment: {
|
|
3
|
+
pattern: /<!--(?:(?!<!--)[\s\S])*?-->/,
|
|
4
|
+
greedy: !0
|
|
5
|
+
},
|
|
6
|
+
prolog: {
|
|
7
|
+
pattern: /<\?[\s\S]+?\?>/,
|
|
8
|
+
greedy: !0
|
|
9
|
+
},
|
|
10
|
+
doctype: {
|
|
11
|
+
// https://www.w3.org/TR/xml/#NT-doctypedecl
|
|
12
|
+
pattern: /<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,
|
|
13
|
+
greedy: !0,
|
|
14
|
+
inside: {
|
|
15
|
+
"internal-subset": {
|
|
16
|
+
pattern: /(^[^\[]*\[)[\s\S]+(?=\]>$)/,
|
|
17
|
+
lookbehind: !0,
|
|
18
|
+
greedy: !0,
|
|
19
|
+
inside: null
|
|
20
|
+
// see below
|
|
21
|
+
},
|
|
22
|
+
string: {
|
|
23
|
+
pattern: /"[^"]*"|'[^']*'/,
|
|
24
|
+
greedy: !0
|
|
25
|
+
},
|
|
26
|
+
punctuation: /^<!|>$|[[\]]/,
|
|
27
|
+
"doctype-tag": /^DOCTYPE/i,
|
|
28
|
+
name: /[^\s<>'"]+/
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
cdata: {
|
|
32
|
+
pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i,
|
|
33
|
+
greedy: !0
|
|
34
|
+
},
|
|
35
|
+
tag: {
|
|
36
|
+
pattern: /<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,
|
|
37
|
+
greedy: !0,
|
|
38
|
+
inside: {
|
|
39
|
+
tag: {
|
|
40
|
+
pattern: /^<\/?[^\s>\/]+/,
|
|
41
|
+
inside: {
|
|
42
|
+
punctuation: /^<\/?/,
|
|
43
|
+
namespace: /^[^\s>\/:]+:/
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"special-attr": [],
|
|
47
|
+
"attr-value": {
|
|
48
|
+
pattern: /=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,
|
|
49
|
+
inside: {
|
|
50
|
+
punctuation: [
|
|
51
|
+
{
|
|
52
|
+
pattern: /^=/,
|
|
53
|
+
alias: "attr-equals"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
pattern: /^(\s*)["']|["']$/,
|
|
57
|
+
lookbehind: !0
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
punctuation: /\/?>/,
|
|
63
|
+
"attr-name": {
|
|
64
|
+
pattern: /[^\s>\/]+/,
|
|
65
|
+
inside: {
|
|
66
|
+
namespace: /^[^\s>\/:]+:/
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
entity: [
|
|
72
|
+
{
|
|
73
|
+
pattern: /&[\da-z]{1,8};/i,
|
|
74
|
+
alias: "named-entity"
|
|
75
|
+
},
|
|
76
|
+
/&#x?[\da-f]{1,8};/i
|
|
77
|
+
]
|
|
78
|
+
};
|
|
79
|
+
Prism.languages.markup.tag.inside["attr-value"].inside.entity = Prism.languages.markup.entity;
|
|
80
|
+
Prism.languages.markup.doctype.inside["internal-subset"].inside = Prism.languages.markup;
|
|
81
|
+
Prism.hooks.add("wrap", function(e) {
|
|
82
|
+
e.type === "entity" && (e.attributes.title = e.content.replace(/&/, "&"));
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(Prism.languages.markup.tag, "addInlined", {
|
|
85
|
+
/**
|
|
86
|
+
* Adds an inlined language to markup.
|
|
87
|
+
*
|
|
88
|
+
* An example of an inlined language is CSS with `<style>` tags.
|
|
89
|
+
*
|
|
90
|
+
* @param {string} tagName The name of the tag that contains the inlined language. This name will be treated as
|
|
91
|
+
* case insensitive.
|
|
92
|
+
* @param {string} lang The language key.
|
|
93
|
+
* @example
|
|
94
|
+
* addInlined('style', 'css');
|
|
95
|
+
*/
|
|
96
|
+
value: function(a, t) {
|
|
97
|
+
var s = {};
|
|
98
|
+
s["language-" + t] = {
|
|
99
|
+
pattern: /(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,
|
|
100
|
+
lookbehind: !0,
|
|
101
|
+
inside: Prism.languages[t]
|
|
102
|
+
}, s.cdata = /^<!\[CDATA\[|\]\]>$/i;
|
|
103
|
+
var n = {
|
|
104
|
+
"included-cdata": {
|
|
105
|
+
pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i,
|
|
106
|
+
inside: s
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
n["language-" + t] = {
|
|
110
|
+
pattern: /[\s\S]+/,
|
|
111
|
+
inside: Prism.languages[t]
|
|
112
|
+
};
|
|
113
|
+
var i = {};
|
|
114
|
+
i[a] = {
|
|
115
|
+
pattern: RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g, function() {
|
|
116
|
+
return a;
|
|
117
|
+
}), "i"),
|
|
118
|
+
lookbehind: !0,
|
|
119
|
+
greedy: !0,
|
|
120
|
+
inside: n
|
|
121
|
+
}, Prism.languages.insertBefore("markup", "cdata", i);
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
Object.defineProperty(Prism.languages.markup.tag, "addAttribute", {
|
|
125
|
+
/**
|
|
126
|
+
* Adds an pattern to highlight languages embedded in HTML attributes.
|
|
127
|
+
*
|
|
128
|
+
* An example of an inlined language is CSS with `style` attributes.
|
|
129
|
+
*
|
|
130
|
+
* @param {string} attrName The name of the tag that contains the inlined language. This name will be treated as
|
|
131
|
+
* case insensitive.
|
|
132
|
+
* @param {string} lang The language key.
|
|
133
|
+
* @example
|
|
134
|
+
* addAttribute('style', 'css');
|
|
135
|
+
*/
|
|
136
|
+
value: function(e, a) {
|
|
137
|
+
Prism.languages.markup.tag.inside["special-attr"].push({
|
|
138
|
+
pattern: RegExp(
|
|
139
|
+
/(^|["'\s])/.source + "(?:" + e + ")" + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,
|
|
140
|
+
"i"
|
|
141
|
+
),
|
|
142
|
+
lookbehind: !0,
|
|
143
|
+
inside: {
|
|
144
|
+
"attr-name": /^[^\s=]+/,
|
|
145
|
+
"attr-value": {
|
|
146
|
+
pattern: /=[\s\S]+/,
|
|
147
|
+
inside: {
|
|
148
|
+
value: {
|
|
149
|
+
pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,
|
|
150
|
+
lookbehind: !0,
|
|
151
|
+
alias: [a, "language-" + a],
|
|
152
|
+
inside: Prism.languages[a]
|
|
153
|
+
},
|
|
154
|
+
punctuation: [
|
|
155
|
+
{
|
|
156
|
+
pattern: /^=/,
|
|
157
|
+
alias: "attr-equals"
|
|
158
|
+
},
|
|
159
|
+
/"|'/
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
Prism.languages.html = Prism.languages.markup;
|
|
168
|
+
Prism.languages.mathml = Prism.languages.markup;
|
|
169
|
+
Prism.languages.svg = Prism.languages.markup;
|
|
170
|
+
Prism.languages.xml = Prism.languages.extend("markup", {});
|
|
171
|
+
Prism.languages.ssml = Prism.languages.xml;
|
|
172
|
+
Prism.languages.atom = Prism.languages.xml;
|
|
173
|
+
Prism.languages.rss = Prism.languages.xml;
|
|
174
|
+
//# sourceMappingURL=prism-markup-BNGj0Tvm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prism-markup-BNGj0Tvm.js","sources":["../../../node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/prism-markup.js"],"sourcesContent":["Prism.languages.markup = {\n\t'comment': {\n\t\tpattern: /<!--(?:(?!<!--)[\\s\\S])*?-->/,\n\t\tgreedy: true\n\t},\n\t'prolog': {\n\t\tpattern: /<\\?[\\s\\S]+?\\?>/,\n\t\tgreedy: true\n\t},\n\t'doctype': {\n\t\t// https://www.w3.org/TR/xml/#NT-doctypedecl\n\t\tpattern: /<!DOCTYPE(?:[^>\"'[\\]]|\"[^\"]*\"|'[^']*')+(?:\\[(?:[^<\"'\\]]|\"[^\"]*\"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\\]\\s*)?>/i,\n\t\tgreedy: true,\n\t\tinside: {\n\t\t\t'internal-subset': {\n\t\t\t\tpattern: /(^[^\\[]*\\[)[\\s\\S]+(?=\\]>$)/,\n\t\t\t\tlookbehind: true,\n\t\t\t\tgreedy: true,\n\t\t\t\tinside: null // see below\n\t\t\t},\n\t\t\t'string': {\n\t\t\t\tpattern: /\"[^\"]*\"|'[^']*'/,\n\t\t\t\tgreedy: true\n\t\t\t},\n\t\t\t'punctuation': /^<!|>$|[[\\]]/,\n\t\t\t'doctype-tag': /^DOCTYPE/i,\n\t\t\t'name': /[^\\s<>'\"]+/\n\t\t}\n\t},\n\t'cdata': {\n\t\tpattern: /<!\\[CDATA\\[[\\s\\S]*?\\]\\]>/i,\n\t\tgreedy: true\n\t},\n\t'tag': {\n\t\tpattern: /<\\/?(?!\\d)[^\\s>\\/=$<%]+(?:\\s(?:\\s*[^\\s>\\/=]+(?:\\s*=\\s*(?:\"[^\"]*\"|'[^']*'|[^\\s'\">=]+(?=[\\s>]))|(?=[\\s/>])))+)?\\s*\\/?>/,\n\t\tgreedy: true,\n\t\tinside: {\n\t\t\t'tag': {\n\t\t\t\tpattern: /^<\\/?[^\\s>\\/]+/,\n\t\t\t\tinside: {\n\t\t\t\t\t'punctuation': /^<\\/?/,\n\t\t\t\t\t'namespace': /^[^\\s>\\/:]+:/\n\t\t\t\t}\n\t\t\t},\n\t\t\t'special-attr': [],\n\t\t\t'attr-value': {\n\t\t\t\tpattern: /=\\s*(?:\"[^\"]*\"|'[^']*'|[^\\s'\">=]+)/,\n\t\t\t\tinside: {\n\t\t\t\t\t'punctuation': [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tpattern: /^=/,\n\t\t\t\t\t\t\talias: 'attr-equals'\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tpattern: /^(\\s*)[\"']|[\"']$/,\n\t\t\t\t\t\t\tlookbehind: true\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t'punctuation': /\\/?>/,\n\t\t\t'attr-name': {\n\t\t\t\tpattern: /[^\\s>\\/]+/,\n\t\t\t\tinside: {\n\t\t\t\t\t'namespace': /^[^\\s>\\/:]+:/\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t},\n\t'entity': [\n\t\t{\n\t\t\tpattern: /&[\\da-z]{1,8};/i,\n\t\t\talias: 'named-entity'\n\t\t},\n\t\t/&#x?[\\da-f]{1,8};/i\n\t]\n};\n\nPrism.languages.markup['tag'].inside['attr-value'].inside['entity'] =\n\tPrism.languages.markup['entity'];\nPrism.languages.markup['doctype'].inside['internal-subset'].inside = Prism.languages.markup;\n\n// Plugin to make entity title show the real entity, idea by Roman Komarov\nPrism.hooks.add('wrap', function (env) {\n\n\tif (env.type === 'entity') {\n\t\tenv.attributes['title'] = env.content.replace(/&/, '&');\n\t}\n});\n\nObject.defineProperty(Prism.languages.markup.tag, 'addInlined', {\n\t/**\n\t * Adds an inlined language to markup.\n\t *\n\t * An example of an inlined language is CSS with `<style>` tags.\n\t *\n\t * @param {string} tagName The name of the tag that contains the inlined language. This name will be treated as\n\t * case insensitive.\n\t * @param {string} lang The language key.\n\t * @example\n\t * addInlined('style', 'css');\n\t */\n\tvalue: function addInlined(tagName, lang) {\n\t\tvar includedCdataInside = {};\n\t\tincludedCdataInside['language-' + lang] = {\n\t\t\tpattern: /(^<!\\[CDATA\\[)[\\s\\S]+?(?=\\]\\]>$)/i,\n\t\t\tlookbehind: true,\n\t\t\tinside: Prism.languages[lang]\n\t\t};\n\t\tincludedCdataInside['cdata'] = /^<!\\[CDATA\\[|\\]\\]>$/i;\n\n\t\tvar inside = {\n\t\t\t'included-cdata': {\n\t\t\t\tpattern: /<!\\[CDATA\\[[\\s\\S]*?\\]\\]>/i,\n\t\t\t\tinside: includedCdataInside\n\t\t\t}\n\t\t};\n\t\tinside['language-' + lang] = {\n\t\t\tpattern: /[\\s\\S]+/,\n\t\t\tinside: Prism.languages[lang]\n\t\t};\n\n\t\tvar def = {};\n\t\tdef[tagName] = {\n\t\t\tpattern: RegExp(/(<__[^>]*>)(?:<!\\[CDATA\\[(?:[^\\]]|\\](?!\\]>))*\\]\\]>|(?!<!\\[CDATA\\[)[\\s\\S])*?(?=<\\/__>)/.source.replace(/__/g, function () { return tagName; }), 'i'),\n\t\t\tlookbehind: true,\n\t\t\tgreedy: true,\n\t\t\tinside: inside\n\t\t};\n\n\t\tPrism.languages.insertBefore('markup', 'cdata', def);\n\t}\n});\nObject.defineProperty(Prism.languages.markup.tag, 'addAttribute', {\n\t/**\n\t * Adds an pattern to highlight languages embedded in HTML attributes.\n\t *\n\t * An example of an inlined language is CSS with `style` attributes.\n\t *\n\t * @param {string} attrName The name of the tag that contains the inlined language. This name will be treated as\n\t * case insensitive.\n\t * @param {string} lang The language key.\n\t * @example\n\t * addAttribute('style', 'css');\n\t */\n\tvalue: function (attrName, lang) {\n\t\tPrism.languages.markup.tag.inside['special-attr'].push({\n\t\t\tpattern: RegExp(\n\t\t\t\t/(^|[\"'\\s])/.source + '(?:' + attrName + ')' + /\\s*=\\s*(?:\"[^\"]*\"|'[^']*'|[^\\s'\">=]+(?=[\\s>]))/.source,\n\t\t\t\t'i'\n\t\t\t),\n\t\t\tlookbehind: true,\n\t\t\tinside: {\n\t\t\t\t'attr-name': /^[^\\s=]+/,\n\t\t\t\t'attr-value': {\n\t\t\t\t\tpattern: /=[\\s\\S]+/,\n\t\t\t\t\tinside: {\n\t\t\t\t\t\t'value': {\n\t\t\t\t\t\t\tpattern: /(^=\\s*([\"']|(?![\"'])))\\S[\\s\\S]*(?=\\2$)/,\n\t\t\t\t\t\t\tlookbehind: true,\n\t\t\t\t\t\t\talias: [lang, 'language-' + lang],\n\t\t\t\t\t\t\tinside: Prism.languages[lang]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t'punctuation': [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tpattern: /^=/,\n\t\t\t\t\t\t\t\talias: 'attr-equals'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t/\"|'/\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n});\n\nPrism.languages.html = Prism.languages.markup;\nPrism.languages.mathml = Prism.languages.markup;\nPrism.languages.svg = Prism.languages.markup;\n\nPrism.languages.xml = Prism.languages.extend('markup', {});\nPrism.languages.ssml = Prism.languages.xml;\nPrism.languages.atom = Prism.languages.xml;\nPrism.languages.rss = Prism.languages.xml;\n"],"names":["env","tagName","lang","includedCdataInside","inside","def","attrName"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
(function(e) {
|
|
2
|
+
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"];
|
|
3
|
+
var s = e.languages.extend("typescript", {});
|
|
4
|
+
delete s["class-name"], e.languages.typescript["class-name"].inside = s, 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: s } } } }), e.languages.ts = e.languages.typescript;
|
|
5
|
+
})(Prism);
|
|
6
|
+
//# sourceMappingURL=prism-typescript.min-oSVeWCAd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prism-typescript.min-oSVeWCAd.js","sources":["../../../node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/prism-typescript.min.js"],"sourcesContent":["!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 s=e.languages.extend(\"typescript\",{});delete s[\"class-name\"],e.languages.typescript[\"class-name\"].inside=s,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:s}}}}),e.languages.ts=e.languages.typescript}(Prism);"],"names":[],"mappings":"CAAC,SAAS,GAAE;AAAC,IAAE,UAAU,aAAW,EAAE,UAAU,OAAO,cAAa,EAAC,cAAa,EAAC,SAAQ,gLAA+K,YAAW,IAAG,QAAO,IAAG,QAAO,KAAI,GAAE,SAAQ,wFAAuF,CAAC,GAAE,EAAE,UAAU,WAAW,QAAQ,KAAK,sDAAqD,4FAA2F,4BAA4B,GAAE,OAAO,EAAE,UAAU,WAAW,WAAU,OAAO,EAAE,UAAU,WAAW,kBAAkB;AAAE,MAAI,IAAE,EAAE,UAAU,OAAO,cAAa,CAAA,CAAE;AAAE,SAAO,EAAE,YAAY,GAAE,EAAE,UAAU,WAAW,YAAY,EAAE,SAAO,GAAE,EAAE,UAAU,aAAa,cAAa,YAAW,EAAC,WAAU,EAAC,SAAQ,sBAAqB,QAAO,EAAC,IAAG,EAAC,SAAQ,MAAK,OAAM,WAAU,GAAE,UAAS,WAAU,EAAC,GAAE,oBAAmB,EAAC,SAAQ,0GAAyG,QAAO,IAAG,QAAO,EAAC,UAAS,6DAA4D,SAAQ,EAAC,SAAQ,YAAW,OAAM,cAAa,QAAO,EAAC,EAAC,EAAC,EAAC,CAAC,GAAE,EAAE,UAAU,KAAG,EAAE,UAAU;AAAU,GAAE,KAAK;","x_google_ignoreList":[0]}
|
|
@@ -5,10 +5,10 @@ import { j as E } from "./jsx-runtime-B6kdoens.js";
|
|
|
5
5
|
import { c as Ce, a as Ie } from "./_commonjsHelpers-BVfed4GL.js";
|
|
6
6
|
import { A as je } from "./AuthenticationPlugin-DYnkydqa.js";
|
|
7
7
|
import { useState as Je, useRef as Oe, useEffect as Ne } from "react";
|
|
8
|
-
import { D as ze } from "./DeveloperHint-
|
|
9
|
-
import { E as De } from "./ErrorPage-
|
|
10
|
-
import { S as Ke } from "./Spinner-
|
|
11
|
-
import { S as We } from "./Markdown-
|
|
8
|
+
import { D as ze } from "./DeveloperHint-CCKk5wYF.js";
|
|
9
|
+
import { E as De } from "./ErrorPage-BUyRN_4w.js";
|
|
10
|
+
import { S as Ke } from "./Spinner-D2_3rzdl.js";
|
|
11
|
+
import { S as We } from "./Markdown-DWiGXWrs.js";
|
|
12
12
|
import { e as He } from "./index-ChhUJhLT.js";
|
|
13
13
|
import { u as z } from "./state-DsXXkBLH.js";
|
|
14
14
|
var fe = { exports: {} };
|
package/lib/zudoku.components.js
CHANGED
|
@@ -15,19 +15,19 @@ var Ce = (e, t, n, r) => ({
|
|
|
15
15
|
});
|
|
16
16
|
import { H as jt, a as qe, M as lr, u as dr, A as hr, b as fr } from "./utils-BPHLKjns.js";
|
|
17
17
|
import { d as pr, a as mr, R as gr, N as je, L as Ge, u as vr, O as Rt, b as xr, c as He } from "./index-ChhUJhLT.js";
|
|
18
|
-
import { E as Et, S as se, a as yr, R as wr } from "./SlotletProvider-
|
|
18
|
+
import { E as Et, S as se, a as yr, R as wr } from "./SlotletProvider-BOqq0WiS.js";
|
|
19
19
|
import { j as a } from "./jsx-runtime-B6kdoens.js";
|
|
20
|
-
import { M as br, c as Mr, a as _t, b as Nt, A as Cr, u as ge, h as Sr, d as y, e as Pr, F as jr, D as Rr, C as Er, P as ce, f as Ue, g as _r, i as Dt, R as Nr, S as Dr, j as Ir, k as kr, l as It, m as Ar, n as Re, o as kt, p as ft, B as $e } from "./Combination-
|
|
21
|
-
import { c as ue, a as b, C as Or, b as Tr, u as Fr, T as Lr, M as Kr, V as $r, d as ze, e as Br, f as Qr } from "./Markdown-
|
|
20
|
+
import { M as br, c as Mr, a as _t, b as Nt, A as Cr, u as ge, h as Sr, d as y, e as Pr, F as jr, D as Rr, C as Er, P as ce, f as Ue, g as _r, i as Dt, R as Nr, S as Dr, j as Ir, k as kr, l as It, m as Ar, n as Re, o as kt, p as ft, B as $e } from "./Combination-B46-2_PR.js";
|
|
21
|
+
import { c as ue, a as b, C as Or, b as Tr, u as Fr, T as Lr, M as Kr, V as $r, d as ze, e as Br, f as Qr } from "./Markdown-DWiGXWrs.js";
|
|
22
22
|
import * as c from "react";
|
|
23
23
|
import qr, { StrictMode as At, createContext as Ot, Component as Gr, createElement as pt, isValidElement as Hr, useState as ie, useCallback as Tt, useEffect as z, Suspense as Ft, memo as Lt, useMemo as Fe, useContext as Ur, Fragment as zr, useRef as Ve, forwardRef as Vr } from "react";
|
|
24
24
|
import { g as Ye } from "./_commonjsHelpers-BVfed4GL.js";
|
|
25
25
|
import { r as Yr } from "./router-BiRCp01d.js";
|
|
26
|
-
import { S as Be, R as Xr, T as Wr, C as Jr } from "./index-
|
|
26
|
+
import { S as Be, R as Xr, T as Wr, C as Jr } from "./index-sjtls4Rz.js";
|
|
27
27
|
import { S as Kt, h as $t, Q as Zr, n as E, m as mt, a as gt, b as $, e as ea, c as ta, d as na, f as ra, o as vt, r as xt, g as aa, i as yt, p as wt, s as oa, u as Ne, j as sa, Z as ia, k as ca, l as Bt, q as ua } from "./ZudokuContext-BHNQL3XO.js";
|
|
28
28
|
import { j as Xe } from "./joinPath-B7kNnUX4.js";
|
|
29
|
-
import { c as Qt, P as De, R as la, I as da, S as Le } from "./SidebarBadge-
|
|
30
|
-
import { S as ha } from "./Spinner-
|
|
29
|
+
import { c as Qt, P as De, R as la, I as da, S as Le } from "./SidebarBadge-D7XZv6EH.js";
|
|
30
|
+
import { S as ha } from "./Spinner-D2_3rzdl.js";
|
|
31
31
|
/**
|
|
32
32
|
* @license lucide-react v0.378.0 - ISC
|
|
33
33
|
*
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { j as e } from "./jsx-runtime-B6kdoens.js";
|
|
2
|
-
import { S as p, R as g } from "./SlotletProvider-
|
|
3
|
-
import { u as j, a as u, I as k, S as v, b as w, c as b, d as K, e as N, f as y } from "./Input-
|
|
2
|
+
import { S as p, R as g } from "./SlotletProvider-BOqq0WiS.js";
|
|
3
|
+
import { u as j, a as u, I as k, S as v, b as w, c as b, d as K, e as N, f as y } from "./Input-C81a88Ux.js";
|
|
4
4
|
import { e as E, L as x, O as A } from "./index-ChhUJhLT.js";
|
|
5
5
|
import { u as m, t as C, j as S } from "./ZudokuContext-BHNQL3XO.js";
|
|
6
|
-
import { B as l, p as I } from "./Combination-
|
|
7
|
-
import { D as P } from "./DeveloperHint-
|
|
6
|
+
import { B as l, p as I } from "./Combination-B46-2_PR.js";
|
|
7
|
+
import { D as P } from "./DeveloperHint-CCKk5wYF.js";
|
|
8
8
|
import { useState as h } from "react";
|
|
9
|
-
import { c as d, a as D, C as R, g as q } from "./Markdown-
|
|
9
|
+
import { c as d, a as D, C as R, g as q } from "./Markdown-DWiGXWrs.js";
|
|
10
10
|
/**
|
|
11
11
|
* @license lucide-react v0.378.0 - ISC
|
|
12
12
|
*
|
|
@@ -6,7 +6,7 @@ const u = (t, e) => Object.entries(t).flatMap(([a, r]) => {
|
|
|
6
6
|
return {
|
|
7
7
|
path: s.at(-1) === "index" ? s.slice(0, -1).join("/") : o,
|
|
8
8
|
lazy: async () => {
|
|
9
|
-
const { MdxPage: i } = await import("./MdxPage-
|
|
9
|
+
const { MdxPage: i } = await import("./MdxPage-DKD6W5vO.js"), { default: p, ...c } = await r();
|
|
10
10
|
return {
|
|
11
11
|
element: /* @__PURE__ */ m.jsx(
|
|
12
12
|
i,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./jsx-runtime-B6kdoens.js";
|
|
2
|
-
import { o as s } from "./index-
|
|
2
|
+
import { o as s } from "./index-CMzlvgYf.js";
|
|
3
3
|
import "./urql-YhcsXYy8.js";
|
|
4
4
|
import "./ZudokuContext-BHNQL3XO.js";
|
|
5
5
|
import "zudoku/openapi-worker";
|
|
6
|
-
import "./Combination-
|
|
7
|
-
import "./ErrorPage-
|
|
8
|
-
import "./Markdown-
|
|
6
|
+
import "./Combination-B46-2_PR.js";
|
|
7
|
+
import "./ErrorPage-BUyRN_4w.js";
|
|
8
|
+
import "./Markdown-DWiGXWrs.js";
|
|
9
9
|
import "./joinPath-B7kNnUX4.js";
|
|
10
10
|
import "./router-BiRCp01d.js";
|
|
11
11
|
import "./index-ChhUJhLT.js";
|
package/package.json
CHANGED
|
@@ -15,6 +15,8 @@ import("prismjs/components/prism-ruby.min.js");
|
|
|
15
15
|
// @ts-expect-error This is untyped
|
|
16
16
|
import("prismjs/components/prism-markup-templating.js");
|
|
17
17
|
// @ts-expect-error This is untyped
|
|
18
|
+
import("prismjs/components/prism-markup.js");
|
|
19
|
+
// @ts-expect-error This is untyped
|
|
18
20
|
import("prismjs/components/prism-php.min.js");
|
|
19
21
|
// @ts-expect-error This is untyped
|
|
20
22
|
import("prismjs/components/prism-json.min.js");
|
|
@@ -24,6 +26,12 @@ import("prismjs/components/prism-java.min.js");
|
|
|
24
26
|
import("prismjs/components/prism-csharp.min.js");
|
|
25
27
|
// @ts-expect-error This is untyped
|
|
26
28
|
import("prismjs/components/prism-objectivec.min.js");
|
|
29
|
+
// @ts-expect-error This is untyped
|
|
30
|
+
import("prismjs/components/prism-markdown.min.js");
|
|
31
|
+
// @ts-expect-error This is untyped
|
|
32
|
+
import("prismjs/components/prism-javascript.min.js");
|
|
33
|
+
// @ts-expect-error This is untyped
|
|
34
|
+
import("prismjs/components/prism-typescript.min.js");
|
|
27
35
|
|
|
28
36
|
import { useState } from "react";
|
|
29
37
|
import { cn } from "../util/cn.js";
|