@utrecht/web-component-library-stencil 1.0.0-alpha.243 → 1.0.0-alpha.246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{clsx.m-b00fa5e1.js → clsx.m-d64724c8.js} +0 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/utrecht-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-button_2.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-description.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-blad.cjs.entry.js +16 -0
- package/dist/cjs/utrecht-icon-openingstijden.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-zwemmen.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-pagination.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-sidenav.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-textbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/icon/src/build.js +16 -11
- package/dist/collection/icon/src/component_templates.js +1 -7
- package/dist/collection/icon/src/svg/{dementie copy 3.svg → blad.svg} +0 -0
- package/dist/collection/icon/src/svg/milieu-ontheffing.svg +1 -1
- package/dist/collection/icon/src/svg/omgevingswet.svg +1 -1
- package/dist/collection/icon/src/svg/openingstijden.svg +1 -1
- package/dist/collection/icon/src/svg/{Vervoersvoorziening.svg → vervoersvoorziening.svg} +0 -0
- package/dist/collection/icon/src/svg/zwemmen.svg +1 -1
- package/dist/collection/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.js +10 -0
- package/dist/collection/icon/tmp/components/utrecht-icon-openingstijden/utrecht-icon-openingstijden.stencil.js +1 -1
- package/dist/collection/icon/tmp/components/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil.js +1 -1
- package/dist/collection/icon/tmp/optimized-svgs/{dementie copy 3.svg → blad.svg} +0 -0
- package/dist/collection/icon/tmp/optimized-svgs/openingstijden.svg +1 -1
- package/dist/collection/icon/tmp/optimized-svgs/{Vervoersvoorziening.svg → vervoersvoorziening.svg} +0 -0
- package/dist/collection/icon/tmp/optimized-svgs/zwemmen.svg +1 -1
- package/dist/collection/node_modules/@jest/transform/build/ScriptTransformer.js +882 -0
- package/dist/collection/node_modules/@jest/transform/build/enhanceUnexpectedTokenMessage.js +78 -0
- package/dist/collection/node_modules/@jest/transform/build/index.js +85 -0
- package/dist/collection/node_modules/@jest/transform/build/shouldInstrument.js +207 -0
- package/dist/collection/node_modules/@jest/transform/build/types.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/Circus.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/Config.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/Global.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/TestResult.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/Transform.js +1 -0
- package/dist/collection/node_modules/@jest/types/build/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/angular/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/blocks.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/common-preset.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Anchor.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/ArgsTable.js +364 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Canvas.js +137 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Description.js +153 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsContainer.js +153 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsContext.js +25 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsPage.js +32 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsStory.js +78 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Heading.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Meta.js +70 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Preview.js +29 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Primary.js +67 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Props.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Source.js +184 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/SourceContainer.js +106 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Stories.js +82 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Story.js +281 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Subheading.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Subtitle.js +59 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Title.js +68 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Wrapper.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/enhanceSource.js +129 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/index.js +370 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/mdx.js +237 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/types.js +10 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/useStory.js +106 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/utils.js +61 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/compodoc.js +397 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/config.js +31 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/index.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/prepareForInline.js +96 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/sourceDecorator.js +159 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/types.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/config.js +106 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/enhanceArgTypes.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/preset.js +187 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/config.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/index.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/jsondoc.js +87 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/config.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/prepareForInline.js +29 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/sourceDecorator.js +67 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/config.js +27 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/extractArgTypes.js +52 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/extractProps.js +77 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/jsxDecorator.js +277 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/captions.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/componentTypes.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/createDefaultValue.js +81 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +225 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/generateArray.js +29 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/generateObject.js +29 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/index.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/prettyIdentifier.js +34 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/generateCode.js +89 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/index.js +61 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/acornParser.js +254 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/index.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/inspectValue.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/types.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/isHtmlTag.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/createType.js +467 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/generateFuncSignature.js +78 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/handleProp.js +54 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/rawDefaultPropResolvers.js +47 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/sortProps.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/react-argtypes.stories.js +153 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/typeScript/handleProp.js +38 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/config.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/extractArgTypes.js +159 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/extractComponentDescription.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/prepareForInline.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/preset.js +54 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/sourceDecorator.js +262 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/svelte-docgen-loader.js +191 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/config.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/extractArgTypes.js +153 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/prepareForInline.js +56 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/preset.js +43 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/sourceDecorator.js +343 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/config.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/extractArgTypes.js +62 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/prepareForInline.js +61 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/preset.js +43 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/config.js +30 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/custom-elements.js +163 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/prepareForInline.js +96 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/sourceDecorator.js +60 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/index.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/convert.js +112 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/index.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/types.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/index.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/convert.js +135 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/index.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/types.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/convert.js +82 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/index.js +35 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/types.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/utils.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/PropDef.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/createPropDef.js +171 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/extractDocgenProps.js +113 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createDefaultValue.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createPropDef.js +30 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createType.js +119 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/index.js +48 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createDefaultValue.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createPropDef.js +28 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createType.js +30 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/types.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/defaultValue.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/docgenInfo.js +34 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/index.js +48 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/string.js +20 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/index.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/jsdocParser.js +229 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/utils.js +45 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/register.js +26 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/shared.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Anchor.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/ArgsTable.js +308 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Canvas.js +89 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Description.js +113 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsContainer.js +105 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsContext.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsPage.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsStory.js +55 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Heading.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Meta.js +34 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Preview.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Primary.js +28 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Props.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Source.js +136 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/SourceContainer.js +68 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Stories.js +41 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Story.js +226 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Subheading.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Subtitle.js +23 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Title.js +25 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Wrapper.js +9 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/enhanceSource.js +111 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/index.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/mdx.js +200 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/types.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/useStory.js +84 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/utils.js +43 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/compodoc.js +347 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/config.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/prepareForInline.js +75 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/sourceDecorator.js +116 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/config.js +68 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/enhanceArgTypes.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/preset.js +161 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/config.js +8 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/jsondoc.js +66 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/config.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/prepareForInline.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/sourceDecorator.js +56 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/config.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/extractArgTypes.js +38 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/extractProps.js +53 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/jsxDecorator.js +218 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/captions.js +6 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/componentTypes.js +9 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/createDefaultValue.js +67 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +191 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/generateArray.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/generateObject.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/prettyIdentifier.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/generateCode.js +68 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/index.js +4 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/acornParser.js +213 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/inspectValue.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/types.js +12 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/isHtmlTag.js +6 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/createType.js +448 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/generateFuncSignature.js +62 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/handleProp.js +39 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/rawDefaultPropResolvers.js +32 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/sortProps.js +23 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/react-argtypes.stories.js +122 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/typeScript/handleProp.js +27 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/config.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/extractArgTypes.js +138 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/extractComponentDescription.js +12 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/prepareForInline.js +20 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/preset.js +42 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/sourceDecorator.js +232 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/svelte-docgen-loader.js +142 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/config.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/extractArgTypes.js +128 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/prepareForInline.js +39 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/preset.js +31 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/sourceDecorator.js +292 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/config.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/extractArgTypes.js +45 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/prepareForInline.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/preset.js +31 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/config.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/custom-elements.js +139 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/prepareForInline.js +74 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/sourceDecorator.js +50 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/convert.js +98 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/index.js +12 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/convert.js +116 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/convert.js +70 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/utils.js +6 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/PropDef.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/createPropDef.js +141 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/extractDocgenProps.js +87 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createDefaultValue.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createPropDef.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createType.js +106 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/index.js +3 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createDefaultValue.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createPropDef.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createType.js +19 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/types.js +10 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/defaultValue.js +6 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/docgenInfo.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/index.js +3 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/string.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/jsdocParser.js +207 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/utils.js +25 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/register.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/shared.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Anchor.js +8 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/ArgsTable.js +271 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Canvas.js +79 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Description.js +107 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsContainer.js +98 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsContext.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsPage.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsStory.js +48 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Heading.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Meta.js +31 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Preview.js +9 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Primary.js +23 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Props.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Source.js +139 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/SourceContainer.js +38 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Stories.js +34 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Story.js +190 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Subheading.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Subtitle.js +23 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Title.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Wrapper.js +8 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/enhanceSource.js +89 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/index.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/mdx.js +199 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/types.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/useStory.js +28 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/utils.js +29 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/compodoc.js +296 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/config.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/prepareForInline.js +36 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/sourceDecorator.js +81 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/config.js +10 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/enhanceArgTypes.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/preset.js +131 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/config.js +8 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/jsondoc.js +57 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/config.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/prepareForInline.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/sourceDecorator.js +56 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/config.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/extractArgTypes.js +38 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/extractProps.js +41 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/jsxDecorator.js +176 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/captions.js +6 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/componentTypes.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/createDefaultValue.js +72 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +181 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/generateArray.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/generateObject.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/prettyIdentifier.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/generateCode.js +59 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/index.js +4 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/acornParser.js +212 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/inspectValue.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/types.js +12 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/isHtmlTag.js +4 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/createType.js +446 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/generateFuncSignature.js +57 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/handleProp.js +39 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/rawDefaultPropResolvers.js +31 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/sortProps.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/react-argtypes.stories.js +78 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/typeScript/handleProp.js +28 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/config.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/extractArgTypes.js +118 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/extractComponentDescription.js +10 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/prepareForInline.js +18 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/preset.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/sourceDecorator.js +187 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/svelte-docgen-loader.js +89 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/config.js +13 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/extractArgTypes.js +103 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/prepareForInline.js +40 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/preset.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/sourceDecorator.js +195 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/config.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/extractArgTypes.js +43 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/prepareForInline.js +22 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/preset.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/config.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/custom-elements.js +125 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/prepareForInline.js +23 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/sourceDecorator.js +47 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/convert.js +89 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/index.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/convert.js +102 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/convert.js +67 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/index.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/types.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/utils.js +2 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/PropDef.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/createPropDef.js +142 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/extractDocgenProps.js +80 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createDefaultValue.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createPropDef.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createType.js +103 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/index.js +3 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createDefaultValue.js +17 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createPropDef.js +15 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createType.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/types.js +10 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/defaultValue.js +4 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/docgenInfo.js +14 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/index.js +3 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/string.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/jsdocParser.js +195 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/utils.js +21 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/register.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/shared.js +11 -0
- package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/addon-docs/ember/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/jest-transform-mdx.js +24 -0
- package/dist/collection/node_modules/@storybook/addon-docs/mdx-compiler-plugin.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/postinstall/presets.js +38 -0
- package/dist/collection/node_modules/@storybook/addon-docs/preset.js +16 -0
- package/dist/collection/node_modules/@storybook/addon-docs/register.js +1 -0
- package/dist/collection/node_modules/@storybook/addon-docs/web-components/index.js +1 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/hooks.js +554 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/index.js +158 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/make-decorator.js +64 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/public_api.js +88 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/storybook-channel-mock.js +20 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/types.js +34 -0
- package/dist/collection/node_modules/@storybook/addons/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/hooks.js +494 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/index.js +133 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/make-decorator.js +53 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/public_api.js +12 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/storybook-channel-mock.js +10 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/types.js +23 -0
- package/dist/collection/node_modules/@storybook/addons/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/hooks.js +390 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/index.js +111 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/make-decorator.js +45 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/public_api.js +12 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/storybook-channel-mock.js +10 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/types.js +19 -0
- package/dist/collection/node_modules/@storybook/addons/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/context.js +19 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/index.js +542 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/initial-state.js +24 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/events.js +82 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/merge.js +45 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/shortcut.js +189 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/store-setup.js +28 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/stories.js +301 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/addons.js +180 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/channel.js +51 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/globals.js +104 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/layout.js +241 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/notifications.js +87 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/provider.js +21 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/refs.js +434 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/release-notes.js +107 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/settings.js +123 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/shortcuts.js +498 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/stories.js +722 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/url.js +358 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/versions.js +171 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/store.js +162 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/api/dist/cjs/version.js +8 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/context.js +9 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/index.js +435 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/initial-state.js +14 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/lib/events.js +61 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/lib/merge.js +28 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/lib/shortcut.js +144 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/lib/store-setup.js +18 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/lib/stories.js +247 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/addons.js +150 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/channel.js +40 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/globals.js +88 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/layout.js +219 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/notifications.js +66 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/provider.js +12 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/refs.js +388 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/release-notes.js +79 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/settings.js +109 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/shortcuts.js +453 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/stories.js +679 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/url.js +318 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/modules/versions.js +147 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/store.js +147 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/api/dist/esm/version.js +1 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/context.js +8 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/index.js +330 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/initial-state.js +7 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/lib/events.js +35 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/lib/merge.js +22 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/lib/shortcut.js +128 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/lib/store-setup.js +18 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/lib/stories.js +204 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/addons.js +117 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/channel.js +24 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/globals.js +92 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/layout.js +228 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/notifications.js +36 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/provider.js +13 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/refs.js +272 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/release-notes.js +54 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/settings.js +60 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/shortcuts.js +348 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/stories.js +502 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/url.js +279 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/modules/versions.js +127 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/store.js +95 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/api/dist/modern/version.js +1 -0
- package/dist/collection/node_modules/@storybook/api/shortcut.js +1 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/cjs/index.js +149 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/esm/index.js +124 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/modern/index.js +67 -0
- package/dist/collection/node_modules/@storybook/client-logger/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ActionBar/ActionBar.js +104 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ActionBar/ActionBar.stories.js +66 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Badge/Badge.js +97 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Badge/Badge.stories.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Button/Button.js +279 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Button/Button.stories.js +74 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Colors/SideBySide.js +25 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Loader/Loader.js +274 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Loader/Loader.stories.js +86 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/GlobalScrollAreaStyles.js +477 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/OverlayScrollbars.js +131 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/ScrollArea.js +98 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/ScrollArea.stories.js +136 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/Zoom.js +31 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/Zoom.stories.js +185 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/ZoomElement.js +96 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/ZoomIFrame.js +142 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/browserSupportsCssZoom.js +20 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/addon-panel/addon-panel.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/bar.js +150 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/button.js +160 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/button.stories.js +90 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/separator.js +68 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgControl.js +138 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgJsDoc.js +100 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgRow.js +139 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgRow.stories.js +399 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgValue.js +298 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgsTable.js +497 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgsTable.stories.js +217 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/NoControlsWarning.js +37 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/SectionRow.js +195 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/SectionRow.stories.js +59 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/TabbedArgsTable.js +92 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/TabbedArgsTable.stories.js +50 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/index.js +61 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/types.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/BlockBackgroundStyles.js +17 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ColorPalette.js +234 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ColorPalette.stories.js +87 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Description.js +33 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Description.stories.js +48 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/DocsPage.js +85 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/DocsPage.stories.js +120 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/EmptyBlock.js +45 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/EmptyBlock.stories.js +25 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IFrame.js +148 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IconGallery.js +99 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IconGallery.stories.js +53 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Preview.js +438 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Preview.stories.js +345 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Source.js +143 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Source.stories.js +76 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Story.js +138 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Story.stories.js +125 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Toolbar.js +133 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Typeset.js +94 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Typeset.stories.js +61 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ZoomContext.js +13 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/index.js +139 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookIcon.js +44 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookIcon.stories.js +13 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookLogo.js +61 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookLogo.stories.js +27 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Boolean.js +154 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Boolean.stories.js +91 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Color.js +508 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Color.stories.js +146 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Date.js +197 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Date.stories.js +85 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Files.js +81 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Number.js +152 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Number.stories.js +91 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Object.js +416 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Object.stories.js +124 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Range.js +224 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Range.stories.js +126 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Text.js +106 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Text.stories.js +91 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/helpers.js +35 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/index.js +182 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Checkbox.js +167 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Options.js +92 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Options.stories.js +214 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Radio.js +102 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Select.js +173 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/helpers.js +81 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/index.js +22 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonAddValue.js +228 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonArray.js +507 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonFunctionValue.js +321 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonNode.js +422 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonObject.js +509 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonValue.js +312 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/index.js +331 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/dataTypes.js +31 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/deltaTypes.js +12 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/inputUsageTypes.js +13 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/objectTypes.js +51 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/parse.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/styles.js +68 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/types.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/form/field/field.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/form/form.stories.js +223 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/form/index.js +27 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/form/input/input.js +267 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/html.js +58 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icon.js +74 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icon.stories.js +76 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icons.js +182 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/svg.js +24 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/index.js +355 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/placeholder/placeholder.js +94 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/placeholder/placeholder.stories.js +64 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/shared/animation.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/spaced/Spaced.js +101 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/spaced/Spaced.stories.js +73 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/formatter.js +17 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/lazy-syntaxhighlighter.js +49 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter-types.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter.js +315 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter.stories.js +112 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tabs/tabs.js +315 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tabs/tabs.stories.js +308 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/ListItem.js +224 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/ListItem.stories.js +95 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/Tooltip.js +143 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/Tooltip.stories.js +52 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipLinkList.js +107 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipLinkList.stories.js +100 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipMessage.js +85 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipMessage.stories.js +54 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipNote.js +50 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipNote.stories.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/WithTooltip.js +229 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/WithTooltip.stories.js +95 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/lazy-WithTooltip.js +72 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentFormatting.js +577 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentWrapper.js +298 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentWrapper.stories.js +89 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/link/link.js +207 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/link/link.stories.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/shared.js +67 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ActionBar/ActionBar.js +83 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ActionBar/ActionBar.stories.js +47 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Badge/Badge.js +81 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Badge/Badge.stories.js +12 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Button/Button.js +239 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Button/Button.stories.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Colors/SideBySide.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Loader/Loader.js +223 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Loader/Loader.stories.js +63 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/GlobalScrollAreaStyles.js +461 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/OverlayScrollbars.js +102 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/ScrollArea.js +58 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/ScrollArea.stories.js +88 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/Zoom.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/Zoom.stories.js +149 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/ZoomElement.js +64 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/ZoomIFrame.js +121 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/browserSupportsCssZoom.js +9 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/addon-panel/addon-panel.js +32 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/bar/bar.js +114 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/bar/button.js +139 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/bar/button.stories.js +56 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/bar/separator.js +30 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgControl.js +107 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgJsDoc.js +78 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgRow.js +110 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgRow.stories.js +358 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgValue.js +246 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgsTable.js +452 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgsTable.stories.js +159 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/NoControlsWarning.js +22 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/SectionRow.js +153 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/SectionRow.stories.js +38 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/TabbedArgsTable.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/TabbedArgsTable.stories.js +34 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/index.js +4 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/BlockBackgroundStyles.js +8 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ColorPalette.js +196 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ColorPalette.stories.js +69 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Description.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Description.stories.js +32 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/DocsPage.js +57 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/DocsPage.stories.js +60 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/EmptyBlock.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/EmptyBlock.stories.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IFrame.js +115 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IconGallery.js +75 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IconGallery.stories.js +37 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Preview.js +381 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Preview.stories.js +255 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Source.js +125 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Source.stories.js +49 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Story.js +97 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Story.stories.js +83 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Toolbar.js +93 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Typeset.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Typeset.stories.js +37 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ZoomContext.js +4 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/index.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookIcon.js +31 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookIcon.stories.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookLogo.js +47 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookLogo.stories.js +12 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Boolean.js +114 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Boolean.stories.js +54 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Color.js +446 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Color.stories.js +109 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Date.js +162 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Date.stories.js +51 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Files.js +56 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Number.js +110 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Number.stories.js +54 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Object.js +370 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Object.stories.js +81 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Range.js +179 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Range.stories.js +83 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Text.js +72 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Text.stories.js +54 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/helpers.js +22 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/index.js +21 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Checkbox.js +123 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Options.js +70 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Options.stories.js +126 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Radio.js +77 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Select.js +143 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/helpers.js +50 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/index.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonAddValue.js +194 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonArray.js +465 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonFunctionValue.js +282 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonNode.js +387 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonObject.js +467 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonValue.js +272 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/index.js +267 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/dataTypes.js +24 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/deltaTypes.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/inputUsageTypes.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/objectTypes.js +39 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/parse.js +21 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/styles.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/controls/types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/form/field/field.js +44 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/form/form.stories.js +198 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/form/index.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/form/input/input.js +225 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/html.js +13 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icon.js +52 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icon.stories.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icons.js +174 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/icon/svg.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/index.js +50 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/placeholder/placeholder.js +58 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/placeholder/placeholder.stories.js +23 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/shared/animation.js +9 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/spaced/Spaced.js +84 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/spaced/Spaced.stories.js +63 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/formatter.js +5 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/lazy-syntaxhighlighter.js +12 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter-types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter.js +250 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter.stories.js +82 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tabs/tabs.js +269 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tabs/tabs.stories.js +277 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/ListItem.js +201 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/ListItem.stories.js +87 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/Tooltip.js +119 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/Tooltip.stories.js +42 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipLinkList.js +67 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipLinkList.stories.js +60 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipMessage.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipMessage.stories.js +46 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipNote.js +33 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipNote.stories.js +21 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/WithTooltip.js +191 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/WithTooltip.stories.js +83 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/lazy-WithTooltip.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentFormatting.js +490 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentWrapper.js +288 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentWrapper.stories.js +70 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/link/link.js +188 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/link/link.stories.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/esm/typography/shared.js +50 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ActionBar/ActionBar.js +74 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ActionBar/ActionBar.stories.js +41 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Badge/Badge.js +78 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Badge/Badge.stories.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Button/Button.js +231 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Button/Button.stories.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Colors/SideBySide.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Loader/Loader.js +185 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Loader/Loader.stories.js +53 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/GlobalScrollAreaStyles.js +450 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/OverlayScrollbars.js +86 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/ScrollArea.js +43 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/ScrollArea.stories.js +70 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/Zoom.js +17 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/Zoom.stories.js +113 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/ZoomElement.js +35 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/ZoomIFrame.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/browserSupportsCssZoom.js +11 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/addon-panel/addon-panel.js +33 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/bar/bar.js +80 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/bar/button.js +124 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/bar/button.stories.js +42 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/bar/separator.js +25 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgControl.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgJsDoc.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgRow.js +105 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgRow.stories.js +361 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgValue.js +191 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgsTable.js +394 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgsTable.stories.js +151 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/NoControlsWarning.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/SectionRow.js +110 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/SectionRow.stories.js +31 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/TabbedArgsTable.js +34 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/TabbedArgsTable.stories.js +32 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/index.js +4 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/BlockBackgroundStyles.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ColorPalette.js +175 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ColorPalette.stories.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Description.js +18 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Description.stories.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/DocsPage.js +53 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/DocsPage.stories.js +46 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/EmptyBlock.js +24 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/EmptyBlock.stories.js +8 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IFrame.js +65 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IconGallery.js +68 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IconGallery.stories.js +35 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Preview.js +274 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Preview.stories.js +219 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Source.js +117 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Source.stories.js +55 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Story.js +89 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Story.stories.js +44 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Toolbar.js +85 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Typeset.js +63 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Typeset.stories.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ZoomContext.js +4 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/index.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookIcon.js +30 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookIcon.stories.js +4 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookLogo.js +43 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookLogo.stories.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Boolean.js +104 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Boolean.stories.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Color.js +343 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Color.stories.js +74 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Date.js +122 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Date.stories.js +18 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Files.js +43 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Number.js +72 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Number.stories.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Object.js +316 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Object.stories.js +38 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Range.js +184 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Range.stories.js +44 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Text.js +46 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Text.stories.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/helpers.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/index.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Checkbox.js +81 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Options.js +67 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Options.stories.js +55 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Radio.js +70 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Select.js +143 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/helpers.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/index.js +1 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonAddValue.js +148 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonArray.js +392 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonFunctionValue.js +215 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonNode.js +339 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonObject.js +394 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonValue.js +202 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/index.js +192 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/dataTypes.js +24 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/deltaTypes.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/inputUsageTypes.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/objectTypes.js +28 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/parse.js +21 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/styles.js +62 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/controls/types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/form/field/field.js +39 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/form/form.stories.js +126 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/form/index.js +14 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/form/input/input.js +203 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/html.js +10 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icon.js +43 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icon.stories.js +51 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icons.js +174 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/icon/svg.js +14 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/index.js +45 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/placeholder/placeholder.js +28 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/placeholder/placeholder.stories.js +19 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/shared/animation.js +9 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/spaced/Spaced.js +76 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/spaced/Spaced.stories.js +51 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/formatter.js +3 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/lazy-syntaxhighlighter.js +6 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter-types.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter.js +172 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter.stories.js +187 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tabs/tabs.js +214 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tabs/tabs.stories.js +196 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/ListItem.js +183 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/ListItem.stories.js +71 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/Tooltip.js +110 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/Tooltip.stories.js +30 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipLinkList.js +64 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipLinkList.stories.js +54 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipMessage.js +56 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipMessage.stories.js +36 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipNote.js +29 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipNote.stories.js +17 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/WithTooltip.js +152 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/WithTooltip.stories.js +68 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/lazy-WithTooltip.js +15 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentFormatting.js +420 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentWrapper.js +287 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentWrapper.stories.js +64 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/link/link.js +175 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/link/link.stories.js +52 -0
- package/dist/collection/node_modules/@storybook/components/dist/modern/typography/shared.js +47 -0
- package/dist/collection/node_modules/@storybook/components/html.js +1 -0
- package/dist/collection/node_modules/@storybook/core-events/dist/cjs/index.js +117 -0
- package/dist/collection/node_modules/@storybook/core-events/dist/esm/index.js +77 -0
- package/dist/collection/node_modules/@storybook/core-events/dist/modern/index.js +78 -0
- package/dist/collection/node_modules/@storybook/router/dist/cjs/index.js +35 -0
- package/dist/collection/node_modules/@storybook/router/dist/cjs/router.js +201 -0
- package/dist/collection/node_modules/@storybook/router/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/@storybook/router/dist/cjs/utils.js +273 -0
- package/dist/collection/node_modules/@storybook/router/dist/cjs/visibility.js +21 -0
- package/dist/collection/node_modules/@storybook/router/dist/esm/index.js +2 -0
- package/dist/collection/node_modules/@storybook/router/dist/esm/router.js +141 -0
- package/dist/collection/node_modules/@storybook/router/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/router/dist/esm/utils.js +218 -0
- package/dist/collection/node_modules/@storybook/router/dist/esm/visibility.js +9 -0
- package/dist/collection/node_modules/@storybook/router/dist/modern/index.js +2 -0
- package/dist/collection/node_modules/@storybook/router/dist/modern/router.js +130 -0
- package/dist/collection/node_modules/@storybook/router/dist/modern/typings.d.js +0 -0
- package/dist/collection/node_modules/@storybook/router/dist/modern/utils.js +148 -0
- package/dist/collection/node_modules/@storybook/router/dist/modern/visibility.js +8 -0
- package/dist/collection/node_modules/@storybook/router/utils.js +1 -0
- package/dist/collection/node_modules/acorn/dist/acorn.js +5186 -0
- package/dist/collection/node_modules/acorn/dist/bin.js +64 -0
- package/dist/collection/node_modules/acorn-walk/dist/walk.js +463 -0
- package/dist/collection/node_modules/ansi-styles/index.js +163 -0
- package/dist/collection/node_modules/chalk/source/index.js +229 -0
- package/dist/collection/node_modules/chalk/source/templates.js +134 -0
- package/dist/collection/node_modules/chalk/source/util.js +39 -0
- package/dist/collection/node_modules/clsx/dist/clsx.js +40 -0
- package/dist/collection/node_modules/clsx/dist/clsx.m.js +40 -0
- package/dist/collection/node_modules/clsx/dist/clsx.min.js +1 -0
- package/dist/collection/node_modules/color-convert/conversions.js +839 -0
- package/dist/collection/node_modules/color-convert/index.js +81 -0
- package/dist/collection/node_modules/color-convert/route.js +97 -0
- package/dist/collection/node_modules/color-name/index.js +152 -0
- package/dist/collection/node_modules/isobject/index.cjs.js +14 -0
- package/dist/collection/node_modules/isobject/index.js +10 -0
- package/dist/collection/node_modules/jest-haste-map/build/HasteFS.js +179 -0
- package/dist/collection/node_modules/jest-haste-map/build/ModuleMap.js +305 -0
- package/dist/collection/node_modules/jest-haste-map/build/blacklist.js +59 -0
- package/dist/collection/node_modules/jest-haste-map/build/constants.js +52 -0
- package/dist/collection/node_modules/jest-haste-map/build/crawlers/node.js +320 -0
- package/dist/collection/node_modules/jest-haste-map/build/crawlers/watchman.js +327 -0
- package/dist/collection/node_modules/jest-haste-map/build/getMockName.js +76 -0
- package/dist/collection/node_modules/jest-haste-map/build/index.js +1245 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/FSEventsWatcher.js +295 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/WatchmanWatcher.js +442 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/dependencyExtractor.js +99 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/fast_path.js +81 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/getPlatformExtension.js +31 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/isRegExpSupported.js +22 -0
- package/dist/collection/node_modules/jest-haste-map/build/lib/normalizePathSep.js +75 -0
- package/dist/collection/node_modules/jest-haste-map/build/types.js +1 -0
- package/dist/collection/node_modules/jest-haste-map/build/worker.js +197 -0
- package/dist/collection/node_modules/jest-regex-util/build/index.js +45 -0
- package/dist/collection/node_modules/jest-util/build/ErrorWithStack.js +24 -0
- package/dist/collection/node_modules/jest-util/build/clearLine.js +18 -0
- package/dist/collection/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
- package/dist/collection/node_modules/jest-util/build/createDirectory.js +76 -0
- package/dist/collection/node_modules/jest-util/build/createProcessObject.js +134 -0
- package/dist/collection/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
- package/dist/collection/node_modules/jest-util/build/formatTime.js +24 -0
- package/dist/collection/node_modules/jest-util/build/globsToMatcher.js +109 -0
- package/dist/collection/node_modules/jest-util/build/index.js +198 -0
- package/dist/collection/node_modules/jest-util/build/installCommonGlobals.js +127 -0
- package/dist/collection/node_modules/jest-util/build/interopRequireDefault.js +22 -0
- package/dist/collection/node_modules/jest-util/build/isInteractive.js +31 -0
- package/dist/collection/node_modules/jest-util/build/isPromise.js +20 -0
- package/dist/collection/node_modules/jest-util/build/pluralize.js +16 -0
- package/dist/collection/node_modules/jest-util/build/preRunMessage.js +48 -0
- package/dist/collection/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
- package/dist/collection/node_modules/jest-util/build/setGlobal.js +19 -0
- package/dist/collection/node_modules/jest-util/build/specialChars.js +25 -0
- package/dist/collection/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
- package/dist/collection/node_modules/jest-util/build/tryRealpath.js +34 -0
- package/dist/collection/node_modules/jest-worker/build/Farm.js +203 -0
- package/dist/collection/node_modules/jest-worker/build/WorkerPool.js +49 -0
- package/dist/collection/node_modules/jest-worker/build/base/BaseWorkerPool.js +209 -0
- package/dist/collection/node_modules/jest-worker/build/index.js +203 -0
- package/dist/collection/node_modules/jest-worker/build/types.js +32 -0
- package/dist/collection/node_modules/jest-worker/build/workers/ChildProcessWorker.js +338 -0
- package/dist/collection/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +352 -0
- package/dist/collection/node_modules/jest-worker/build/workers/messageParent.js +51 -0
- package/dist/collection/node_modules/jest-worker/build/workers/processChild.js +156 -0
- package/dist/collection/node_modules/jest-worker/build/workers/threadChild.js +169 -0
- package/dist/collection/node_modules/loader-utils/lib/getCurrentRequest.js +16 -0
- package/dist/collection/node_modules/loader-utils/lib/getHashDigest.js +91 -0
- package/dist/collection/node_modules/loader-utils/lib/getOptions.js +20 -0
- package/dist/collection/node_modules/loader-utils/lib/getRemainingRequest.js +16 -0
- package/dist/collection/node_modules/loader-utils/lib/hash/BatchedHash.js +64 -0
- package/dist/collection/node_modules/loader-utils/lib/hash/md4.js +20 -0
- package/dist/collection/node_modules/loader-utils/lib/hash/wasm-hash.js +208 -0
- package/dist/collection/node_modules/loader-utils/lib/index.js +23 -0
- package/dist/collection/node_modules/loader-utils/lib/interpolateName.js +151 -0
- package/dist/collection/node_modules/loader-utils/lib/isUrlRequest.js +31 -0
- package/dist/collection/node_modules/loader-utils/lib/parseQuery.js +69 -0
- package/dist/collection/node_modules/loader-utils/lib/parseString.js +23 -0
- package/dist/collection/node_modules/loader-utils/lib/stringifyRequest.js +51 -0
- package/dist/collection/node_modules/loader-utils/lib/urlToRequest.js +60 -0
- package/dist/collection/node_modules/prettier/bin-prettier.js +18002 -0
- package/dist/collection/node_modules/prettier/doc.js +3996 -0
- package/dist/collection/node_modules/prettier/index.js +60992 -0
- package/dist/collection/node_modules/prettier/parser-angular.js +46 -0
- package/dist/collection/node_modules/prettier/parser-babel.js +1 -0
- package/dist/collection/node_modules/prettier/parser-espree.js +1 -0
- package/dist/collection/node_modules/prettier/parser-flow.js +1 -0
- package/dist/collection/node_modules/prettier/parser-glimmer.js +1 -0
- package/dist/collection/node_modules/prettier/parser-graphql.js +1 -0
- package/dist/collection/node_modules/prettier/parser-html.js +111 -0
- package/dist/collection/node_modules/prettier/parser-markdown.js +13 -0
- package/dist/collection/node_modules/prettier/parser-meriyah.js +1 -0
- package/dist/collection/node_modules/prettier/parser-postcss.js +1 -0
- package/dist/collection/node_modules/prettier/parser-typescript.js +1 -0
- package/dist/collection/node_modules/prettier/parser-yaml.js +15 -0
- package/dist/collection/node_modules/prettier/standalone.js +55 -0
- package/dist/collection/node_modules/prettier/third-party.js +10663 -0
- package/dist/collection/node_modules/react-syntax-highlighter/create-element.js +1 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/create-language-async-loader.js +48 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/hljs.js +959 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/prism.js +1144 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-syntax-highlighter.js +201 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/checkForListedLanguage.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/create-element.js +78 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/default-highlight.js +21 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/highlight.js +401 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/index.js +71 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/1c.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/abnf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/accesslog.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/actionscript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ada.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/angelscript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/apache.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/applescript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/arcade.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/arduino.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/armasm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/asciidoc.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/aspectj.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/autohotkey.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/autoit.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/avrasm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/awk.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/axapta.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/bash.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/basic.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/bnf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/brainfuck.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/c-like.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/c.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cal.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/capnproto.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ceylon.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clean.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clojure-repl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clojure.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cmake.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/coffeescript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/coq.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cos.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cpp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/crmsh.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/crystal.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cs.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/csharp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/csp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/css.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/d.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dart.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/delphi.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/diff.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/django.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dns.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dockerfile.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dos.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dsconfig.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dts.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dust.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ebnf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/elixir.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/elm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erb.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erlang-repl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erlang.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/excel.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fix.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/flix.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fortran.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fsharp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gams.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gauss.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gcode.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gherkin.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/glsl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/go.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/golo.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gradle.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/groovy.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/handlebars.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haskell.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haxe.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/hsp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/htmlbars.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/http.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/hy.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/index.js +1519 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/inform7.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ini.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/irpf90.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/isbl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/java.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/javascript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/jboss-cli.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/json.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/julia-repl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/julia.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/kotlin.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lasso.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/latex.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ldif.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/leaf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/less.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lisp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/livecodeserver.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/livescript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/llvm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lsl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lua.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/makefile.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/markdown.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mathematica.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/matlab.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/maxima.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mel.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mercury.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mipsasm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mizar.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mojolicious.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/monkey.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/moonscript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/n1ql.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nginx.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nim.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nimrod.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nix.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nsis.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/objectivec.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ocaml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/openscad.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/oxygene.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/parser3.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/perl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pgsql.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/php-template.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/php.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/plaintext.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pony.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/powershell.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/processing.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/profile.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/prolog.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/properties.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/protobuf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/puppet.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/purebasic.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/python-repl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/python.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/q.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/qml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/r.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/reasonml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rib.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/roboconf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/routeros.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rsl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ruby.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ruleslanguage.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rust.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sas.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scala.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scheme.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scilab.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scss.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/shell.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/smali.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/smalltalk.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sqf.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sql.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stan.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stata.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/step21.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stylus.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/subunit.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/supported-languages.js +11 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/swift.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/taggerscript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tap.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tcl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tex.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/thrift.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tp.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/twig.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/typescript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vala.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbnet.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbscript-html.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbscript.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/verilog.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vhdl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vim.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/x86asm.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xl.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xquery.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/yaml.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/zephir.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/abap.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/abnf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/actionscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ada.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/agda.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/al.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/antlr4.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/apacheconf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/apl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/applescript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/aql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/arduino.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/arff.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/asciidoc.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/asm6502.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/aspnet.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/autohotkey.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/autoit.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bash.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/basic.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/batch.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bbcode.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bison.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bnf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/brainfuck.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/brightscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bro.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/c.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cil.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/clike.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/clojure.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cmake.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/coffeescript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/concurnas.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/core.js +13 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cpp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/crystal.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/csharp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/csp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/css-extras.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/css.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cypher.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/d.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dart.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dax.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dhall.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/diff.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/django.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dns-zone-file.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/docker.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ebnf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/editorconfig.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/eiffel.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ejs.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/elixir.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/elm.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/erb.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/erlang.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/etlua.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/excel-formula.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/factor.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/firestore-security-rules.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/flow.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/fortran.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/fsharp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ftl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gcode.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gdscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gedcom.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gherkin.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/git.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/glsl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/go.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/graphql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/groovy.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/handlebars.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haskell.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haxe.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hcl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hlsl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hpkp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hsts.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/http.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ichigojam.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/icon.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/iecst.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ignore.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/index.js +1815 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/inform7.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ini.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/io.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/j.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/java.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javadoc.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javadoclike.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javascript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javastacktrace.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jolie.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jq.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/js-extras.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/js-templates.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsdoc.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/json.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/json5.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsonp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsstacktrace.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsx.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/julia.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/keyman.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/kotlin.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/latex.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/latte.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/less.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lilypond.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/liquid.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lisp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/livescript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/llvm.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lolcode.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lua.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/makefile.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markdown.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markup-templating.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markup.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/matlab.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/mel.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/mizar.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/monkey.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/moonscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/n1ql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/n4js.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nand2tetris-hdl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nasm.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/neon.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nginx.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nim.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nix.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nsis.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/objectivec.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ocaml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/opencl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/oz.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/parigp.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/parser.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pascal.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pascaligo.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pcaxis.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/peoplecode.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/perl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/php-extras.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/php.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/phpdoc.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/plsql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/powerquery.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/powershell.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/processing.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/prolog.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/properties.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/protobuf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pug.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/puppet.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pure.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/purebasic.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/python.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/q.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/qml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/qore.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/r.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/racket.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/reason.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/regex.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/renpy.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rest.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rip.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/roboconf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/robotframework.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ruby.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rust.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sas.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sass.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scala.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scheme.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scss.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/shell-session.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smali.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smalltalk.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smarty.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solidity.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solution-file.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/soy.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sparql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/splunk-spl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sqf.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sql.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/stylus.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/supported-languages.js +11 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/swift.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-cs.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-templating.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-vb.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tap.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tcl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/textile.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/toml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tsx.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tt2.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/turtle.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/twig.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/typescript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/unrealscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vala.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vbnet.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/velocity.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/verilog.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vhdl.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vim.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/visual-basic.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/warpscript.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wasm.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wiki.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xeora.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xml-doc.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xojo.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xquery.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yaml.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yang.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/zig.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/light-async.js +34 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/light.js +17 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-async-light.js +32 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-async.js +27 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-light.js +21 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism.js +21 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/a11y-dark.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/a11y-light.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/agate.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/an-old-hope.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/androidstudio.js +88 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/arduino-light.js +120 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/arta.js +107 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ascetic.js +74 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-cave-dark.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-cave-light.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-dune-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-dune-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-estuary-dark.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-estuary-light.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-forest-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-forest-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-heath-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-heath-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-lakeside-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-lakeside-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-plateau-dark.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-plateau-light.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-savanna-dark.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-savanna-light.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-seaside-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-seaside-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-sulphurpool-dark.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-sulphurpool-light.js +97 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-dark-reasonable.js +148 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-dark.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-light.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/brown-paper.js +98 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/codepen-embed.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/color-brewer.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/darcula.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dark.js +98 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/darkula.js +8 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/default-style.js +120 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/docco.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dracula.js +98 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/far.js +110 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/foundation.js +105 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github-gist.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gml.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/googlecode.js +120 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gradient-dark.js +138 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/grayscale.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gruvbox-dark.js +150 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gruvbox-light.js +150 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/hopscotch.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/hybrid.js +133 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/idea.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/index.js +759 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ir-black.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/isbl-editor-dark.js +135 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/isbl-editor-light.js +135 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/kimbie.dark.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/kimbie.light.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/lightfair.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/lioshi.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/magula.js +108 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/mono-blue.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/monokai-sublime.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/monokai.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/night-owl.js +151 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nnfx-dark.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nnfx.js +123 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nord.js +243 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/obsidian.js +124 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ocean.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/paraiso-dark.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/paraiso-light.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/pojoaque.js +111 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/purebasic.js +125 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/qtcreator_dark.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/qtcreator_light.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/railscasts.js +115 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/rainbow.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/routeros.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/school-book.js +107 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/shades-of-purple.js +110 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/solarized-dark.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/solarized-light.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/srcery.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/sunburst.js +112 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-blue.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-bright.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-eighties.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs.js +100 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs2015.js +143 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/xcode.js +128 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/xt256.js +108 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/zenburn.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js +153 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.js +160 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.js +204 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.js +200 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js +257 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.js +208 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.js +225 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.js +168 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.js +185 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.js +155 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.js +263 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.js +202 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.js +210 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.js +206 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.js +159 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.js +163 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.js +168 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.js +199 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.js +255 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.js +175 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.js +190 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.js +160 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.js +257 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs-dark.js +162 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js +212 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.js +227 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.js +217 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js +35 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js +948 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js +1133 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js +188 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js +4 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/create-element.js +60 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js +7 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/highlight.js +389 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/index.js +8 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/1c.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/abnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/accesslog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/actionscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ada.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/angelscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/apache.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/applescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/arcade.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/arduino.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/armasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/asciidoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/aspectj.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/autohotkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/autoit.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/avrasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/awk.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/axapta.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/bash.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/basic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/bnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/brainfuck.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/c-like.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/c.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/capnproto.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ceylon.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clean.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clojure-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clojure.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cmake.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/coffeescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/coq.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cos.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cpp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/crmsh.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/crystal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cs.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/csharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/csp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/css.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/d.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dart.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/delphi.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/diff.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/django.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dns.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dockerfile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dos.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dsconfig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dts.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dust.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ebnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/elixir.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/elm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erb.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erlang-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erlang.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/excel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/flix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fortran.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fsharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gams.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gauss.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gcode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gherkin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/glsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/go.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/golo.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gradle.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/groovy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/handlebars.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haskell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haxe.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/hsp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/htmlbars.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/http.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/hy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/index.js +189 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/inform7.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ini.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/irpf90.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/isbl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/java.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/javascript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/jboss-cli.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/json.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/julia-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/julia.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/kotlin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lasso.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/latex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ldif.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/leaf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/less.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lisp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/livecodeserver.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/livescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/llvm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lua.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/makefile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/markdown.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mathematica.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/matlab.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/maxima.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mercury.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mipsasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mizar.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mojolicious.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/monkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/moonscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/n1ql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nginx.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nimrod.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nsis.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/objectivec.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ocaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/openscad.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/oxygene.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/parser3.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/perl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pgsql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/php-template.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/php.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/plaintext.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pony.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/powershell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/processing.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/profile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/prolog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/properties.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/protobuf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/puppet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/purebasic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/python-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/python.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/q.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/qml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/r.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/reasonml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rib.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/roboconf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/routeros.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ruby.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ruleslanguage.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rust.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sas.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scheme.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scilab.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scss.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/shell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/smali.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/smalltalk.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sqf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stan.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stata.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/step21.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stylus.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/subunit.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js +4 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/swift.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/taggerscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tap.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tcl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/thrift.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/twig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/typescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbnet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbscript-html.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/verilog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vhdl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/x86asm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xquery.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/yaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/zephir.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/abap.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/abnf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/actionscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ada.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/agda.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/al.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/antlr4.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/apacheconf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/apl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/applescript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/aql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/arduino.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/arff.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/asciidoc.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/asm6502.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/aspnet.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/autohotkey.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/autoit.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bash.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/basic.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/batch.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bbcode.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bison.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bnf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/brainfuck.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/brightscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bro.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/c.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cil.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/clike.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/clojure.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cmake.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/coffeescript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/concurnas.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/core.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cpp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/crystal.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/csharp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/csp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/css-extras.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/css.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cypher.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/d.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dart.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dax.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dhall.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/diff.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/django.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dns-zone-file.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/docker.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ebnf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/editorconfig.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/eiffel.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ejs.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/elixir.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/elm.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/erb.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/erlang.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/etlua.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/excel-formula.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/factor.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/firestore-security-rules.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/flow.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/fortran.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/fsharp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ftl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gcode.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gdscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gedcom.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gherkin.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/git.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/glsl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/go.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/graphql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/groovy.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/handlebars.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haskell.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haxe.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hcl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hlsl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hpkp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hsts.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/http.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ichigojam.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/icon.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/iecst.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ignore.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/index.js +226 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/inform7.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ini.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/io.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/j.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/java.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javadoc.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javadoclike.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javascript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javastacktrace.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jolie.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jq.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/js-extras.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/js-templates.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsdoc.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/json.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/json5.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsonp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsstacktrace.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/julia.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/keyman.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/kotlin.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/latex.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/latte.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/less.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lilypond.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/liquid.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lisp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/livescript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/llvm.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lolcode.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lua.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/makefile.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markdown.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markup-templating.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markup.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/matlab.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/mel.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/mizar.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/monkey.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/moonscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/n1ql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/n4js.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nand2tetris-hdl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nasm.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/neon.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nginx.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nim.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nix.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nsis.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/objectivec.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ocaml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/opencl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/oz.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/parigp.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/parser.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pascal.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pascaligo.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pcaxis.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/peoplecode.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/perl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/php-extras.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/php.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/phpdoc.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/plsql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/powerquery.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/powershell.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/processing.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/prolog.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/properties.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/protobuf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pug.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/puppet.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pure.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/purebasic.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/q.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/qml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/qore.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/r.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/racket.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/reason.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/regex.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/renpy.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rest.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rip.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/roboconf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/robotframework.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ruby.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rust.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sas.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sass.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scala.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scheme.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scss.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/shell-session.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smali.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smalltalk.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smarty.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solidity.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solution-file.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/soy.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sparql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/splunk-spl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sqf.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sql.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/stylus.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js +4 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/swift.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-cs.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-templating.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-vb.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tap.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tcl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/textile.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/toml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tt2.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/turtle.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/twig.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/typescript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/unrealscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vala.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vbnet.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/velocity.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/verilog.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vhdl.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vim.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/visual-basic.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/warpscript.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wasm.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wiki.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xeora.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xml-doc.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xojo.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xquery.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yaml.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yang.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/zig.js +3 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/light-async.js +20 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/light.js +5 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js +19 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-async.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-light.js +9 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism.js +7 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/a11y-dark.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/a11y-light.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/agate.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/an-old-hope.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/androidstudio.js +81 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arduino-light.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arta.js +100 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ascetic.js +67 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-dune-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-dune-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-forest-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-forest-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-savanna-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-savanna-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark-reasonable.js +141 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-light.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/brown-paper.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/codepen-embed.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/color-brewer.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/darcula.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/darkula.js +1 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/docco.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dracula.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/far.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/foundation.js +98 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/github-gist.js +95 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/github.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gml.js +112 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/googlecode.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gradient-dark.js +131 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/grayscale.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gruvbox-dark.js +143 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gruvbox-light.js +143 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/hopscotch.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/hybrid.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/idea.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/index.js +94 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ir-black.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-dark.js +128 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-light.js +128 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.dark.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.light.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lightfair.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lioshi.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/magula.js +101 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/mono-blue.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai-sublime.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/night-owl.js +144 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nnfx-dark.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nnfx.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nord.js +236 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/obsidian.js +117 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ocean.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-dark.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-light.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/pojoaque.js +104 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/purebasic.js +118 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_dark.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_light.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/railscasts.js +108 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/rainbow.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/routeros.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/school-book.js +100 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/shades-of-purple.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/solarized-dark.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/solarized-light.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/srcery.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/sunburst.js +105 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-blue.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-bright.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-eighties.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/vs.js +93 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/vs2015.js +136 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xcode.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xt256.js +101 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/zenburn.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/a11y-dark.js +146 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/atom-dark.js +153 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/base16-ateliersulphurpool.light.js +197 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/cb.js +193 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/coy.js +250 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/darcula.js +201 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/dark.js +154 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/dracula.js +154 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-dark.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-earth.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-forest.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-light.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-sea.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-space.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/funky.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/ghcolors.js +178 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/hopscotch.js +148 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/index.js +32 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-dark.js +195 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-light.js +203 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-oceanic.js +199 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/nord.js +152 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/okaidia.js +156 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/pojoaque.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js +192 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/shades-of-purple.js +248 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/solarizedlight.js +168 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/synthwave84.js +183 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/tomorrow.js +153 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/twilight.js +250 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs-dark.js +155 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs.js +205 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vsc-dark-plus.js +220 -0
- package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/xonokai.js +210 -0
- package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-languages-highlightjs.js +127 -0
- package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-languages-refractor.js +127 -0
- package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-stylesheets-highlightjs.js +131 -0
- package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-stylesheets-refractor.js +136 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/create-language-async-loader.js +6 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/hljs.js +192 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/prism.js +229 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/async-syntax-highlighter.js +155 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/checkForListedLanguage.js +4 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/create-element.js +69 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/default-highlight.js +9 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/highlight.js +406 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/index.js +11 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/1c.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/abnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/accesslog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/actionscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ada.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/angelscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/apache.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/applescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/arcade.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/arduino.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/armasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/asciidoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/aspectj.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/autohotkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/autoit.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/avrasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/awk.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/axapta.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/bash.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/basic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/bnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/brainfuck.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/c-like.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/c.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/capnproto.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ceylon.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clean.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clojure-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clojure.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cmake.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/coffeescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/coq.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cos.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cpp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/crmsh.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/crystal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cs.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/csharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/csp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/css.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/d.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dart.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/delphi.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/diff.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/django.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dns.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dockerfile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dos.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dsconfig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dts.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dust.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ebnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/elixir.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/elm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erb.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erlang-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erlang.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/excel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/flix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fortran.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fsharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gams.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gauss.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gcode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gherkin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/glsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/go.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/golo.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gradle.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/groovy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/handlebars.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haskell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haxe.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/hsp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/htmlbars.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/http.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/hy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/index.js +189 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/inform7.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ini.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/irpf90.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/isbl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/java.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/javascript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/jboss-cli.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/json.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/julia-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/julia.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/kotlin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lasso.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/latex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ldif.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/leaf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/less.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lisp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/livecodeserver.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/livescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/llvm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lua.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/makefile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/markdown.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mathematica.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/matlab.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/maxima.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mercury.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mipsasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mizar.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mojolicious.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/monkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/moonscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/n1ql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nginx.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nimrod.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nsis.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/objectivec.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ocaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/openscad.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/oxygene.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/parser3.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/perl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pgsql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/php-template.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/php.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/plaintext.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pony.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/powershell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/processing.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/profile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/prolog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/properties.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/protobuf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/puppet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/purebasic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/python-repl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/python.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/q.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/qml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/r.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/reasonml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rib.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/roboconf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/routeros.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ruby.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ruleslanguage.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rust.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sas.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scheme.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scilab.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scss.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/shell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/smali.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/smalltalk.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sqf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stan.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stata.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/step21.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stylus.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/subunit.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/supported-languages.js +195 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/swift.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/taggerscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tap.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tcl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/thrift.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/twig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/typescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbnet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbscript-html.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/verilog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vhdl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/x86asm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xquery.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/yaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/zephir.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/abap.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/abnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/actionscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ada.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/agda.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/al.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/antlr4.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/apacheconf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/apl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/applescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/aql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/arduino.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/arff.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/asciidoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/asm6502.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/aspnet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/autohotkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/autoit.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bash.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/basic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/batch.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bbcode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bison.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/brainfuck.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/brightscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bro.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/c.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cil.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/clike.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/clojure.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cmake.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/coffeescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/concurnas.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/core.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cpp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/crystal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/csharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/csp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/css-extras.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/css.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cypher.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/d.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dart.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dax.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dhall.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/diff.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/django.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dns-zone-file.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/docker.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ebnf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/editorconfig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/eiffel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ejs.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/elixir.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/elm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/erb.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/erlang.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/etlua.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/excel-formula.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/factor.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/firestore-security-rules.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/flow.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/fortran.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/fsharp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ftl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gcode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gdscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gedcom.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gherkin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/git.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/glsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/go.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/graphql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/groovy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/handlebars.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haskell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haxe.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hcl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hlsl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hpkp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hsts.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/http.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ichigojam.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/icon.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/iecst.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ignore.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/index.js +226 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/inform7.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ini.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/io.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/j.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/java.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javadoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javadoclike.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javascript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javastacktrace.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jolie.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jq.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/js-extras.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/js-templates.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsdoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/json.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/json5.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsonp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsstacktrace.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsx.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/julia.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/keyman.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/kotlin.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/latex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/latte.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/less.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lilypond.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/liquid.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lisp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/livescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/llvm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lolcode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lua.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/makefile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markdown.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markup-templating.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markup.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/matlab.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/mel.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/mizar.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/monkey.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/moonscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/n1ql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/n4js.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nand2tetris-hdl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/neon.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nginx.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nix.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nsis.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/objectivec.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ocaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/opencl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/oz.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/parigp.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/parser.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pascal.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pascaligo.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pcaxis.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/peoplecode.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/perl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/php-extras.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/php.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/phpdoc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/plsql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/powerquery.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/powershell.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/processing.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/prolog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/properties.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/protobuf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pug.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/puppet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pure.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/purebasic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/python.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/q.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/qml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/qore.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/r.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/racket.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/reason.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/regex.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/renpy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rest.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rip.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/roboconf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/robotframework.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ruby.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rust.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sas.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sass.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scheme.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scss.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/shell-session.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smali.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smalltalk.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smarty.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/solidity.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/solution-file.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/soy.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sparql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/splunk-spl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sqf.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sql.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/stylus.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/supported-languages.js +232 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/swift.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-cs.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-templating.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-vb.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tap.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tcl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/textile.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/toml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tsx.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tt2.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/turtle.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/twig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/typescript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/unrealscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vala.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vbnet.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/velocity.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/verilog.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vhdl.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vim.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/visual-basic.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/warpscript.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/wasm.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/wiki.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xeora.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xml-doc.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xojo.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xquery.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/yaml.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/yang.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/zig.js +2 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/light-async.js +20 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/light.js +7 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/prism-async-light.js +19 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/prism-async.js +14 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/prism-light.js +8 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/prism.js +9 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/a11y-dark.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/a11y-light.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/agate.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/an-old-hope.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/androidstudio.js +81 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/arduino-light.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/arta.js +100 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ascetic.js +67 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-cave-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-cave-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-dune-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-dune-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-estuary-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-estuary-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-forest-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-forest-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-heath-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-heath-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-lakeside-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-lakeside-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-plateau-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-plateau-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-savanna-dark.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-savanna-light.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-seaside-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-seaside-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-sulphurpool-dark.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-sulphurpool-light.js +90 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-dark-reasonable.js +141 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-dark.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-light.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/brown-paper.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/codepen-embed.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/color-brewer.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/darcula.js +106 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/dark.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/darkula.js +1 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/default-style.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/docco.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/dracula.js +91 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/far.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/foundation.js +98 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/github-gist.js +95 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/github.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gml.js +112 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/googlecode.js +113 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gradient-dark.js +131 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/grayscale.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gruvbox-dark.js +143 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gruvbox-light.js +143 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/hopscotch.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/hybrid.js +126 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/idea.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/index.js +94 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ir-black.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/isbl-editor-dark.js +128 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/isbl-editor-light.js +128 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/kimbie.dark.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/kimbie.light.js +99 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/lightfair.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/lioshi.js +102 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/magula.js +101 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/mono-blue.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/monokai-sublime.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/monokai.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/night-owl.js +144 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nnfx-dark.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nnfx.js +116 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nord.js +236 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/obsidian.js +117 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ocean.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/paraiso-dark.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/paraiso-light.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/pojoaque.js +104 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/purebasic.js +118 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/qtcreator_dark.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/qtcreator_light.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/railscasts.js +108 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/rainbow.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/routeros.js +119 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/school-book.js +100 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/shades-of-purple.js +103 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/solarized-dark.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/solarized-light.js +114 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/srcery.js +109 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/sunburst.js +105 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-blue.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-bright.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-eighties.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/vs.js +93 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/vs2015.js +136 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/xcode.js +121 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/xt256.js +101 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/zenburn.js +96 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/a11y-dark.js +146 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/atom-dark.js +153 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/base16-ateliersulphurpool.light.js +197 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/cb.js +193 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/coy.js +250 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/darcula.js +201 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/dark.js +154 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/dracula.js +154 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-dark.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-earth.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-forest.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-light.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-sea.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-space.js +218 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/funky.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/ghcolors.js +178 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/hopscotch.js +148 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/index.js +32 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-dark.js +195 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-light.js +203 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-oceanic.js +199 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/nord.js +152 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/okaidia.js +156 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/pojoaque.js +161 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/prism.js +192 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/shades-of-purple.js +248 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/solarizedlight.js +168 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/synthwave84.js +183 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/tomorrow.js +153 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/twilight.js +250 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vs-dark.js +155 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vs.js +205 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vsc-dark-plus.js +220 -0
- package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/xonokai.js +210 -0
- package/dist/collection/node_modules/supports-color/browser.js +5 -0
- package/dist/collection/node_modules/supports-color/index.js +135 -0
- package/dist/collection/node_modules/telejson/dist/cjs/dom-event.js +46 -0
- package/dist/collection/node_modules/telejson/dist/cjs/index.js +477 -0
- package/dist/collection/node_modules/telejson/dist/cjs/typings.d.js +1 -0
- package/dist/collection/node_modules/telejson/dist/esm/dom-event.js +39 -0
- package/dist/collection/node_modules/telejson/dist/esm/index.js +448 -0
- package/dist/collection/node_modules/telejson/dist/esm/typings.d.js +0 -0
- package/dist/collection/node_modules/write-file-atomic/index.js +259 -0
- package/dist/components/icon/tmp/components/{utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.spec.d.ts → utrecht-icon-blad/utrecht-icon-blad.spec.d.ts} +0 -0
- package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.spec.js +6 -0
- package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
- package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.js +21 -0
- package/dist/components/icon/tmp/components/utrecht-icon-openingstijden/utrecht-icon-openingstijden.stencil.js +1 -1
- package/dist/components/icon/tmp/components/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil.js +1 -1
- package/dist/components/utrecht-icon-blad.d.ts +11 -0
- package/dist/components/utrecht-icon-blad.js +36 -0
- package/dist/components/utrecht-icon-openingstijden.js +1 -1
- package/dist/components/utrecht-icon-zwemmen.js +1 -1
- package/dist/esm/{clsx.m-071989db.js → clsx.m-0f299411.js} +0 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/utrecht-backdrop.entry.js +1 -1
- package/dist/esm/utrecht-breadcrumb.entry.js +1 -1
- package/dist/esm/utrecht-button_2.entry.js +1 -1
- package/dist/esm/utrecht-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-custom-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-form-field-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-form-field-description.entry.js +1 -1
- package/dist/esm/utrecht-form-field-textarea.entry.js +1 -1
- package/dist/esm/utrecht-form-field-textbox.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js +1 -1
- package/dist/esm/utrecht-heading-2_3.entry.js +1 -1
- package/dist/esm/utrecht-icon-blad.entry.js +12 -0
- package/dist/esm/utrecht-icon-openingstijden.entry.js +1 -1
- package/dist/esm/utrecht-icon-zwemmen.entry.js +1 -1
- package/dist/esm/utrecht-pagination.entry.js +1 -1
- package/dist/esm/utrecht-sidenav.entry.js +1 -1
- package/dist/esm/utrecht-textbox.entry.js +1 -1
- package/dist/esm/utrecht.js +1 -1
- package/dist/packages/web-component-library-stencil/dist/components/utrecht-icon-blad.d.ts +11 -0
- package/dist/packages/web-component-library-stencil/dist/types/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
- package/dist/packages/web-component-library-stencil/stencil.config.js +4 -7
- package/dist/types/components.d.ts +13 -13
- package/dist/types/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
- package/dist/utrecht/p-0db09ca0.entry.js +1 -0
- package/dist/utrecht/p-0e027c1e.entry.js +1 -0
- package/dist/utrecht/{p-4070c1e5.js → p-16f135ca.js} +0 -0
- package/dist/utrecht/p-1b3e77d6.entry.js +1 -0
- package/dist/utrecht/p-258086d9.entry.js +1 -0
- package/dist/utrecht/p-2c95eb21.entry.js +1 -0
- package/dist/utrecht/p-4f57c556.entry.js +1 -0
- package/dist/utrecht/p-5189e4ba.entry.js +1 -0
- package/dist/utrecht/p-55dcc81a.entry.js +1 -0
- package/dist/utrecht/p-5cecd99f.entry.js +1 -0
- package/dist/utrecht/p-5d2ba7a4.entry.js +1 -0
- package/dist/utrecht/p-6bc561ee.entry.js +1 -0
- package/dist/utrecht/p-7dee435a.entry.js +1 -0
- package/dist/utrecht/p-7fe20fde.entry.js +1 -0
- package/dist/utrecht/p-bdd8e7c2.entry.js +1 -0
- package/dist/utrecht/p-effbd0a0.entry.js +1 -0
- package/dist/utrecht/p-fa7f9467.entry.js +1 -0
- package/dist/utrecht/p-fd5d061b.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
- package/dist/cjs/utrecht-icon-dementie-copy-3.cjs.entry.js +0 -16
- package/dist/collection/icon/stencil.config.js +0 -19
- package/dist/collection/icon/tmp/components/icons.js +0 -118
- package/dist/collection/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.js +0 -10
- package/dist/collection/node_modules/@trysound/sax/lib/sax.js +0 -1413
- package/dist/collection/node_modules/commander/index.js +0 -2217
- package/dist/collection/node_modules/css-tree/data/index.js +0 -103
- package/dist/collection/node_modules/css-tree/dist/csstree.js +0 -12606
- package/dist/collection/node_modules/css-tree/dist/csstree.min.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/common/List.js +0 -576
- package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +0 -91
- package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +0 -82
- package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +0 -219
- package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +0 -10
- package/dist/collection/node_modules/css-tree/lib/convertor/create.js +0 -28
- package/dist/collection/node_modules/css-tree/lib/convertor/index.js +0 -3
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +0 -14
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +0 -129
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +0 -6
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +0 -568
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +0 -55
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +0 -52
- package/dist/collection/node_modules/css-tree/lib/generator/create.js +0 -66
- package/dist/collection/node_modules/css-tree/lib/generator/index.js +0 -4
- package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +0 -95
- package/dist/collection/node_modules/css-tree/lib/index.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +0 -466
- package/dist/collection/node_modules/css-tree/lib/lexer/error.js +0 -127
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +0 -236
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +0 -159
- package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +0 -585
- package/dist/collection/node_modules/css-tree/lib/lexer/index.js +0 -3
- package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +0 -455
- package/dist/collection/node_modules/css-tree/lib/lexer/match.js +0 -639
- package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +0 -73
- package/dist/collection/node_modules/css-tree/lib/lexer/search.js +0 -65
- package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +0 -163
- package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +0 -79
- package/dist/collection/node_modules/css-tree/lib/parser/create.js +0 -304
- package/dist/collection/node_modules/css-tree/lib/parser/index.js +0 -4
- package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +0 -54
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +0 -8
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +0 -40
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +0 -12
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +0 -12
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +0 -89
- package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +0 -9
- package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +0 -140
- package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +0 -25
- package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +0 -3
- package/dist/collection/node_modules/css-tree/lib/syntax/create.js +0 -77
- package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +0 -43
- package/dist/collection/node_modules/css-tree/lib/syntax/index.js +0 -21
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +0 -297
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +0 -107
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +0 -51
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +0 -165
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +0 -91
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +0 -34
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +0 -19
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +0 -19
- package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +0 -29
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +0 -55
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +0 -36
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +0 -169
- package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +0 -49
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +0 -29
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +0 -40
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +0 -26
- package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +0 -27
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +0 -20
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +0 -76
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +0 -68
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +0 -36
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +0 -51
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +0 -18
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +0 -21
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +0 -34
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +0 -27
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +0 -61
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +0 -62
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +0 -66
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +0 -87
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +0 -54
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +0 -32
- package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +0 -39
- package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +0 -18
- package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +0 -81
- package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +0 -53
- package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +0 -173
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +0 -69
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +0 -19
- package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +0 -26
- package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +0 -42
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +0 -9
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +0 -9
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +0 -12
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +0 -1
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +0 -7
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +0 -3
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +0 -87
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +0 -5
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +0 -80
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +0 -5
- package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +0 -249
- package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +0 -40
- package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +0 -591
- package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +0 -243
- package/dist/collection/node_modules/css-tree/lib/utils/clone.js +0 -21
- package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +0 -17
- package/dist/collection/node_modules/css-tree/lib/utils/names.js +0 -104
- package/dist/collection/node_modules/css-tree/lib/walker/create.js +0 -284
- package/dist/collection/node_modules/css-tree/lib/walker/index.js +0 -4
- package/dist/collection/node_modules/mdn-data/api/index.js +0 -3
- package/dist/collection/node_modules/mdn-data/css/index.js +0 -8
- package/dist/collection/node_modules/mdn-data/index.js +0 -5
- package/dist/collection/node_modules/mdn-data/l10n/index.js +0 -3
- package/dist/collection/node_modules/svgo/dist/svgo.browser.js +0 -1
- package/dist/collection/node_modules/svgo/lib/css-tools.js +0 -239
- package/dist/collection/node_modules/svgo/lib/parser.js +0 -259
- package/dist/collection/node_modules/svgo/lib/path.js +0 -347
- package/dist/collection/node_modules/svgo/lib/stringifier.js +0 -326
- package/dist/collection/node_modules/svgo/lib/style.js +0 -283
- package/dist/collection/node_modules/svgo/lib/svgo/coa.js +0 -517
- package/dist/collection/node_modules/svgo/lib/svgo/config.js +0 -138
- package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +0 -72
- package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +0 -120
- package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +0 -232
- package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +0 -443
- package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +0 -109
- package/dist/collection/node_modules/svgo/lib/svgo/tools.js +0 -137
- package/dist/collection/node_modules/svgo/lib/svgo-node.js +0 -106
- package/dist/collection/node_modules/svgo/lib/svgo.js +0 -83
- package/dist/collection/node_modules/svgo/lib/xast.js +0 -102
- package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +0 -335
- package/dist/collection/node_modules/svgo/plugins/_collections.js +0 -2168
- package/dist/collection/node_modules/svgo/plugins/_path.js +0 -816
- package/dist/collection/node_modules/svgo/plugins/_transforms.js +0 -379
- package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +0 -87
- package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +0 -87
- package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +0 -55
- package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +0 -75
- package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +0 -297
- package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +0 -154
- package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +0 -113
- package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +0 -135
- package/dist/collection/node_modules/svgo/plugins/convertColors.js +0 -152
- package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +0 -39
- package/dist/collection/node_modules/svgo/plugins/convertPathData.js +0 -1023
- package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +0 -175
- package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +0 -132
- package/dist/collection/node_modules/svgo/plugins/convertTransform.js +0 -432
- package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +0 -379
- package/dist/collection/node_modules/svgo/plugins/mergePaths.js +0 -104
- package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +0 -93
- package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +0 -148
- package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +0 -130
- package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +0 -62
- package/dist/collection/node_modules/svgo/plugins/plugins.js +0 -56
- package/dist/collection/node_modules/svgo/plugins/prefixIds.js +0 -241
- package/dist/collection/node_modules/svgo/plugins/preset-default.js +0 -80
- package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +0 -99
- package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +0 -159
- package/dist/collection/node_modules/svgo/plugins/removeComments.js +0 -31
- package/dist/collection/node_modules/svgo/plugins/removeDesc.js +0 -41
- package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +0 -43
- package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +0 -42
- package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +0 -68
- package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +0 -78
- package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +0 -33
- package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +0 -58
- package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +0 -57
- package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +0 -318
- package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +0 -29
- package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +0 -38
- package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +0 -138
- package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +0 -33
- package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +0 -29
- package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +0 -29
- package/dist/collection/node_modules/svgo/plugins/removeTitle.js +0 -29
- package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +0 -218
- package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +0 -61
- package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +0 -65
- package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +0 -144
- package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +0 -51
- package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +0 -30
- package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +0 -30
- package/dist/collection/node_modules/svgo/plugins/reusePaths.js +0 -113
- package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +0 -113
- package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +0 -60
- package/dist/components/icon/stencil.config.d.ts +0 -2
- package/dist/components/icon/stencil.config.js +0 -19
- package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.spec.js +0 -6
- package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.d.ts +0 -3
- package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.js +0 -21
- package/dist/components/utrecht-icon-dementie-copy-3.d.ts +0 -11
- package/dist/components/utrecht-icon-dementie-copy-3.js +0 -36
- package/dist/esm/utrecht-icon-dementie-copy-3.entry.js +0 -12
- package/dist/packages/web-component-library-stencil/dist/components/utrecht-icon-dementie-copy-3.d.ts +0 -11
- package/dist/packages/web-component-library-stencil/dist/types/icon/stencil.config.d.ts +0 -2
- package/dist/packages/web-component-library-stencil/dist/types/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.d.ts +0 -3
- package/dist/packages/web-component-library-stencil/patch-angular.d.ts +0 -6
- package/dist/packages/web-component-library-stencil/patch-angular.js +0 -23
- package/dist/types/home/runner/work/utrecht/utrecht/packages/web-component-library-stencil/.stencil/packages/web-component-library-stencil/patch-angular.d.ts +0 -6
- package/dist/types/icon/stencil.config.d.ts +0 -2
- package/dist/types/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.d.ts +0 -3
- package/dist/utrecht/p-0194fa7f.entry.js +0 -1
- package/dist/utrecht/p-0cdc3aec.entry.js +0 -1
- package/dist/utrecht/p-11ed0b35.entry.js +0 -1
- package/dist/utrecht/p-2aa38502.entry.js +0 -1
- package/dist/utrecht/p-33dd7291.entry.js +0 -1
- package/dist/utrecht/p-473f9e1c.entry.js +0 -1
- package/dist/utrecht/p-4b5cfde3.entry.js +0 -1
- package/dist/utrecht/p-576f0615.entry.js +0 -1
- package/dist/utrecht/p-8ba5d048.entry.js +0 -1
- package/dist/utrecht/p-8e7e3244.entry.js +0 -1
- package/dist/utrecht/p-8eec7ccf.entry.js +0 -1
- package/dist/utrecht/p-a003f4db.entry.js +0 -1
- package/dist/utrecht/p-bd4e712c.entry.js +0 -1
- package/dist/utrecht/p-bee211d3.entry.js +0 -1
- package/dist/utrecht/p-c6c0edde.entry.js +0 -1
- package/dist/utrecht/p-df3f83e2.entry.js +0 -1
- package/dist/utrecht/p-f79c82aa.entry.js +0 -1
|
@@ -1,2217 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Module dependencies.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
const EventEmitter = require('events').EventEmitter;
|
|
6
|
-
const childProcess = require('child_process');
|
|
7
|
-
const path = require('path');
|
|
8
|
-
const fs = require('fs');
|
|
9
|
-
|
|
10
|
-
// @ts-check
|
|
11
|
-
|
|
12
|
-
// Although this is a class, methods are static in style to allow override using subclass or just functions.
|
|
13
|
-
class Help {
|
|
14
|
-
constructor() {
|
|
15
|
-
this.helpWidth = undefined;
|
|
16
|
-
this.sortSubcommands = false;
|
|
17
|
-
this.sortOptions = false;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Get an array of the visible subcommands. Includes a placeholder for the implicit help command, if there is one.
|
|
22
|
-
*
|
|
23
|
-
* @param {Command} cmd
|
|
24
|
-
* @returns {Command[]}
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
visibleCommands(cmd) {
|
|
28
|
-
const visibleCommands = cmd.commands.filter(cmd => !cmd._hidden);
|
|
29
|
-
if (cmd._hasImplicitHelpCommand()) {
|
|
30
|
-
// Create a command matching the implicit help command.
|
|
31
|
-
const args = cmd._helpCommandnameAndArgs.split(/ +/);
|
|
32
|
-
const helpCommand = cmd.createCommand(args.shift())
|
|
33
|
-
.helpOption(false);
|
|
34
|
-
helpCommand.description(cmd._helpCommandDescription);
|
|
35
|
-
helpCommand._parseExpectedArgs(args);
|
|
36
|
-
visibleCommands.push(helpCommand);
|
|
37
|
-
}
|
|
38
|
-
if (this.sortSubcommands) {
|
|
39
|
-
visibleCommands.sort((a, b) => {
|
|
40
|
-
return a.name().localeCompare(b.name());
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
return visibleCommands;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Get an array of the visible options. Includes a placeholder for the implicit help option, if there is one.
|
|
48
|
-
*
|
|
49
|
-
* @param {Command} cmd
|
|
50
|
-
* @returns {Option[]}
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
visibleOptions(cmd) {
|
|
54
|
-
const visibleOptions = cmd.options.filter((option) => !option.hidden);
|
|
55
|
-
// Implicit help
|
|
56
|
-
const showShortHelpFlag = cmd._hasHelpOption && cmd._helpShortFlag && !cmd._findOption(cmd._helpShortFlag);
|
|
57
|
-
const showLongHelpFlag = cmd._hasHelpOption && !cmd._findOption(cmd._helpLongFlag);
|
|
58
|
-
if (showShortHelpFlag || showLongHelpFlag) {
|
|
59
|
-
let helpOption;
|
|
60
|
-
if (!showShortHelpFlag) {
|
|
61
|
-
helpOption = cmd.createOption(cmd._helpLongFlag, cmd._helpDescription);
|
|
62
|
-
} else if (!showLongHelpFlag) {
|
|
63
|
-
helpOption = cmd.createOption(cmd._helpShortFlag, cmd._helpDescription);
|
|
64
|
-
} else {
|
|
65
|
-
helpOption = cmd.createOption(cmd._helpFlags, cmd._helpDescription);
|
|
66
|
-
}
|
|
67
|
-
visibleOptions.push(helpOption);
|
|
68
|
-
}
|
|
69
|
-
if (this.sortOptions) {
|
|
70
|
-
const getSortKey = (option) => {
|
|
71
|
-
// WYSIWYG for order displayed in help with short before long, no special handling for negated.
|
|
72
|
-
return option.short ? option.short.replace(/^-/, '') : option.long.replace(/^--/, '');
|
|
73
|
-
};
|
|
74
|
-
visibleOptions.sort((a, b) => {
|
|
75
|
-
return getSortKey(a).localeCompare(getSortKey(b));
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
return visibleOptions;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Get an array of the arguments which have descriptions.
|
|
83
|
-
*
|
|
84
|
-
* @param {Command} cmd
|
|
85
|
-
* @returns {{ term: string, description:string }[]}
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
visibleArguments(cmd) {
|
|
89
|
-
if (cmd._argsDescription && cmd._args.length) {
|
|
90
|
-
return cmd._args.map((argument) => {
|
|
91
|
-
return { term: argument.name, description: cmd._argsDescription[argument.name] || '' };
|
|
92
|
-
}, 0);
|
|
93
|
-
}
|
|
94
|
-
return [];
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Get the command term to show in the list of subcommands.
|
|
99
|
-
*
|
|
100
|
-
* @param {Command} cmd
|
|
101
|
-
* @returns {string}
|
|
102
|
-
*/
|
|
103
|
-
|
|
104
|
-
subcommandTerm(cmd) {
|
|
105
|
-
// Legacy. Ignores custom usage string, and nested commands.
|
|
106
|
-
const args = cmd._args.map(arg => humanReadableArgName(arg)).join(' ');
|
|
107
|
-
return cmd._name +
|
|
108
|
-
(cmd._aliases[0] ? '|' + cmd._aliases[0] : '') +
|
|
109
|
-
(cmd.options.length ? ' [options]' : '') + // simplistic check for non-help option
|
|
110
|
-
(args ? ' ' + args : '');
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* Get the option term to show in the list of options.
|
|
115
|
-
*
|
|
116
|
-
* @param {Option} option
|
|
117
|
-
* @returns {string}
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
optionTerm(option) {
|
|
121
|
-
return option.flags;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* Get the longest command term length.
|
|
126
|
-
*
|
|
127
|
-
* @param {Command} cmd
|
|
128
|
-
* @param {Help} helper
|
|
129
|
-
* @returns {number}
|
|
130
|
-
*/
|
|
131
|
-
|
|
132
|
-
longestSubcommandTermLength(cmd, helper) {
|
|
133
|
-
return helper.visibleCommands(cmd).reduce((max, command) => {
|
|
134
|
-
return Math.max(max, helper.subcommandTerm(command).length);
|
|
135
|
-
}, 0);
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Get the longest option term length.
|
|
140
|
-
*
|
|
141
|
-
* @param {Command} cmd
|
|
142
|
-
* @param {Help} helper
|
|
143
|
-
* @returns {number}
|
|
144
|
-
*/
|
|
145
|
-
|
|
146
|
-
longestOptionTermLength(cmd, helper) {
|
|
147
|
-
return helper.visibleOptions(cmd).reduce((max, option) => {
|
|
148
|
-
return Math.max(max, helper.optionTerm(option).length);
|
|
149
|
-
}, 0);
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* Get the longest argument term length.
|
|
154
|
-
*
|
|
155
|
-
* @param {Command} cmd
|
|
156
|
-
* @param {Help} helper
|
|
157
|
-
* @returns {number}
|
|
158
|
-
*/
|
|
159
|
-
|
|
160
|
-
longestArgumentTermLength(cmd, helper) {
|
|
161
|
-
return helper.visibleArguments(cmd).reduce((max, argument) => {
|
|
162
|
-
return Math.max(max, argument.term.length);
|
|
163
|
-
}, 0);
|
|
164
|
-
};
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* Get the command usage to be displayed at the top of the built-in help.
|
|
168
|
-
*
|
|
169
|
-
* @param {Command} cmd
|
|
170
|
-
* @returns {string}
|
|
171
|
-
*/
|
|
172
|
-
|
|
173
|
-
commandUsage(cmd) {
|
|
174
|
-
// Usage
|
|
175
|
-
let cmdName = cmd._name;
|
|
176
|
-
if (cmd._aliases[0]) {
|
|
177
|
-
cmdName = cmdName + '|' + cmd._aliases[0];
|
|
178
|
-
}
|
|
179
|
-
let parentCmdNames = '';
|
|
180
|
-
for (let parentCmd = cmd.parent; parentCmd; parentCmd = parentCmd.parent) {
|
|
181
|
-
parentCmdNames = parentCmd.name() + ' ' + parentCmdNames;
|
|
182
|
-
}
|
|
183
|
-
return parentCmdNames + cmdName + ' ' + cmd.usage();
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* Get the description for the command.
|
|
188
|
-
*
|
|
189
|
-
* @param {Command} cmd
|
|
190
|
-
* @returns {string}
|
|
191
|
-
*/
|
|
192
|
-
|
|
193
|
-
commandDescription(cmd) {
|
|
194
|
-
// @ts-ignore: overloaded return type
|
|
195
|
-
return cmd.description();
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* Get the command description to show in the list of subcommands.
|
|
200
|
-
*
|
|
201
|
-
* @param {Command} cmd
|
|
202
|
-
* @returns {string}
|
|
203
|
-
*/
|
|
204
|
-
|
|
205
|
-
subcommandDescription(cmd) {
|
|
206
|
-
// @ts-ignore: overloaded return type
|
|
207
|
-
return cmd.description();
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* Get the option description to show in the list of options.
|
|
212
|
-
*
|
|
213
|
-
* @param {Option} option
|
|
214
|
-
* @return {string}
|
|
215
|
-
*/
|
|
216
|
-
|
|
217
|
-
optionDescription(option) {
|
|
218
|
-
if (option.negate) {
|
|
219
|
-
return option.description;
|
|
220
|
-
}
|
|
221
|
-
const extraInfo = [];
|
|
222
|
-
if (option.argChoices) {
|
|
223
|
-
extraInfo.push(
|
|
224
|
-
// use stringify to match the display of the default value
|
|
225
|
-
`choices: ${option.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`);
|
|
226
|
-
}
|
|
227
|
-
if (option.defaultValue !== undefined) {
|
|
228
|
-
extraInfo.push(`default: ${option.defaultValueDescription || JSON.stringify(option.defaultValue)}`);
|
|
229
|
-
}
|
|
230
|
-
if (extraInfo.length > 0) {
|
|
231
|
-
return `${option.description} (${extraInfo.join(', ')})`;
|
|
232
|
-
}
|
|
233
|
-
return option.description;
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* Generate the built-in help text.
|
|
238
|
-
*
|
|
239
|
-
* @param {Command} cmd
|
|
240
|
-
* @param {Help} helper
|
|
241
|
-
* @returns {string}
|
|
242
|
-
*/
|
|
243
|
-
|
|
244
|
-
formatHelp(cmd, helper) {
|
|
245
|
-
const termWidth = helper.padWidth(cmd, helper);
|
|
246
|
-
const helpWidth = helper.helpWidth || 80;
|
|
247
|
-
const itemIndentWidth = 2;
|
|
248
|
-
const itemSeparatorWidth = 2; // between term and description
|
|
249
|
-
function formatItem(term, description) {
|
|
250
|
-
if (description) {
|
|
251
|
-
const fullText = `${term.padEnd(termWidth + itemSeparatorWidth)}${description}`;
|
|
252
|
-
return helper.wrap(fullText, helpWidth - itemIndentWidth, termWidth + itemSeparatorWidth);
|
|
253
|
-
}
|
|
254
|
-
return term;
|
|
255
|
-
};
|
|
256
|
-
function formatList(textArray) {
|
|
257
|
-
return textArray.join('\n').replace(/^/gm, ' '.repeat(itemIndentWidth));
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// Usage
|
|
261
|
-
let output = [`Usage: ${helper.commandUsage(cmd)}`, ''];
|
|
262
|
-
|
|
263
|
-
// Description
|
|
264
|
-
const commandDescription = helper.commandDescription(cmd);
|
|
265
|
-
if (commandDescription.length > 0) {
|
|
266
|
-
output = output.concat([commandDescription, '']);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// Arguments
|
|
270
|
-
const argumentList = helper.visibleArguments(cmd).map((argument) => {
|
|
271
|
-
return formatItem(argument.term, argument.description);
|
|
272
|
-
});
|
|
273
|
-
if (argumentList.length > 0) {
|
|
274
|
-
output = output.concat(['Arguments:', formatList(argumentList), '']);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
// Options
|
|
278
|
-
const optionList = helper.visibleOptions(cmd).map((option) => {
|
|
279
|
-
return formatItem(helper.optionTerm(option), helper.optionDescription(option));
|
|
280
|
-
});
|
|
281
|
-
if (optionList.length > 0) {
|
|
282
|
-
output = output.concat(['Options:', formatList(optionList), '']);
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
// Commands
|
|
286
|
-
const commandList = helper.visibleCommands(cmd).map((cmd) => {
|
|
287
|
-
return formatItem(helper.subcommandTerm(cmd), helper.subcommandDescription(cmd));
|
|
288
|
-
});
|
|
289
|
-
if (commandList.length > 0) {
|
|
290
|
-
output = output.concat(['Commands:', formatList(commandList), '']);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
return output.join('\n');
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* Calculate the pad width from the maximum term length.
|
|
298
|
-
*
|
|
299
|
-
* @param {Command} cmd
|
|
300
|
-
* @param {Help} helper
|
|
301
|
-
* @returns {number}
|
|
302
|
-
*/
|
|
303
|
-
|
|
304
|
-
padWidth(cmd, helper) {
|
|
305
|
-
return Math.max(
|
|
306
|
-
helper.longestOptionTermLength(cmd, helper),
|
|
307
|
-
helper.longestSubcommandTermLength(cmd, helper),
|
|
308
|
-
helper.longestArgumentTermLength(cmd, helper)
|
|
309
|
-
);
|
|
310
|
-
};
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* Wrap the given string to width characters per line, with lines after the first indented.
|
|
314
|
-
* Do not wrap if insufficient room for wrapping (minColumnWidth), or string is manually formatted.
|
|
315
|
-
*
|
|
316
|
-
* @param {string} str
|
|
317
|
-
* @param {number} width
|
|
318
|
-
* @param {number} indent
|
|
319
|
-
* @param {number} [minColumnWidth=40]
|
|
320
|
-
* @return {string}
|
|
321
|
-
*
|
|
322
|
-
*/
|
|
323
|
-
|
|
324
|
-
wrap(str, width, indent, minColumnWidth = 40) {
|
|
325
|
-
// Detect manually wrapped and indented strings by searching for line breaks
|
|
326
|
-
// followed by multiple spaces/tabs.
|
|
327
|
-
if (str.match(/[\n]\s+/)) return str;
|
|
328
|
-
// Do not wrap if not enough room for a wrapped column of text (as could end up with a word per line).
|
|
329
|
-
const columnWidth = width - indent;
|
|
330
|
-
if (columnWidth < minColumnWidth) return str;
|
|
331
|
-
|
|
332
|
-
const leadingStr = str.substr(0, indent);
|
|
333
|
-
const columnText = str.substr(indent);
|
|
334
|
-
|
|
335
|
-
const indentString = ' '.repeat(indent);
|
|
336
|
-
const regex = new RegExp('.{1,' + (columnWidth - 1) + '}([\\s\u200B]|$)|[^\\s\u200B]+?([\\s\u200B]|$)', 'g');
|
|
337
|
-
const lines = columnText.match(regex) || [];
|
|
338
|
-
return leadingStr + lines.map((line, i) => {
|
|
339
|
-
if (line.slice(-1) === '\n') {
|
|
340
|
-
line = line.slice(0, line.length - 1);
|
|
341
|
-
}
|
|
342
|
-
return ((i > 0) ? indentString : '') + line.trimRight();
|
|
343
|
-
}).join('\n');
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
class Option {
|
|
348
|
-
/**
|
|
349
|
-
* Initialize a new `Option` with the given `flags` and `description`.
|
|
350
|
-
*
|
|
351
|
-
* @param {string} flags
|
|
352
|
-
* @param {string} [description]
|
|
353
|
-
*/
|
|
354
|
-
|
|
355
|
-
constructor(flags, description) {
|
|
356
|
-
this.flags = flags;
|
|
357
|
-
this.description = description || '';
|
|
358
|
-
|
|
359
|
-
this.required = flags.includes('<'); // A value must be supplied when the option is specified.
|
|
360
|
-
this.optional = flags.includes('['); // A value is optional when the option is specified.
|
|
361
|
-
// variadic test ignores <value,...> et al which might be used to describe custom splitting of single argument
|
|
362
|
-
this.variadic = /\w\.\.\.[>\]]$/.test(flags); // The option can take multiple values.
|
|
363
|
-
this.mandatory = false; // The option must have a value after parsing, which usually means it must be specified on command line.
|
|
364
|
-
const optionFlags = _parseOptionFlags(flags);
|
|
365
|
-
this.short = optionFlags.shortFlag;
|
|
366
|
-
this.long = optionFlags.longFlag;
|
|
367
|
-
this.negate = false;
|
|
368
|
-
if (this.long) {
|
|
369
|
-
this.negate = this.long.startsWith('--no-');
|
|
370
|
-
}
|
|
371
|
-
this.defaultValue = undefined;
|
|
372
|
-
this.defaultValueDescription = undefined;
|
|
373
|
-
this.parseArg = undefined;
|
|
374
|
-
this.hidden = false;
|
|
375
|
-
this.argChoices = undefined;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* Set the default value, and optionally supply the description to be displayed in the help.
|
|
380
|
-
*
|
|
381
|
-
* @param {any} value
|
|
382
|
-
* @param {string} [description]
|
|
383
|
-
* @return {Option}
|
|
384
|
-
*/
|
|
385
|
-
|
|
386
|
-
default(value, description) {
|
|
387
|
-
this.defaultValue = value;
|
|
388
|
-
this.defaultValueDescription = description;
|
|
389
|
-
return this;
|
|
390
|
-
};
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* Set the custom handler for processing CLI option arguments into option values.
|
|
394
|
-
*
|
|
395
|
-
* @param {Function} [fn]
|
|
396
|
-
* @return {Option}
|
|
397
|
-
*/
|
|
398
|
-
|
|
399
|
-
argParser(fn) {
|
|
400
|
-
this.parseArg = fn;
|
|
401
|
-
return this;
|
|
402
|
-
};
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* Whether the option is mandatory and must have a value after parsing.
|
|
406
|
-
*
|
|
407
|
-
* @param {boolean} [mandatory=true]
|
|
408
|
-
* @return {Option}
|
|
409
|
-
*/
|
|
410
|
-
|
|
411
|
-
makeOptionMandatory(mandatory = true) {
|
|
412
|
-
this.mandatory = !!mandatory;
|
|
413
|
-
return this;
|
|
414
|
-
};
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* Hide option in help.
|
|
418
|
-
*
|
|
419
|
-
* @param {boolean} [hide=true]
|
|
420
|
-
* @return {Option}
|
|
421
|
-
*/
|
|
422
|
-
|
|
423
|
-
hideHelp(hide = true) {
|
|
424
|
-
this.hidden = !!hide;
|
|
425
|
-
return this;
|
|
426
|
-
};
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* @api private
|
|
430
|
-
*/
|
|
431
|
-
|
|
432
|
-
_concatValue(value, previous) {
|
|
433
|
-
if (previous === this.defaultValue || !Array.isArray(previous)) {
|
|
434
|
-
return [value];
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
return previous.concat(value);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/**
|
|
441
|
-
* Only allow option value to be one of choices.
|
|
442
|
-
*
|
|
443
|
-
* @param {string[]} values
|
|
444
|
-
* @return {Option}
|
|
445
|
-
*/
|
|
446
|
-
|
|
447
|
-
choices(values) {
|
|
448
|
-
this.argChoices = values;
|
|
449
|
-
this.parseArg = (arg, previous) => {
|
|
450
|
-
if (!values.includes(arg)) {
|
|
451
|
-
throw new InvalidOptionArgumentError(`Allowed choices are ${values.join(', ')}.`);
|
|
452
|
-
}
|
|
453
|
-
if (this.variadic) {
|
|
454
|
-
return this._concatValue(arg, previous);
|
|
455
|
-
}
|
|
456
|
-
return arg;
|
|
457
|
-
};
|
|
458
|
-
return this;
|
|
459
|
-
};
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* Return option name.
|
|
463
|
-
*
|
|
464
|
-
* @return {string}
|
|
465
|
-
*/
|
|
466
|
-
|
|
467
|
-
name() {
|
|
468
|
-
if (this.long) {
|
|
469
|
-
return this.long.replace(/^--/, '');
|
|
470
|
-
}
|
|
471
|
-
return this.short.replace(/^-/, '');
|
|
472
|
-
};
|
|
473
|
-
|
|
474
|
-
/**
|
|
475
|
-
* Return option name, in a camelcase format that can be used
|
|
476
|
-
* as a object attribute key.
|
|
477
|
-
*
|
|
478
|
-
* @return {string}
|
|
479
|
-
* @api private
|
|
480
|
-
*/
|
|
481
|
-
|
|
482
|
-
attributeName() {
|
|
483
|
-
return camelcase(this.name().replace(/^no-/, ''));
|
|
484
|
-
};
|
|
485
|
-
|
|
486
|
-
/**
|
|
487
|
-
* Check if `arg` matches the short or long flag.
|
|
488
|
-
*
|
|
489
|
-
* @param {string} arg
|
|
490
|
-
* @return {boolean}
|
|
491
|
-
* @api private
|
|
492
|
-
*/
|
|
493
|
-
|
|
494
|
-
is(arg) {
|
|
495
|
-
return this.short === arg || this.long === arg;
|
|
496
|
-
};
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* CommanderError class
|
|
501
|
-
* @class
|
|
502
|
-
*/
|
|
503
|
-
class CommanderError extends Error {
|
|
504
|
-
/**
|
|
505
|
-
* Constructs the CommanderError class
|
|
506
|
-
* @param {number} exitCode suggested exit code which could be used with process.exit
|
|
507
|
-
* @param {string} code an id string representing the error
|
|
508
|
-
* @param {string} message human-readable description of the error
|
|
509
|
-
* @constructor
|
|
510
|
-
*/
|
|
511
|
-
constructor(exitCode, code, message) {
|
|
512
|
-
super(message);
|
|
513
|
-
// properly capture stack trace in Node.js
|
|
514
|
-
Error.captureStackTrace(this, this.constructor);
|
|
515
|
-
this.name = this.constructor.name;
|
|
516
|
-
this.code = code;
|
|
517
|
-
this.exitCode = exitCode;
|
|
518
|
-
this.nestedError = undefined;
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
* InvalidOptionArgumentError class
|
|
524
|
-
* @class
|
|
525
|
-
*/
|
|
526
|
-
class InvalidOptionArgumentError extends CommanderError {
|
|
527
|
-
/**
|
|
528
|
-
* Constructs the InvalidOptionArgumentError class
|
|
529
|
-
* @param {string} [message] explanation of why argument is invalid
|
|
530
|
-
* @constructor
|
|
531
|
-
*/
|
|
532
|
-
constructor(message) {
|
|
533
|
-
super(1, 'commander.invalidOptionArgument', message);
|
|
534
|
-
// properly capture stack trace in Node.js
|
|
535
|
-
Error.captureStackTrace(this, this.constructor);
|
|
536
|
-
this.name = this.constructor.name;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
class Command extends EventEmitter {
|
|
541
|
-
/**
|
|
542
|
-
* Initialize a new `Command`.
|
|
543
|
-
*
|
|
544
|
-
* @param {string} [name]
|
|
545
|
-
*/
|
|
546
|
-
|
|
547
|
-
constructor(name) {
|
|
548
|
-
super();
|
|
549
|
-
this.commands = [];
|
|
550
|
-
this.options = [];
|
|
551
|
-
this.parent = null;
|
|
552
|
-
this._allowUnknownOption = false;
|
|
553
|
-
this._allowExcessArguments = true;
|
|
554
|
-
this._args = [];
|
|
555
|
-
this.rawArgs = null;
|
|
556
|
-
this._scriptPath = null;
|
|
557
|
-
this._name = name || '';
|
|
558
|
-
this._optionValues = {};
|
|
559
|
-
this._storeOptionsAsProperties = false;
|
|
560
|
-
this._actionResults = [];
|
|
561
|
-
this._actionHandler = null;
|
|
562
|
-
this._executableHandler = false;
|
|
563
|
-
this._executableFile = null; // custom name for executable
|
|
564
|
-
this._defaultCommandName = null;
|
|
565
|
-
this._exitCallback = null;
|
|
566
|
-
this._aliases = [];
|
|
567
|
-
this._combineFlagAndOptionalValue = true;
|
|
568
|
-
this._description = '';
|
|
569
|
-
this._argsDescription = undefined;
|
|
570
|
-
this._enablePositionalOptions = false;
|
|
571
|
-
this._passThroughOptions = false;
|
|
572
|
-
|
|
573
|
-
// see .configureOutput() for docs
|
|
574
|
-
this._outputConfiguration = {
|
|
575
|
-
writeOut: (str) => process.stdout.write(str),
|
|
576
|
-
writeErr: (str) => process.stderr.write(str),
|
|
577
|
-
getOutHelpWidth: () => process.stdout.isTTY ? process.stdout.columns : undefined,
|
|
578
|
-
getErrHelpWidth: () => process.stderr.isTTY ? process.stderr.columns : undefined,
|
|
579
|
-
outputError: (str, write) => write(str)
|
|
580
|
-
};
|
|
581
|
-
|
|
582
|
-
this._hidden = false;
|
|
583
|
-
this._hasHelpOption = true;
|
|
584
|
-
this._helpFlags = '-h, --help';
|
|
585
|
-
this._helpDescription = 'display help for command';
|
|
586
|
-
this._helpShortFlag = '-h';
|
|
587
|
-
this._helpLongFlag = '--help';
|
|
588
|
-
this._addImplicitHelpCommand = undefined; // Deliberately undefined, not decided whether true or false
|
|
589
|
-
this._helpCommandName = 'help';
|
|
590
|
-
this._helpCommandnameAndArgs = 'help [command]';
|
|
591
|
-
this._helpCommandDescription = 'display help for command';
|
|
592
|
-
this._helpConfiguration = {};
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/**
|
|
596
|
-
* Define a command.
|
|
597
|
-
*
|
|
598
|
-
* There are two styles of command: pay attention to where to put the description.
|
|
599
|
-
*
|
|
600
|
-
* Examples:
|
|
601
|
-
*
|
|
602
|
-
* // Command implemented using action handler (description is supplied separately to `.command`)
|
|
603
|
-
* program
|
|
604
|
-
* .command('clone <source> [destination]')
|
|
605
|
-
* .description('clone a repository into a newly created directory')
|
|
606
|
-
* .action((source, destination) => {
|
|
607
|
-
* console.log('clone command called');
|
|
608
|
-
* });
|
|
609
|
-
*
|
|
610
|
-
* // Command implemented using separate executable file (description is second parameter to `.command`)
|
|
611
|
-
* program
|
|
612
|
-
* .command('start <service>', 'start named service')
|
|
613
|
-
* .command('stop [service]', 'stop named service, or all if no name supplied');
|
|
614
|
-
*
|
|
615
|
-
* @param {string} nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
|
|
616
|
-
* @param {Object|string} [actionOptsOrExecDesc] - configuration options (for action), or description (for executable)
|
|
617
|
-
* @param {Object} [execOpts] - configuration options (for executable)
|
|
618
|
-
* @return {Command} returns new command for action handler, or `this` for executable command
|
|
619
|
-
*/
|
|
620
|
-
|
|
621
|
-
command(nameAndArgs, actionOptsOrExecDesc, execOpts) {
|
|
622
|
-
let desc = actionOptsOrExecDesc;
|
|
623
|
-
let opts = execOpts;
|
|
624
|
-
if (typeof desc === 'object' && desc !== null) {
|
|
625
|
-
opts = desc;
|
|
626
|
-
desc = null;
|
|
627
|
-
}
|
|
628
|
-
opts = opts || {};
|
|
629
|
-
const args = nameAndArgs.split(/ +/);
|
|
630
|
-
const cmd = this.createCommand(args.shift());
|
|
631
|
-
|
|
632
|
-
if (desc) {
|
|
633
|
-
cmd.description(desc);
|
|
634
|
-
cmd._executableHandler = true;
|
|
635
|
-
}
|
|
636
|
-
if (opts.isDefault) this._defaultCommandName = cmd._name;
|
|
637
|
-
|
|
638
|
-
cmd._outputConfiguration = this._outputConfiguration;
|
|
639
|
-
|
|
640
|
-
cmd._hidden = !!(opts.noHelp || opts.hidden); // noHelp is deprecated old name for hidden
|
|
641
|
-
cmd._hasHelpOption = this._hasHelpOption;
|
|
642
|
-
cmd._helpFlags = this._helpFlags;
|
|
643
|
-
cmd._helpDescription = this._helpDescription;
|
|
644
|
-
cmd._helpShortFlag = this._helpShortFlag;
|
|
645
|
-
cmd._helpLongFlag = this._helpLongFlag;
|
|
646
|
-
cmd._helpCommandName = this._helpCommandName;
|
|
647
|
-
cmd._helpCommandnameAndArgs = this._helpCommandnameAndArgs;
|
|
648
|
-
cmd._helpCommandDescription = this._helpCommandDescription;
|
|
649
|
-
cmd._helpConfiguration = this._helpConfiguration;
|
|
650
|
-
cmd._exitCallback = this._exitCallback;
|
|
651
|
-
cmd._storeOptionsAsProperties = this._storeOptionsAsProperties;
|
|
652
|
-
cmd._combineFlagAndOptionalValue = this._combineFlagAndOptionalValue;
|
|
653
|
-
cmd._allowExcessArguments = this._allowExcessArguments;
|
|
654
|
-
cmd._enablePositionalOptions = this._enablePositionalOptions;
|
|
655
|
-
|
|
656
|
-
cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing to null to match constructor
|
|
657
|
-
this.commands.push(cmd);
|
|
658
|
-
cmd._parseExpectedArgs(args);
|
|
659
|
-
cmd.parent = this;
|
|
660
|
-
|
|
661
|
-
if (desc) return this;
|
|
662
|
-
return cmd;
|
|
663
|
-
};
|
|
664
|
-
|
|
665
|
-
/**
|
|
666
|
-
* Factory routine to create a new unattached command.
|
|
667
|
-
*
|
|
668
|
-
* See .command() for creating an attached subcommand, which uses this routine to
|
|
669
|
-
* create the command. You can override createCommand to customise subcommands.
|
|
670
|
-
*
|
|
671
|
-
* @param {string} [name]
|
|
672
|
-
* @return {Command} new command
|
|
673
|
-
*/
|
|
674
|
-
|
|
675
|
-
createCommand(name) {
|
|
676
|
-
return new Command(name);
|
|
677
|
-
};
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
* You can customise the help with a subclass of Help by overriding createHelp,
|
|
681
|
-
* or by overriding Help properties using configureHelp().
|
|
682
|
-
*
|
|
683
|
-
* @return {Help}
|
|
684
|
-
*/
|
|
685
|
-
|
|
686
|
-
createHelp() {
|
|
687
|
-
return Object.assign(new Help(), this.configureHelp());
|
|
688
|
-
};
|
|
689
|
-
|
|
690
|
-
/**
|
|
691
|
-
* You can customise the help by overriding Help properties using configureHelp(),
|
|
692
|
-
* or with a subclass of Help by overriding createHelp().
|
|
693
|
-
*
|
|
694
|
-
* @param {Object} [configuration] - configuration options
|
|
695
|
-
* @return {Command|Object} `this` command for chaining, or stored configuration
|
|
696
|
-
*/
|
|
697
|
-
|
|
698
|
-
configureHelp(configuration) {
|
|
699
|
-
if (configuration === undefined) return this._helpConfiguration;
|
|
700
|
-
|
|
701
|
-
this._helpConfiguration = configuration;
|
|
702
|
-
return this;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* The default output goes to stdout and stderr. You can customise this for special
|
|
707
|
-
* applications. You can also customise the display of errors by overriding outputError.
|
|
708
|
-
*
|
|
709
|
-
* The configuration properties are all functions:
|
|
710
|
-
*
|
|
711
|
-
* // functions to change where being written, stdout and stderr
|
|
712
|
-
* writeOut(str)
|
|
713
|
-
* writeErr(str)
|
|
714
|
-
* // matching functions to specify width for wrapping help
|
|
715
|
-
* getOutHelpWidth()
|
|
716
|
-
* getErrHelpWidth()
|
|
717
|
-
* // functions based on what is being written out
|
|
718
|
-
* outputError(str, write) // used for displaying errors, and not used for displaying help
|
|
719
|
-
*
|
|
720
|
-
* @param {Object} [configuration] - configuration options
|
|
721
|
-
* @return {Command|Object} `this` command for chaining, or stored configuration
|
|
722
|
-
*/
|
|
723
|
-
|
|
724
|
-
configureOutput(configuration) {
|
|
725
|
-
if (configuration === undefined) return this._outputConfiguration;
|
|
726
|
-
|
|
727
|
-
Object.assign(this._outputConfiguration, configuration);
|
|
728
|
-
return this;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
/**
|
|
732
|
-
* Add a prepared subcommand.
|
|
733
|
-
*
|
|
734
|
-
* See .command() for creating an attached subcommand which inherits settings from its parent.
|
|
735
|
-
*
|
|
736
|
-
* @param {Command} cmd - new subcommand
|
|
737
|
-
* @param {Object} [opts] - configuration options
|
|
738
|
-
* @return {Command} `this` command for chaining
|
|
739
|
-
*/
|
|
740
|
-
|
|
741
|
-
addCommand(cmd, opts) {
|
|
742
|
-
if (!cmd._name) throw new Error('Command passed to .addCommand() must have a name');
|
|
743
|
-
|
|
744
|
-
// To keep things simple, block automatic name generation for deeply nested executables.
|
|
745
|
-
// Fail fast and detect when adding rather than later when parsing.
|
|
746
|
-
function checkExplicitNames(commandArray) {
|
|
747
|
-
commandArray.forEach((cmd) => {
|
|
748
|
-
if (cmd._executableHandler && !cmd._executableFile) {
|
|
749
|
-
throw new Error(`Must specify executableFile for deeply nested executable: ${cmd.name()}`);
|
|
750
|
-
}
|
|
751
|
-
checkExplicitNames(cmd.commands);
|
|
752
|
-
});
|
|
753
|
-
}
|
|
754
|
-
checkExplicitNames(cmd.commands);
|
|
755
|
-
|
|
756
|
-
opts = opts || {};
|
|
757
|
-
if (opts.isDefault) this._defaultCommandName = cmd._name;
|
|
758
|
-
if (opts.noHelp || opts.hidden) cmd._hidden = true; // modifying passed command due to existing implementation
|
|
759
|
-
|
|
760
|
-
this.commands.push(cmd);
|
|
761
|
-
cmd.parent = this;
|
|
762
|
-
return this;
|
|
763
|
-
};
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
* Define argument syntax for the command.
|
|
767
|
-
*/
|
|
768
|
-
|
|
769
|
-
arguments(desc) {
|
|
770
|
-
return this._parseExpectedArgs(desc.split(/ +/));
|
|
771
|
-
};
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* Override default decision whether to add implicit help command.
|
|
775
|
-
*
|
|
776
|
-
* addHelpCommand() // force on
|
|
777
|
-
* addHelpCommand(false); // force off
|
|
778
|
-
* addHelpCommand('help [cmd]', 'display help for [cmd]'); // force on with custom details
|
|
779
|
-
*
|
|
780
|
-
* @return {Command} `this` command for chaining
|
|
781
|
-
*/
|
|
782
|
-
|
|
783
|
-
addHelpCommand(enableOrNameAndArgs, description) {
|
|
784
|
-
if (enableOrNameAndArgs === false) {
|
|
785
|
-
this._addImplicitHelpCommand = false;
|
|
786
|
-
} else {
|
|
787
|
-
this._addImplicitHelpCommand = true;
|
|
788
|
-
if (typeof enableOrNameAndArgs === 'string') {
|
|
789
|
-
this._helpCommandName = enableOrNameAndArgs.split(' ')[0];
|
|
790
|
-
this._helpCommandnameAndArgs = enableOrNameAndArgs;
|
|
791
|
-
}
|
|
792
|
-
this._helpCommandDescription = description || this._helpCommandDescription;
|
|
793
|
-
}
|
|
794
|
-
return this;
|
|
795
|
-
};
|
|
796
|
-
|
|
797
|
-
/**
|
|
798
|
-
* @return {boolean}
|
|
799
|
-
* @api private
|
|
800
|
-
*/
|
|
801
|
-
|
|
802
|
-
_hasImplicitHelpCommand() {
|
|
803
|
-
if (this._addImplicitHelpCommand === undefined) {
|
|
804
|
-
return this.commands.length && !this._actionHandler && !this._findCommand('help');
|
|
805
|
-
}
|
|
806
|
-
return this._addImplicitHelpCommand;
|
|
807
|
-
};
|
|
808
|
-
|
|
809
|
-
/**
|
|
810
|
-
* Parse expected `args`.
|
|
811
|
-
*
|
|
812
|
-
* For example `["[type]"]` becomes `[{ required: false, name: 'type' }]`.
|
|
813
|
-
*
|
|
814
|
-
* @param {Array} args
|
|
815
|
-
* @return {Command} `this` command for chaining
|
|
816
|
-
* @api private
|
|
817
|
-
*/
|
|
818
|
-
|
|
819
|
-
_parseExpectedArgs(args) {
|
|
820
|
-
if (!args.length) return;
|
|
821
|
-
args.forEach((arg) => {
|
|
822
|
-
const argDetails = {
|
|
823
|
-
required: false,
|
|
824
|
-
name: '',
|
|
825
|
-
variadic: false
|
|
826
|
-
};
|
|
827
|
-
|
|
828
|
-
switch (arg[0]) {
|
|
829
|
-
case '<':
|
|
830
|
-
argDetails.required = true;
|
|
831
|
-
argDetails.name = arg.slice(1, -1);
|
|
832
|
-
break;
|
|
833
|
-
case '[':
|
|
834
|
-
argDetails.name = arg.slice(1, -1);
|
|
835
|
-
break;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
if (argDetails.name.length > 3 && argDetails.name.slice(-3) === '...') {
|
|
839
|
-
argDetails.variadic = true;
|
|
840
|
-
argDetails.name = argDetails.name.slice(0, -3);
|
|
841
|
-
}
|
|
842
|
-
if (argDetails.name) {
|
|
843
|
-
this._args.push(argDetails);
|
|
844
|
-
}
|
|
845
|
-
});
|
|
846
|
-
this._args.forEach((arg, i) => {
|
|
847
|
-
if (arg.variadic && i < this._args.length - 1) {
|
|
848
|
-
throw new Error(`only the last argument can be variadic '${arg.name}'`);
|
|
849
|
-
}
|
|
850
|
-
});
|
|
851
|
-
return this;
|
|
852
|
-
};
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
* Register callback to use as replacement for calling process.exit.
|
|
856
|
-
*
|
|
857
|
-
* @param {Function} [fn] optional callback which will be passed a CommanderError, defaults to throwing
|
|
858
|
-
* @return {Command} `this` command for chaining
|
|
859
|
-
*/
|
|
860
|
-
|
|
861
|
-
exitOverride(fn) {
|
|
862
|
-
if (fn) {
|
|
863
|
-
this._exitCallback = fn;
|
|
864
|
-
} else {
|
|
865
|
-
this._exitCallback = (err) => {
|
|
866
|
-
if (err.code !== 'commander.executeSubCommandAsync') {
|
|
867
|
-
throw err;
|
|
868
|
-
} else {
|
|
869
|
-
// Async callback from spawn events, not useful to throw.
|
|
870
|
-
}
|
|
871
|
-
};
|
|
872
|
-
}
|
|
873
|
-
return this;
|
|
874
|
-
};
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
* Call process.exit, and _exitCallback if defined.
|
|
878
|
-
*
|
|
879
|
-
* @param {number} exitCode exit code for using with process.exit
|
|
880
|
-
* @param {string} code an id string representing the error
|
|
881
|
-
* @param {string} message human-readable description of the error
|
|
882
|
-
* @return never
|
|
883
|
-
* @api private
|
|
884
|
-
*/
|
|
885
|
-
|
|
886
|
-
_exit(exitCode, code, message) {
|
|
887
|
-
if (this._exitCallback) {
|
|
888
|
-
this._exitCallback(new CommanderError(exitCode, code, message));
|
|
889
|
-
// Expecting this line is not reached.
|
|
890
|
-
}
|
|
891
|
-
process.exit(exitCode);
|
|
892
|
-
};
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
* Register callback `fn` for the command.
|
|
896
|
-
*
|
|
897
|
-
* Examples:
|
|
898
|
-
*
|
|
899
|
-
* program
|
|
900
|
-
* .command('help')
|
|
901
|
-
* .description('display verbose help')
|
|
902
|
-
* .action(function() {
|
|
903
|
-
* // output help here
|
|
904
|
-
* });
|
|
905
|
-
*
|
|
906
|
-
* @param {Function} fn
|
|
907
|
-
* @return {Command} `this` command for chaining
|
|
908
|
-
*/
|
|
909
|
-
|
|
910
|
-
action(fn) {
|
|
911
|
-
const listener = (args) => {
|
|
912
|
-
// The .action callback takes an extra parameter which is the command or options.
|
|
913
|
-
const expectedArgsCount = this._args.length;
|
|
914
|
-
const actionArgs = args.slice(0, expectedArgsCount);
|
|
915
|
-
if (this._storeOptionsAsProperties) {
|
|
916
|
-
actionArgs[expectedArgsCount] = this; // backwards compatible "options"
|
|
917
|
-
} else {
|
|
918
|
-
actionArgs[expectedArgsCount] = this.opts();
|
|
919
|
-
}
|
|
920
|
-
actionArgs.push(this);
|
|
921
|
-
|
|
922
|
-
const actionResult = fn.apply(this, actionArgs);
|
|
923
|
-
// Remember result in case it is async. Assume parseAsync getting called on root.
|
|
924
|
-
let rootCommand = this;
|
|
925
|
-
while (rootCommand.parent) {
|
|
926
|
-
rootCommand = rootCommand.parent;
|
|
927
|
-
}
|
|
928
|
-
rootCommand._actionResults.push(actionResult);
|
|
929
|
-
};
|
|
930
|
-
this._actionHandler = listener;
|
|
931
|
-
return this;
|
|
932
|
-
};
|
|
933
|
-
|
|
934
|
-
/**
|
|
935
|
-
* Factory routine to create a new unattached option.
|
|
936
|
-
*
|
|
937
|
-
* See .option() for creating an attached option, which uses this routine to
|
|
938
|
-
* create the option. You can override createOption to return a custom option.
|
|
939
|
-
*
|
|
940
|
-
* @param {string} flags
|
|
941
|
-
* @param {string} [description]
|
|
942
|
-
* @return {Option} new option
|
|
943
|
-
*/
|
|
944
|
-
|
|
945
|
-
createOption(flags, description) {
|
|
946
|
-
return new Option(flags, description);
|
|
947
|
-
};
|
|
948
|
-
|
|
949
|
-
/**
|
|
950
|
-
* Add an option.
|
|
951
|
-
*
|
|
952
|
-
* @param {Option} option
|
|
953
|
-
* @return {Command} `this` command for chaining
|
|
954
|
-
*/
|
|
955
|
-
addOption(option) {
|
|
956
|
-
const oname = option.name();
|
|
957
|
-
const name = option.attributeName();
|
|
958
|
-
|
|
959
|
-
let defaultValue = option.defaultValue;
|
|
960
|
-
|
|
961
|
-
// preassign default value for --no-*, [optional], <required>, or plain flag if boolean value
|
|
962
|
-
if (option.negate || option.optional || option.required || typeof defaultValue === 'boolean') {
|
|
963
|
-
// when --no-foo we make sure default is true, unless a --foo option is already defined
|
|
964
|
-
if (option.negate) {
|
|
965
|
-
const positiveLongFlag = option.long.replace(/^--no-/, '--');
|
|
966
|
-
defaultValue = this._findOption(positiveLongFlag) ? this._getOptionValue(name) : true;
|
|
967
|
-
}
|
|
968
|
-
// preassign only if we have a default
|
|
969
|
-
if (defaultValue !== undefined) {
|
|
970
|
-
this._setOptionValue(name, defaultValue);
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
// register the option
|
|
975
|
-
this.options.push(option);
|
|
976
|
-
|
|
977
|
-
// when it's passed assign the value
|
|
978
|
-
// and conditionally invoke the callback
|
|
979
|
-
this.on('option:' + oname, (val) => {
|
|
980
|
-
const oldValue = this._getOptionValue(name);
|
|
981
|
-
|
|
982
|
-
// custom processing
|
|
983
|
-
if (val !== null && option.parseArg) {
|
|
984
|
-
try {
|
|
985
|
-
val = option.parseArg(val, oldValue === undefined ? defaultValue : oldValue);
|
|
986
|
-
} catch (err) {
|
|
987
|
-
if (err.code === 'commander.invalidOptionArgument') {
|
|
988
|
-
const message = `error: option '${option.flags}' argument '${val}' is invalid. ${err.message}`;
|
|
989
|
-
this._displayError(err.exitCode, err.code, message);
|
|
990
|
-
}
|
|
991
|
-
throw err;
|
|
992
|
-
}
|
|
993
|
-
} else if (val !== null && option.variadic) {
|
|
994
|
-
val = option._concatValue(val, oldValue);
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
// unassigned or boolean value
|
|
998
|
-
if (typeof oldValue === 'boolean' || typeof oldValue === 'undefined') {
|
|
999
|
-
// if no value, negate false, and we have a default, then use it!
|
|
1000
|
-
if (val == null) {
|
|
1001
|
-
this._setOptionValue(name, option.negate
|
|
1002
|
-
? false
|
|
1003
|
-
: defaultValue || true);
|
|
1004
|
-
} else {
|
|
1005
|
-
this._setOptionValue(name, val);
|
|
1006
|
-
}
|
|
1007
|
-
} else if (val !== null) {
|
|
1008
|
-
// reassign
|
|
1009
|
-
this._setOptionValue(name, option.negate ? false : val);
|
|
1010
|
-
}
|
|
1011
|
-
});
|
|
1012
|
-
|
|
1013
|
-
return this;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
/**
|
|
1017
|
-
* Internal implementation shared by .option() and .requiredOption()
|
|
1018
|
-
*
|
|
1019
|
-
* @api private
|
|
1020
|
-
*/
|
|
1021
|
-
_optionEx(config, flags, description, fn, defaultValue) {
|
|
1022
|
-
const option = this.createOption(flags, description);
|
|
1023
|
-
option.makeOptionMandatory(!!config.mandatory);
|
|
1024
|
-
if (typeof fn === 'function') {
|
|
1025
|
-
option.default(defaultValue).argParser(fn);
|
|
1026
|
-
} else if (fn instanceof RegExp) {
|
|
1027
|
-
// deprecated
|
|
1028
|
-
const regex = fn;
|
|
1029
|
-
fn = (val, def) => {
|
|
1030
|
-
const m = regex.exec(val);
|
|
1031
|
-
return m ? m[0] : def;
|
|
1032
|
-
};
|
|
1033
|
-
option.default(defaultValue).argParser(fn);
|
|
1034
|
-
} else {
|
|
1035
|
-
option.default(fn);
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
return this.addOption(option);
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
/**
|
|
1042
|
-
* Define option with `flags`, `description` and optional
|
|
1043
|
-
* coercion `fn`.
|
|
1044
|
-
*
|
|
1045
|
-
* The `flags` string contains the short and/or long flags,
|
|
1046
|
-
* separated by comma, a pipe or space. The following are all valid
|
|
1047
|
-
* all will output this way when `--help` is used.
|
|
1048
|
-
*
|
|
1049
|
-
* "-p, --pepper"
|
|
1050
|
-
* "-p|--pepper"
|
|
1051
|
-
* "-p --pepper"
|
|
1052
|
-
*
|
|
1053
|
-
* Examples:
|
|
1054
|
-
*
|
|
1055
|
-
* // simple boolean defaulting to undefined
|
|
1056
|
-
* program.option('-p, --pepper', 'add pepper');
|
|
1057
|
-
*
|
|
1058
|
-
* program.pepper
|
|
1059
|
-
* // => undefined
|
|
1060
|
-
*
|
|
1061
|
-
* --pepper
|
|
1062
|
-
* program.pepper
|
|
1063
|
-
* // => true
|
|
1064
|
-
*
|
|
1065
|
-
* // simple boolean defaulting to true (unless non-negated option is also defined)
|
|
1066
|
-
* program.option('-C, --no-cheese', 'remove cheese');
|
|
1067
|
-
*
|
|
1068
|
-
* program.cheese
|
|
1069
|
-
* // => true
|
|
1070
|
-
*
|
|
1071
|
-
* --no-cheese
|
|
1072
|
-
* program.cheese
|
|
1073
|
-
* // => false
|
|
1074
|
-
*
|
|
1075
|
-
* // required argument
|
|
1076
|
-
* program.option('-C, --chdir <path>', 'change the working directory');
|
|
1077
|
-
*
|
|
1078
|
-
* --chdir /tmp
|
|
1079
|
-
* program.chdir
|
|
1080
|
-
* // => "/tmp"
|
|
1081
|
-
*
|
|
1082
|
-
* // optional argument
|
|
1083
|
-
* program.option('-c, --cheese [type]', 'add cheese [marble]');
|
|
1084
|
-
*
|
|
1085
|
-
* @param {string} flags
|
|
1086
|
-
* @param {string} [description]
|
|
1087
|
-
* @param {Function|*} [fn] - custom option processing function or default value
|
|
1088
|
-
* @param {*} [defaultValue]
|
|
1089
|
-
* @return {Command} `this` command for chaining
|
|
1090
|
-
*/
|
|
1091
|
-
|
|
1092
|
-
option(flags, description, fn, defaultValue) {
|
|
1093
|
-
return this._optionEx({}, flags, description, fn, defaultValue);
|
|
1094
|
-
};
|
|
1095
|
-
|
|
1096
|
-
/**
|
|
1097
|
-
* Add a required option which must have a value after parsing. This usually means
|
|
1098
|
-
* the option must be specified on the command line. (Otherwise the same as .option().)
|
|
1099
|
-
*
|
|
1100
|
-
* The `flags` string contains the short and/or long flags, separated by comma, a pipe or space.
|
|
1101
|
-
*
|
|
1102
|
-
* @param {string} flags
|
|
1103
|
-
* @param {string} [description]
|
|
1104
|
-
* @param {Function|*} [fn] - custom option processing function or default value
|
|
1105
|
-
* @param {*} [defaultValue]
|
|
1106
|
-
* @return {Command} `this` command for chaining
|
|
1107
|
-
*/
|
|
1108
|
-
|
|
1109
|
-
requiredOption(flags, description, fn, defaultValue) {
|
|
1110
|
-
return this._optionEx({ mandatory: true }, flags, description, fn, defaultValue);
|
|
1111
|
-
};
|
|
1112
|
-
|
|
1113
|
-
/**
|
|
1114
|
-
* Alter parsing of short flags with optional values.
|
|
1115
|
-
*
|
|
1116
|
-
* Examples:
|
|
1117
|
-
*
|
|
1118
|
-
* // for `.option('-f,--flag [value]'):
|
|
1119
|
-
* .combineFlagAndOptionalValue(true) // `-f80` is treated like `--flag=80`, this is the default behaviour
|
|
1120
|
-
* .combineFlagAndOptionalValue(false) // `-fb` is treated like `-f -b`
|
|
1121
|
-
*
|
|
1122
|
-
* @param {Boolean} [combine=true] - if `true` or omitted, an optional value can be specified directly after the flag.
|
|
1123
|
-
*/
|
|
1124
|
-
combineFlagAndOptionalValue(combine = true) {
|
|
1125
|
-
this._combineFlagAndOptionalValue = !!combine;
|
|
1126
|
-
return this;
|
|
1127
|
-
};
|
|
1128
|
-
|
|
1129
|
-
/**
|
|
1130
|
-
* Allow unknown options on the command line.
|
|
1131
|
-
*
|
|
1132
|
-
* @param {Boolean} [allowUnknown=true] - if `true` or omitted, no error will be thrown
|
|
1133
|
-
* for unknown options.
|
|
1134
|
-
*/
|
|
1135
|
-
allowUnknownOption(allowUnknown = true) {
|
|
1136
|
-
this._allowUnknownOption = !!allowUnknown;
|
|
1137
|
-
return this;
|
|
1138
|
-
};
|
|
1139
|
-
|
|
1140
|
-
/**
|
|
1141
|
-
* Allow excess command-arguments on the command line. Pass false to make excess arguments an error.
|
|
1142
|
-
*
|
|
1143
|
-
* @param {Boolean} [allowExcess=true] - if `true` or omitted, no error will be thrown
|
|
1144
|
-
* for excess arguments.
|
|
1145
|
-
*/
|
|
1146
|
-
allowExcessArguments(allowExcess = true) {
|
|
1147
|
-
this._allowExcessArguments = !!allowExcess;
|
|
1148
|
-
return this;
|
|
1149
|
-
};
|
|
1150
|
-
|
|
1151
|
-
/**
|
|
1152
|
-
* Enable positional options. Positional means global options are specified before subcommands which lets
|
|
1153
|
-
* subcommands reuse the same option names, and also enables subcommands to turn on passThroughOptions.
|
|
1154
|
-
* The default behaviour is non-positional and global options may appear anywhere on the command line.
|
|
1155
|
-
*
|
|
1156
|
-
* @param {Boolean} [positional=true]
|
|
1157
|
-
*/
|
|
1158
|
-
enablePositionalOptions(positional = true) {
|
|
1159
|
-
this._enablePositionalOptions = !!positional;
|
|
1160
|
-
return this;
|
|
1161
|
-
};
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* Pass through options that come after command-arguments rather than treat them as command-options,
|
|
1165
|
-
* so actual command-options come before command-arguments. Turning this on for a subcommand requires
|
|
1166
|
-
* positional options to have been enabled on the program (parent commands).
|
|
1167
|
-
* The default behaviour is non-positional and options may appear before or after command-arguments.
|
|
1168
|
-
*
|
|
1169
|
-
* @param {Boolean} [passThrough=true]
|
|
1170
|
-
* for unknown options.
|
|
1171
|
-
*/
|
|
1172
|
-
passThroughOptions(passThrough = true) {
|
|
1173
|
-
this._passThroughOptions = !!passThrough;
|
|
1174
|
-
if (!!this.parent && passThrough && !this.parent._enablePositionalOptions) {
|
|
1175
|
-
throw new Error('passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)');
|
|
1176
|
-
}
|
|
1177
|
-
return this;
|
|
1178
|
-
};
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* Whether to store option values as properties on command object,
|
|
1182
|
-
* or store separately (specify false). In both cases the option values can be accessed using .opts().
|
|
1183
|
-
*
|
|
1184
|
-
* @param {boolean} [storeAsProperties=true]
|
|
1185
|
-
* @return {Command} `this` command for chaining
|
|
1186
|
-
*/
|
|
1187
|
-
|
|
1188
|
-
storeOptionsAsProperties(storeAsProperties = true) {
|
|
1189
|
-
this._storeOptionsAsProperties = !!storeAsProperties;
|
|
1190
|
-
if (this.options.length) {
|
|
1191
|
-
throw new Error('call .storeOptionsAsProperties() before adding options');
|
|
1192
|
-
}
|
|
1193
|
-
return this;
|
|
1194
|
-
};
|
|
1195
|
-
|
|
1196
|
-
/**
|
|
1197
|
-
* Store option value
|
|
1198
|
-
*
|
|
1199
|
-
* @param {string} key
|
|
1200
|
-
* @param {Object} value
|
|
1201
|
-
* @api private
|
|
1202
|
-
*/
|
|
1203
|
-
|
|
1204
|
-
_setOptionValue(key, value) {
|
|
1205
|
-
if (this._storeOptionsAsProperties) {
|
|
1206
|
-
this[key] = value;
|
|
1207
|
-
} else {
|
|
1208
|
-
this._optionValues[key] = value;
|
|
1209
|
-
}
|
|
1210
|
-
};
|
|
1211
|
-
|
|
1212
|
-
/**
|
|
1213
|
-
* Retrieve option value
|
|
1214
|
-
*
|
|
1215
|
-
* @param {string} key
|
|
1216
|
-
* @return {Object} value
|
|
1217
|
-
* @api private
|
|
1218
|
-
*/
|
|
1219
|
-
|
|
1220
|
-
_getOptionValue(key) {
|
|
1221
|
-
if (this._storeOptionsAsProperties) {
|
|
1222
|
-
return this[key];
|
|
1223
|
-
}
|
|
1224
|
-
return this._optionValues[key];
|
|
1225
|
-
};
|
|
1226
|
-
|
|
1227
|
-
/**
|
|
1228
|
-
* Parse `argv`, setting options and invoking commands when defined.
|
|
1229
|
-
*
|
|
1230
|
-
* The default expectation is that the arguments are from node and have the application as argv[0]
|
|
1231
|
-
* and the script being run in argv[1], with user parameters after that.
|
|
1232
|
-
*
|
|
1233
|
-
* Examples:
|
|
1234
|
-
*
|
|
1235
|
-
* program.parse(process.argv);
|
|
1236
|
-
* program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions
|
|
1237
|
-
* program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
|
1238
|
-
*
|
|
1239
|
-
* @param {string[]} [argv] - optional, defaults to process.argv
|
|
1240
|
-
* @param {Object} [parseOptions] - optionally specify style of options with from: node/user/electron
|
|
1241
|
-
* @param {string} [parseOptions.from] - where the args are from: 'node', 'user', 'electron'
|
|
1242
|
-
* @return {Command} `this` command for chaining
|
|
1243
|
-
*/
|
|
1244
|
-
|
|
1245
|
-
parse(argv, parseOptions) {
|
|
1246
|
-
if (argv !== undefined && !Array.isArray(argv)) {
|
|
1247
|
-
throw new Error('first parameter to parse must be array or undefined');
|
|
1248
|
-
}
|
|
1249
|
-
parseOptions = parseOptions || {};
|
|
1250
|
-
|
|
1251
|
-
// Default to using process.argv
|
|
1252
|
-
if (argv === undefined) {
|
|
1253
|
-
argv = process.argv;
|
|
1254
|
-
// @ts-ignore: unknown property
|
|
1255
|
-
if (process.versions && process.versions.electron) {
|
|
1256
|
-
parseOptions.from = 'electron';
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
this.rawArgs = argv.slice();
|
|
1260
|
-
|
|
1261
|
-
// make it a little easier for callers by supporting various argv conventions
|
|
1262
|
-
let userArgs;
|
|
1263
|
-
switch (parseOptions.from) {
|
|
1264
|
-
case undefined:
|
|
1265
|
-
case 'node':
|
|
1266
|
-
this._scriptPath = argv[1];
|
|
1267
|
-
userArgs = argv.slice(2);
|
|
1268
|
-
break;
|
|
1269
|
-
case 'electron':
|
|
1270
|
-
// @ts-ignore: unknown property
|
|
1271
|
-
if (process.defaultApp) {
|
|
1272
|
-
this._scriptPath = argv[1];
|
|
1273
|
-
userArgs = argv.slice(2);
|
|
1274
|
-
} else {
|
|
1275
|
-
userArgs = argv.slice(1);
|
|
1276
|
-
}
|
|
1277
|
-
break;
|
|
1278
|
-
case 'user':
|
|
1279
|
-
userArgs = argv.slice(0);
|
|
1280
|
-
break;
|
|
1281
|
-
default:
|
|
1282
|
-
throw new Error(`unexpected parse option { from: '${parseOptions.from}' }`);
|
|
1283
|
-
}
|
|
1284
|
-
if (!this._scriptPath && require.main) {
|
|
1285
|
-
this._scriptPath = require.main.filename;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
// Guess name, used in usage in help.
|
|
1289
|
-
this._name = this._name || (this._scriptPath && path.basename(this._scriptPath, path.extname(this._scriptPath)));
|
|
1290
|
-
|
|
1291
|
-
// Let's go!
|
|
1292
|
-
this._parseCommand([], userArgs);
|
|
1293
|
-
|
|
1294
|
-
return this;
|
|
1295
|
-
};
|
|
1296
|
-
|
|
1297
|
-
/**
|
|
1298
|
-
* Parse `argv`, setting options and invoking commands when defined.
|
|
1299
|
-
*
|
|
1300
|
-
* Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise.
|
|
1301
|
-
*
|
|
1302
|
-
* The default expectation is that the arguments are from node and have the application as argv[0]
|
|
1303
|
-
* and the script being run in argv[1], with user parameters after that.
|
|
1304
|
-
*
|
|
1305
|
-
* Examples:
|
|
1306
|
-
*
|
|
1307
|
-
* program.parseAsync(process.argv);
|
|
1308
|
-
* program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions
|
|
1309
|
-
* program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
|
1310
|
-
*
|
|
1311
|
-
* @param {string[]} [argv]
|
|
1312
|
-
* @param {Object} [parseOptions]
|
|
1313
|
-
* @param {string} parseOptions.from - where the args are from: 'node', 'user', 'electron'
|
|
1314
|
-
* @return {Promise}
|
|
1315
|
-
*/
|
|
1316
|
-
|
|
1317
|
-
parseAsync(argv, parseOptions) {
|
|
1318
|
-
this.parse(argv, parseOptions);
|
|
1319
|
-
return Promise.all(this._actionResults).then(() => this);
|
|
1320
|
-
};
|
|
1321
|
-
|
|
1322
|
-
/**
|
|
1323
|
-
* Execute a sub-command executable.
|
|
1324
|
-
*
|
|
1325
|
-
* @api private
|
|
1326
|
-
*/
|
|
1327
|
-
|
|
1328
|
-
_executeSubCommand(subcommand, args) {
|
|
1329
|
-
args = args.slice();
|
|
1330
|
-
let launchWithNode = false; // Use node for source targets so do not need to get permissions correct, and on Windows.
|
|
1331
|
-
const sourceExt = ['.js', '.ts', '.tsx', '.mjs', '.cjs'];
|
|
1332
|
-
|
|
1333
|
-
// Not checking for help first. Unlikely to have mandatory and executable, and can't robustly test for help flags in external command.
|
|
1334
|
-
this._checkForMissingMandatoryOptions();
|
|
1335
|
-
|
|
1336
|
-
// Want the entry script as the reference for command name and directory for searching for other files.
|
|
1337
|
-
let scriptPath = this._scriptPath;
|
|
1338
|
-
// Fallback in case not set, due to how Command created or called.
|
|
1339
|
-
if (!scriptPath && require.main) {
|
|
1340
|
-
scriptPath = require.main.filename;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
let baseDir;
|
|
1344
|
-
try {
|
|
1345
|
-
const resolvedLink = fs.realpathSync(scriptPath);
|
|
1346
|
-
baseDir = path.dirname(resolvedLink);
|
|
1347
|
-
} catch (e) {
|
|
1348
|
-
baseDir = '.'; // dummy, probably not going to find executable!
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
// name of the subcommand, like `pm-install`
|
|
1352
|
-
let bin = path.basename(scriptPath, path.extname(scriptPath)) + '-' + subcommand._name;
|
|
1353
|
-
if (subcommand._executableFile) {
|
|
1354
|
-
bin = subcommand._executableFile;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
const localBin = path.join(baseDir, bin);
|
|
1358
|
-
if (fs.existsSync(localBin)) {
|
|
1359
|
-
// prefer local `./<bin>` to bin in the $PATH
|
|
1360
|
-
bin = localBin;
|
|
1361
|
-
} else {
|
|
1362
|
-
// Look for source files.
|
|
1363
|
-
sourceExt.forEach((ext) => {
|
|
1364
|
-
if (fs.existsSync(`${localBin}${ext}`)) {
|
|
1365
|
-
bin = `${localBin}${ext}`;
|
|
1366
|
-
}
|
|
1367
|
-
});
|
|
1368
|
-
}
|
|
1369
|
-
launchWithNode = sourceExt.includes(path.extname(bin));
|
|
1370
|
-
|
|
1371
|
-
let proc;
|
|
1372
|
-
if (process.platform !== 'win32') {
|
|
1373
|
-
if (launchWithNode) {
|
|
1374
|
-
args.unshift(bin);
|
|
1375
|
-
// add executable arguments to spawn
|
|
1376
|
-
args = incrementNodeInspectorPort(process.execArgv).concat(args);
|
|
1377
|
-
|
|
1378
|
-
proc = childProcess.spawn(process.argv[0], args, { stdio: 'inherit' });
|
|
1379
|
-
} else {
|
|
1380
|
-
proc = childProcess.spawn(bin, args, { stdio: 'inherit' });
|
|
1381
|
-
}
|
|
1382
|
-
} else {
|
|
1383
|
-
args.unshift(bin);
|
|
1384
|
-
// add executable arguments to spawn
|
|
1385
|
-
args = incrementNodeInspectorPort(process.execArgv).concat(args);
|
|
1386
|
-
proc = childProcess.spawn(process.execPath, args, { stdio: 'inherit' });
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
const signals = ['SIGUSR1', 'SIGUSR2', 'SIGTERM', 'SIGINT', 'SIGHUP'];
|
|
1390
|
-
signals.forEach((signal) => {
|
|
1391
|
-
// @ts-ignore
|
|
1392
|
-
process.on(signal, () => {
|
|
1393
|
-
if (proc.killed === false && proc.exitCode === null) {
|
|
1394
|
-
proc.kill(signal);
|
|
1395
|
-
}
|
|
1396
|
-
});
|
|
1397
|
-
});
|
|
1398
|
-
|
|
1399
|
-
// By default terminate process when spawned process terminates.
|
|
1400
|
-
// Suppressing the exit if exitCallback defined is a bit messy and of limited use, but does allow process to stay running!
|
|
1401
|
-
const exitCallback = this._exitCallback;
|
|
1402
|
-
if (!exitCallback) {
|
|
1403
|
-
proc.on('close', process.exit.bind(process));
|
|
1404
|
-
} else {
|
|
1405
|
-
proc.on('close', () => {
|
|
1406
|
-
exitCallback(new CommanderError(process.exitCode || 0, 'commander.executeSubCommandAsync', '(close)'));
|
|
1407
|
-
});
|
|
1408
|
-
}
|
|
1409
|
-
proc.on('error', (err) => {
|
|
1410
|
-
// @ts-ignore
|
|
1411
|
-
if (err.code === 'ENOENT') {
|
|
1412
|
-
const executableMissing = `'${bin}' does not exist
|
|
1413
|
-
- if '${subcommand._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
|
|
1414
|
-
- if the default executable name is not suitable, use the executableFile option to supply a custom name`;
|
|
1415
|
-
throw new Error(executableMissing);
|
|
1416
|
-
// @ts-ignore
|
|
1417
|
-
} else if (err.code === 'EACCES') {
|
|
1418
|
-
throw new Error(`'${bin}' not executable`);
|
|
1419
|
-
}
|
|
1420
|
-
if (!exitCallback) {
|
|
1421
|
-
process.exit(1);
|
|
1422
|
-
} else {
|
|
1423
|
-
const wrappedError = new CommanderError(1, 'commander.executeSubCommandAsync', '(error)');
|
|
1424
|
-
wrappedError.nestedError = err;
|
|
1425
|
-
exitCallback(wrappedError);
|
|
1426
|
-
}
|
|
1427
|
-
});
|
|
1428
|
-
|
|
1429
|
-
// Store the reference to the child process
|
|
1430
|
-
this.runningCommand = proc;
|
|
1431
|
-
};
|
|
1432
|
-
|
|
1433
|
-
/**
|
|
1434
|
-
* @api private
|
|
1435
|
-
*/
|
|
1436
|
-
_dispatchSubcommand(commandName, operands, unknown) {
|
|
1437
|
-
const subCommand = this._findCommand(commandName);
|
|
1438
|
-
if (!subCommand) this.help({ error: true });
|
|
1439
|
-
|
|
1440
|
-
if (subCommand._executableHandler) {
|
|
1441
|
-
this._executeSubCommand(subCommand, operands.concat(unknown));
|
|
1442
|
-
} else {
|
|
1443
|
-
subCommand._parseCommand(operands, unknown);
|
|
1444
|
-
}
|
|
1445
|
-
};
|
|
1446
|
-
|
|
1447
|
-
/**
|
|
1448
|
-
* Process arguments in context of this command.
|
|
1449
|
-
*
|
|
1450
|
-
* @api private
|
|
1451
|
-
*/
|
|
1452
|
-
|
|
1453
|
-
_parseCommand(operands, unknown) {
|
|
1454
|
-
const parsed = this.parseOptions(unknown);
|
|
1455
|
-
operands = operands.concat(parsed.operands);
|
|
1456
|
-
unknown = parsed.unknown;
|
|
1457
|
-
this.args = operands.concat(unknown);
|
|
1458
|
-
|
|
1459
|
-
if (operands && this._findCommand(operands[0])) {
|
|
1460
|
-
this._dispatchSubcommand(operands[0], operands.slice(1), unknown);
|
|
1461
|
-
} else if (this._hasImplicitHelpCommand() && operands[0] === this._helpCommandName) {
|
|
1462
|
-
if (operands.length === 1) {
|
|
1463
|
-
this.help();
|
|
1464
|
-
} else {
|
|
1465
|
-
this._dispatchSubcommand(operands[1], [], [this._helpLongFlag]);
|
|
1466
|
-
}
|
|
1467
|
-
} else if (this._defaultCommandName) {
|
|
1468
|
-
outputHelpIfRequested(this, unknown); // Run the help for default command from parent rather than passing to default command
|
|
1469
|
-
this._dispatchSubcommand(this._defaultCommandName, operands, unknown);
|
|
1470
|
-
} else {
|
|
1471
|
-
if (this.commands.length && this.args.length === 0 && !this._actionHandler && !this._defaultCommandName) {
|
|
1472
|
-
// probably missing subcommand and no handler, user needs help
|
|
1473
|
-
this.help({ error: true });
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
outputHelpIfRequested(this, parsed.unknown);
|
|
1477
|
-
this._checkForMissingMandatoryOptions();
|
|
1478
|
-
|
|
1479
|
-
// We do not always call this check to avoid masking a "better" error, like unknown command.
|
|
1480
|
-
const checkForUnknownOptions = () => {
|
|
1481
|
-
if (parsed.unknown.length > 0) {
|
|
1482
|
-
this.unknownOption(parsed.unknown[0]);
|
|
1483
|
-
}
|
|
1484
|
-
};
|
|
1485
|
-
|
|
1486
|
-
const commandEvent = `command:${this.name()}`;
|
|
1487
|
-
if (this._actionHandler) {
|
|
1488
|
-
checkForUnknownOptions();
|
|
1489
|
-
// Check expected arguments and collect variadic together.
|
|
1490
|
-
const args = this.args.slice();
|
|
1491
|
-
this._args.forEach((arg, i) => {
|
|
1492
|
-
if (arg.required && args[i] == null) {
|
|
1493
|
-
this.missingArgument(arg.name);
|
|
1494
|
-
} else if (arg.variadic) {
|
|
1495
|
-
args[i] = args.splice(i);
|
|
1496
|
-
args.length = Math.min(i + 1, args.length);
|
|
1497
|
-
}
|
|
1498
|
-
});
|
|
1499
|
-
if (args.length > this._args.length) {
|
|
1500
|
-
this._excessArguments(args);
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
this._actionHandler(args);
|
|
1504
|
-
if (this.parent) this.parent.emit(commandEvent, operands, unknown); // legacy
|
|
1505
|
-
} else if (this.parent && this.parent.listenerCount(commandEvent)) {
|
|
1506
|
-
checkForUnknownOptions();
|
|
1507
|
-
this.parent.emit(commandEvent, operands, unknown); // legacy
|
|
1508
|
-
} else if (operands.length) {
|
|
1509
|
-
if (this._findCommand('*')) { // legacy default command
|
|
1510
|
-
this._dispatchSubcommand('*', operands, unknown);
|
|
1511
|
-
} else if (this.listenerCount('command:*')) {
|
|
1512
|
-
// skip option check, emit event for possible misspelling suggestion
|
|
1513
|
-
this.emit('command:*', operands, unknown);
|
|
1514
|
-
} else if (this.commands.length) {
|
|
1515
|
-
this.unknownCommand();
|
|
1516
|
-
} else {
|
|
1517
|
-
checkForUnknownOptions();
|
|
1518
|
-
}
|
|
1519
|
-
} else if (this.commands.length) {
|
|
1520
|
-
// This command has subcommands and nothing hooked up at this level, so display help.
|
|
1521
|
-
this.help({ error: true });
|
|
1522
|
-
} else {
|
|
1523
|
-
checkForUnknownOptions();
|
|
1524
|
-
// fall through for caller to handle after calling .parse()
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
};
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
* Find matching command.
|
|
1531
|
-
*
|
|
1532
|
-
* @api private
|
|
1533
|
-
*/
|
|
1534
|
-
_findCommand(name) {
|
|
1535
|
-
if (!name) return undefined;
|
|
1536
|
-
return this.commands.find(cmd => cmd._name === name || cmd._aliases.includes(name));
|
|
1537
|
-
};
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* Return an option matching `arg` if any.
|
|
1541
|
-
*
|
|
1542
|
-
* @param {string} arg
|
|
1543
|
-
* @return {Option}
|
|
1544
|
-
* @api private
|
|
1545
|
-
*/
|
|
1546
|
-
|
|
1547
|
-
_findOption(arg) {
|
|
1548
|
-
return this.options.find(option => option.is(arg));
|
|
1549
|
-
};
|
|
1550
|
-
|
|
1551
|
-
/**
|
|
1552
|
-
* Display an error message if a mandatory option does not have a value.
|
|
1553
|
-
* Lazy calling after checking for help flags from leaf subcommand.
|
|
1554
|
-
*
|
|
1555
|
-
* @api private
|
|
1556
|
-
*/
|
|
1557
|
-
|
|
1558
|
-
_checkForMissingMandatoryOptions() {
|
|
1559
|
-
// Walk up hierarchy so can call in subcommand after checking for displaying help.
|
|
1560
|
-
for (let cmd = this; cmd; cmd = cmd.parent) {
|
|
1561
|
-
cmd.options.forEach((anOption) => {
|
|
1562
|
-
if (anOption.mandatory && (cmd._getOptionValue(anOption.attributeName()) === undefined)) {
|
|
1563
|
-
cmd.missingMandatoryOptionValue(anOption);
|
|
1564
|
-
}
|
|
1565
|
-
});
|
|
1566
|
-
}
|
|
1567
|
-
};
|
|
1568
|
-
|
|
1569
|
-
/**
|
|
1570
|
-
* Parse options from `argv` removing known options,
|
|
1571
|
-
* and return argv split into operands and unknown arguments.
|
|
1572
|
-
*
|
|
1573
|
-
* Examples:
|
|
1574
|
-
*
|
|
1575
|
-
* argv => operands, unknown
|
|
1576
|
-
* --known kkk op => [op], []
|
|
1577
|
-
* op --known kkk => [op], []
|
|
1578
|
-
* sub --unknown uuu op => [sub], [--unknown uuu op]
|
|
1579
|
-
* sub -- --unknown uuu op => [sub --unknown uuu op], []
|
|
1580
|
-
*
|
|
1581
|
-
* @param {String[]} argv
|
|
1582
|
-
* @return {{operands: String[], unknown: String[]}}
|
|
1583
|
-
*/
|
|
1584
|
-
|
|
1585
|
-
parseOptions(argv) {
|
|
1586
|
-
const operands = []; // operands, not options or values
|
|
1587
|
-
const unknown = []; // first unknown option and remaining unknown args
|
|
1588
|
-
let dest = operands;
|
|
1589
|
-
const args = argv.slice();
|
|
1590
|
-
|
|
1591
|
-
function maybeOption(arg) {
|
|
1592
|
-
return arg.length > 1 && arg[0] === '-';
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
// parse options
|
|
1596
|
-
let activeVariadicOption = null;
|
|
1597
|
-
while (args.length) {
|
|
1598
|
-
const arg = args.shift();
|
|
1599
|
-
|
|
1600
|
-
// literal
|
|
1601
|
-
if (arg === '--') {
|
|
1602
|
-
if (dest === unknown) dest.push(arg);
|
|
1603
|
-
dest.push(...args);
|
|
1604
|
-
break;
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
if (activeVariadicOption && !maybeOption(arg)) {
|
|
1608
|
-
this.emit(`option:${activeVariadicOption.name()}`, arg);
|
|
1609
|
-
continue;
|
|
1610
|
-
}
|
|
1611
|
-
activeVariadicOption = null;
|
|
1612
|
-
|
|
1613
|
-
if (maybeOption(arg)) {
|
|
1614
|
-
const option = this._findOption(arg);
|
|
1615
|
-
// recognised option, call listener to assign value with possible custom processing
|
|
1616
|
-
if (option) {
|
|
1617
|
-
if (option.required) {
|
|
1618
|
-
const value = args.shift();
|
|
1619
|
-
if (value === undefined) this.optionMissingArgument(option);
|
|
1620
|
-
this.emit(`option:${option.name()}`, value);
|
|
1621
|
-
} else if (option.optional) {
|
|
1622
|
-
let value = null;
|
|
1623
|
-
// historical behaviour is optional value is following arg unless an option
|
|
1624
|
-
if (args.length > 0 && !maybeOption(args[0])) {
|
|
1625
|
-
value = args.shift();
|
|
1626
|
-
}
|
|
1627
|
-
this.emit(`option:${option.name()}`, value);
|
|
1628
|
-
} else { // boolean flag
|
|
1629
|
-
this.emit(`option:${option.name()}`);
|
|
1630
|
-
}
|
|
1631
|
-
activeVariadicOption = option.variadic ? option : null;
|
|
1632
|
-
continue;
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
// Look for combo options following single dash, eat first one if known.
|
|
1637
|
-
if (arg.length > 2 && arg[0] === '-' && arg[1] !== '-') {
|
|
1638
|
-
const option = this._findOption(`-${arg[1]}`);
|
|
1639
|
-
if (option) {
|
|
1640
|
-
if (option.required || (option.optional && this._combineFlagAndOptionalValue)) {
|
|
1641
|
-
// option with value following in same argument
|
|
1642
|
-
this.emit(`option:${option.name()}`, arg.slice(2));
|
|
1643
|
-
} else {
|
|
1644
|
-
// boolean option, emit and put back remainder of arg for further processing
|
|
1645
|
-
this.emit(`option:${option.name()}`);
|
|
1646
|
-
args.unshift(`-${arg.slice(2)}`);
|
|
1647
|
-
}
|
|
1648
|
-
continue;
|
|
1649
|
-
}
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
// Look for known long flag with value, like --foo=bar
|
|
1653
|
-
if (/^--[^=]+=/.test(arg)) {
|
|
1654
|
-
const index = arg.indexOf('=');
|
|
1655
|
-
const option = this._findOption(arg.slice(0, index));
|
|
1656
|
-
if (option && (option.required || option.optional)) {
|
|
1657
|
-
this.emit(`option:${option.name()}`, arg.slice(index + 1));
|
|
1658
|
-
continue;
|
|
1659
|
-
}
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
// Not a recognised option by this command.
|
|
1663
|
-
// Might be a command-argument, or subcommand option, or unknown option, or help command or option.
|
|
1664
|
-
|
|
1665
|
-
// An unknown option means further arguments also classified as unknown so can be reprocessed by subcommands.
|
|
1666
|
-
if (maybeOption(arg)) {
|
|
1667
|
-
dest = unknown;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
// If using positionalOptions, stop processing our options at subcommand.
|
|
1671
|
-
if ((this._enablePositionalOptions || this._passThroughOptions) && operands.length === 0 && unknown.length === 0) {
|
|
1672
|
-
if (this._findCommand(arg)) {
|
|
1673
|
-
operands.push(arg);
|
|
1674
|
-
if (args.length > 0) unknown.push(...args);
|
|
1675
|
-
break;
|
|
1676
|
-
} else if (arg === this._helpCommandName && this._hasImplicitHelpCommand()) {
|
|
1677
|
-
operands.push(arg);
|
|
1678
|
-
if (args.length > 0) operands.push(...args);
|
|
1679
|
-
break;
|
|
1680
|
-
} else if (this._defaultCommandName) {
|
|
1681
|
-
unknown.push(arg);
|
|
1682
|
-
if (args.length > 0) unknown.push(...args);
|
|
1683
|
-
break;
|
|
1684
|
-
}
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
// If using passThroughOptions, stop processing options at first command-argument.
|
|
1688
|
-
if (this._passThroughOptions) {
|
|
1689
|
-
dest.push(arg);
|
|
1690
|
-
if (args.length > 0) dest.push(...args);
|
|
1691
|
-
break;
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
// add arg
|
|
1695
|
-
dest.push(arg);
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
return { operands, unknown };
|
|
1699
|
-
};
|
|
1700
|
-
|
|
1701
|
-
/**
|
|
1702
|
-
* Return an object containing options as key-value pairs
|
|
1703
|
-
*
|
|
1704
|
-
* @return {Object}
|
|
1705
|
-
*/
|
|
1706
|
-
opts() {
|
|
1707
|
-
if (this._storeOptionsAsProperties) {
|
|
1708
|
-
// Preserve original behaviour so backwards compatible when still using properties
|
|
1709
|
-
const result = {};
|
|
1710
|
-
const len = this.options.length;
|
|
1711
|
-
|
|
1712
|
-
for (let i = 0; i < len; i++) {
|
|
1713
|
-
const key = this.options[i].attributeName();
|
|
1714
|
-
result[key] = key === this._versionOptionName ? this._version : this[key];
|
|
1715
|
-
}
|
|
1716
|
-
return result;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
return this._optionValues;
|
|
1720
|
-
};
|
|
1721
|
-
|
|
1722
|
-
/**
|
|
1723
|
-
* Internal bottleneck for handling of parsing errors.
|
|
1724
|
-
*
|
|
1725
|
-
* @api private
|
|
1726
|
-
*/
|
|
1727
|
-
_displayError(exitCode, code, message) {
|
|
1728
|
-
this._outputConfiguration.outputError(`${message}\n`, this._outputConfiguration.writeErr);
|
|
1729
|
-
this._exit(exitCode, code, message);
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
/**
|
|
1733
|
-
* Argument `name` is missing.
|
|
1734
|
-
*
|
|
1735
|
-
* @param {string} name
|
|
1736
|
-
* @api private
|
|
1737
|
-
*/
|
|
1738
|
-
|
|
1739
|
-
missingArgument(name) {
|
|
1740
|
-
const message = `error: missing required argument '${name}'`;
|
|
1741
|
-
this._displayError(1, 'commander.missingArgument', message);
|
|
1742
|
-
};
|
|
1743
|
-
|
|
1744
|
-
/**
|
|
1745
|
-
* `Option` is missing an argument.
|
|
1746
|
-
*
|
|
1747
|
-
* @param {Option} option
|
|
1748
|
-
* @api private
|
|
1749
|
-
*/
|
|
1750
|
-
|
|
1751
|
-
optionMissingArgument(option) {
|
|
1752
|
-
const message = `error: option '${option.flags}' argument missing`;
|
|
1753
|
-
this._displayError(1, 'commander.optionMissingArgument', message);
|
|
1754
|
-
};
|
|
1755
|
-
|
|
1756
|
-
/**
|
|
1757
|
-
* `Option` does not have a value, and is a mandatory option.
|
|
1758
|
-
*
|
|
1759
|
-
* @param {Option} option
|
|
1760
|
-
* @api private
|
|
1761
|
-
*/
|
|
1762
|
-
|
|
1763
|
-
missingMandatoryOptionValue(option) {
|
|
1764
|
-
const message = `error: required option '${option.flags}' not specified`;
|
|
1765
|
-
this._displayError(1, 'commander.missingMandatoryOptionValue', message);
|
|
1766
|
-
};
|
|
1767
|
-
|
|
1768
|
-
/**
|
|
1769
|
-
* Unknown option `flag`.
|
|
1770
|
-
*
|
|
1771
|
-
* @param {string} flag
|
|
1772
|
-
* @api private
|
|
1773
|
-
*/
|
|
1774
|
-
|
|
1775
|
-
unknownOption(flag) {
|
|
1776
|
-
if (this._allowUnknownOption) return;
|
|
1777
|
-
const message = `error: unknown option '${flag}'`;
|
|
1778
|
-
this._displayError(1, 'commander.unknownOption', message);
|
|
1779
|
-
};
|
|
1780
|
-
|
|
1781
|
-
/**
|
|
1782
|
-
* Excess arguments, more than expected.
|
|
1783
|
-
*
|
|
1784
|
-
* @param {string[]} receivedArgs
|
|
1785
|
-
* @api private
|
|
1786
|
-
*/
|
|
1787
|
-
|
|
1788
|
-
_excessArguments(receivedArgs) {
|
|
1789
|
-
if (this._allowExcessArguments) return;
|
|
1790
|
-
|
|
1791
|
-
const expected = this._args.length;
|
|
1792
|
-
const s = (expected === 1) ? '' : 's';
|
|
1793
|
-
const forSubcommand = this.parent ? ` for '${this.name()}'` : '';
|
|
1794
|
-
const message = `error: too many arguments${forSubcommand}. Expected ${expected} argument${s} but got ${receivedArgs.length}.`;
|
|
1795
|
-
this._displayError(1, 'commander.excessArguments', message);
|
|
1796
|
-
};
|
|
1797
|
-
|
|
1798
|
-
/**
|
|
1799
|
-
* Unknown command.
|
|
1800
|
-
*
|
|
1801
|
-
* @api private
|
|
1802
|
-
*/
|
|
1803
|
-
|
|
1804
|
-
unknownCommand() {
|
|
1805
|
-
const partCommands = [this.name()];
|
|
1806
|
-
for (let parentCmd = this.parent; parentCmd; parentCmd = parentCmd.parent) {
|
|
1807
|
-
partCommands.unshift(parentCmd.name());
|
|
1808
|
-
}
|
|
1809
|
-
const fullCommand = partCommands.join(' ');
|
|
1810
|
-
const message = `error: unknown command '${this.args[0]}'.` +
|
|
1811
|
-
(this._hasHelpOption ? ` See '${fullCommand} ${this._helpLongFlag}'.` : '');
|
|
1812
|
-
this._displayError(1, 'commander.unknownCommand', message);
|
|
1813
|
-
};
|
|
1814
|
-
|
|
1815
|
-
/**
|
|
1816
|
-
* Set the program version to `str`.
|
|
1817
|
-
*
|
|
1818
|
-
* This method auto-registers the "-V, --version" flag
|
|
1819
|
-
* which will print the version number when passed.
|
|
1820
|
-
*
|
|
1821
|
-
* You can optionally supply the flags and description to override the defaults.
|
|
1822
|
-
*
|
|
1823
|
-
* @param {string} str
|
|
1824
|
-
* @param {string} [flags]
|
|
1825
|
-
* @param {string} [description]
|
|
1826
|
-
* @return {this | string} `this` command for chaining, or version string if no arguments
|
|
1827
|
-
*/
|
|
1828
|
-
|
|
1829
|
-
version(str, flags, description) {
|
|
1830
|
-
if (str === undefined) return this._version;
|
|
1831
|
-
this._version = str;
|
|
1832
|
-
flags = flags || '-V, --version';
|
|
1833
|
-
description = description || 'output the version number';
|
|
1834
|
-
const versionOption = this.createOption(flags, description);
|
|
1835
|
-
this._versionOptionName = versionOption.attributeName();
|
|
1836
|
-
this.options.push(versionOption);
|
|
1837
|
-
this.on('option:' + versionOption.name(), () => {
|
|
1838
|
-
this._outputConfiguration.writeOut(`${str}\n`);
|
|
1839
|
-
this._exit(0, 'commander.version', str);
|
|
1840
|
-
});
|
|
1841
|
-
return this;
|
|
1842
|
-
};
|
|
1843
|
-
|
|
1844
|
-
/**
|
|
1845
|
-
* Set the description to `str`.
|
|
1846
|
-
*
|
|
1847
|
-
* @param {string} [str]
|
|
1848
|
-
* @param {Object} [argsDescription]
|
|
1849
|
-
* @return {string|Command}
|
|
1850
|
-
*/
|
|
1851
|
-
description(str, argsDescription) {
|
|
1852
|
-
if (str === undefined && argsDescription === undefined) return this._description;
|
|
1853
|
-
this._description = str;
|
|
1854
|
-
this._argsDescription = argsDescription;
|
|
1855
|
-
return this;
|
|
1856
|
-
};
|
|
1857
|
-
|
|
1858
|
-
/**
|
|
1859
|
-
* Set an alias for the command.
|
|
1860
|
-
*
|
|
1861
|
-
* You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help.
|
|
1862
|
-
*
|
|
1863
|
-
* @param {string} [alias]
|
|
1864
|
-
* @return {string|Command}
|
|
1865
|
-
*/
|
|
1866
|
-
|
|
1867
|
-
alias(alias) {
|
|
1868
|
-
if (alias === undefined) return this._aliases[0]; // just return first, for backwards compatibility
|
|
1869
|
-
|
|
1870
|
-
let command = this;
|
|
1871
|
-
if (this.commands.length !== 0 && this.commands[this.commands.length - 1]._executableHandler) {
|
|
1872
|
-
// assume adding alias for last added executable subcommand, rather than this
|
|
1873
|
-
command = this.commands[this.commands.length - 1];
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
if (alias === command._name) throw new Error('Command alias can\'t be the same as its name');
|
|
1877
|
-
|
|
1878
|
-
command._aliases.push(alias);
|
|
1879
|
-
return this;
|
|
1880
|
-
};
|
|
1881
|
-
|
|
1882
|
-
/**
|
|
1883
|
-
* Set aliases for the command.
|
|
1884
|
-
*
|
|
1885
|
-
* Only the first alias is shown in the auto-generated help.
|
|
1886
|
-
*
|
|
1887
|
-
* @param {string[]} [aliases]
|
|
1888
|
-
* @return {string[]|Command}
|
|
1889
|
-
*/
|
|
1890
|
-
|
|
1891
|
-
aliases(aliases) {
|
|
1892
|
-
// Getter for the array of aliases is the main reason for having aliases() in addition to alias().
|
|
1893
|
-
if (aliases === undefined) return this._aliases;
|
|
1894
|
-
|
|
1895
|
-
aliases.forEach((alias) => this.alias(alias));
|
|
1896
|
-
return this;
|
|
1897
|
-
};
|
|
1898
|
-
|
|
1899
|
-
/**
|
|
1900
|
-
* Set / get the command usage `str`.
|
|
1901
|
-
*
|
|
1902
|
-
* @param {string} [str]
|
|
1903
|
-
* @return {String|Command}
|
|
1904
|
-
*/
|
|
1905
|
-
|
|
1906
|
-
usage(str) {
|
|
1907
|
-
if (str === undefined) {
|
|
1908
|
-
if (this._usage) return this._usage;
|
|
1909
|
-
|
|
1910
|
-
const args = this._args.map((arg) => {
|
|
1911
|
-
return humanReadableArgName(arg);
|
|
1912
|
-
});
|
|
1913
|
-
return [].concat(
|
|
1914
|
-
(this.options.length || this._hasHelpOption ? '[options]' : []),
|
|
1915
|
-
(this.commands.length ? '[command]' : []),
|
|
1916
|
-
(this._args.length ? args : [])
|
|
1917
|
-
).join(' ');
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
this._usage = str;
|
|
1921
|
-
return this;
|
|
1922
|
-
};
|
|
1923
|
-
|
|
1924
|
-
/**
|
|
1925
|
-
* Get or set the name of the command
|
|
1926
|
-
*
|
|
1927
|
-
* @param {string} [str]
|
|
1928
|
-
* @return {string|Command}
|
|
1929
|
-
*/
|
|
1930
|
-
|
|
1931
|
-
name(str) {
|
|
1932
|
-
if (str === undefined) return this._name;
|
|
1933
|
-
this._name = str;
|
|
1934
|
-
return this;
|
|
1935
|
-
};
|
|
1936
|
-
|
|
1937
|
-
/**
|
|
1938
|
-
* Return program help documentation.
|
|
1939
|
-
*
|
|
1940
|
-
* @param {{ error: boolean }} [contextOptions] - pass {error:true} to wrap for stderr instead of stdout
|
|
1941
|
-
* @return {string}
|
|
1942
|
-
*/
|
|
1943
|
-
|
|
1944
|
-
helpInformation(contextOptions) {
|
|
1945
|
-
const helper = this.createHelp();
|
|
1946
|
-
if (helper.helpWidth === undefined) {
|
|
1947
|
-
helper.helpWidth = (contextOptions && contextOptions.error) ? this._outputConfiguration.getErrHelpWidth() : this._outputConfiguration.getOutHelpWidth();
|
|
1948
|
-
}
|
|
1949
|
-
return helper.formatHelp(this, helper);
|
|
1950
|
-
};
|
|
1951
|
-
|
|
1952
|
-
/**
|
|
1953
|
-
* @api private
|
|
1954
|
-
*/
|
|
1955
|
-
|
|
1956
|
-
_getHelpContext(contextOptions) {
|
|
1957
|
-
contextOptions = contextOptions || {};
|
|
1958
|
-
const context = { error: !!contextOptions.error };
|
|
1959
|
-
let write;
|
|
1960
|
-
if (context.error) {
|
|
1961
|
-
write = (arg) => this._outputConfiguration.writeErr(arg);
|
|
1962
|
-
} else {
|
|
1963
|
-
write = (arg) => this._outputConfiguration.writeOut(arg);
|
|
1964
|
-
}
|
|
1965
|
-
context.write = contextOptions.write || write;
|
|
1966
|
-
context.command = this;
|
|
1967
|
-
return context;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
/**
|
|
1971
|
-
* Output help information for this command.
|
|
1972
|
-
*
|
|
1973
|
-
* Outputs built-in help, and custom text added using `.addHelpText()`.
|
|
1974
|
-
*
|
|
1975
|
-
* @param {{ error: boolean } | Function} [contextOptions] - pass {error:true} to write to stderr instead of stdout
|
|
1976
|
-
*/
|
|
1977
|
-
|
|
1978
|
-
outputHelp(contextOptions) {
|
|
1979
|
-
let deprecatedCallback;
|
|
1980
|
-
if (typeof contextOptions === 'function') {
|
|
1981
|
-
deprecatedCallback = contextOptions;
|
|
1982
|
-
contextOptions = undefined;
|
|
1983
|
-
}
|
|
1984
|
-
const context = this._getHelpContext(contextOptions);
|
|
1985
|
-
|
|
1986
|
-
const groupListeners = [];
|
|
1987
|
-
let command = this;
|
|
1988
|
-
while (command) {
|
|
1989
|
-
groupListeners.push(command); // ordered from current command to root
|
|
1990
|
-
command = command.parent;
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
groupListeners.slice().reverse().forEach(command => command.emit('beforeAllHelp', context));
|
|
1994
|
-
this.emit('beforeHelp', context);
|
|
1995
|
-
|
|
1996
|
-
let helpInformation = this.helpInformation(context);
|
|
1997
|
-
if (deprecatedCallback) {
|
|
1998
|
-
helpInformation = deprecatedCallback(helpInformation);
|
|
1999
|
-
if (typeof helpInformation !== 'string' && !Buffer.isBuffer(helpInformation)) {
|
|
2000
|
-
throw new Error('outputHelp callback must return a string or a Buffer');
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
context.write(helpInformation);
|
|
2004
|
-
|
|
2005
|
-
this.emit(this._helpLongFlag); // deprecated
|
|
2006
|
-
this.emit('afterHelp', context);
|
|
2007
|
-
groupListeners.forEach(command => command.emit('afterAllHelp', context));
|
|
2008
|
-
};
|
|
2009
|
-
|
|
2010
|
-
/**
|
|
2011
|
-
* You can pass in flags and a description to override the help
|
|
2012
|
-
* flags and help description for your command. Pass in false to
|
|
2013
|
-
* disable the built-in help option.
|
|
2014
|
-
*
|
|
2015
|
-
* @param {string | boolean} [flags]
|
|
2016
|
-
* @param {string} [description]
|
|
2017
|
-
* @return {Command} `this` command for chaining
|
|
2018
|
-
*/
|
|
2019
|
-
|
|
2020
|
-
helpOption(flags, description) {
|
|
2021
|
-
if (typeof flags === 'boolean') {
|
|
2022
|
-
this._hasHelpOption = flags;
|
|
2023
|
-
return this;
|
|
2024
|
-
}
|
|
2025
|
-
this._helpFlags = flags || this._helpFlags;
|
|
2026
|
-
this._helpDescription = description || this._helpDescription;
|
|
2027
|
-
|
|
2028
|
-
const helpFlags = _parseOptionFlags(this._helpFlags);
|
|
2029
|
-
this._helpShortFlag = helpFlags.shortFlag;
|
|
2030
|
-
this._helpLongFlag = helpFlags.longFlag;
|
|
2031
|
-
|
|
2032
|
-
return this;
|
|
2033
|
-
};
|
|
2034
|
-
|
|
2035
|
-
/**
|
|
2036
|
-
* Output help information and exit.
|
|
2037
|
-
*
|
|
2038
|
-
* Outputs built-in help, and custom text added using `.addHelpText()`.
|
|
2039
|
-
*
|
|
2040
|
-
* @param {{ error: boolean }} [contextOptions] - pass {error:true} to write to stderr instead of stdout
|
|
2041
|
-
*/
|
|
2042
|
-
|
|
2043
|
-
help(contextOptions) {
|
|
2044
|
-
this.outputHelp(contextOptions);
|
|
2045
|
-
let exitCode = process.exitCode || 0;
|
|
2046
|
-
if (exitCode === 0 && contextOptions && typeof contextOptions !== 'function' && contextOptions.error) {
|
|
2047
|
-
exitCode = 1;
|
|
2048
|
-
}
|
|
2049
|
-
// message: do not have all displayed text available so only passing placeholder.
|
|
2050
|
-
this._exit(exitCode, 'commander.help', '(outputHelp)');
|
|
2051
|
-
};
|
|
2052
|
-
|
|
2053
|
-
/**
|
|
2054
|
-
* Add additional text to be displayed with the built-in help.
|
|
2055
|
-
*
|
|
2056
|
-
* Position is 'before' or 'after' to affect just this command,
|
|
2057
|
-
* and 'beforeAll' or 'afterAll' to affect this command and all its subcommands.
|
|
2058
|
-
*
|
|
2059
|
-
* @param {string} position - before or after built-in help
|
|
2060
|
-
* @param {string | Function} text - string to add, or a function returning a string
|
|
2061
|
-
* @return {Command} `this` command for chaining
|
|
2062
|
-
*/
|
|
2063
|
-
addHelpText(position, text) {
|
|
2064
|
-
const allowedValues = ['beforeAll', 'before', 'after', 'afterAll'];
|
|
2065
|
-
if (!allowedValues.includes(position)) {
|
|
2066
|
-
throw new Error(`Unexpected value for position to addHelpText.
|
|
2067
|
-
Expecting one of '${allowedValues.join("', '")}'`);
|
|
2068
|
-
}
|
|
2069
|
-
const helpEvent = `${position}Help`;
|
|
2070
|
-
this.on(helpEvent, (context) => {
|
|
2071
|
-
let helpStr;
|
|
2072
|
-
if (typeof text === 'function') {
|
|
2073
|
-
helpStr = text({ error: context.error, command: context.command });
|
|
2074
|
-
} else {
|
|
2075
|
-
helpStr = text;
|
|
2076
|
-
}
|
|
2077
|
-
// Ignore falsy value when nothing to output.
|
|
2078
|
-
if (helpStr) {
|
|
2079
|
-
context.write(`${helpStr}\n`);
|
|
2080
|
-
}
|
|
2081
|
-
});
|
|
2082
|
-
return this;
|
|
2083
|
-
}
|
|
2084
|
-
};
|
|
2085
|
-
|
|
2086
|
-
/**
|
|
2087
|
-
* Expose the root command.
|
|
2088
|
-
*/
|
|
2089
|
-
|
|
2090
|
-
exports = module.exports = new Command();
|
|
2091
|
-
exports.program = exports; // More explicit access to global command.
|
|
2092
|
-
|
|
2093
|
-
/**
|
|
2094
|
-
* Expose classes
|
|
2095
|
-
*/
|
|
2096
|
-
|
|
2097
|
-
exports.Command = Command;
|
|
2098
|
-
exports.Option = Option;
|
|
2099
|
-
exports.CommanderError = CommanderError;
|
|
2100
|
-
exports.InvalidOptionArgumentError = InvalidOptionArgumentError;
|
|
2101
|
-
exports.Help = Help;
|
|
2102
|
-
|
|
2103
|
-
/**
|
|
2104
|
-
* Camel-case the given `flag`
|
|
2105
|
-
*
|
|
2106
|
-
* @param {string} flag
|
|
2107
|
-
* @return {string}
|
|
2108
|
-
* @api private
|
|
2109
|
-
*/
|
|
2110
|
-
|
|
2111
|
-
function camelcase(flag) {
|
|
2112
|
-
return flag.split('-').reduce((str, word) => {
|
|
2113
|
-
return str + word[0].toUpperCase() + word.slice(1);
|
|
2114
|
-
});
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
/**
|
|
2118
|
-
* Output help information if help flags specified
|
|
2119
|
-
*
|
|
2120
|
-
* @param {Command} cmd - command to output help for
|
|
2121
|
-
* @param {Array} args - array of options to search for help flags
|
|
2122
|
-
* @api private
|
|
2123
|
-
*/
|
|
2124
|
-
|
|
2125
|
-
function outputHelpIfRequested(cmd, args) {
|
|
2126
|
-
const helpOption = cmd._hasHelpOption && args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag);
|
|
2127
|
-
if (helpOption) {
|
|
2128
|
-
cmd.outputHelp();
|
|
2129
|
-
// (Do not have all displayed text available so only passing placeholder.)
|
|
2130
|
-
cmd._exit(0, 'commander.helpDisplayed', '(outputHelp)');
|
|
2131
|
-
}
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
/**
|
|
2135
|
-
* Takes an argument and returns its human readable equivalent for help usage.
|
|
2136
|
-
*
|
|
2137
|
-
* @param {Object} arg
|
|
2138
|
-
* @return {string}
|
|
2139
|
-
* @api private
|
|
2140
|
-
*/
|
|
2141
|
-
|
|
2142
|
-
function humanReadableArgName(arg) {
|
|
2143
|
-
const nameOutput = arg.name + (arg.variadic === true ? '...' : '');
|
|
2144
|
-
|
|
2145
|
-
return arg.required
|
|
2146
|
-
? '<' + nameOutput + '>'
|
|
2147
|
-
: '[' + nameOutput + ']';
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
/**
|
|
2151
|
-
* Parse the short and long flag out of something like '-m,--mixed <value>'
|
|
2152
|
-
*
|
|
2153
|
-
* @api private
|
|
2154
|
-
*/
|
|
2155
|
-
|
|
2156
|
-
function _parseOptionFlags(flags) {
|
|
2157
|
-
let shortFlag;
|
|
2158
|
-
let longFlag;
|
|
2159
|
-
// Use original very loose parsing to maintain backwards compatibility for now,
|
|
2160
|
-
// which allowed for example unintended `-sw, --short-word` [sic].
|
|
2161
|
-
const flagParts = flags.split(/[ |,]+/);
|
|
2162
|
-
if (flagParts.length > 1 && !/^[[<]/.test(flagParts[1])) shortFlag = flagParts.shift();
|
|
2163
|
-
longFlag = flagParts.shift();
|
|
2164
|
-
// Add support for lone short flag without significantly changing parsing!
|
|
2165
|
-
if (!shortFlag && /^-[^-]$/.test(longFlag)) {
|
|
2166
|
-
shortFlag = longFlag;
|
|
2167
|
-
longFlag = undefined;
|
|
2168
|
-
}
|
|
2169
|
-
return { shortFlag, longFlag };
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
/**
|
|
2173
|
-
* Scan arguments and increment port number for inspect calls (to avoid conflicts when spawning new command).
|
|
2174
|
-
*
|
|
2175
|
-
* @param {string[]} args - array of arguments from node.execArgv
|
|
2176
|
-
* @returns {string[]}
|
|
2177
|
-
* @api private
|
|
2178
|
-
*/
|
|
2179
|
-
|
|
2180
|
-
function incrementNodeInspectorPort(args) {
|
|
2181
|
-
// Testing for these options:
|
|
2182
|
-
// --inspect[=[host:]port]
|
|
2183
|
-
// --inspect-brk[=[host:]port]
|
|
2184
|
-
// --inspect-port=[host:]port
|
|
2185
|
-
return args.map((arg) => {
|
|
2186
|
-
if (!arg.startsWith('--inspect')) {
|
|
2187
|
-
return arg;
|
|
2188
|
-
}
|
|
2189
|
-
let debugOption;
|
|
2190
|
-
let debugHost = '127.0.0.1';
|
|
2191
|
-
let debugPort = '9229';
|
|
2192
|
-
let match;
|
|
2193
|
-
if ((match = arg.match(/^(--inspect(-brk)?)$/)) !== null) {
|
|
2194
|
-
// e.g. --inspect
|
|
2195
|
-
debugOption = match[1];
|
|
2196
|
-
} else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+)$/)) !== null) {
|
|
2197
|
-
debugOption = match[1];
|
|
2198
|
-
if (/^\d+$/.test(match[3])) {
|
|
2199
|
-
// e.g. --inspect=1234
|
|
2200
|
-
debugPort = match[3];
|
|
2201
|
-
} else {
|
|
2202
|
-
// e.g. --inspect=localhost
|
|
2203
|
-
debugHost = match[3];
|
|
2204
|
-
}
|
|
2205
|
-
} else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/)) !== null) {
|
|
2206
|
-
// e.g. --inspect=localhost:1234
|
|
2207
|
-
debugOption = match[1];
|
|
2208
|
-
debugHost = match[3];
|
|
2209
|
-
debugPort = match[4];
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
if (debugOption && debugPort !== '0') {
|
|
2213
|
-
return `${debugOption}=${debugHost}:${parseInt(debugPort) + 1}`;
|
|
2214
|
-
}
|
|
2215
|
-
return arg;
|
|
2216
|
-
});
|
|
2217
|
-
}
|