@burdenoff/microfe-store 2026.720.3 → 2026.721.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.js +20 -0
- package/dist/components/MarkdownEditor.js +5 -5
- package/dist/components/MarkdownEditor.js.map +1 -1
- package/dist/generated/global-operations.d.ts +18 -0
- package/dist/generated/global-operations.js +16 -0
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/generated/global-types.d.ts +2 -0
- package/dist/generated/global-types.js.map +1 -1
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +63 -0
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js.map +1 -0
- package/dist/node_modules/@ungap/structured-clone/esm/index.js +8 -0
- package/dist/node_modules/@ungap/structured-clone/esm/index.js.map +1 -0
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.js +93 -0
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.js.map +1 -0
- package/dist/node_modules/bail/index.js +8 -0
- package/dist/node_modules/bail/index.js.map +1 -0
- package/dist/node_modules/comma-separated-tokens/index.js +9 -0
- package/dist/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/decode-named-character-reference/index.dom.js +12 -0
- package/dist/node_modules/decode-named-character-reference/index.dom.js.map +1 -0
- package/dist/node_modules/devlop/lib/default.js +7 -0
- package/dist/node_modules/devlop/lib/default.js.map +1 -0
- package/dist/node_modules/estree-util-is-identifier-name/lib/index.js +9 -0
- package/dist/node_modules/estree-util-is-identifier-name/lib/index.js.map +1 -0
- package/dist/node_modules/extend/index.js +42 -0
- package/dist/node_modules/extend/index.js.map +1 -0
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +255 -0
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js.map +1 -0
- package/dist/node_modules/hast-util-whitespace/lib/index.js +12 -0
- package/dist/node_modules/hast-util-whitespace/lib/index.js.map +1 -0
- package/dist/node_modules/html-url-attributes/lib/index.js +38 -0
- package/dist/node_modules/html-url-attributes/lib/index.js.map +1 -0
- package/dist/node_modules/inline-style-parser/cjs/index.js +92 -0
- package/dist/node_modules/inline-style-parser/cjs/index.js.map +1 -0
- package/dist/node_modules/is-plain-obj/index.js +10 -0
- package/dist/node_modules/is-plain-obj/index.js.map +1 -0
- package/dist/node_modules/mdast-util-from-markdown/lib/index.js +559 -0
- package/dist/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js +105 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +17 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +24 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +32 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +23 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +17 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +58 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +19 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +20 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +17 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +61 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +22 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +26 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +37 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +13 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js +21 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js +22 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js +110 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
- package/dist/node_modules/mdast-util-to-string/lib/index.js +26 -0
- package/dist/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
- package/dist/node_modules/micromark/lib/constructs.js +82 -0
- package/dist/node_modules/micromark/lib/constructs.js.map +1 -0
- package/dist/node_modules/micromark/lib/create-tokenizer.js +179 -0
- package/dist/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
- package/dist/node_modules/micromark/lib/initialize/content.js +36 -0
- package/dist/node_modules/micromark/lib/initialize/content.js.map +1 -0
- package/dist/node_modules/micromark/lib/initialize/document.js +104 -0
- package/dist/node_modules/micromark/lib/initialize/document.js.map +1 -0
- package/dist/node_modules/micromark/lib/initialize/flow.js +27 -0
- package/dist/node_modules/micromark/lib/initialize/flow.js.map +1 -0
- package/dist/node_modules/micromark/lib/initialize/text.js +88 -0
- package/dist/node_modules/micromark/lib/initialize/text.js.map +1 -0
- package/dist/node_modules/micromark/lib/parse.js +31 -0
- package/dist/node_modules/micromark/lib/parse.js.map +1 -0
- package/dist/node_modules/micromark/lib/postprocess.js +10 -0
- package/dist/node_modules/micromark/lib/postprocess.js.map +1 -0
- package/dist/node_modules/micromark/lib/preprocess.js +34 -0
- package/dist/node_modules/micromark/lib/preprocess.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/attention.js +116 -0
- package/dist/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/autolink.js +45 -0
- package/dist/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +20 -0
- package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js +40 -0
- package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js +19 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js +31 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js +91 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js +45 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-text.js +45 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/content.js +49 -0
- package/dist/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/definition.js +62 -0
- package/dist/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +19 -0
- package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js +69 -0
- package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js +143 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-text.js +102 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-end.js +160 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js +25 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js +22 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +16 -0
- package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/list.js +80 -0
- package/dist/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js +61 -0
- package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
- package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js +27 -0
- package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
- package/dist/node_modules/micromark-factory-destination/index.js +28 -0
- package/dist/node_modules/micromark-factory-destination/index.js.map +1 -0
- package/dist/node_modules/micromark-factory-label/index.js +22 -0
- package/dist/node_modules/micromark-factory-label/index.js.map +1 -0
- package/dist/node_modules/micromark-factory-space/index.js +16 -0
- package/dist/node_modules/micromark-factory-space/index.js.map +1 -0
- package/dist/node_modules/micromark-factory-title/index.js +26 -0
- package/dist/node_modules/micromark-factory-title/index.js.map +1 -0
- package/dist/node_modules/micromark-factory-whitespace/index.js +14 -0
- package/dist/node_modules/micromark-factory-whitespace/index.js.map +1 -0
- package/dist/node_modules/micromark-util-character/index.js +26 -0
- package/dist/node_modules/micromark-util-character/index.js.map +1 -0
- package/dist/node_modules/micromark-util-chunked/index.js +13 -0
- package/dist/node_modules/micromark-util-chunked/index.js.map +1 -0
- package/dist/node_modules/micromark-util-classify-character/index.js +10 -0
- package/dist/node_modules/micromark-util-classify-character/index.js.map +1 -0
- package/dist/node_modules/micromark-util-combine-extensions/index.js +28 -0
- package/dist/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
- package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js +9 -0
- package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
- package/dist/node_modules/micromark-util-decode-string/index.js +19 -0
- package/dist/node_modules/micromark-util-decode-string/index.js.map +1 -0
- package/dist/node_modules/micromark-util-html-tag-name/index.js +11 -0
- package/dist/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
- package/dist/node_modules/micromark-util-normalize-identifier/index.js +8 -0
- package/dist/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
- package/dist/node_modules/micromark-util-resolve-all/index.js +13 -0
- package/dist/node_modules/micromark-util-resolve-all/index.js.map +1 -0
- package/dist/node_modules/micromark-util-sanitize-uri/index.js +20 -0
- package/dist/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
- package/dist/node_modules/micromark-util-subtokenize/index.js +37 -0
- package/dist/node_modules/micromark-util-subtokenize/index.js.map +1 -0
- package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +59 -0
- package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js.map +1 -0
- package/dist/node_modules/property-information/index.js +28 -0
- package/dist/node_modules/property-information/index.js.map +1 -0
- package/dist/node_modules/property-information/lib/aria.js +63 -0
- package/dist/node_modules/property-information/lib/aria.js.map +1 -0
- package/dist/node_modules/property-information/lib/find.js +33 -0
- package/dist/node_modules/property-information/lib/find.js.map +1 -0
- package/dist/node_modules/property-information/lib/hast-to-react.js +24 -0
- package/dist/node_modules/property-information/lib/hast-to-react.js.map +1 -0
- package/dist/node_modules/property-information/lib/html.js +328 -0
- package/dist/node_modules/property-information/lib/html.js.map +1 -0
- package/dist/node_modules/property-information/lib/normalize.js +8 -0
- package/dist/node_modules/property-information/lib/normalize.js.map +1 -0
- package/dist/node_modules/property-information/lib/svg.js +566 -0
- package/dist/node_modules/property-information/lib/svg.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js +9 -0
- package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +8 -0
- package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/create.js +16 -0
- package/dist/node_modules/property-information/lib/util/create.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/defined-info.js +20 -0
- package/dist/node_modules/property-information/lib/util/defined-info.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/info.js +11 -0
- package/dist/node_modules/property-information/lib/util/info.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/merge.js +11 -0
- package/dist/node_modules/property-information/lib/util/merge.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/schema.js +11 -0
- package/dist/node_modules/property-information/lib/util/schema.js.map +1 -0
- package/dist/node_modules/property-information/lib/util/types.js +18 -0
- package/dist/node_modules/property-information/lib/util/types.js.map +1 -0
- package/dist/node_modules/property-information/lib/xlink.js +21 -0
- package/dist/node_modules/property-information/lib/xlink.js.map +1 -0
- package/dist/node_modules/property-information/lib/xml.js +17 -0
- package/dist/node_modules/property-information/lib/xml.js.map +1 -0
- package/dist/node_modules/property-information/lib/xmlns.js +16 -0
- package/dist/node_modules/property-information/lib/xmlns.js.map +1 -0
- package/dist/node_modules/react-markdown/lib/index.js +142 -0
- package/dist/node_modules/react-markdown/lib/index.js.map +1 -0
- package/dist/node_modules/remark-parse/lib/index.js +18 -0
- package/dist/node_modules/remark-parse/lib/index.js.map +1 -0
- package/dist/node_modules/remark-rehype/lib/index.js +20 -0
- package/dist/node_modules/remark-rehype/lib/index.js.map +1 -0
- package/dist/node_modules/space-separated-tokens/index.js +8 -0
- package/dist/node_modules/space-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/style-to-js/cjs/index.js +21 -0
- package/dist/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/dist/node_modules/style-to-js/cjs/utilities.js +20 -0
- package/dist/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/dist/node_modules/style-to-object/cjs/index.js +25 -0
- package/dist/node_modules/style-to-object/cjs/index.js.map +1 -0
- package/dist/node_modules/trim-lines/index.js +23 -0
- package/dist/node_modules/trim-lines/index.js.map +1 -0
- package/dist/node_modules/trough/lib/index.js +52 -0
- package/dist/node_modules/trough/lib/index.js.map +1 -0
- package/dist/node_modules/unified/lib/callable-instance.js +11 -0
- package/dist/node_modules/unified/lib/callable-instance.js.map +1 -0
- package/dist/node_modules/unified/lib/index.js +163 -0
- package/dist/node_modules/unified/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-is/lib/index.js +49 -0
- package/dist/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-position/lib/index.js +24 -0
- package/dist/node_modules/unist-util-position/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-stringify-position/lib/index.js +17 -0
- package/dist/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-visit/lib/index.js +14 -0
- package/dist/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js +8 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
- package/dist/node_modules/unist-util-visit-parents/lib/index.js +38 -0
- package/dist/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/vfile/lib/index.js +91 -0
- package/dist/node_modules/vfile/lib/index.js.map +1 -0
- package/dist/node_modules/vfile/lib/minpath.browser.js +101 -0
- package/dist/node_modules/vfile/lib/minpath.browser.js.map +1 -0
- package/dist/node_modules/vfile/lib/minproc.browser.js +9 -0
- package/dist/node_modules/vfile/lib/minproc.browser.js.map +1 -0
- package/dist/node_modules/vfile/lib/minurl.browser.js +33 -0
- package/dist/node_modules/vfile/lib/minurl.browser.js.map +1 -0
- package/dist/node_modules/vfile/lib/minurl.shared.js +8 -0
- package/dist/node_modules/vfile/lib/minurl.shared.js.map +1 -0
- package/dist/node_modules/vfile-message/lib/index.js +26 -0
- package/dist/node_modules/vfile-message/lib/index.js.map +1 -0
- package/dist/pages/AdminSubmissionsQueuePage.js +174 -174
- package/dist/pages/AdminSubmissionsQueuePage.js.map +1 -1
- package/dist/pages/MarketplaceHomePage.js +472 -422
- package/dist/pages/MarketplaceHomePage.js.map +1 -1
- package/dist/pages/ProductDetailPage.js +469 -440
- package/dist/pages/ProductDetailPage.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find.js","names":[],"sources":["../../../../node_modules/property-information/lib/find.js"],"sourcesContent":["/**\n * @import {Schema} from 'property-information'\n */\n\nimport {DefinedInfo} from './util/defined-info.js'\nimport {Info} from './util/info.js'\nimport {normalize} from './normalize.js'\n\nconst cap = /[A-Z]/g\nconst dash = /-[a-z]/g\nconst valid = /^data[-\\w.:]+$/i\n\n/**\n * Look up info on a property.\n *\n * In most cases the given `schema` contains info on the property.\n * All standard,\n * most legacy,\n * and some non-standard properties are supported.\n * For these cases,\n * the returned `Info` has hints about the value of the property.\n *\n * `name` can also be a valid data attribute or property,\n * in which case an `Info` object with the correctly cased `attribute` and\n * `property` is returned.\n *\n * `name` can be an unknown attribute,\n * in which case an `Info` object with `attribute` and `property` set to the\n * given name is returned.\n * It is not recommended to provide unsupported legacy or recently specced\n * properties.\n *\n *\n * @param {Schema} schema\n * Schema;\n * either the `html` or `svg` export.\n * @param {string} value\n * An attribute-like or property-like name;\n * it will be passed through `normalize` to hopefully find the correct info.\n * @returns {Info}\n * Info.\n */\nexport function find(schema, value) {\n const normal = normalize(value)\n let property = value\n let Type = Info\n\n if (normal in schema.normal) {\n return schema.property[schema.normal[normal]]\n }\n\n if (normal.length > 4 && normal.slice(0, 4) === 'data' && valid.test(value)) {\n // Attribute or property.\n if (value.charAt(4) === '-') {\n // Turn it into a property.\n const rest = value.slice(5).replace(dash, camelcase)\n property = 'data' + rest.charAt(0).toUpperCase() + rest.slice(1)\n } else {\n // Turn it into an attribute.\n const rest = value.slice(4)\n\n if (!dash.test(rest)) {\n let dashes = rest.replace(cap, kebab)\n\n if (dashes.charAt(0) !== '-') {\n dashes = '-' + dashes\n }\n\n value = 'data' + dashes\n }\n }\n\n Type = DefinedInfo\n }\n\n return new Type(property, value)\n}\n\n/**\n * @param {string} $0\n * Value.\n * @returns {string}\n * Kebab.\n */\nfunction kebab($0) {\n return '-' + $0.toLowerCase()\n}\n\n/**\n * @param {string} $0\n * Value.\n * @returns {string}\n * Camel.\n */\nfunction camelcase($0) {\n return $0.charAt(1).toUpperCase()\n}\n"],"x_google_ignoreList":[0],"mappings":";;;;AAQA,IAAM,IAAM,UACN,IAAO,WACP,IAAQ;AAgCd,SAAgB,EAAK,GAAQ,GAAO;CAClC,IAAM,IAAS,EAAU,EAAM,EAC3B,IAAW,GACX,IAAO;AAEX,KAAI,KAAU,EAAO,OACnB,QAAO,EAAO,SAAS,EAAO,OAAO;AAGvC,KAAI,EAAO,SAAS,KAAK,EAAO,MAAM,GAAG,EAAE,KAAK,UAAU,EAAM,KAAK,EAAM,EAAE;AAE3E,MAAI,EAAM,OAAO,EAAE,KAAK,KAAK;GAE3B,IAAM,IAAO,EAAM,MAAM,EAAE,CAAC,QAAQ,GAAM,EAAU;AACpD,OAAW,SAAS,EAAK,OAAO,EAAE,CAAC,aAAa,GAAG,EAAK,MAAM,EAAE;SAC3D;GAEL,IAAM,IAAO,EAAM,MAAM,EAAE;AAE3B,OAAI,CAAC,EAAK,KAAK,EAAK,EAAE;IACpB,IAAI,IAAS,EAAK,QAAQ,GAAK,EAAM;AAMrC,IAJI,EAAO,OAAO,EAAE,KAAK,QACvB,IAAS,MAAM,IAGjB,IAAQ,SAAS;;;AAIrB,MAAO;;AAGT,QAAO,IAAI,EAAK,GAAU,EAAM;;AASlC,SAAS,EAAM,GAAI;AACjB,QAAO,MAAM,EAAG,aAAa;;AAS/B,SAAS,EAAU,GAAI;AACrB,QAAO,EAAG,OAAO,EAAE,CAAC,aAAa"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//#region node_modules/property-information/lib/hast-to-react.js
|
|
2
|
+
var e = {
|
|
3
|
+
classId: "classID",
|
|
4
|
+
dataType: "datatype",
|
|
5
|
+
itemId: "itemID",
|
|
6
|
+
strokeDashArray: "strokeDasharray",
|
|
7
|
+
strokeDashOffset: "strokeDashoffset",
|
|
8
|
+
strokeLineCap: "strokeLinecap",
|
|
9
|
+
strokeLineJoin: "strokeLinejoin",
|
|
10
|
+
strokeMiterLimit: "strokeMiterlimit",
|
|
11
|
+
typeOf: "typeof",
|
|
12
|
+
xLinkActuate: "xlinkActuate",
|
|
13
|
+
xLinkArcRole: "xlinkArcrole",
|
|
14
|
+
xLinkHref: "xlinkHref",
|
|
15
|
+
xLinkRole: "xlinkRole",
|
|
16
|
+
xLinkShow: "xlinkShow",
|
|
17
|
+
xLinkTitle: "xlinkTitle",
|
|
18
|
+
xLinkType: "xlinkType",
|
|
19
|
+
xmlnsXLink: "xmlnsXlink"
|
|
20
|
+
};
|
|
21
|
+
//#endregion
|
|
22
|
+
export { e as hastToReact };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=hast-to-react.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hast-to-react.js","names":[],"sources":["../../../../node_modules/property-information/lib/hast-to-react.js"],"sourcesContent":["/**\n * Special cases for React (`Record<string, string>`).\n *\n * `hast` is close to `React` but differs in a couple of cases.\n * To get a React property from a hast property,\n * check if it is in `hastToReact`.\n * If it is, use the corresponding value;\n * otherwise, use the hast property.\n *\n * @type {Record<string, string>}\n */\nexport const hastToReact = {\n classId: 'classID',\n dataType: 'datatype',\n itemId: 'itemID',\n strokeDashArray: 'strokeDasharray',\n strokeDashOffset: 'strokeDashoffset',\n strokeLineCap: 'strokeLinecap',\n strokeLineJoin: 'strokeLinejoin',\n strokeMiterLimit: 'strokeMiterlimit',\n typeOf: 'typeof',\n xLinkActuate: 'xlinkActuate',\n xLinkArcRole: 'xlinkArcrole',\n xLinkHref: 'xlinkHref',\n xLinkRole: 'xlinkRole',\n xLinkShow: 'xlinkShow',\n xLinkTitle: 'xlinkTitle',\n xLinkType: 'xlinkType',\n xmlnsXLink: 'xmlnsXlink'\n}\n"],"x_google_ignoreList":[0],"mappings":";AAWA,IAAa,IAAc;CACzB,SAAS;CACT,UAAU;CACV,QAAQ;CACR,iBAAiB;CACjB,kBAAkB;CAClB,eAAe;CACf,gBAAgB;CAChB,kBAAkB;CAClB,QAAQ;CACR,cAAc;CACd,cAAc;CACd,WAAW;CACX,WAAW;CACX,WAAW;CACX,YAAY;CACZ,WAAW;CACX,YAAY;CACb"}
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
import { boolean as e, booleanish as t, commaSeparated as n, number as r, overloadedBoolean as i, spaceSeparated as a } from "./util/types.js";
|
|
2
|
+
import { create as o } from "./util/create.js";
|
|
3
|
+
import { caseInsensitiveTransform as s } from "./util/case-insensitive-transform.js";
|
|
4
|
+
//#region node_modules/property-information/lib/html.js
|
|
5
|
+
var c = o({
|
|
6
|
+
attributes: {
|
|
7
|
+
acceptcharset: "accept-charset",
|
|
8
|
+
classname: "class",
|
|
9
|
+
htmlfor: "for",
|
|
10
|
+
httpequiv: "http-equiv"
|
|
11
|
+
},
|
|
12
|
+
mustUseProperty: [
|
|
13
|
+
"checked",
|
|
14
|
+
"multiple",
|
|
15
|
+
"muted",
|
|
16
|
+
"selected"
|
|
17
|
+
],
|
|
18
|
+
properties: {
|
|
19
|
+
abbr: null,
|
|
20
|
+
accept: n,
|
|
21
|
+
acceptCharset: a,
|
|
22
|
+
accessKey: a,
|
|
23
|
+
action: null,
|
|
24
|
+
allow: null,
|
|
25
|
+
allowFullScreen: e,
|
|
26
|
+
allowPaymentRequest: e,
|
|
27
|
+
allowUserMedia: e,
|
|
28
|
+
alpha: e,
|
|
29
|
+
alt: null,
|
|
30
|
+
as: null,
|
|
31
|
+
async: e,
|
|
32
|
+
autoCapitalize: null,
|
|
33
|
+
autoComplete: a,
|
|
34
|
+
autoFocus: e,
|
|
35
|
+
autoPlay: e,
|
|
36
|
+
blocking: a,
|
|
37
|
+
capture: null,
|
|
38
|
+
charSet: null,
|
|
39
|
+
checked: e,
|
|
40
|
+
cite: null,
|
|
41
|
+
className: a,
|
|
42
|
+
closedBy: null,
|
|
43
|
+
colorSpace: null,
|
|
44
|
+
cols: r,
|
|
45
|
+
colSpan: r,
|
|
46
|
+
command: null,
|
|
47
|
+
commandFor: null,
|
|
48
|
+
content: null,
|
|
49
|
+
contentEditable: t,
|
|
50
|
+
controls: e,
|
|
51
|
+
controlsList: a,
|
|
52
|
+
coords: r | n,
|
|
53
|
+
crossOrigin: null,
|
|
54
|
+
data: null,
|
|
55
|
+
dateTime: null,
|
|
56
|
+
decoding: null,
|
|
57
|
+
default: e,
|
|
58
|
+
defer: e,
|
|
59
|
+
dir: null,
|
|
60
|
+
dirName: null,
|
|
61
|
+
disabled: e,
|
|
62
|
+
download: i,
|
|
63
|
+
draggable: t,
|
|
64
|
+
encType: null,
|
|
65
|
+
enterKeyHint: null,
|
|
66
|
+
fetchPriority: null,
|
|
67
|
+
form: null,
|
|
68
|
+
formAction: null,
|
|
69
|
+
formEncType: null,
|
|
70
|
+
formMethod: null,
|
|
71
|
+
formNoValidate: e,
|
|
72
|
+
formTarget: null,
|
|
73
|
+
headers: a,
|
|
74
|
+
height: r,
|
|
75
|
+
hidden: i,
|
|
76
|
+
high: r,
|
|
77
|
+
href: null,
|
|
78
|
+
hrefLang: null,
|
|
79
|
+
htmlFor: a,
|
|
80
|
+
httpEquiv: a,
|
|
81
|
+
id: null,
|
|
82
|
+
imageSizes: null,
|
|
83
|
+
imageSrcSet: null,
|
|
84
|
+
inert: e,
|
|
85
|
+
inputMode: null,
|
|
86
|
+
integrity: null,
|
|
87
|
+
is: null,
|
|
88
|
+
isMap: e,
|
|
89
|
+
itemId: null,
|
|
90
|
+
itemProp: a,
|
|
91
|
+
itemRef: a,
|
|
92
|
+
itemScope: e,
|
|
93
|
+
itemType: a,
|
|
94
|
+
kind: null,
|
|
95
|
+
label: null,
|
|
96
|
+
lang: null,
|
|
97
|
+
language: null,
|
|
98
|
+
list: null,
|
|
99
|
+
loading: null,
|
|
100
|
+
loop: e,
|
|
101
|
+
low: r,
|
|
102
|
+
manifest: null,
|
|
103
|
+
max: null,
|
|
104
|
+
maxLength: r,
|
|
105
|
+
media: null,
|
|
106
|
+
method: null,
|
|
107
|
+
min: null,
|
|
108
|
+
minLength: r,
|
|
109
|
+
multiple: e,
|
|
110
|
+
muted: e,
|
|
111
|
+
name: null,
|
|
112
|
+
nonce: null,
|
|
113
|
+
noModule: e,
|
|
114
|
+
noValidate: e,
|
|
115
|
+
onAbort: null,
|
|
116
|
+
onAfterPrint: null,
|
|
117
|
+
onAuxClick: null,
|
|
118
|
+
onBeforeMatch: null,
|
|
119
|
+
onBeforePrint: null,
|
|
120
|
+
onBeforeToggle: null,
|
|
121
|
+
onBeforeUnload: null,
|
|
122
|
+
onBlur: null,
|
|
123
|
+
onCancel: null,
|
|
124
|
+
onCanPlay: null,
|
|
125
|
+
onCanPlayThrough: null,
|
|
126
|
+
onChange: null,
|
|
127
|
+
onClick: null,
|
|
128
|
+
onClose: null,
|
|
129
|
+
onContextLost: null,
|
|
130
|
+
onContextMenu: null,
|
|
131
|
+
onContextRestored: null,
|
|
132
|
+
onCopy: null,
|
|
133
|
+
onCueChange: null,
|
|
134
|
+
onCut: null,
|
|
135
|
+
onDblClick: null,
|
|
136
|
+
onDrag: null,
|
|
137
|
+
onDragEnd: null,
|
|
138
|
+
onDragEnter: null,
|
|
139
|
+
onDragExit: null,
|
|
140
|
+
onDragLeave: null,
|
|
141
|
+
onDragOver: null,
|
|
142
|
+
onDragStart: null,
|
|
143
|
+
onDrop: null,
|
|
144
|
+
onDurationChange: null,
|
|
145
|
+
onEmptied: null,
|
|
146
|
+
onEnded: null,
|
|
147
|
+
onError: null,
|
|
148
|
+
onFocus: null,
|
|
149
|
+
onFormData: null,
|
|
150
|
+
onHashChange: null,
|
|
151
|
+
onInput: null,
|
|
152
|
+
onInvalid: null,
|
|
153
|
+
onKeyDown: null,
|
|
154
|
+
onKeyPress: null,
|
|
155
|
+
onKeyUp: null,
|
|
156
|
+
onLanguageChange: null,
|
|
157
|
+
onLoad: null,
|
|
158
|
+
onLoadedData: null,
|
|
159
|
+
onLoadedMetadata: null,
|
|
160
|
+
onLoadEnd: null,
|
|
161
|
+
onLoadStart: null,
|
|
162
|
+
onMessage: null,
|
|
163
|
+
onMessageError: null,
|
|
164
|
+
onMouseDown: null,
|
|
165
|
+
onMouseEnter: null,
|
|
166
|
+
onMouseLeave: null,
|
|
167
|
+
onMouseMove: null,
|
|
168
|
+
onMouseOut: null,
|
|
169
|
+
onMouseOver: null,
|
|
170
|
+
onMouseUp: null,
|
|
171
|
+
onOffline: null,
|
|
172
|
+
onOnline: null,
|
|
173
|
+
onPageHide: null,
|
|
174
|
+
onPageShow: null,
|
|
175
|
+
onPaste: null,
|
|
176
|
+
onPause: null,
|
|
177
|
+
onPlay: null,
|
|
178
|
+
onPlaying: null,
|
|
179
|
+
onPopState: null,
|
|
180
|
+
onProgress: null,
|
|
181
|
+
onRateChange: null,
|
|
182
|
+
onRejectionHandled: null,
|
|
183
|
+
onReset: null,
|
|
184
|
+
onResize: null,
|
|
185
|
+
onScroll: null,
|
|
186
|
+
onScrollEnd: null,
|
|
187
|
+
onSecurityPolicyViolation: null,
|
|
188
|
+
onSeeked: null,
|
|
189
|
+
onSeeking: null,
|
|
190
|
+
onSelect: null,
|
|
191
|
+
onSlotChange: null,
|
|
192
|
+
onStalled: null,
|
|
193
|
+
onStorage: null,
|
|
194
|
+
onSubmit: null,
|
|
195
|
+
onSuspend: null,
|
|
196
|
+
onTimeUpdate: null,
|
|
197
|
+
onToggle: null,
|
|
198
|
+
onUnhandledRejection: null,
|
|
199
|
+
onUnload: null,
|
|
200
|
+
onVolumeChange: null,
|
|
201
|
+
onWaiting: null,
|
|
202
|
+
onWheel: null,
|
|
203
|
+
open: e,
|
|
204
|
+
optimum: r,
|
|
205
|
+
pattern: null,
|
|
206
|
+
ping: a,
|
|
207
|
+
placeholder: null,
|
|
208
|
+
playsInline: e,
|
|
209
|
+
popover: null,
|
|
210
|
+
popoverTarget: null,
|
|
211
|
+
popoverTargetAction: null,
|
|
212
|
+
poster: null,
|
|
213
|
+
preload: null,
|
|
214
|
+
readOnly: e,
|
|
215
|
+
referrerPolicy: null,
|
|
216
|
+
rel: a,
|
|
217
|
+
required: e,
|
|
218
|
+
reversed: e,
|
|
219
|
+
rows: r,
|
|
220
|
+
rowSpan: r,
|
|
221
|
+
sandbox: a,
|
|
222
|
+
scope: null,
|
|
223
|
+
scoped: e,
|
|
224
|
+
seamless: e,
|
|
225
|
+
selected: e,
|
|
226
|
+
shadowRootClonable: e,
|
|
227
|
+
shadowRootCustomElementRegistry: e,
|
|
228
|
+
shadowRootDelegatesFocus: e,
|
|
229
|
+
shadowRootMode: null,
|
|
230
|
+
shadowRootSerializable: e,
|
|
231
|
+
shape: null,
|
|
232
|
+
size: r,
|
|
233
|
+
sizes: null,
|
|
234
|
+
slot: null,
|
|
235
|
+
span: r,
|
|
236
|
+
spellCheck: t,
|
|
237
|
+
src: null,
|
|
238
|
+
srcDoc: null,
|
|
239
|
+
srcLang: null,
|
|
240
|
+
srcSet: null,
|
|
241
|
+
start: r,
|
|
242
|
+
step: null,
|
|
243
|
+
style: null,
|
|
244
|
+
tabIndex: r,
|
|
245
|
+
target: null,
|
|
246
|
+
title: null,
|
|
247
|
+
translate: null,
|
|
248
|
+
type: null,
|
|
249
|
+
typeMustMatch: e,
|
|
250
|
+
useMap: null,
|
|
251
|
+
value: t,
|
|
252
|
+
width: r,
|
|
253
|
+
wrap: null,
|
|
254
|
+
writingSuggestions: null,
|
|
255
|
+
align: null,
|
|
256
|
+
aLink: null,
|
|
257
|
+
archive: a,
|
|
258
|
+
axis: null,
|
|
259
|
+
background: null,
|
|
260
|
+
bgColor: null,
|
|
261
|
+
border: r,
|
|
262
|
+
borderColor: null,
|
|
263
|
+
bottomMargin: r,
|
|
264
|
+
cellPadding: null,
|
|
265
|
+
cellSpacing: null,
|
|
266
|
+
char: null,
|
|
267
|
+
charOff: null,
|
|
268
|
+
classId: null,
|
|
269
|
+
clear: null,
|
|
270
|
+
code: null,
|
|
271
|
+
codeBase: null,
|
|
272
|
+
codeType: null,
|
|
273
|
+
color: null,
|
|
274
|
+
compact: e,
|
|
275
|
+
declare: e,
|
|
276
|
+
event: null,
|
|
277
|
+
face: null,
|
|
278
|
+
frame: null,
|
|
279
|
+
frameBorder: null,
|
|
280
|
+
hSpace: r,
|
|
281
|
+
leftMargin: r,
|
|
282
|
+
link: null,
|
|
283
|
+
longDesc: null,
|
|
284
|
+
lowSrc: null,
|
|
285
|
+
marginHeight: r,
|
|
286
|
+
marginWidth: r,
|
|
287
|
+
noResize: e,
|
|
288
|
+
noHref: e,
|
|
289
|
+
noShade: e,
|
|
290
|
+
noWrap: e,
|
|
291
|
+
object: null,
|
|
292
|
+
profile: null,
|
|
293
|
+
prompt: null,
|
|
294
|
+
rev: null,
|
|
295
|
+
rightMargin: r,
|
|
296
|
+
rules: null,
|
|
297
|
+
scheme: null,
|
|
298
|
+
scrolling: t,
|
|
299
|
+
standby: null,
|
|
300
|
+
summary: null,
|
|
301
|
+
text: null,
|
|
302
|
+
topMargin: r,
|
|
303
|
+
valueType: null,
|
|
304
|
+
version: null,
|
|
305
|
+
vAlign: null,
|
|
306
|
+
vLink: null,
|
|
307
|
+
vSpace: r,
|
|
308
|
+
allowTransparency: null,
|
|
309
|
+
autoCorrect: null,
|
|
310
|
+
autoSave: null,
|
|
311
|
+
credentialless: e,
|
|
312
|
+
disablePictureInPicture: e,
|
|
313
|
+
disableRemotePlayback: e,
|
|
314
|
+
exportParts: n,
|
|
315
|
+
part: a,
|
|
316
|
+
prefix: null,
|
|
317
|
+
property: null,
|
|
318
|
+
results: r,
|
|
319
|
+
security: null,
|
|
320
|
+
unselectable: null
|
|
321
|
+
},
|
|
322
|
+
space: "html",
|
|
323
|
+
transform: s
|
|
324
|
+
});
|
|
325
|
+
//#endregion
|
|
326
|
+
export { c as html };
|
|
327
|
+
|
|
328
|
+
//# sourceMappingURL=html.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"html.js","names":[],"sources":["../../../../node_modules/property-information/lib/html.js"],"sourcesContent":["import {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\nimport {create} from './util/create.js'\nimport {\n booleanish,\n boolean,\n commaSeparated,\n number,\n overloadedBoolean,\n spaceSeparated\n} from './util/types.js'\n\nexport const html = create({\n attributes: {\n acceptcharset: 'accept-charset',\n classname: 'class',\n htmlfor: 'for',\n httpequiv: 'http-equiv'\n },\n mustUseProperty: ['checked', 'multiple', 'muted', 'selected'],\n properties: {\n // Standard Properties.\n abbr: null,\n accept: commaSeparated,\n acceptCharset: spaceSeparated,\n accessKey: spaceSeparated,\n action: null,\n allow: null,\n allowFullScreen: boolean,\n allowPaymentRequest: boolean,\n allowUserMedia: boolean,\n alpha: boolean,\n alt: null,\n as: null,\n async: boolean,\n autoCapitalize: null,\n autoComplete: spaceSeparated,\n autoFocus: boolean,\n autoPlay: boolean,\n blocking: spaceSeparated,\n capture: null,\n charSet: null,\n checked: boolean,\n cite: null,\n className: spaceSeparated,\n closedBy: null,\n colorSpace: null,\n cols: number,\n colSpan: number,\n command: null,\n commandFor: null,\n content: null,\n contentEditable: booleanish,\n controls: boolean,\n controlsList: spaceSeparated,\n coords: number | commaSeparated,\n crossOrigin: null,\n data: null,\n dateTime: null,\n decoding: null,\n default: boolean,\n defer: boolean,\n dir: null,\n dirName: null,\n disabled: boolean,\n download: overloadedBoolean,\n draggable: booleanish,\n encType: null,\n enterKeyHint: null,\n fetchPriority: null,\n form: null,\n formAction: null,\n formEncType: null,\n formMethod: null,\n formNoValidate: boolean,\n formTarget: null,\n headers: spaceSeparated,\n height: number,\n hidden: overloadedBoolean,\n high: number,\n href: null,\n hrefLang: null,\n htmlFor: spaceSeparated,\n httpEquiv: spaceSeparated,\n id: null,\n imageSizes: null,\n imageSrcSet: null,\n inert: boolean,\n inputMode: null,\n integrity: null,\n is: null,\n isMap: boolean,\n itemId: null,\n itemProp: spaceSeparated,\n itemRef: spaceSeparated,\n itemScope: boolean,\n itemType: spaceSeparated,\n kind: null,\n label: null,\n lang: null,\n language: null,\n list: null,\n loading: null,\n loop: boolean,\n low: number,\n manifest: null,\n max: null,\n maxLength: number,\n media: null,\n method: null,\n min: null,\n minLength: number,\n multiple: boolean,\n muted: boolean,\n name: null,\n nonce: null,\n noModule: boolean,\n noValidate: boolean,\n onAbort: null,\n onAfterPrint: null,\n onAuxClick: null,\n onBeforeMatch: null,\n onBeforePrint: null,\n onBeforeToggle: null,\n onBeforeUnload: null,\n onBlur: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onContextLost: null,\n onContextMenu: null,\n onContextRestored: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFormData: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLanguageChange: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadEnd: null,\n onLoadStart: null,\n onMessage: null,\n onMessageError: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRejectionHandled: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onScrollEnd: null,\n onSecurityPolicyViolation: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onSlotChange: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnhandledRejection: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onWheel: null,\n open: boolean,\n optimum: number,\n pattern: null,\n ping: spaceSeparated,\n placeholder: null,\n playsInline: boolean,\n popover: null,\n popoverTarget: null,\n popoverTargetAction: null,\n poster: null,\n preload: null,\n readOnly: boolean,\n referrerPolicy: null,\n rel: spaceSeparated,\n required: boolean,\n reversed: boolean,\n rows: number,\n rowSpan: number,\n sandbox: spaceSeparated,\n scope: null,\n scoped: boolean,\n seamless: boolean,\n selected: boolean,\n shadowRootClonable: boolean,\n shadowRootCustomElementRegistry: boolean,\n shadowRootDelegatesFocus: boolean,\n shadowRootMode: null,\n shadowRootSerializable: boolean,\n shape: null,\n size: number,\n sizes: null,\n slot: null,\n span: number,\n spellCheck: booleanish,\n src: null,\n srcDoc: null,\n srcLang: null,\n srcSet: null,\n start: number,\n step: null,\n style: null,\n tabIndex: number,\n target: null,\n title: null,\n translate: null,\n type: null,\n typeMustMatch: boolean,\n useMap: null,\n value: booleanish,\n width: number,\n wrap: null,\n writingSuggestions: null,\n\n // Legacy.\n // See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis\n align: null, // Several. Use CSS `text-align` instead,\n aLink: null, // `<body>`. Use CSS `a:active {color}` instead\n archive: spaceSeparated, // `<object>`. List of URIs to archives\n axis: null, // `<td>` and `<th>`. Use `scope` on `<th>`\n background: null, // `<body>`. Use CSS `background-image` instead\n bgColor: null, // `<body>` and table elements. Use CSS `background-color` instead\n border: number, // `<table>`. Use CSS `border-width` instead,\n borderColor: null, // `<table>`. Use CSS `border-color` instead,\n bottomMargin: number, // `<body>`\n cellPadding: null, // `<table>`\n cellSpacing: null, // `<table>`\n char: null, // Several table elements. When `align=char`, sets the character to align on\n charOff: null, // Several table elements. When `char`, offsets the alignment\n classId: null, // `<object>`\n clear: null, // `<br>`. Use CSS `clear` instead\n code: null, // `<object>`\n codeBase: null, // `<object>`\n codeType: null, // `<object>`\n color: null, // `<font>` and `<hr>`. Use CSS instead\n compact: boolean, // Lists. Use CSS to reduce space between items instead\n declare: boolean, // `<object>`\n event: null, // `<script>`\n face: null, // `<font>`. Use CSS instead\n frame: null, // `<table>`\n frameBorder: null, // `<iframe>`. Use CSS `border` instead\n hSpace: number, // `<img>` and `<object>`\n leftMargin: number, // `<body>`\n link: null, // `<body>`. Use CSS `a:link {color: *}` instead\n longDesc: null, // `<frame>`, `<iframe>`, and `<img>`. Use an `<a>`\n lowSrc: null, // `<img>`. Use a `<picture>`\n marginHeight: number, // `<body>`\n marginWidth: number, // `<body>`\n noResize: boolean, // `<frame>`\n noHref: boolean, // `<area>`. Use no href instead of an explicit `nohref`\n noShade: boolean, // `<hr>`. Use background-color and height instead of borders\n noWrap: boolean, // `<td>` and `<th>`\n object: null, // `<applet>`\n profile: null, // `<head>`\n prompt: null, // `<isindex>`\n rev: null, // `<link>`\n rightMargin: number, // `<body>`\n rules: null, // `<table>`\n scheme: null, // `<meta>`\n scrolling: booleanish, // `<frame>`. Use overflow in the child context\n standby: null, // `<object>`\n summary: null, // `<table>`\n text: null, // `<body>`. Use CSS `color` instead\n topMargin: number, // `<body>`\n valueType: null, // `<param>`\n version: null, // `<html>`. Use a doctype.\n vAlign: null, // Several. Use CSS `vertical-align` instead\n vLink: null, // `<body>`. Use CSS `a:visited {color}` instead\n vSpace: number, // `<img>` and `<object>`\n\n // Non-standard Properties.\n allowTransparency: null,\n autoCorrect: null,\n autoSave: null,\n credentialless: boolean,\n disablePictureInPicture: boolean,\n disableRemotePlayback: boolean,\n exportParts: commaSeparated,\n part: spaceSeparated,\n prefix: null,\n property: null,\n results: number,\n security: null,\n unselectable: null\n },\n space: 'html',\n transform: caseInsensitiveTransform\n})\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize.js","names":[],"sources":["../../../../node_modules/property-information/lib/normalize.js"],"sourcesContent":["/**\n * Get the cleaned case insensitive form of an attribute or property.\n *\n * @param {string} value\n * An attribute-like or property-like name.\n * @returns {string}\n * Value that can be used to look up the properly cased property on a\n * `Schema`.\n */\nexport function normalize(value) {\n return value.toLowerCase()\n}\n"],"x_google_ignoreList":[0],"mappings":";AASA,SAAgB,EAAU,GAAO;AAC/B,QAAO,EAAM,aAAa"}
|