@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.
Files changed (3074) hide show
  1. package/dist/cjs/{clsx.m-b00fa5e1.js → clsx.m-d64724c8.js} +0 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/utrecht-backdrop.cjs.entry.js +1 -1
  4. package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +1 -1
  5. package/dist/cjs/utrecht-button_2.cjs.entry.js +1 -1
  6. package/dist/cjs/utrecht-checkbox.cjs.entry.js +1 -1
  7. package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +1 -1
  8. package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +1 -1
  9. package/dist/cjs/utrecht-form-field-description.cjs.entry.js +1 -1
  10. package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +1 -1
  11. package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +1 -1
  12. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
  13. package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +1 -1
  14. package/dist/cjs/utrecht-icon-blad.cjs.entry.js +16 -0
  15. package/dist/cjs/utrecht-icon-openingstijden.cjs.entry.js +1 -1
  16. package/dist/cjs/utrecht-icon-zwemmen.cjs.entry.js +1 -1
  17. package/dist/cjs/utrecht-pagination.cjs.entry.js +1 -1
  18. package/dist/cjs/utrecht-sidenav.cjs.entry.js +1 -1
  19. package/dist/cjs/utrecht-textbox.cjs.entry.js +1 -1
  20. package/dist/cjs/utrecht.cjs.js +1 -1
  21. package/dist/collection/collection-manifest.json +1 -1
  22. package/dist/collection/icon/src/build.js +16 -11
  23. package/dist/collection/icon/src/component_templates.js +1 -7
  24. package/dist/collection/icon/src/svg/{dementie copy 3.svg → blad.svg} +0 -0
  25. package/dist/collection/icon/src/svg/milieu-ontheffing.svg +1 -1
  26. package/dist/collection/icon/src/svg/omgevingswet.svg +1 -1
  27. package/dist/collection/icon/src/svg/openingstijden.svg +1 -1
  28. package/dist/collection/icon/src/svg/{Vervoersvoorziening.svg → vervoersvoorziening.svg} +0 -0
  29. package/dist/collection/icon/src/svg/zwemmen.svg +1 -1
  30. package/dist/collection/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.js +10 -0
  31. package/dist/collection/icon/tmp/components/utrecht-icon-openingstijden/utrecht-icon-openingstijden.stencil.js +1 -1
  32. package/dist/collection/icon/tmp/components/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil.js +1 -1
  33. package/dist/collection/icon/tmp/optimized-svgs/{dementie copy 3.svg → blad.svg} +0 -0
  34. package/dist/collection/icon/tmp/optimized-svgs/openingstijden.svg +1 -1
  35. package/dist/collection/icon/tmp/optimized-svgs/{Vervoersvoorziening.svg → vervoersvoorziening.svg} +0 -0
  36. package/dist/collection/icon/tmp/optimized-svgs/zwemmen.svg +1 -1
  37. package/dist/collection/node_modules/@jest/transform/build/ScriptTransformer.js +882 -0
  38. package/dist/collection/node_modules/@jest/transform/build/enhanceUnexpectedTokenMessage.js +78 -0
  39. package/dist/collection/node_modules/@jest/transform/build/index.js +85 -0
  40. package/dist/collection/node_modules/@jest/transform/build/shouldInstrument.js +207 -0
  41. package/dist/collection/node_modules/@jest/transform/build/types.js +1 -0
  42. package/dist/collection/node_modules/@jest/types/build/Circus.js +1 -0
  43. package/dist/collection/node_modules/@jest/types/build/Config.js +1 -0
  44. package/dist/collection/node_modules/@jest/types/build/Global.js +1 -0
  45. package/dist/collection/node_modules/@jest/types/build/TestResult.js +1 -0
  46. package/dist/collection/node_modules/@jest/types/build/Transform.js +1 -0
  47. package/dist/collection/node_modules/@jest/types/build/index.js +1 -0
  48. package/dist/collection/node_modules/@storybook/addon-docs/angular/index.js +1 -0
  49. package/dist/collection/node_modules/@storybook/addon-docs/blocks.js +14 -0
  50. package/dist/collection/node_modules/@storybook/addon-docs/common-preset.js +19 -0
  51. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Anchor.js +26 -0
  52. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/ArgsTable.js +364 -0
  53. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Canvas.js +137 -0
  54. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Description.js +153 -0
  55. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsContainer.js +153 -0
  56. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsContext.js +25 -0
  57. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsPage.js +32 -0
  58. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/DocsStory.js +78 -0
  59. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Heading.js +35 -0
  60. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Meta.js +70 -0
  61. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Preview.js +29 -0
  62. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Primary.js +67 -0
  63. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Props.js +35 -0
  64. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Source.js +184 -0
  65. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/SourceContainer.js +106 -0
  66. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Stories.js +82 -0
  67. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Story.js +281 -0
  68. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Subheading.js +35 -0
  69. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Subtitle.js +59 -0
  70. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Title.js +68 -0
  71. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/Wrapper.js +21 -0
  72. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/enhanceSource.js +129 -0
  73. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/index.js +370 -0
  74. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/mdx.js +237 -0
  75. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/types.js +10 -0
  76. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/useStory.js +106 -0
  77. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/blocks/utils.js +61 -0
  78. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/compodoc.js +397 -0
  79. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/config.js +31 -0
  80. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/index.js +22 -0
  81. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/prepareForInline.js +96 -0
  82. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/sourceDecorator.js +159 -0
  83. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/angular/types.js +1 -0
  84. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/config.js +106 -0
  85. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/enhanceArgTypes.js +21 -0
  86. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/common/preset.js +187 -0
  87. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/config.js +17 -0
  88. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/index.js +13 -0
  89. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/ember/jsondoc.js +87 -0
  90. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/config.js +26 -0
  91. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/prepareForInline.js +29 -0
  92. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/html/sourceDecorator.js +67 -0
  93. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/config.js +27 -0
  94. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/extractArgTypes.js +52 -0
  95. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/extractProps.js +77 -0
  96. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/jsxDecorator.js +277 -0
  97. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/captions.js +18 -0
  98. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/componentTypes.js +24 -0
  99. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/createDefaultValue.js +81 -0
  100. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +225 -0
  101. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/generateArray.js +29 -0
  102. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/generateObject.js +29 -0
  103. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/index.js +35 -0
  104. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/defaultValues/prettyIdentifier.js +34 -0
  105. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/generateCode.js +89 -0
  106. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/index.js +61 -0
  107. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/acornParser.js +254 -0
  108. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/index.js +35 -0
  109. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/inspectValue.js +26 -0
  110. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/inspection/types.js +19 -0
  111. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/lib/isHtmlTag.js +18 -0
  112. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/createType.js +467 -0
  113. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/generateFuncSignature.js +78 -0
  114. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/handleProp.js +54 -0
  115. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/rawDefaultPropResolvers.js +47 -0
  116. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/propTypes/sortProps.js +35 -0
  117. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/react-argtypes.stories.js +153 -0
  118. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/react/typeScript/handleProp.js +38 -0
  119. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/config.js +26 -0
  120. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/extractArgTypes.js +159 -0
  121. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/extractComponentDescription.js +21 -0
  122. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/prepareForInline.js +35 -0
  123. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/preset.js +54 -0
  124. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/sourceDecorator.js +262 -0
  125. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/svelte/svelte-docgen-loader.js +191 -0
  126. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/config.js +26 -0
  127. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/extractArgTypes.js +153 -0
  128. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/prepareForInline.js +56 -0
  129. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/preset.js +43 -0
  130. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue/sourceDecorator.js +343 -0
  131. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/config.js +22 -0
  132. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/extractArgTypes.js +62 -0
  133. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/prepareForInline.js +61 -0
  134. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/vue3/preset.js +43 -0
  135. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/config.js +30 -0
  136. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/custom-elements.js +163 -0
  137. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/prepareForInline.js +96 -0
  138. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/frameworks/web-components/sourceDecorator.js +60 -0
  139. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/index.js +22 -0
  140. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/convert.js +112 -0
  141. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/index.js +35 -0
  142. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/flow/types.js +1 -0
  143. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/index.js +24 -0
  144. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/convert.js +135 -0
  145. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/index.js +35 -0
  146. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/proptypes/types.js +1 -0
  147. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/convert.js +82 -0
  148. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/index.js +35 -0
  149. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/typescript/types.js +1 -0
  150. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/convert/utils.js +18 -0
  151. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/PropDef.js +1 -0
  152. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/createPropDef.js +171 -0
  153. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/extractDocgenProps.js +113 -0
  154. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createDefaultValue.js +24 -0
  155. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createPropDef.js +30 -0
  156. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/flow/createType.js +119 -0
  157. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/index.js +48 -0
  158. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createDefaultValue.js +24 -0
  159. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createPropDef.js +28 -0
  160. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/typeScript/createType.js +30 -0
  161. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/types.js +17 -0
  162. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/defaultValue.js +13 -0
  163. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/docgenInfo.js +34 -0
  164. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/index.js +48 -0
  165. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/docgen/utils/string.js +20 -0
  166. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/index.js +22 -0
  167. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/jsdocParser.js +229 -0
  168. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/lib/utils.js +45 -0
  169. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/register.js +26 -0
  170. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/shared.js +22 -0
  171. package/dist/collection/node_modules/@storybook/addon-docs/dist/cjs/typings.d.js +1 -0
  172. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Anchor.js +11 -0
  173. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/ArgsTable.js +308 -0
  174. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Canvas.js +89 -0
  175. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Description.js +113 -0
  176. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsContainer.js +105 -0
  177. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsContext.js +16 -0
  178. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsPage.js +13 -0
  179. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/DocsStory.js +55 -0
  180. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Heading.js +19 -0
  181. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Meta.js +34 -0
  182. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Preview.js +14 -0
  183. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Primary.js +28 -0
  184. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Props.js +19 -0
  185. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Source.js +136 -0
  186. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/SourceContainer.js +68 -0
  187. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Stories.js +41 -0
  188. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Story.js +226 -0
  189. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Subheading.js +19 -0
  190. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Subtitle.js +23 -0
  191. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Title.js +25 -0
  192. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/Wrapper.js +9 -0
  193. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/enhanceSource.js +111 -0
  194. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/index.js +24 -0
  195. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/mdx.js +200 -0
  196. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/types.js +2 -0
  197. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/useStory.js +84 -0
  198. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/blocks/utils.js +43 -0
  199. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/compodoc.js +347 -0
  200. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/config.js +18 -0
  201. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/index.js +1 -0
  202. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/prepareForInline.js +75 -0
  203. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/sourceDecorator.js +116 -0
  204. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/angular/types.js +0 -0
  205. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/config.js +68 -0
  206. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/enhanceArgTypes.js +11 -0
  207. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/common/preset.js +161 -0
  208. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/config.js +8 -0
  209. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/index.js +1 -0
  210. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/ember/jsondoc.js +66 -0
  211. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/config.js +14 -0
  212. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/prepareForInline.js +19 -0
  213. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/html/sourceDecorator.js +56 -0
  214. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/config.js +15 -0
  215. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/extractArgTypes.js +38 -0
  216. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/extractProps.js +53 -0
  217. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/jsxDecorator.js +218 -0
  218. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/captions.js +6 -0
  219. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/componentTypes.js +9 -0
  220. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/createDefaultValue.js +67 -0
  221. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +191 -0
  222. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/generateArray.js +19 -0
  223. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/generateObject.js +19 -0
  224. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/index.js +2 -0
  225. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/defaultValues/prettyIdentifier.js +22 -0
  226. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/generateCode.js +68 -0
  227. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/index.js +4 -0
  228. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/acornParser.js +213 -0
  229. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/index.js +2 -0
  230. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/inspectValue.js +16 -0
  231. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/inspection/types.js +12 -0
  232. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/lib/isHtmlTag.js +6 -0
  233. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/createType.js +448 -0
  234. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/generateFuncSignature.js +62 -0
  235. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/handleProp.js +39 -0
  236. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/rawDefaultPropResolvers.js +32 -0
  237. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/propTypes/sortProps.js +23 -0
  238. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/react-argtypes.stories.js +122 -0
  239. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/react/typeScript/handleProp.js +27 -0
  240. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/config.js +13 -0
  241. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/extractArgTypes.js +138 -0
  242. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/extractComponentDescription.js +12 -0
  243. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/prepareForInline.js +20 -0
  244. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/preset.js +42 -0
  245. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/sourceDecorator.js +232 -0
  246. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/svelte/svelte-docgen-loader.js +142 -0
  247. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/config.js +13 -0
  248. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/extractArgTypes.js +128 -0
  249. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/prepareForInline.js +39 -0
  250. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/preset.js +31 -0
  251. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue/sourceDecorator.js +292 -0
  252. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/config.js +11 -0
  253. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/extractArgTypes.js +45 -0
  254. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/prepareForInline.js +22 -0
  255. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/vue3/preset.js +31 -0
  256. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/config.js +17 -0
  257. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/custom-elements.js +139 -0
  258. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/prepareForInline.js +74 -0
  259. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/frameworks/web-components/sourceDecorator.js +50 -0
  260. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/index.js +1 -0
  261. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/convert.js +98 -0
  262. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/index.js +2 -0
  263. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/flow/types.js +0 -0
  264. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/index.js +12 -0
  265. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/convert.js +116 -0
  266. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/index.js +2 -0
  267. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/proptypes/types.js +0 -0
  268. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/convert.js +70 -0
  269. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/index.js +2 -0
  270. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/typescript/types.js +0 -0
  271. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/convert/utils.js +6 -0
  272. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/PropDef.js +0 -0
  273. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/createPropDef.js +141 -0
  274. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/extractDocgenProps.js +87 -0
  275. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createDefaultValue.js +14 -0
  276. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createPropDef.js +17 -0
  277. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/flow/createType.js +106 -0
  278. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/index.js +3 -0
  279. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createDefaultValue.js +15 -0
  280. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createPropDef.js +15 -0
  281. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/typeScript/createType.js +19 -0
  282. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/types.js +10 -0
  283. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/defaultValue.js +6 -0
  284. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/docgenInfo.js +18 -0
  285. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/index.js +3 -0
  286. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/docgen/utils/string.js +11 -0
  287. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/index.js +1 -0
  288. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/jsdocParser.js +207 -0
  289. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/lib/utils.js +25 -0
  290. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/register.js +21 -0
  291. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/shared.js +11 -0
  292. package/dist/collection/node_modules/@storybook/addon-docs/dist/esm/typings.d.js +0 -0
  293. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Anchor.js +8 -0
  294. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/ArgsTable.js +271 -0
  295. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Canvas.js +79 -0
  296. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Description.js +107 -0
  297. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsContainer.js +98 -0
  298. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsContext.js +16 -0
  299. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsPage.js +11 -0
  300. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/DocsStory.js +48 -0
  301. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Heading.js +17 -0
  302. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Meta.js +31 -0
  303. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Preview.js +9 -0
  304. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Primary.js +23 -0
  305. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Props.js +14 -0
  306. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Source.js +139 -0
  307. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/SourceContainer.js +38 -0
  308. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Stories.js +34 -0
  309. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Story.js +190 -0
  310. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Subheading.js +17 -0
  311. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Subtitle.js +23 -0
  312. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Title.js +24 -0
  313. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/Wrapper.js +8 -0
  314. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/enhanceSource.js +89 -0
  315. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/index.js +24 -0
  316. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/mdx.js +199 -0
  317. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/types.js +2 -0
  318. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/useStory.js +28 -0
  319. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/blocks/utils.js +29 -0
  320. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/compodoc.js +296 -0
  321. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/config.js +18 -0
  322. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/index.js +1 -0
  323. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/prepareForInline.js +36 -0
  324. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/sourceDecorator.js +81 -0
  325. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/angular/types.js +0 -0
  326. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/config.js +10 -0
  327. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/enhanceArgTypes.js +16 -0
  328. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/common/preset.js +131 -0
  329. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/config.js +8 -0
  330. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/index.js +1 -0
  331. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/ember/jsondoc.js +57 -0
  332. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/config.js +14 -0
  333. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/prepareForInline.js +17 -0
  334. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/html/sourceDecorator.js +56 -0
  335. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/config.js +13 -0
  336. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/extractArgTypes.js +38 -0
  337. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/extractProps.js +41 -0
  338. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/jsxDecorator.js +176 -0
  339. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/captions.js +6 -0
  340. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/componentTypes.js +2 -0
  341. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/createDefaultValue.js +72 -0
  342. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/createFromRawDefaultProp.js +181 -0
  343. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/generateArray.js +21 -0
  344. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/generateObject.js +21 -0
  345. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/index.js +2 -0
  346. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/defaultValues/prettyIdentifier.js +24 -0
  347. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/generateCode.js +59 -0
  348. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/index.js +4 -0
  349. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/acornParser.js +212 -0
  350. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/index.js +2 -0
  351. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/inspectValue.js +15 -0
  352. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/inspection/types.js +12 -0
  353. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/lib/isHtmlTag.js +4 -0
  354. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/createType.js +446 -0
  355. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/generateFuncSignature.js +57 -0
  356. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/handleProp.js +39 -0
  357. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/rawDefaultPropResolvers.js +31 -0
  358. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/propTypes/sortProps.js +14 -0
  359. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/react-argtypes.stories.js +78 -0
  360. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/react/typeScript/handleProp.js +28 -0
  361. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/config.js +13 -0
  362. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/extractArgTypes.js +118 -0
  363. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/extractComponentDescription.js +10 -0
  364. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/prepareForInline.js +18 -0
  365. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/preset.js +11 -0
  366. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/sourceDecorator.js +187 -0
  367. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/svelte/svelte-docgen-loader.js +89 -0
  368. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/config.js +13 -0
  369. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/extractArgTypes.js +103 -0
  370. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/prepareForInline.js +40 -0
  371. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/preset.js +24 -0
  372. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue/sourceDecorator.js +195 -0
  373. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/config.js +11 -0
  374. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/extractArgTypes.js +43 -0
  375. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/prepareForInline.js +22 -0
  376. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/vue3/preset.js +24 -0
  377. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/config.js +17 -0
  378. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/custom-elements.js +125 -0
  379. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/prepareForInline.js +23 -0
  380. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/frameworks/web-components/sourceDecorator.js +47 -0
  381. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/index.js +1 -0
  382. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/convert.js +89 -0
  383. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/index.js +2 -0
  384. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/flow/types.js +0 -0
  385. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/index.js +14 -0
  386. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/convert.js +102 -0
  387. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/index.js +2 -0
  388. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/proptypes/types.js +0 -0
  389. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/convert.js +67 -0
  390. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/index.js +2 -0
  391. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/typescript/types.js +0 -0
  392. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/convert/utils.js +2 -0
  393. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/PropDef.js +0 -0
  394. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/createPropDef.js +142 -0
  395. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/extractDocgenProps.js +80 -0
  396. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createDefaultValue.js +15 -0
  397. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createPropDef.js +17 -0
  398. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/flow/createType.js +103 -0
  399. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/index.js +3 -0
  400. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createDefaultValue.js +17 -0
  401. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createPropDef.js +15 -0
  402. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/typeScript/createType.js +16 -0
  403. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/types.js +10 -0
  404. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/defaultValue.js +4 -0
  405. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/docgenInfo.js +14 -0
  406. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/index.js +3 -0
  407. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/docgen/utils/string.js +11 -0
  408. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/index.js +1 -0
  409. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/jsdocParser.js +195 -0
  410. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/lib/utils.js +21 -0
  411. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/register.js +16 -0
  412. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/shared.js +11 -0
  413. package/dist/collection/node_modules/@storybook/addon-docs/dist/modern/typings.d.js +0 -0
  414. package/dist/collection/node_modules/@storybook/addon-docs/ember/index.js +1 -0
  415. package/dist/collection/node_modules/@storybook/addon-docs/jest-transform-mdx.js +24 -0
  416. package/dist/collection/node_modules/@storybook/addon-docs/mdx-compiler-plugin.js +1 -0
  417. package/dist/collection/node_modules/@storybook/addon-docs/postinstall/presets.js +38 -0
  418. package/dist/collection/node_modules/@storybook/addon-docs/preset.js +16 -0
  419. package/dist/collection/node_modules/@storybook/addon-docs/register.js +1 -0
  420. package/dist/collection/node_modules/@storybook/addon-docs/web-components/index.js +1 -0
  421. package/dist/collection/node_modules/@storybook/addons/dist/cjs/hooks.js +554 -0
  422. package/dist/collection/node_modules/@storybook/addons/dist/cjs/index.js +158 -0
  423. package/dist/collection/node_modules/@storybook/addons/dist/cjs/make-decorator.js +64 -0
  424. package/dist/collection/node_modules/@storybook/addons/dist/cjs/public_api.js +88 -0
  425. package/dist/collection/node_modules/@storybook/addons/dist/cjs/storybook-channel-mock.js +20 -0
  426. package/dist/collection/node_modules/@storybook/addons/dist/cjs/types.js +34 -0
  427. package/dist/collection/node_modules/@storybook/addons/dist/cjs/typings.d.js +1 -0
  428. package/dist/collection/node_modules/@storybook/addons/dist/esm/hooks.js +494 -0
  429. package/dist/collection/node_modules/@storybook/addons/dist/esm/index.js +133 -0
  430. package/dist/collection/node_modules/@storybook/addons/dist/esm/make-decorator.js +53 -0
  431. package/dist/collection/node_modules/@storybook/addons/dist/esm/public_api.js +12 -0
  432. package/dist/collection/node_modules/@storybook/addons/dist/esm/storybook-channel-mock.js +10 -0
  433. package/dist/collection/node_modules/@storybook/addons/dist/esm/types.js +23 -0
  434. package/dist/collection/node_modules/@storybook/addons/dist/esm/typings.d.js +0 -0
  435. package/dist/collection/node_modules/@storybook/addons/dist/modern/hooks.js +390 -0
  436. package/dist/collection/node_modules/@storybook/addons/dist/modern/index.js +111 -0
  437. package/dist/collection/node_modules/@storybook/addons/dist/modern/make-decorator.js +45 -0
  438. package/dist/collection/node_modules/@storybook/addons/dist/modern/public_api.js +12 -0
  439. package/dist/collection/node_modules/@storybook/addons/dist/modern/storybook-channel-mock.js +10 -0
  440. package/dist/collection/node_modules/@storybook/addons/dist/modern/types.js +19 -0
  441. package/dist/collection/node_modules/@storybook/addons/dist/modern/typings.d.js +0 -0
  442. package/dist/collection/node_modules/@storybook/api/dist/cjs/context.js +19 -0
  443. package/dist/collection/node_modules/@storybook/api/dist/cjs/index.js +542 -0
  444. package/dist/collection/node_modules/@storybook/api/dist/cjs/initial-state.js +24 -0
  445. package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/events.js +82 -0
  446. package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/merge.js +45 -0
  447. package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/shortcut.js +189 -0
  448. package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/store-setup.js +28 -0
  449. package/dist/collection/node_modules/@storybook/api/dist/cjs/lib/stories.js +301 -0
  450. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/addons.js +180 -0
  451. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/channel.js +51 -0
  452. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/globals.js +104 -0
  453. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/layout.js +241 -0
  454. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/notifications.js +87 -0
  455. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/provider.js +21 -0
  456. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/refs.js +434 -0
  457. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/release-notes.js +107 -0
  458. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/settings.js +123 -0
  459. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/shortcuts.js +498 -0
  460. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/stories.js +722 -0
  461. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/url.js +358 -0
  462. package/dist/collection/node_modules/@storybook/api/dist/cjs/modules/versions.js +171 -0
  463. package/dist/collection/node_modules/@storybook/api/dist/cjs/store.js +162 -0
  464. package/dist/collection/node_modules/@storybook/api/dist/cjs/typings.d.js +1 -0
  465. package/dist/collection/node_modules/@storybook/api/dist/cjs/version.js +8 -0
  466. package/dist/collection/node_modules/@storybook/api/dist/esm/context.js +9 -0
  467. package/dist/collection/node_modules/@storybook/api/dist/esm/index.js +435 -0
  468. package/dist/collection/node_modules/@storybook/api/dist/esm/initial-state.js +14 -0
  469. package/dist/collection/node_modules/@storybook/api/dist/esm/lib/events.js +61 -0
  470. package/dist/collection/node_modules/@storybook/api/dist/esm/lib/merge.js +28 -0
  471. package/dist/collection/node_modules/@storybook/api/dist/esm/lib/shortcut.js +144 -0
  472. package/dist/collection/node_modules/@storybook/api/dist/esm/lib/store-setup.js +18 -0
  473. package/dist/collection/node_modules/@storybook/api/dist/esm/lib/stories.js +247 -0
  474. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/addons.js +150 -0
  475. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/channel.js +40 -0
  476. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/globals.js +88 -0
  477. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/layout.js +219 -0
  478. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/notifications.js +66 -0
  479. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/provider.js +12 -0
  480. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/refs.js +388 -0
  481. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/release-notes.js +79 -0
  482. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/settings.js +109 -0
  483. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/shortcuts.js +453 -0
  484. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/stories.js +679 -0
  485. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/url.js +318 -0
  486. package/dist/collection/node_modules/@storybook/api/dist/esm/modules/versions.js +147 -0
  487. package/dist/collection/node_modules/@storybook/api/dist/esm/store.js +147 -0
  488. package/dist/collection/node_modules/@storybook/api/dist/esm/typings.d.js +0 -0
  489. package/dist/collection/node_modules/@storybook/api/dist/esm/version.js +1 -0
  490. package/dist/collection/node_modules/@storybook/api/dist/modern/context.js +8 -0
  491. package/dist/collection/node_modules/@storybook/api/dist/modern/index.js +330 -0
  492. package/dist/collection/node_modules/@storybook/api/dist/modern/initial-state.js +7 -0
  493. package/dist/collection/node_modules/@storybook/api/dist/modern/lib/events.js +35 -0
  494. package/dist/collection/node_modules/@storybook/api/dist/modern/lib/merge.js +22 -0
  495. package/dist/collection/node_modules/@storybook/api/dist/modern/lib/shortcut.js +128 -0
  496. package/dist/collection/node_modules/@storybook/api/dist/modern/lib/store-setup.js +18 -0
  497. package/dist/collection/node_modules/@storybook/api/dist/modern/lib/stories.js +204 -0
  498. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/addons.js +117 -0
  499. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/channel.js +24 -0
  500. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/globals.js +92 -0
  501. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/layout.js +228 -0
  502. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/notifications.js +36 -0
  503. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/provider.js +13 -0
  504. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/refs.js +272 -0
  505. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/release-notes.js +54 -0
  506. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/settings.js +60 -0
  507. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/shortcuts.js +348 -0
  508. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/stories.js +502 -0
  509. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/url.js +279 -0
  510. package/dist/collection/node_modules/@storybook/api/dist/modern/modules/versions.js +127 -0
  511. package/dist/collection/node_modules/@storybook/api/dist/modern/store.js +95 -0
  512. package/dist/collection/node_modules/@storybook/api/dist/modern/typings.d.js +0 -0
  513. package/dist/collection/node_modules/@storybook/api/dist/modern/version.js +1 -0
  514. package/dist/collection/node_modules/@storybook/api/shortcut.js +1 -0
  515. package/dist/collection/node_modules/@storybook/client-logger/dist/cjs/index.js +149 -0
  516. package/dist/collection/node_modules/@storybook/client-logger/dist/cjs/typings.d.js +1 -0
  517. package/dist/collection/node_modules/@storybook/client-logger/dist/esm/index.js +124 -0
  518. package/dist/collection/node_modules/@storybook/client-logger/dist/esm/typings.d.js +0 -0
  519. package/dist/collection/node_modules/@storybook/client-logger/dist/modern/index.js +67 -0
  520. package/dist/collection/node_modules/@storybook/client-logger/dist/modern/typings.d.js +0 -0
  521. package/dist/collection/node_modules/@storybook/components/dist/cjs/ActionBar/ActionBar.js +104 -0
  522. package/dist/collection/node_modules/@storybook/components/dist/cjs/ActionBar/ActionBar.stories.js +66 -0
  523. package/dist/collection/node_modules/@storybook/components/dist/cjs/Badge/Badge.js +97 -0
  524. package/dist/collection/node_modules/@storybook/components/dist/cjs/Badge/Badge.stories.js +19 -0
  525. package/dist/collection/node_modules/@storybook/components/dist/cjs/Button/Button.js +279 -0
  526. package/dist/collection/node_modules/@storybook/components/dist/cjs/Button/Button.stories.js +74 -0
  527. package/dist/collection/node_modules/@storybook/components/dist/cjs/Colors/SideBySide.js +25 -0
  528. package/dist/collection/node_modules/@storybook/components/dist/cjs/Loader/Loader.js +274 -0
  529. package/dist/collection/node_modules/@storybook/components/dist/cjs/Loader/Loader.stories.js +86 -0
  530. package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/GlobalScrollAreaStyles.js +477 -0
  531. package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/OverlayScrollbars.js +131 -0
  532. package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/ScrollArea.js +98 -0
  533. package/dist/collection/node_modules/@storybook/components/dist/cjs/ScrollArea/ScrollArea.stories.js +136 -0
  534. package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/Zoom.js +31 -0
  535. package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/Zoom.stories.js +185 -0
  536. package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/ZoomElement.js +96 -0
  537. package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/ZoomIFrame.js +142 -0
  538. package/dist/collection/node_modules/@storybook/components/dist/cjs/Zoom/browserSupportsCssZoom.js +20 -0
  539. package/dist/collection/node_modules/@storybook/components/dist/cjs/addon-panel/addon-panel.js +65 -0
  540. package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/bar.js +150 -0
  541. package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/button.js +160 -0
  542. package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/button.stories.js +90 -0
  543. package/dist/collection/node_modules/@storybook/components/dist/cjs/bar/separator.js +68 -0
  544. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgControl.js +138 -0
  545. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgJsDoc.js +100 -0
  546. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgRow.js +139 -0
  547. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgRow.stories.js +399 -0
  548. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgValue.js +298 -0
  549. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgsTable.js +497 -0
  550. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/ArgsTable.stories.js +217 -0
  551. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/NoControlsWarning.js +37 -0
  552. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/SectionRow.js +195 -0
  553. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/SectionRow.stories.js +59 -0
  554. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/TabbedArgsTable.js +92 -0
  555. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/TabbedArgsTable.stories.js +50 -0
  556. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/index.js +61 -0
  557. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ArgsTable/types.js +1 -0
  558. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/BlockBackgroundStyles.js +17 -0
  559. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ColorPalette.js +234 -0
  560. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ColorPalette.stories.js +87 -0
  561. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Description.js +33 -0
  562. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Description.stories.js +48 -0
  563. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/DocsPage.js +85 -0
  564. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/DocsPage.stories.js +120 -0
  565. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/EmptyBlock.js +45 -0
  566. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/EmptyBlock.stories.js +25 -0
  567. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IFrame.js +148 -0
  568. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IconGallery.js +99 -0
  569. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/IconGallery.stories.js +53 -0
  570. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Preview.js +438 -0
  571. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Preview.stories.js +345 -0
  572. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Source.js +143 -0
  573. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Source.stories.js +76 -0
  574. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Story.js +138 -0
  575. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Story.stories.js +125 -0
  576. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Toolbar.js +133 -0
  577. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Typeset.js +94 -0
  578. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/Typeset.stories.js +61 -0
  579. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/ZoomContext.js +13 -0
  580. package/dist/collection/node_modules/@storybook/components/dist/cjs/blocks/index.js +139 -0
  581. package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookIcon.js +44 -0
  582. package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookIcon.stories.js +13 -0
  583. package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookLogo.js +61 -0
  584. package/dist/collection/node_modules/@storybook/components/dist/cjs/brand/StorybookLogo.stories.js +27 -0
  585. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Boolean.js +154 -0
  586. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Boolean.stories.js +91 -0
  587. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Color.js +508 -0
  588. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Color.stories.js +146 -0
  589. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Date.js +197 -0
  590. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Date.stories.js +85 -0
  591. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Files.js +81 -0
  592. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Number.js +152 -0
  593. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Number.stories.js +91 -0
  594. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Object.js +416 -0
  595. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Object.stories.js +124 -0
  596. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Range.js +224 -0
  597. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Range.stories.js +126 -0
  598. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Text.js +106 -0
  599. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/Text.stories.js +91 -0
  600. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/helpers.js +35 -0
  601. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/index.js +182 -0
  602. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Checkbox.js +167 -0
  603. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Options.js +92 -0
  604. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Options.stories.js +214 -0
  605. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Radio.js +102 -0
  606. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/Select.js +173 -0
  607. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/helpers.js +81 -0
  608. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/options/index.js +22 -0
  609. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonAddValue.js +228 -0
  610. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonArray.js +507 -0
  611. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonFunctionValue.js +321 -0
  612. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonNode.js +422 -0
  613. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonObject.js +509 -0
  614. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/components/JsonValue.js +312 -0
  615. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/index.js +331 -0
  616. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/dataTypes.js +31 -0
  617. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/deltaTypes.js +12 -0
  618. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/types/inputUsageTypes.js +13 -0
  619. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/objectTypes.js +51 -0
  620. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/parse.js +29 -0
  621. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/react-editable-json-tree/utils/styles.js +68 -0
  622. package/dist/collection/node_modules/@storybook/components/dist/cjs/controls/types.js +1 -0
  623. package/dist/collection/node_modules/@storybook/components/dist/cjs/form/field/field.js +62 -0
  624. package/dist/collection/node_modules/@storybook/components/dist/cjs/form/form.stories.js +223 -0
  625. package/dist/collection/node_modules/@storybook/components/dist/cjs/form/index.js +27 -0
  626. package/dist/collection/node_modules/@storybook/components/dist/cjs/form/input/input.js +267 -0
  627. package/dist/collection/node_modules/@storybook/components/dist/cjs/html.js +58 -0
  628. package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icon.js +74 -0
  629. package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icon.stories.js +76 -0
  630. package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/icons.js +182 -0
  631. package/dist/collection/node_modules/@storybook/components/dist/cjs/icon/svg.js +24 -0
  632. package/dist/collection/node_modules/@storybook/components/dist/cjs/index.js +355 -0
  633. package/dist/collection/node_modules/@storybook/components/dist/cjs/placeholder/placeholder.js +94 -0
  634. package/dist/collection/node_modules/@storybook/components/dist/cjs/placeholder/placeholder.stories.js +64 -0
  635. package/dist/collection/node_modules/@storybook/components/dist/cjs/shared/animation.js +19 -0
  636. package/dist/collection/node_modules/@storybook/components/dist/cjs/spaced/Spaced.js +101 -0
  637. package/dist/collection/node_modules/@storybook/components/dist/cjs/spaced/Spaced.stories.js +73 -0
  638. package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/formatter.js +17 -0
  639. package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/lazy-syntaxhighlighter.js +49 -0
  640. package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter-types.js +1 -0
  641. package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter.js +315 -0
  642. package/dist/collection/node_modules/@storybook/components/dist/cjs/syntaxhighlighter/syntaxhighlighter.stories.js +112 -0
  643. package/dist/collection/node_modules/@storybook/components/dist/cjs/tabs/tabs.js +315 -0
  644. package/dist/collection/node_modules/@storybook/components/dist/cjs/tabs/tabs.stories.js +308 -0
  645. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/ListItem.js +224 -0
  646. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/ListItem.stories.js +95 -0
  647. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/Tooltip.js +143 -0
  648. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/Tooltip.stories.js +52 -0
  649. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipLinkList.js +107 -0
  650. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipLinkList.stories.js +100 -0
  651. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipMessage.js +85 -0
  652. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipMessage.stories.js +54 -0
  653. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipNote.js +50 -0
  654. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/TooltipNote.stories.js +29 -0
  655. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/WithTooltip.js +229 -0
  656. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/WithTooltip.stories.js +95 -0
  657. package/dist/collection/node_modules/@storybook/components/dist/cjs/tooltip/lazy-WithTooltip.js +72 -0
  658. package/dist/collection/node_modules/@storybook/components/dist/cjs/typings.d.js +1 -0
  659. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentFormatting.js +577 -0
  660. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentWrapper.js +298 -0
  661. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/DocumentWrapper.stories.js +89 -0
  662. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/link/link.js +207 -0
  663. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/link/link.stories.js +71 -0
  664. package/dist/collection/node_modules/@storybook/components/dist/cjs/typography/shared.js +67 -0
  665. package/dist/collection/node_modules/@storybook/components/dist/esm/ActionBar/ActionBar.js +83 -0
  666. package/dist/collection/node_modules/@storybook/components/dist/esm/ActionBar/ActionBar.stories.js +47 -0
  667. package/dist/collection/node_modules/@storybook/components/dist/esm/Badge/Badge.js +81 -0
  668. package/dist/collection/node_modules/@storybook/components/dist/esm/Badge/Badge.stories.js +12 -0
  669. package/dist/collection/node_modules/@storybook/components/dist/esm/Button/Button.js +239 -0
  670. package/dist/collection/node_modules/@storybook/components/dist/esm/Button/Button.stories.js +65 -0
  671. package/dist/collection/node_modules/@storybook/components/dist/esm/Colors/SideBySide.js +15 -0
  672. package/dist/collection/node_modules/@storybook/components/dist/esm/Loader/Loader.js +223 -0
  673. package/dist/collection/node_modules/@storybook/components/dist/esm/Loader/Loader.stories.js +63 -0
  674. package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/GlobalScrollAreaStyles.js +461 -0
  675. package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/OverlayScrollbars.js +102 -0
  676. package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/ScrollArea.js +58 -0
  677. package/dist/collection/node_modules/@storybook/components/dist/esm/ScrollArea/ScrollArea.stories.js +88 -0
  678. package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/Zoom.js +15 -0
  679. package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/Zoom.stories.js +149 -0
  680. package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/ZoomElement.js +64 -0
  681. package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/ZoomIFrame.js +121 -0
  682. package/dist/collection/node_modules/@storybook/components/dist/esm/Zoom/browserSupportsCssZoom.js +9 -0
  683. package/dist/collection/node_modules/@storybook/components/dist/esm/addon-panel/addon-panel.js +32 -0
  684. package/dist/collection/node_modules/@storybook/components/dist/esm/bar/bar.js +114 -0
  685. package/dist/collection/node_modules/@storybook/components/dist/esm/bar/button.js +139 -0
  686. package/dist/collection/node_modules/@storybook/components/dist/esm/bar/button.stories.js +56 -0
  687. package/dist/collection/node_modules/@storybook/components/dist/esm/bar/separator.js +30 -0
  688. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgControl.js +107 -0
  689. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgJsDoc.js +78 -0
  690. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgRow.js +110 -0
  691. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgRow.stories.js +358 -0
  692. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgValue.js +246 -0
  693. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgsTable.js +452 -0
  694. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/ArgsTable.stories.js +159 -0
  695. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/NoControlsWarning.js +22 -0
  696. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/SectionRow.js +153 -0
  697. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/SectionRow.stories.js +38 -0
  698. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/TabbedArgsTable.js +65 -0
  699. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/TabbedArgsTable.stories.js +34 -0
  700. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/index.js +4 -0
  701. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ArgsTable/types.js +0 -0
  702. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/BlockBackgroundStyles.js +8 -0
  703. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ColorPalette.js +196 -0
  704. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ColorPalette.stories.js +69 -0
  705. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Description.js +19 -0
  706. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Description.stories.js +32 -0
  707. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/DocsPage.js +57 -0
  708. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/DocsPage.stories.js +60 -0
  709. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/EmptyBlock.js +29 -0
  710. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/EmptyBlock.stories.js +10 -0
  711. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IFrame.js +115 -0
  712. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IconGallery.js +75 -0
  713. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/IconGallery.stories.js +37 -0
  714. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Preview.js +381 -0
  715. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Preview.stories.js +255 -0
  716. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Source.js +125 -0
  717. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Source.stories.js +49 -0
  718. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Story.js +97 -0
  719. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Story.stories.js +83 -0
  720. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Toolbar.js +93 -0
  721. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Typeset.js +71 -0
  722. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/Typeset.stories.js +37 -0
  723. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/ZoomContext.js +4 -0
  724. package/dist/collection/node_modules/@storybook/components/dist/esm/blocks/index.js +10 -0
  725. package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookIcon.js +31 -0
  726. package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookIcon.stories.js +6 -0
  727. package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookLogo.js +47 -0
  728. package/dist/collection/node_modules/@storybook/components/dist/esm/brand/StorybookLogo.stories.js +12 -0
  729. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Boolean.js +114 -0
  730. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Boolean.stories.js +54 -0
  731. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Color.js +446 -0
  732. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Color.stories.js +109 -0
  733. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Date.js +162 -0
  734. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Date.stories.js +51 -0
  735. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Files.js +56 -0
  736. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Number.js +110 -0
  737. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Number.stories.js +54 -0
  738. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Object.js +370 -0
  739. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Object.stories.js +81 -0
  740. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Range.js +179 -0
  741. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Range.stories.js +83 -0
  742. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Text.js +72 -0
  743. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/Text.stories.js +54 -0
  744. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/helpers.js +22 -0
  745. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/index.js +21 -0
  746. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Checkbox.js +123 -0
  747. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Options.js +70 -0
  748. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Options.stories.js +126 -0
  749. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Radio.js +77 -0
  750. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/Select.js +143 -0
  751. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/helpers.js +50 -0
  752. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/options/index.js +1 -0
  753. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonAddValue.js +194 -0
  754. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonArray.js +465 -0
  755. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonFunctionValue.js +282 -0
  756. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonNode.js +387 -0
  757. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonObject.js +467 -0
  758. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/components/JsonValue.js +272 -0
  759. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/index.js +267 -0
  760. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/dataTypes.js +24 -0
  761. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/deltaTypes.js +6 -0
  762. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/types/inputUsageTypes.js +6 -0
  763. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/objectTypes.js +39 -0
  764. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/parse.js +21 -0
  765. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/react-editable-json-tree/utils/styles.js +62 -0
  766. package/dist/collection/node_modules/@storybook/components/dist/esm/controls/types.js +0 -0
  767. package/dist/collection/node_modules/@storybook/components/dist/esm/form/field/field.js +44 -0
  768. package/dist/collection/node_modules/@storybook/components/dist/esm/form/form.stories.js +198 -0
  769. package/dist/collection/node_modules/@storybook/components/dist/esm/form/index.js +15 -0
  770. package/dist/collection/node_modules/@storybook/components/dist/esm/form/input/input.js +225 -0
  771. package/dist/collection/node_modules/@storybook/components/dist/esm/html.js +13 -0
  772. package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icon.js +52 -0
  773. package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icon.stories.js +62 -0
  774. package/dist/collection/node_modules/@storybook/components/dist/esm/icon/icons.js +174 -0
  775. package/dist/collection/node_modules/@storybook/components/dist/esm/icon/svg.js +15 -0
  776. package/dist/collection/node_modules/@storybook/components/dist/esm/index.js +50 -0
  777. package/dist/collection/node_modules/@storybook/components/dist/esm/placeholder/placeholder.js +58 -0
  778. package/dist/collection/node_modules/@storybook/components/dist/esm/placeholder/placeholder.stories.js +23 -0
  779. package/dist/collection/node_modules/@storybook/components/dist/esm/shared/animation.js +9 -0
  780. package/dist/collection/node_modules/@storybook/components/dist/esm/spaced/Spaced.js +84 -0
  781. package/dist/collection/node_modules/@storybook/components/dist/esm/spaced/Spaced.stories.js +63 -0
  782. package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/formatter.js +5 -0
  783. package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/lazy-syntaxhighlighter.js +12 -0
  784. package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter-types.js +0 -0
  785. package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter.js +250 -0
  786. package/dist/collection/node_modules/@storybook/components/dist/esm/syntaxhighlighter/syntaxhighlighter.stories.js +82 -0
  787. package/dist/collection/node_modules/@storybook/components/dist/esm/tabs/tabs.js +269 -0
  788. package/dist/collection/node_modules/@storybook/components/dist/esm/tabs/tabs.stories.js +277 -0
  789. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/ListItem.js +201 -0
  790. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/ListItem.stories.js +87 -0
  791. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/Tooltip.js +119 -0
  792. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/Tooltip.stories.js +42 -0
  793. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipLinkList.js +67 -0
  794. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipLinkList.stories.js +60 -0
  795. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipMessage.js +62 -0
  796. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipMessage.stories.js +46 -0
  797. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipNote.js +33 -0
  798. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/TooltipNote.stories.js +21 -0
  799. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/WithTooltip.js +191 -0
  800. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/WithTooltip.stories.js +83 -0
  801. package/dist/collection/node_modules/@storybook/components/dist/esm/tooltip/lazy-WithTooltip.js +29 -0
  802. package/dist/collection/node_modules/@storybook/components/dist/esm/typings.d.js +0 -0
  803. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentFormatting.js +490 -0
  804. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentWrapper.js +288 -0
  805. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/DocumentWrapper.stories.js +70 -0
  806. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/link/link.js +188 -0
  807. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/link/link.stories.js +62 -0
  808. package/dist/collection/node_modules/@storybook/components/dist/esm/typography/shared.js +50 -0
  809. package/dist/collection/node_modules/@storybook/components/dist/modern/ActionBar/ActionBar.js +74 -0
  810. package/dist/collection/node_modules/@storybook/components/dist/modern/ActionBar/ActionBar.stories.js +41 -0
  811. package/dist/collection/node_modules/@storybook/components/dist/modern/Badge/Badge.js +78 -0
  812. package/dist/collection/node_modules/@storybook/components/dist/modern/Badge/Badge.stories.js +10 -0
  813. package/dist/collection/node_modules/@storybook/components/dist/modern/Button/Button.js +231 -0
  814. package/dist/collection/node_modules/@storybook/components/dist/modern/Button/Button.stories.js +65 -0
  815. package/dist/collection/node_modules/@storybook/components/dist/modern/Colors/SideBySide.js +15 -0
  816. package/dist/collection/node_modules/@storybook/components/dist/modern/Loader/Loader.js +185 -0
  817. package/dist/collection/node_modules/@storybook/components/dist/modern/Loader/Loader.stories.js +53 -0
  818. package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/GlobalScrollAreaStyles.js +450 -0
  819. package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/OverlayScrollbars.js +86 -0
  820. package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/ScrollArea.js +43 -0
  821. package/dist/collection/node_modules/@storybook/components/dist/modern/ScrollArea/ScrollArea.stories.js +70 -0
  822. package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/Zoom.js +17 -0
  823. package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/Zoom.stories.js +113 -0
  824. package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/ZoomElement.js +35 -0
  825. package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/ZoomIFrame.js +71 -0
  826. package/dist/collection/node_modules/@storybook/components/dist/modern/Zoom/browserSupportsCssZoom.js +11 -0
  827. package/dist/collection/node_modules/@storybook/components/dist/modern/addon-panel/addon-panel.js +33 -0
  828. package/dist/collection/node_modules/@storybook/components/dist/modern/bar/bar.js +80 -0
  829. package/dist/collection/node_modules/@storybook/components/dist/modern/bar/button.js +124 -0
  830. package/dist/collection/node_modules/@storybook/components/dist/modern/bar/button.stories.js +42 -0
  831. package/dist/collection/node_modules/@storybook/components/dist/modern/bar/separator.js +25 -0
  832. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgControl.js +71 -0
  833. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgJsDoc.js +71 -0
  834. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgRow.js +105 -0
  835. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgRow.stories.js +361 -0
  836. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgValue.js +191 -0
  837. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgsTable.js +394 -0
  838. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/ArgsTable.stories.js +151 -0
  839. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/NoControlsWarning.js +19 -0
  840. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/SectionRow.js +110 -0
  841. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/SectionRow.stories.js +31 -0
  842. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/TabbedArgsTable.js +34 -0
  843. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/TabbedArgsTable.stories.js +32 -0
  844. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/index.js +4 -0
  845. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ArgsTable/types.js +0 -0
  846. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/BlockBackgroundStyles.js +6 -0
  847. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ColorPalette.js +175 -0
  848. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ColorPalette.stories.js +65 -0
  849. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Description.js +18 -0
  850. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Description.stories.js +65 -0
  851. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/DocsPage.js +53 -0
  852. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/DocsPage.stories.js +46 -0
  853. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/EmptyBlock.js +24 -0
  854. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/EmptyBlock.stories.js +8 -0
  855. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IFrame.js +65 -0
  856. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IconGallery.js +68 -0
  857. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/IconGallery.stories.js +35 -0
  858. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Preview.js +274 -0
  859. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Preview.stories.js +219 -0
  860. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Source.js +117 -0
  861. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Source.stories.js +55 -0
  862. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Story.js +89 -0
  863. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Story.stories.js +44 -0
  864. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Toolbar.js +85 -0
  865. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Typeset.js +63 -0
  866. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/Typeset.stories.js +29 -0
  867. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/ZoomContext.js +4 -0
  868. package/dist/collection/node_modules/@storybook/components/dist/modern/blocks/index.js +10 -0
  869. package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookIcon.js +30 -0
  870. package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookIcon.stories.js +4 -0
  871. package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookLogo.js +43 -0
  872. package/dist/collection/node_modules/@storybook/components/dist/modern/brand/StorybookLogo.stories.js +10 -0
  873. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Boolean.js +104 -0
  874. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Boolean.stories.js +19 -0
  875. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Color.js +343 -0
  876. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Color.stories.js +74 -0
  877. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Date.js +122 -0
  878. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Date.stories.js +18 -0
  879. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Files.js +43 -0
  880. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Number.js +72 -0
  881. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Number.stories.js +19 -0
  882. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Object.js +316 -0
  883. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Object.stories.js +38 -0
  884. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Range.js +184 -0
  885. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Range.stories.js +44 -0
  886. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Text.js +46 -0
  887. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/Text.stories.js +19 -0
  888. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/helpers.js +15 -0
  889. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/index.js +15 -0
  890. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Checkbox.js +81 -0
  891. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Options.js +67 -0
  892. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Options.stories.js +55 -0
  893. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Radio.js +70 -0
  894. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/Select.js +143 -0
  895. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/helpers.js +6 -0
  896. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/options/index.js +1 -0
  897. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonAddValue.js +148 -0
  898. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonArray.js +392 -0
  899. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonFunctionValue.js +215 -0
  900. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonNode.js +339 -0
  901. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonObject.js +394 -0
  902. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/components/JsonValue.js +202 -0
  903. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/index.js +192 -0
  904. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/dataTypes.js +24 -0
  905. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/deltaTypes.js +6 -0
  906. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/types/inputUsageTypes.js +6 -0
  907. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/objectTypes.js +28 -0
  908. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/parse.js +21 -0
  909. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/react-editable-json-tree/utils/styles.js +62 -0
  910. package/dist/collection/node_modules/@storybook/components/dist/modern/controls/types.js +0 -0
  911. package/dist/collection/node_modules/@storybook/components/dist/modern/form/field/field.js +39 -0
  912. package/dist/collection/node_modules/@storybook/components/dist/modern/form/form.stories.js +126 -0
  913. package/dist/collection/node_modules/@storybook/components/dist/modern/form/index.js +14 -0
  914. package/dist/collection/node_modules/@storybook/components/dist/modern/form/input/input.js +203 -0
  915. package/dist/collection/node_modules/@storybook/components/dist/modern/html.js +10 -0
  916. package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icon.js +43 -0
  917. package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icon.stories.js +51 -0
  918. package/dist/collection/node_modules/@storybook/components/dist/modern/icon/icons.js +174 -0
  919. package/dist/collection/node_modules/@storybook/components/dist/modern/icon/svg.js +14 -0
  920. package/dist/collection/node_modules/@storybook/components/dist/modern/index.js +45 -0
  921. package/dist/collection/node_modules/@storybook/components/dist/modern/placeholder/placeholder.js +28 -0
  922. package/dist/collection/node_modules/@storybook/components/dist/modern/placeholder/placeholder.stories.js +19 -0
  923. package/dist/collection/node_modules/@storybook/components/dist/modern/shared/animation.js +9 -0
  924. package/dist/collection/node_modules/@storybook/components/dist/modern/spaced/Spaced.js +76 -0
  925. package/dist/collection/node_modules/@storybook/components/dist/modern/spaced/Spaced.stories.js +51 -0
  926. package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/formatter.js +3 -0
  927. package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/lazy-syntaxhighlighter.js +6 -0
  928. package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter-types.js +0 -0
  929. package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter.js +172 -0
  930. package/dist/collection/node_modules/@storybook/components/dist/modern/syntaxhighlighter/syntaxhighlighter.stories.js +187 -0
  931. package/dist/collection/node_modules/@storybook/components/dist/modern/tabs/tabs.js +214 -0
  932. package/dist/collection/node_modules/@storybook/components/dist/modern/tabs/tabs.stories.js +196 -0
  933. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/ListItem.js +183 -0
  934. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/ListItem.stories.js +71 -0
  935. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/Tooltip.js +110 -0
  936. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/Tooltip.stories.js +30 -0
  937. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipLinkList.js +64 -0
  938. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipLinkList.stories.js +54 -0
  939. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipMessage.js +56 -0
  940. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipMessage.stories.js +36 -0
  941. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipNote.js +29 -0
  942. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/TooltipNote.stories.js +17 -0
  943. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/WithTooltip.js +152 -0
  944. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/WithTooltip.stories.js +68 -0
  945. package/dist/collection/node_modules/@storybook/components/dist/modern/tooltip/lazy-WithTooltip.js +15 -0
  946. package/dist/collection/node_modules/@storybook/components/dist/modern/typings.d.js +0 -0
  947. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentFormatting.js +420 -0
  948. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentWrapper.js +287 -0
  949. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/DocumentWrapper.stories.js +64 -0
  950. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/link/link.js +175 -0
  951. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/link/link.stories.js +52 -0
  952. package/dist/collection/node_modules/@storybook/components/dist/modern/typography/shared.js +47 -0
  953. package/dist/collection/node_modules/@storybook/components/html.js +1 -0
  954. package/dist/collection/node_modules/@storybook/core-events/dist/cjs/index.js +117 -0
  955. package/dist/collection/node_modules/@storybook/core-events/dist/esm/index.js +77 -0
  956. package/dist/collection/node_modules/@storybook/core-events/dist/modern/index.js +78 -0
  957. package/dist/collection/node_modules/@storybook/router/dist/cjs/index.js +35 -0
  958. package/dist/collection/node_modules/@storybook/router/dist/cjs/router.js +201 -0
  959. package/dist/collection/node_modules/@storybook/router/dist/cjs/typings.d.js +1 -0
  960. package/dist/collection/node_modules/@storybook/router/dist/cjs/utils.js +273 -0
  961. package/dist/collection/node_modules/@storybook/router/dist/cjs/visibility.js +21 -0
  962. package/dist/collection/node_modules/@storybook/router/dist/esm/index.js +2 -0
  963. package/dist/collection/node_modules/@storybook/router/dist/esm/router.js +141 -0
  964. package/dist/collection/node_modules/@storybook/router/dist/esm/typings.d.js +0 -0
  965. package/dist/collection/node_modules/@storybook/router/dist/esm/utils.js +218 -0
  966. package/dist/collection/node_modules/@storybook/router/dist/esm/visibility.js +9 -0
  967. package/dist/collection/node_modules/@storybook/router/dist/modern/index.js +2 -0
  968. package/dist/collection/node_modules/@storybook/router/dist/modern/router.js +130 -0
  969. package/dist/collection/node_modules/@storybook/router/dist/modern/typings.d.js +0 -0
  970. package/dist/collection/node_modules/@storybook/router/dist/modern/utils.js +148 -0
  971. package/dist/collection/node_modules/@storybook/router/dist/modern/visibility.js +8 -0
  972. package/dist/collection/node_modules/@storybook/router/utils.js +1 -0
  973. package/dist/collection/node_modules/acorn/dist/acorn.js +5186 -0
  974. package/dist/collection/node_modules/acorn/dist/bin.js +64 -0
  975. package/dist/collection/node_modules/acorn-walk/dist/walk.js +463 -0
  976. package/dist/collection/node_modules/ansi-styles/index.js +163 -0
  977. package/dist/collection/node_modules/chalk/source/index.js +229 -0
  978. package/dist/collection/node_modules/chalk/source/templates.js +134 -0
  979. package/dist/collection/node_modules/chalk/source/util.js +39 -0
  980. package/dist/collection/node_modules/clsx/dist/clsx.js +40 -0
  981. package/dist/collection/node_modules/clsx/dist/clsx.m.js +40 -0
  982. package/dist/collection/node_modules/clsx/dist/clsx.min.js +1 -0
  983. package/dist/collection/node_modules/color-convert/conversions.js +839 -0
  984. package/dist/collection/node_modules/color-convert/index.js +81 -0
  985. package/dist/collection/node_modules/color-convert/route.js +97 -0
  986. package/dist/collection/node_modules/color-name/index.js +152 -0
  987. package/dist/collection/node_modules/isobject/index.cjs.js +14 -0
  988. package/dist/collection/node_modules/isobject/index.js +10 -0
  989. package/dist/collection/node_modules/jest-haste-map/build/HasteFS.js +179 -0
  990. package/dist/collection/node_modules/jest-haste-map/build/ModuleMap.js +305 -0
  991. package/dist/collection/node_modules/jest-haste-map/build/blacklist.js +59 -0
  992. package/dist/collection/node_modules/jest-haste-map/build/constants.js +52 -0
  993. package/dist/collection/node_modules/jest-haste-map/build/crawlers/node.js +320 -0
  994. package/dist/collection/node_modules/jest-haste-map/build/crawlers/watchman.js +327 -0
  995. package/dist/collection/node_modules/jest-haste-map/build/getMockName.js +76 -0
  996. package/dist/collection/node_modules/jest-haste-map/build/index.js +1245 -0
  997. package/dist/collection/node_modules/jest-haste-map/build/lib/FSEventsWatcher.js +295 -0
  998. package/dist/collection/node_modules/jest-haste-map/build/lib/WatchmanWatcher.js +442 -0
  999. package/dist/collection/node_modules/jest-haste-map/build/lib/dependencyExtractor.js +99 -0
  1000. package/dist/collection/node_modules/jest-haste-map/build/lib/fast_path.js +81 -0
  1001. package/dist/collection/node_modules/jest-haste-map/build/lib/getPlatformExtension.js +31 -0
  1002. package/dist/collection/node_modules/jest-haste-map/build/lib/isRegExpSupported.js +22 -0
  1003. package/dist/collection/node_modules/jest-haste-map/build/lib/normalizePathSep.js +75 -0
  1004. package/dist/collection/node_modules/jest-haste-map/build/types.js +1 -0
  1005. package/dist/collection/node_modules/jest-haste-map/build/worker.js +197 -0
  1006. package/dist/collection/node_modules/jest-regex-util/build/index.js +45 -0
  1007. package/dist/collection/node_modules/jest-util/build/ErrorWithStack.js +24 -0
  1008. package/dist/collection/node_modules/jest-util/build/clearLine.js +18 -0
  1009. package/dist/collection/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
  1010. package/dist/collection/node_modules/jest-util/build/createDirectory.js +76 -0
  1011. package/dist/collection/node_modules/jest-util/build/createProcessObject.js +134 -0
  1012. package/dist/collection/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
  1013. package/dist/collection/node_modules/jest-util/build/formatTime.js +24 -0
  1014. package/dist/collection/node_modules/jest-util/build/globsToMatcher.js +109 -0
  1015. package/dist/collection/node_modules/jest-util/build/index.js +198 -0
  1016. package/dist/collection/node_modules/jest-util/build/installCommonGlobals.js +127 -0
  1017. package/dist/collection/node_modules/jest-util/build/interopRequireDefault.js +22 -0
  1018. package/dist/collection/node_modules/jest-util/build/isInteractive.js +31 -0
  1019. package/dist/collection/node_modules/jest-util/build/isPromise.js +20 -0
  1020. package/dist/collection/node_modules/jest-util/build/pluralize.js +16 -0
  1021. package/dist/collection/node_modules/jest-util/build/preRunMessage.js +48 -0
  1022. package/dist/collection/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
  1023. package/dist/collection/node_modules/jest-util/build/setGlobal.js +19 -0
  1024. package/dist/collection/node_modules/jest-util/build/specialChars.js +25 -0
  1025. package/dist/collection/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
  1026. package/dist/collection/node_modules/jest-util/build/tryRealpath.js +34 -0
  1027. package/dist/collection/node_modules/jest-worker/build/Farm.js +203 -0
  1028. package/dist/collection/node_modules/jest-worker/build/WorkerPool.js +49 -0
  1029. package/dist/collection/node_modules/jest-worker/build/base/BaseWorkerPool.js +209 -0
  1030. package/dist/collection/node_modules/jest-worker/build/index.js +203 -0
  1031. package/dist/collection/node_modules/jest-worker/build/types.js +32 -0
  1032. package/dist/collection/node_modules/jest-worker/build/workers/ChildProcessWorker.js +338 -0
  1033. package/dist/collection/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +352 -0
  1034. package/dist/collection/node_modules/jest-worker/build/workers/messageParent.js +51 -0
  1035. package/dist/collection/node_modules/jest-worker/build/workers/processChild.js +156 -0
  1036. package/dist/collection/node_modules/jest-worker/build/workers/threadChild.js +169 -0
  1037. package/dist/collection/node_modules/loader-utils/lib/getCurrentRequest.js +16 -0
  1038. package/dist/collection/node_modules/loader-utils/lib/getHashDigest.js +91 -0
  1039. package/dist/collection/node_modules/loader-utils/lib/getOptions.js +20 -0
  1040. package/dist/collection/node_modules/loader-utils/lib/getRemainingRequest.js +16 -0
  1041. package/dist/collection/node_modules/loader-utils/lib/hash/BatchedHash.js +64 -0
  1042. package/dist/collection/node_modules/loader-utils/lib/hash/md4.js +20 -0
  1043. package/dist/collection/node_modules/loader-utils/lib/hash/wasm-hash.js +208 -0
  1044. package/dist/collection/node_modules/loader-utils/lib/index.js +23 -0
  1045. package/dist/collection/node_modules/loader-utils/lib/interpolateName.js +151 -0
  1046. package/dist/collection/node_modules/loader-utils/lib/isUrlRequest.js +31 -0
  1047. package/dist/collection/node_modules/loader-utils/lib/parseQuery.js +69 -0
  1048. package/dist/collection/node_modules/loader-utils/lib/parseString.js +23 -0
  1049. package/dist/collection/node_modules/loader-utils/lib/stringifyRequest.js +51 -0
  1050. package/dist/collection/node_modules/loader-utils/lib/urlToRequest.js +60 -0
  1051. package/dist/collection/node_modules/prettier/bin-prettier.js +18002 -0
  1052. package/dist/collection/node_modules/prettier/doc.js +3996 -0
  1053. package/dist/collection/node_modules/prettier/index.js +60992 -0
  1054. package/dist/collection/node_modules/prettier/parser-angular.js +46 -0
  1055. package/dist/collection/node_modules/prettier/parser-babel.js +1 -0
  1056. package/dist/collection/node_modules/prettier/parser-espree.js +1 -0
  1057. package/dist/collection/node_modules/prettier/parser-flow.js +1 -0
  1058. package/dist/collection/node_modules/prettier/parser-glimmer.js +1 -0
  1059. package/dist/collection/node_modules/prettier/parser-graphql.js +1 -0
  1060. package/dist/collection/node_modules/prettier/parser-html.js +111 -0
  1061. package/dist/collection/node_modules/prettier/parser-markdown.js +13 -0
  1062. package/dist/collection/node_modules/prettier/parser-meriyah.js +1 -0
  1063. package/dist/collection/node_modules/prettier/parser-postcss.js +1 -0
  1064. package/dist/collection/node_modules/prettier/parser-typescript.js +1 -0
  1065. package/dist/collection/node_modules/prettier/parser-yaml.js +15 -0
  1066. package/dist/collection/node_modules/prettier/standalone.js +55 -0
  1067. package/dist/collection/node_modules/prettier/third-party.js +10663 -0
  1068. package/dist/collection/node_modules/react-syntax-highlighter/create-element.js +1 -0
  1069. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/create-language-async-loader.js +48 -0
  1070. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/hljs.js +959 -0
  1071. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-languages/prism.js +1144 -0
  1072. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/async-syntax-highlighter.js +201 -0
  1073. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/checkForListedLanguage.js +13 -0
  1074. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/create-element.js +78 -0
  1075. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/default-highlight.js +21 -0
  1076. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/highlight.js +401 -0
  1077. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/index.js +71 -0
  1078. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/1c.js +13 -0
  1079. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/abnf.js +13 -0
  1080. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/accesslog.js +13 -0
  1081. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/actionscript.js +13 -0
  1082. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ada.js +13 -0
  1083. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/angelscript.js +13 -0
  1084. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/apache.js +13 -0
  1085. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/applescript.js +13 -0
  1086. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/arcade.js +13 -0
  1087. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/arduino.js +13 -0
  1088. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/armasm.js +13 -0
  1089. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/asciidoc.js +13 -0
  1090. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/aspectj.js +13 -0
  1091. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/autohotkey.js +13 -0
  1092. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/autoit.js +13 -0
  1093. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/avrasm.js +13 -0
  1094. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/awk.js +13 -0
  1095. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/axapta.js +13 -0
  1096. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/bash.js +13 -0
  1097. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/basic.js +13 -0
  1098. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/bnf.js +13 -0
  1099. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/brainfuck.js +13 -0
  1100. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/c-like.js +13 -0
  1101. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/c.js +13 -0
  1102. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cal.js +13 -0
  1103. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/capnproto.js +13 -0
  1104. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ceylon.js +13 -0
  1105. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clean.js +13 -0
  1106. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clojure-repl.js +13 -0
  1107. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/clojure.js +13 -0
  1108. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cmake.js +13 -0
  1109. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/coffeescript.js +13 -0
  1110. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/coq.js +13 -0
  1111. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cos.js +13 -0
  1112. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cpp.js +13 -0
  1113. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/crmsh.js +13 -0
  1114. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/crystal.js +13 -0
  1115. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/cs.js +13 -0
  1116. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/csharp.js +13 -0
  1117. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/csp.js +13 -0
  1118. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/css.js +13 -0
  1119. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/d.js +13 -0
  1120. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dart.js +13 -0
  1121. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/delphi.js +13 -0
  1122. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/diff.js +13 -0
  1123. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/django.js +13 -0
  1124. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dns.js +13 -0
  1125. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dockerfile.js +13 -0
  1126. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dos.js +13 -0
  1127. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dsconfig.js +13 -0
  1128. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dts.js +13 -0
  1129. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/dust.js +13 -0
  1130. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ebnf.js +13 -0
  1131. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/elixir.js +13 -0
  1132. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/elm.js +13 -0
  1133. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erb.js +13 -0
  1134. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erlang-repl.js +13 -0
  1135. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/erlang.js +13 -0
  1136. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/excel.js +13 -0
  1137. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fix.js +13 -0
  1138. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/flix.js +13 -0
  1139. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fortran.js +13 -0
  1140. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/fsharp.js +13 -0
  1141. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gams.js +13 -0
  1142. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gauss.js +13 -0
  1143. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gcode.js +13 -0
  1144. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gherkin.js +13 -0
  1145. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/glsl.js +13 -0
  1146. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gml.js +13 -0
  1147. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/go.js +13 -0
  1148. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/golo.js +13 -0
  1149. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/gradle.js +13 -0
  1150. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/groovy.js +13 -0
  1151. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haml.js +13 -0
  1152. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/handlebars.js +13 -0
  1153. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haskell.js +13 -0
  1154. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/haxe.js +13 -0
  1155. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/hsp.js +13 -0
  1156. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/htmlbars.js +13 -0
  1157. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/http.js +13 -0
  1158. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/hy.js +13 -0
  1159. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/index.js +1519 -0
  1160. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/inform7.js +13 -0
  1161. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ini.js +13 -0
  1162. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/irpf90.js +13 -0
  1163. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/isbl.js +13 -0
  1164. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/java.js +13 -0
  1165. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/javascript.js +13 -0
  1166. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/jboss-cli.js +13 -0
  1167. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/json.js +13 -0
  1168. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/julia-repl.js +13 -0
  1169. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/julia.js +13 -0
  1170. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/kotlin.js +13 -0
  1171. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lasso.js +13 -0
  1172. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/latex.js +13 -0
  1173. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ldif.js +13 -0
  1174. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/leaf.js +13 -0
  1175. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/less.js +13 -0
  1176. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lisp.js +13 -0
  1177. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/livecodeserver.js +13 -0
  1178. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/livescript.js +13 -0
  1179. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/llvm.js +13 -0
  1180. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lsl.js +13 -0
  1181. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/lua.js +13 -0
  1182. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/makefile.js +13 -0
  1183. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/markdown.js +13 -0
  1184. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mathematica.js +13 -0
  1185. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/matlab.js +13 -0
  1186. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/maxima.js +13 -0
  1187. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mel.js +13 -0
  1188. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mercury.js +13 -0
  1189. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mipsasm.js +13 -0
  1190. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mizar.js +13 -0
  1191. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/mojolicious.js +13 -0
  1192. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/monkey.js +13 -0
  1193. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/moonscript.js +13 -0
  1194. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/n1ql.js +13 -0
  1195. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nginx.js +13 -0
  1196. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nim.js +13 -0
  1197. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nimrod.js +13 -0
  1198. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nix.js +13 -0
  1199. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/nsis.js +13 -0
  1200. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/objectivec.js +13 -0
  1201. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ocaml.js +13 -0
  1202. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/openscad.js +13 -0
  1203. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/oxygene.js +13 -0
  1204. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/parser3.js +13 -0
  1205. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/perl.js +13 -0
  1206. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pf.js +13 -0
  1207. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pgsql.js +13 -0
  1208. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/php-template.js +13 -0
  1209. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/php.js +13 -0
  1210. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/plaintext.js +13 -0
  1211. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/pony.js +13 -0
  1212. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/powershell.js +13 -0
  1213. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/processing.js +13 -0
  1214. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/profile.js +13 -0
  1215. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/prolog.js +13 -0
  1216. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/properties.js +13 -0
  1217. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/protobuf.js +13 -0
  1218. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/puppet.js +13 -0
  1219. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/purebasic.js +13 -0
  1220. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/python-repl.js +13 -0
  1221. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/python.js +13 -0
  1222. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/q.js +13 -0
  1223. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/qml.js +13 -0
  1224. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/r.js +13 -0
  1225. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/reasonml.js +13 -0
  1226. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rib.js +13 -0
  1227. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/roboconf.js +13 -0
  1228. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/routeros.js +13 -0
  1229. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rsl.js +13 -0
  1230. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ruby.js +13 -0
  1231. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/ruleslanguage.js +13 -0
  1232. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/rust.js +13 -0
  1233. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sas.js +13 -0
  1234. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scala.js +13 -0
  1235. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scheme.js +13 -0
  1236. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scilab.js +13 -0
  1237. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/scss.js +13 -0
  1238. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/shell.js +13 -0
  1239. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/smali.js +13 -0
  1240. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/smalltalk.js +13 -0
  1241. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sml.js +13 -0
  1242. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sqf.js +13 -0
  1243. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/sql.js +13 -0
  1244. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stan.js +13 -0
  1245. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stata.js +13 -0
  1246. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/step21.js +13 -0
  1247. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/stylus.js +13 -0
  1248. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/subunit.js +13 -0
  1249. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/supported-languages.js +11 -0
  1250. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/swift.js +13 -0
  1251. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/taggerscript.js +13 -0
  1252. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tap.js +13 -0
  1253. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tcl.js +13 -0
  1254. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tex.js +13 -0
  1255. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/thrift.js +13 -0
  1256. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/tp.js +13 -0
  1257. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/twig.js +13 -0
  1258. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/typescript.js +13 -0
  1259. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vala.js +13 -0
  1260. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbnet.js +13 -0
  1261. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbscript-html.js +13 -0
  1262. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vbscript.js +13 -0
  1263. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/verilog.js +13 -0
  1264. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vhdl.js +13 -0
  1265. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/vim.js +13 -0
  1266. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/x86asm.js +13 -0
  1267. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xl.js +13 -0
  1268. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xml.js +13 -0
  1269. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/xquery.js +13 -0
  1270. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/yaml.js +13 -0
  1271. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/hljs/zephir.js +13 -0
  1272. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/abap.js +14 -0
  1273. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/abnf.js +14 -0
  1274. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/actionscript.js +14 -0
  1275. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ada.js +14 -0
  1276. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/agda.js +14 -0
  1277. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/al.js +14 -0
  1278. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/antlr4.js +14 -0
  1279. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/apacheconf.js +14 -0
  1280. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/apl.js +14 -0
  1281. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/applescript.js +14 -0
  1282. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/aql.js +14 -0
  1283. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/arduino.js +14 -0
  1284. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/arff.js +14 -0
  1285. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/asciidoc.js +14 -0
  1286. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/asm6502.js +14 -0
  1287. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/aspnet.js +14 -0
  1288. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/autohotkey.js +14 -0
  1289. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/autoit.js +14 -0
  1290. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bash.js +14 -0
  1291. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/basic.js +14 -0
  1292. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/batch.js +14 -0
  1293. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bbcode.js +14 -0
  1294. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bison.js +14 -0
  1295. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bnf.js +14 -0
  1296. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/brainfuck.js +14 -0
  1297. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/brightscript.js +14 -0
  1298. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/bro.js +14 -0
  1299. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/c.js +14 -0
  1300. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cil.js +14 -0
  1301. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/clike.js +14 -0
  1302. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/clojure.js +14 -0
  1303. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cmake.js +14 -0
  1304. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/coffeescript.js +14 -0
  1305. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/concurnas.js +14 -0
  1306. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/core.js +13 -0
  1307. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cpp.js +14 -0
  1308. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/crystal.js +14 -0
  1309. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/csharp.js +14 -0
  1310. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/csp.js +14 -0
  1311. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/css-extras.js +14 -0
  1312. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/css.js +14 -0
  1313. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/cypher.js +14 -0
  1314. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/d.js +14 -0
  1315. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dart.js +14 -0
  1316. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dax.js +14 -0
  1317. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dhall.js +14 -0
  1318. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/diff.js +14 -0
  1319. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/django.js +14 -0
  1320. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/dns-zone-file.js +14 -0
  1321. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/docker.js +14 -0
  1322. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ebnf.js +14 -0
  1323. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/editorconfig.js +14 -0
  1324. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/eiffel.js +14 -0
  1325. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ejs.js +14 -0
  1326. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/elixir.js +14 -0
  1327. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/elm.js +14 -0
  1328. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/erb.js +14 -0
  1329. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/erlang.js +14 -0
  1330. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/etlua.js +14 -0
  1331. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/excel-formula.js +14 -0
  1332. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/factor.js +14 -0
  1333. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/firestore-security-rules.js +14 -0
  1334. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/flow.js +14 -0
  1335. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/fortran.js +14 -0
  1336. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/fsharp.js +14 -0
  1337. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ftl.js +14 -0
  1338. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gcode.js +14 -0
  1339. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gdscript.js +14 -0
  1340. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gedcom.js +14 -0
  1341. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gherkin.js +14 -0
  1342. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/git.js +14 -0
  1343. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/glsl.js +14 -0
  1344. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/gml.js +14 -0
  1345. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/go.js +14 -0
  1346. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/graphql.js +14 -0
  1347. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/groovy.js +14 -0
  1348. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haml.js +14 -0
  1349. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/handlebars.js +14 -0
  1350. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haskell.js +14 -0
  1351. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/haxe.js +14 -0
  1352. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hcl.js +14 -0
  1353. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hlsl.js +14 -0
  1354. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hpkp.js +14 -0
  1355. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/hsts.js +14 -0
  1356. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/http.js +14 -0
  1357. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ichigojam.js +14 -0
  1358. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/icon.js +14 -0
  1359. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/iecst.js +14 -0
  1360. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ignore.js +14 -0
  1361. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/index.js +1815 -0
  1362. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/inform7.js +14 -0
  1363. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ini.js +14 -0
  1364. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/io.js +14 -0
  1365. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/j.js +14 -0
  1366. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/java.js +14 -0
  1367. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javadoc.js +14 -0
  1368. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javadoclike.js +14 -0
  1369. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javascript.js +14 -0
  1370. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/javastacktrace.js +14 -0
  1371. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jolie.js +14 -0
  1372. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jq.js +14 -0
  1373. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/js-extras.js +14 -0
  1374. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/js-templates.js +14 -0
  1375. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsdoc.js +14 -0
  1376. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/json.js +14 -0
  1377. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/json5.js +14 -0
  1378. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsonp.js +14 -0
  1379. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsstacktrace.js +14 -0
  1380. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/jsx.js +14 -0
  1381. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/julia.js +14 -0
  1382. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/keyman.js +14 -0
  1383. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/kotlin.js +14 -0
  1384. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/latex.js +14 -0
  1385. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/latte.js +14 -0
  1386. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/less.js +14 -0
  1387. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lilypond.js +14 -0
  1388. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/liquid.js +14 -0
  1389. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lisp.js +14 -0
  1390. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/livescript.js +14 -0
  1391. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/llvm.js +14 -0
  1392. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lolcode.js +14 -0
  1393. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/lua.js +14 -0
  1394. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/makefile.js +14 -0
  1395. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markdown.js +14 -0
  1396. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markup-templating.js +14 -0
  1397. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/markup.js +14 -0
  1398. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/matlab.js +14 -0
  1399. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/mel.js +14 -0
  1400. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/mizar.js +14 -0
  1401. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/monkey.js +14 -0
  1402. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/moonscript.js +14 -0
  1403. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/n1ql.js +14 -0
  1404. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/n4js.js +14 -0
  1405. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nand2tetris-hdl.js +14 -0
  1406. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nasm.js +14 -0
  1407. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/neon.js +14 -0
  1408. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nginx.js +14 -0
  1409. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nim.js +14 -0
  1410. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nix.js +14 -0
  1411. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/nsis.js +14 -0
  1412. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/objectivec.js +14 -0
  1413. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ocaml.js +14 -0
  1414. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/opencl.js +14 -0
  1415. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/oz.js +14 -0
  1416. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/parigp.js +14 -0
  1417. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/parser.js +14 -0
  1418. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pascal.js +14 -0
  1419. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pascaligo.js +14 -0
  1420. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pcaxis.js +14 -0
  1421. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/peoplecode.js +14 -0
  1422. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/perl.js +14 -0
  1423. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/php-extras.js +14 -0
  1424. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/php.js +14 -0
  1425. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/phpdoc.js +14 -0
  1426. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/plsql.js +14 -0
  1427. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/powerquery.js +14 -0
  1428. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/powershell.js +14 -0
  1429. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/processing.js +14 -0
  1430. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/prolog.js +14 -0
  1431. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/properties.js +14 -0
  1432. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/protobuf.js +14 -0
  1433. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pug.js +14 -0
  1434. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/puppet.js +14 -0
  1435. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/pure.js +14 -0
  1436. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/purebasic.js +14 -0
  1437. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/python.js +14 -0
  1438. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/q.js +14 -0
  1439. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/qml.js +14 -0
  1440. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/qore.js +14 -0
  1441. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/r.js +14 -0
  1442. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/racket.js +14 -0
  1443. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/reason.js +14 -0
  1444. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/regex.js +14 -0
  1445. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/renpy.js +14 -0
  1446. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rest.js +14 -0
  1447. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rip.js +14 -0
  1448. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/roboconf.js +14 -0
  1449. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/robotframework.js +14 -0
  1450. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/ruby.js +14 -0
  1451. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rust.js +14 -0
  1452. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sas.js +14 -0
  1453. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sass.js +14 -0
  1454. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scala.js +14 -0
  1455. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scheme.js +14 -0
  1456. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scss.js +14 -0
  1457. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/shell-session.js +14 -0
  1458. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smali.js +14 -0
  1459. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smalltalk.js +14 -0
  1460. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smarty.js +14 -0
  1461. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solidity.js +14 -0
  1462. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solution-file.js +14 -0
  1463. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/soy.js +14 -0
  1464. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sparql.js +14 -0
  1465. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/splunk-spl.js +14 -0
  1466. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sqf.js +14 -0
  1467. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sql.js +14 -0
  1468. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/stylus.js +14 -0
  1469. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/supported-languages.js +11 -0
  1470. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/swift.js +14 -0
  1471. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-cs.js +14 -0
  1472. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-templating.js +14 -0
  1473. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-vb.js +14 -0
  1474. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tap.js +14 -0
  1475. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tcl.js +14 -0
  1476. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/textile.js +14 -0
  1477. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/toml.js +14 -0
  1478. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tsx.js +14 -0
  1479. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tt2.js +14 -0
  1480. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/turtle.js +14 -0
  1481. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/twig.js +14 -0
  1482. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/typescript.js +14 -0
  1483. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/unrealscript.js +14 -0
  1484. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vala.js +14 -0
  1485. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vbnet.js +14 -0
  1486. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/velocity.js +14 -0
  1487. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/verilog.js +14 -0
  1488. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vhdl.js +14 -0
  1489. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vim.js +14 -0
  1490. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/visual-basic.js +14 -0
  1491. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/warpscript.js +14 -0
  1492. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wasm.js +14 -0
  1493. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wiki.js +14 -0
  1494. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xeora.js +14 -0
  1495. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xml-doc.js +14 -0
  1496. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xojo.js +14 -0
  1497. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xquery.js +14 -0
  1498. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yaml.js +14 -0
  1499. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yang.js +14 -0
  1500. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/zig.js +14 -0
  1501. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/light-async.js +34 -0
  1502. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/light.js +17 -0
  1503. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-async-light.js +32 -0
  1504. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-async.js +27 -0
  1505. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism-light.js +21 -0
  1506. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/prism.js +21 -0
  1507. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/a11y-dark.js +103 -0
  1508. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/a11y-light.js +103 -0
  1509. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/agate.js +106 -0
  1510. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/an-old-hope.js +103 -0
  1511. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/androidstudio.js +88 -0
  1512. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/arduino-light.js +120 -0
  1513. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/arta.js +107 -0
  1514. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ascetic.js +74 -0
  1515. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-cave-dark.js +109 -0
  1516. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-cave-light.js +109 -0
  1517. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-dune-dark.js +97 -0
  1518. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-dune-light.js +97 -0
  1519. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-estuary-dark.js +109 -0
  1520. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-estuary-light.js +109 -0
  1521. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-forest-dark.js +97 -0
  1522. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-forest-light.js +97 -0
  1523. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-heath-dark.js +97 -0
  1524. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-heath-light.js +97 -0
  1525. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-lakeside-dark.js +97 -0
  1526. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-lakeside-light.js +97 -0
  1527. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-plateau-dark.js +109 -0
  1528. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-plateau-light.js +109 -0
  1529. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-savanna-dark.js +109 -0
  1530. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-savanna-light.js +109 -0
  1531. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-seaside-dark.js +97 -0
  1532. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-seaside-light.js +97 -0
  1533. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-sulphurpool-dark.js +97 -0
  1534. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-sulphurpool-light.js +97 -0
  1535. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-dark-reasonable.js +148 -0
  1536. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-dark.js +121 -0
  1537. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atom-one-light.js +121 -0
  1538. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/brown-paper.js +98 -0
  1539. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/codepen-embed.js +103 -0
  1540. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/color-brewer.js +106 -0
  1541. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/darcula.js +113 -0
  1542. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dark.js +98 -0
  1543. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/darkula.js +8 -0
  1544. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/default-style.js +120 -0
  1545. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/docco.js +116 -0
  1546. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dracula.js +98 -0
  1547. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/far.js +110 -0
  1548. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/foundation.js +105 -0
  1549. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github-gist.js +102 -0
  1550. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github.js +123 -0
  1551. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gml.js +119 -0
  1552. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/googlecode.js +120 -0
  1553. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gradient-dark.js +138 -0
  1554. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/grayscale.js +123 -0
  1555. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gruvbox-dark.js +150 -0
  1556. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gruvbox-light.js +150 -0
  1557. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/hopscotch.js +109 -0
  1558. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/hybrid.js +133 -0
  1559. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/idea.js +126 -0
  1560. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/index.js +759 -0
  1561. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ir-black.js +103 -0
  1562. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/isbl-editor-dark.js +135 -0
  1563. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/isbl-editor-light.js +135 -0
  1564. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/kimbie.dark.js +106 -0
  1565. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/kimbie.light.js +106 -0
  1566. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/lightfair.js +123 -0
  1567. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/lioshi.js +109 -0
  1568. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/magula.js +108 -0
  1569. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/mono-blue.js +103 -0
  1570. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/monokai-sublime.js +123 -0
  1571. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/monokai.js +121 -0
  1572. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/night-owl.js +151 -0
  1573. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nnfx-dark.js +123 -0
  1574. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nnfx.js +123 -0
  1575. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nord.js +243 -0
  1576. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/obsidian.js +124 -0
  1577. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ocean.js +103 -0
  1578. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/paraiso-dark.js +103 -0
  1579. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/paraiso-light.js +103 -0
  1580. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/pojoaque.js +111 -0
  1581. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/purebasic.js +125 -0
  1582. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/qtcreator_dark.js +126 -0
  1583. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/qtcreator_light.js +126 -0
  1584. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/railscasts.js +115 -0
  1585. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/rainbow.js +116 -0
  1586. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/routeros.js +126 -0
  1587. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/school-book.js +107 -0
  1588. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/shades-of-purple.js +110 -0
  1589. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/solarized-dark.js +121 -0
  1590. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/solarized-light.js +121 -0
  1591. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/srcery.js +116 -0
  1592. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/sunburst.js +112 -0
  1593. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-blue.js +103 -0
  1594. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-bright.js +103 -0
  1595. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night-eighties.js +103 -0
  1596. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow-night.js +103 -0
  1597. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/tomorrow.js +103 -0
  1598. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs.js +100 -0
  1599. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs2015.js +143 -0
  1600. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/xcode.js +128 -0
  1601. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/xt256.js +108 -0
  1602. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/zenburn.js +103 -0
  1603. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js +153 -0
  1604. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.js +160 -0
  1605. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.js +204 -0
  1606. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.js +200 -0
  1607. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js +257 -0
  1608. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.js +208 -0
  1609. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.js +161 -0
  1610. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js +161 -0
  1611. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.js +225 -0
  1612. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.js +225 -0
  1613. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.js +225 -0
  1614. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.js +225 -0
  1615. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.js +225 -0
  1616. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.js +225 -0
  1617. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.js +168 -0
  1618. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.js +185 -0
  1619. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.js +155 -0
  1620. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.js +263 -0
  1621. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.js +202 -0
  1622. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.js +210 -0
  1623. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.js +206 -0
  1624. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.js +159 -0
  1625. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.js +163 -0
  1626. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.js +168 -0
  1627. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.js +199 -0
  1628. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.js +255 -0
  1629. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.js +175 -0
  1630. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.js +190 -0
  1631. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.js +160 -0
  1632. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.js +257 -0
  1633. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs-dark.js +162 -0
  1634. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js +212 -0
  1635. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.js +227 -0
  1636. package/dist/collection/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.js +217 -0
  1637. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js +35 -0
  1638. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js +948 -0
  1639. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js +1133 -0
  1640. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js +188 -0
  1641. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js +4 -0
  1642. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/create-element.js +60 -0
  1643. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js +7 -0
  1644. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/highlight.js +389 -0
  1645. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/index.js +8 -0
  1646. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/1c.js +2 -0
  1647. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/abnf.js +2 -0
  1648. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/accesslog.js +2 -0
  1649. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/actionscript.js +2 -0
  1650. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ada.js +2 -0
  1651. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/angelscript.js +2 -0
  1652. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/apache.js +2 -0
  1653. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/applescript.js +2 -0
  1654. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/arcade.js +2 -0
  1655. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/arduino.js +2 -0
  1656. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/armasm.js +2 -0
  1657. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/asciidoc.js +2 -0
  1658. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/aspectj.js +2 -0
  1659. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/autohotkey.js +2 -0
  1660. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/autoit.js +2 -0
  1661. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/avrasm.js +2 -0
  1662. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/awk.js +2 -0
  1663. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/axapta.js +2 -0
  1664. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/bash.js +2 -0
  1665. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/basic.js +2 -0
  1666. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/bnf.js +2 -0
  1667. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/brainfuck.js +2 -0
  1668. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/c-like.js +2 -0
  1669. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/c.js +2 -0
  1670. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cal.js +2 -0
  1671. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/capnproto.js +2 -0
  1672. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ceylon.js +2 -0
  1673. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clean.js +2 -0
  1674. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clojure-repl.js +2 -0
  1675. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/clojure.js +2 -0
  1676. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cmake.js +2 -0
  1677. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/coffeescript.js +2 -0
  1678. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/coq.js +2 -0
  1679. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cos.js +2 -0
  1680. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cpp.js +2 -0
  1681. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/crmsh.js +2 -0
  1682. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/crystal.js +2 -0
  1683. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/cs.js +2 -0
  1684. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/csharp.js +2 -0
  1685. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/csp.js +2 -0
  1686. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/css.js +2 -0
  1687. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/d.js +2 -0
  1688. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dart.js +2 -0
  1689. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/delphi.js +2 -0
  1690. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/diff.js +2 -0
  1691. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/django.js +2 -0
  1692. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dns.js +2 -0
  1693. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dockerfile.js +2 -0
  1694. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dos.js +2 -0
  1695. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dsconfig.js +2 -0
  1696. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dts.js +2 -0
  1697. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/dust.js +2 -0
  1698. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ebnf.js +2 -0
  1699. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/elixir.js +2 -0
  1700. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/elm.js +2 -0
  1701. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erb.js +2 -0
  1702. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erlang-repl.js +2 -0
  1703. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/erlang.js +2 -0
  1704. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/excel.js +2 -0
  1705. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fix.js +2 -0
  1706. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/flix.js +2 -0
  1707. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fortran.js +2 -0
  1708. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/fsharp.js +2 -0
  1709. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gams.js +2 -0
  1710. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gauss.js +2 -0
  1711. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gcode.js +2 -0
  1712. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gherkin.js +2 -0
  1713. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/glsl.js +2 -0
  1714. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gml.js +2 -0
  1715. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/go.js +2 -0
  1716. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/golo.js +2 -0
  1717. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/gradle.js +2 -0
  1718. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/groovy.js +2 -0
  1719. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haml.js +2 -0
  1720. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/handlebars.js +2 -0
  1721. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haskell.js +2 -0
  1722. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/haxe.js +2 -0
  1723. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/hsp.js +2 -0
  1724. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/htmlbars.js +2 -0
  1725. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/http.js +2 -0
  1726. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/hy.js +2 -0
  1727. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/index.js +189 -0
  1728. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/inform7.js +2 -0
  1729. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ini.js +2 -0
  1730. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/irpf90.js +2 -0
  1731. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/isbl.js +2 -0
  1732. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/java.js +2 -0
  1733. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/javascript.js +2 -0
  1734. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/jboss-cli.js +2 -0
  1735. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/json.js +2 -0
  1736. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/julia-repl.js +2 -0
  1737. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/julia.js +2 -0
  1738. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/kotlin.js +2 -0
  1739. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lasso.js +2 -0
  1740. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/latex.js +2 -0
  1741. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ldif.js +2 -0
  1742. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/leaf.js +2 -0
  1743. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/less.js +2 -0
  1744. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lisp.js +2 -0
  1745. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/livecodeserver.js +2 -0
  1746. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/livescript.js +2 -0
  1747. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/llvm.js +2 -0
  1748. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lsl.js +2 -0
  1749. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/lua.js +2 -0
  1750. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/makefile.js +2 -0
  1751. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/markdown.js +2 -0
  1752. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mathematica.js +2 -0
  1753. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/matlab.js +2 -0
  1754. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/maxima.js +2 -0
  1755. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mel.js +2 -0
  1756. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mercury.js +2 -0
  1757. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mipsasm.js +2 -0
  1758. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mizar.js +2 -0
  1759. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/mojolicious.js +2 -0
  1760. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/monkey.js +2 -0
  1761. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/moonscript.js +2 -0
  1762. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/n1ql.js +2 -0
  1763. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nginx.js +2 -0
  1764. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nim.js +2 -0
  1765. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nimrod.js +2 -0
  1766. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nix.js +2 -0
  1767. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/nsis.js +2 -0
  1768. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/objectivec.js +2 -0
  1769. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ocaml.js +2 -0
  1770. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/openscad.js +2 -0
  1771. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/oxygene.js +2 -0
  1772. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/parser3.js +2 -0
  1773. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/perl.js +2 -0
  1774. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pf.js +2 -0
  1775. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pgsql.js +2 -0
  1776. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/php-template.js +2 -0
  1777. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/php.js +2 -0
  1778. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/plaintext.js +2 -0
  1779. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/pony.js +2 -0
  1780. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/powershell.js +2 -0
  1781. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/processing.js +2 -0
  1782. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/profile.js +2 -0
  1783. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/prolog.js +2 -0
  1784. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/properties.js +2 -0
  1785. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/protobuf.js +2 -0
  1786. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/puppet.js +2 -0
  1787. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/purebasic.js +2 -0
  1788. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/python-repl.js +2 -0
  1789. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/python.js +2 -0
  1790. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/q.js +2 -0
  1791. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/qml.js +2 -0
  1792. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/r.js +2 -0
  1793. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/reasonml.js +2 -0
  1794. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rib.js +2 -0
  1795. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/roboconf.js +2 -0
  1796. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/routeros.js +2 -0
  1797. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rsl.js +2 -0
  1798. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ruby.js +2 -0
  1799. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/ruleslanguage.js +2 -0
  1800. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/rust.js +2 -0
  1801. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sas.js +2 -0
  1802. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scala.js +2 -0
  1803. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scheme.js +2 -0
  1804. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scilab.js +2 -0
  1805. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/scss.js +2 -0
  1806. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/shell.js +2 -0
  1807. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/smali.js +2 -0
  1808. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/smalltalk.js +2 -0
  1809. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sml.js +2 -0
  1810. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sqf.js +2 -0
  1811. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/sql.js +2 -0
  1812. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stan.js +2 -0
  1813. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stata.js +2 -0
  1814. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/step21.js +2 -0
  1815. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/stylus.js +2 -0
  1816. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/subunit.js +2 -0
  1817. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js +4 -0
  1818. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/swift.js +2 -0
  1819. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/taggerscript.js +2 -0
  1820. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tap.js +2 -0
  1821. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tcl.js +2 -0
  1822. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tex.js +2 -0
  1823. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/thrift.js +2 -0
  1824. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/tp.js +2 -0
  1825. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/twig.js +2 -0
  1826. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/typescript.js +2 -0
  1827. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vala.js +2 -0
  1828. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbnet.js +2 -0
  1829. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbscript-html.js +2 -0
  1830. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vbscript.js +2 -0
  1831. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/verilog.js +2 -0
  1832. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vhdl.js +2 -0
  1833. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/vim.js +2 -0
  1834. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/x86asm.js +2 -0
  1835. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xl.js +2 -0
  1836. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xml.js +2 -0
  1837. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/xquery.js +2 -0
  1838. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/yaml.js +2 -0
  1839. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/zephir.js +2 -0
  1840. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/abap.js +3 -0
  1841. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/abnf.js +3 -0
  1842. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/actionscript.js +3 -0
  1843. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ada.js +3 -0
  1844. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/agda.js +3 -0
  1845. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/al.js +3 -0
  1846. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/antlr4.js +3 -0
  1847. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/apacheconf.js +3 -0
  1848. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/apl.js +3 -0
  1849. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/applescript.js +3 -0
  1850. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/aql.js +3 -0
  1851. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/arduino.js +3 -0
  1852. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/arff.js +3 -0
  1853. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/asciidoc.js +3 -0
  1854. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/asm6502.js +3 -0
  1855. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/aspnet.js +3 -0
  1856. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/autohotkey.js +3 -0
  1857. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/autoit.js +3 -0
  1858. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bash.js +3 -0
  1859. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/basic.js +3 -0
  1860. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/batch.js +3 -0
  1861. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bbcode.js +3 -0
  1862. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bison.js +3 -0
  1863. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bnf.js +3 -0
  1864. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/brainfuck.js +3 -0
  1865. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/brightscript.js +3 -0
  1866. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/bro.js +3 -0
  1867. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/c.js +3 -0
  1868. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cil.js +3 -0
  1869. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/clike.js +3 -0
  1870. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/clojure.js +3 -0
  1871. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cmake.js +3 -0
  1872. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/coffeescript.js +3 -0
  1873. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/concurnas.js +3 -0
  1874. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/core.js +2 -0
  1875. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cpp.js +3 -0
  1876. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/crystal.js +3 -0
  1877. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/csharp.js +3 -0
  1878. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/csp.js +3 -0
  1879. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/css-extras.js +3 -0
  1880. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/css.js +3 -0
  1881. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/cypher.js +3 -0
  1882. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/d.js +3 -0
  1883. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dart.js +3 -0
  1884. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dax.js +3 -0
  1885. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dhall.js +3 -0
  1886. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/diff.js +3 -0
  1887. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/django.js +3 -0
  1888. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/dns-zone-file.js +3 -0
  1889. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/docker.js +3 -0
  1890. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ebnf.js +3 -0
  1891. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/editorconfig.js +3 -0
  1892. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/eiffel.js +3 -0
  1893. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ejs.js +3 -0
  1894. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/elixir.js +3 -0
  1895. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/elm.js +3 -0
  1896. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/erb.js +3 -0
  1897. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/erlang.js +3 -0
  1898. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/etlua.js +3 -0
  1899. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/excel-formula.js +3 -0
  1900. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/factor.js +3 -0
  1901. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/firestore-security-rules.js +3 -0
  1902. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/flow.js +3 -0
  1903. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/fortran.js +3 -0
  1904. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/fsharp.js +3 -0
  1905. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ftl.js +3 -0
  1906. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gcode.js +3 -0
  1907. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gdscript.js +3 -0
  1908. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gedcom.js +3 -0
  1909. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gherkin.js +3 -0
  1910. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/git.js +3 -0
  1911. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/glsl.js +3 -0
  1912. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/gml.js +3 -0
  1913. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/go.js +3 -0
  1914. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/graphql.js +3 -0
  1915. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/groovy.js +3 -0
  1916. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haml.js +3 -0
  1917. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/handlebars.js +3 -0
  1918. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haskell.js +3 -0
  1919. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/haxe.js +3 -0
  1920. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hcl.js +3 -0
  1921. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hlsl.js +3 -0
  1922. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hpkp.js +3 -0
  1923. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/hsts.js +3 -0
  1924. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/http.js +3 -0
  1925. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ichigojam.js +3 -0
  1926. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/icon.js +3 -0
  1927. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/iecst.js +3 -0
  1928. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ignore.js +3 -0
  1929. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/index.js +226 -0
  1930. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/inform7.js +3 -0
  1931. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ini.js +3 -0
  1932. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/io.js +3 -0
  1933. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/j.js +3 -0
  1934. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/java.js +3 -0
  1935. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javadoc.js +3 -0
  1936. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javadoclike.js +3 -0
  1937. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javascript.js +3 -0
  1938. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/javastacktrace.js +3 -0
  1939. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jolie.js +3 -0
  1940. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jq.js +3 -0
  1941. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/js-extras.js +3 -0
  1942. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/js-templates.js +3 -0
  1943. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsdoc.js +3 -0
  1944. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/json.js +3 -0
  1945. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/json5.js +3 -0
  1946. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsonp.js +3 -0
  1947. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsstacktrace.js +3 -0
  1948. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js +3 -0
  1949. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/julia.js +3 -0
  1950. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/keyman.js +3 -0
  1951. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/kotlin.js +3 -0
  1952. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/latex.js +3 -0
  1953. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/latte.js +3 -0
  1954. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/less.js +3 -0
  1955. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lilypond.js +3 -0
  1956. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/liquid.js +3 -0
  1957. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lisp.js +3 -0
  1958. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/livescript.js +3 -0
  1959. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/llvm.js +3 -0
  1960. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lolcode.js +3 -0
  1961. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/lua.js +3 -0
  1962. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/makefile.js +3 -0
  1963. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markdown.js +3 -0
  1964. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markup-templating.js +3 -0
  1965. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/markup.js +3 -0
  1966. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/matlab.js +3 -0
  1967. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/mel.js +3 -0
  1968. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/mizar.js +3 -0
  1969. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/monkey.js +3 -0
  1970. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/moonscript.js +3 -0
  1971. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/n1ql.js +3 -0
  1972. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/n4js.js +3 -0
  1973. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nand2tetris-hdl.js +3 -0
  1974. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nasm.js +3 -0
  1975. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/neon.js +3 -0
  1976. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nginx.js +3 -0
  1977. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nim.js +3 -0
  1978. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nix.js +3 -0
  1979. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/nsis.js +3 -0
  1980. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/objectivec.js +3 -0
  1981. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ocaml.js +3 -0
  1982. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/opencl.js +3 -0
  1983. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/oz.js +3 -0
  1984. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/parigp.js +3 -0
  1985. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/parser.js +3 -0
  1986. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pascal.js +3 -0
  1987. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pascaligo.js +3 -0
  1988. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pcaxis.js +3 -0
  1989. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/peoplecode.js +3 -0
  1990. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/perl.js +3 -0
  1991. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/php-extras.js +3 -0
  1992. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/php.js +3 -0
  1993. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/phpdoc.js +3 -0
  1994. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/plsql.js +3 -0
  1995. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/powerquery.js +3 -0
  1996. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/powershell.js +3 -0
  1997. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/processing.js +3 -0
  1998. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/prolog.js +3 -0
  1999. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/properties.js +3 -0
  2000. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/protobuf.js +3 -0
  2001. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pug.js +3 -0
  2002. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/puppet.js +3 -0
  2003. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/pure.js +3 -0
  2004. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/purebasic.js +3 -0
  2005. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.js +3 -0
  2006. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/q.js +3 -0
  2007. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/qml.js +3 -0
  2008. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/qore.js +3 -0
  2009. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/r.js +3 -0
  2010. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/racket.js +3 -0
  2011. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/reason.js +3 -0
  2012. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/regex.js +3 -0
  2013. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/renpy.js +3 -0
  2014. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rest.js +3 -0
  2015. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rip.js +3 -0
  2016. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/roboconf.js +3 -0
  2017. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/robotframework.js +3 -0
  2018. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/ruby.js +3 -0
  2019. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rust.js +3 -0
  2020. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sas.js +3 -0
  2021. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sass.js +3 -0
  2022. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scala.js +3 -0
  2023. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scheme.js +3 -0
  2024. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scss.js +3 -0
  2025. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/shell-session.js +3 -0
  2026. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smali.js +3 -0
  2027. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smalltalk.js +3 -0
  2028. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smarty.js +3 -0
  2029. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solidity.js +3 -0
  2030. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solution-file.js +3 -0
  2031. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/soy.js +3 -0
  2032. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sparql.js +3 -0
  2033. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/splunk-spl.js +3 -0
  2034. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sqf.js +3 -0
  2035. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sql.js +3 -0
  2036. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/stylus.js +3 -0
  2037. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js +4 -0
  2038. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/swift.js +3 -0
  2039. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-cs.js +3 -0
  2040. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-templating.js +3 -0
  2041. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-vb.js +3 -0
  2042. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tap.js +3 -0
  2043. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tcl.js +3 -0
  2044. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/textile.js +3 -0
  2045. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/toml.js +3 -0
  2046. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.js +3 -0
  2047. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tt2.js +3 -0
  2048. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/turtle.js +3 -0
  2049. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/twig.js +3 -0
  2050. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/typescript.js +3 -0
  2051. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/unrealscript.js +3 -0
  2052. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vala.js +3 -0
  2053. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vbnet.js +3 -0
  2054. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/velocity.js +3 -0
  2055. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/verilog.js +3 -0
  2056. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vhdl.js +3 -0
  2057. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vim.js +3 -0
  2058. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/visual-basic.js +3 -0
  2059. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/warpscript.js +3 -0
  2060. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wasm.js +3 -0
  2061. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wiki.js +3 -0
  2062. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xeora.js +3 -0
  2063. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xml-doc.js +3 -0
  2064. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xojo.js +3 -0
  2065. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xquery.js +3 -0
  2066. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yaml.js +3 -0
  2067. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yang.js +3 -0
  2068. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/languages/prism/zig.js +3 -0
  2069. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/light-async.js +20 -0
  2070. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/light.js +5 -0
  2071. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js +19 -0
  2072. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-async.js +14 -0
  2073. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism-light.js +9 -0
  2074. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/prism.js +7 -0
  2075. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/a11y-dark.js +96 -0
  2076. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/a11y-light.js +96 -0
  2077. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/agate.js +99 -0
  2078. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/an-old-hope.js +96 -0
  2079. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/androidstudio.js +81 -0
  2080. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arduino-light.js +113 -0
  2081. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arta.js +100 -0
  2082. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ascetic.js +67 -0
  2083. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-dark.js +102 -0
  2084. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-light.js +102 -0
  2085. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-dune-dark.js +90 -0
  2086. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-dune-light.js +90 -0
  2087. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-dark.js +102 -0
  2088. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-light.js +102 -0
  2089. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-forest-dark.js +90 -0
  2090. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-forest-light.js +90 -0
  2091. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-dark.js +90 -0
  2092. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-light.js +90 -0
  2093. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-dark.js +90 -0
  2094. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-light.js +90 -0
  2095. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-dark.js +102 -0
  2096. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-light.js +102 -0
  2097. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-savanna-dark.js +102 -0
  2098. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-savanna-light.js +102 -0
  2099. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-dark.js +90 -0
  2100. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-light.js +90 -0
  2101. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-dark.js +90 -0
  2102. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-light.js +90 -0
  2103. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark-reasonable.js +141 -0
  2104. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark.js +114 -0
  2105. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-light.js +114 -0
  2106. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/brown-paper.js +91 -0
  2107. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/codepen-embed.js +96 -0
  2108. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/color-brewer.js +99 -0
  2109. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/darcula.js +106 -0
  2110. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js +91 -0
  2111. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/darkula.js +1 -0
  2112. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js +113 -0
  2113. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/docco.js +109 -0
  2114. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dracula.js +91 -0
  2115. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/far.js +103 -0
  2116. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/foundation.js +98 -0
  2117. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/github-gist.js +95 -0
  2118. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/github.js +116 -0
  2119. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gml.js +112 -0
  2120. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/googlecode.js +113 -0
  2121. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gradient-dark.js +131 -0
  2122. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/grayscale.js +116 -0
  2123. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gruvbox-dark.js +143 -0
  2124. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gruvbox-light.js +143 -0
  2125. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/hopscotch.js +102 -0
  2126. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/hybrid.js +126 -0
  2127. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/idea.js +119 -0
  2128. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/index.js +94 -0
  2129. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ir-black.js +96 -0
  2130. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-dark.js +128 -0
  2131. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-light.js +128 -0
  2132. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.dark.js +99 -0
  2133. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.light.js +99 -0
  2134. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lightfair.js +116 -0
  2135. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lioshi.js +102 -0
  2136. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/magula.js +101 -0
  2137. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/mono-blue.js +96 -0
  2138. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai-sublime.js +116 -0
  2139. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai.js +114 -0
  2140. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/night-owl.js +144 -0
  2141. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nnfx-dark.js +116 -0
  2142. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nnfx.js +116 -0
  2143. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/nord.js +236 -0
  2144. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/obsidian.js +117 -0
  2145. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ocean.js +96 -0
  2146. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-dark.js +96 -0
  2147. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-light.js +96 -0
  2148. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/pojoaque.js +104 -0
  2149. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/purebasic.js +118 -0
  2150. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_dark.js +119 -0
  2151. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_light.js +119 -0
  2152. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/railscasts.js +108 -0
  2153. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/rainbow.js +109 -0
  2154. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/routeros.js +119 -0
  2155. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/school-book.js +100 -0
  2156. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/shades-of-purple.js +103 -0
  2157. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/solarized-dark.js +114 -0
  2158. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/solarized-light.js +114 -0
  2159. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/srcery.js +109 -0
  2160. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/sunburst.js +105 -0
  2161. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-blue.js +96 -0
  2162. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-bright.js +96 -0
  2163. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-eighties.js +96 -0
  2164. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night.js +96 -0
  2165. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow.js +96 -0
  2166. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/vs.js +93 -0
  2167. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/vs2015.js +136 -0
  2168. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xcode.js +121 -0
  2169. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xt256.js +101 -0
  2170. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/zenburn.js +96 -0
  2171. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/a11y-dark.js +146 -0
  2172. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/atom-dark.js +153 -0
  2173. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/base16-ateliersulphurpool.light.js +197 -0
  2174. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/cb.js +193 -0
  2175. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/coy.js +250 -0
  2176. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/darcula.js +201 -0
  2177. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/dark.js +154 -0
  2178. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/dracula.js +154 -0
  2179. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-dark.js +218 -0
  2180. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-earth.js +218 -0
  2181. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-forest.js +218 -0
  2182. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-light.js +218 -0
  2183. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-sea.js +218 -0
  2184. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-space.js +218 -0
  2185. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/funky.js +161 -0
  2186. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/ghcolors.js +178 -0
  2187. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/hopscotch.js +148 -0
  2188. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/index.js +32 -0
  2189. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-dark.js +195 -0
  2190. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-light.js +203 -0
  2191. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-oceanic.js +199 -0
  2192. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/nord.js +152 -0
  2193. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/okaidia.js +156 -0
  2194. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/pojoaque.js +161 -0
  2195. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js +192 -0
  2196. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/shades-of-purple.js +248 -0
  2197. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/solarizedlight.js +168 -0
  2198. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/synthwave84.js +183 -0
  2199. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/tomorrow.js +153 -0
  2200. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/twilight.js +250 -0
  2201. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs-dark.js +155 -0
  2202. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs.js +205 -0
  2203. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vsc-dark-plus.js +220 -0
  2204. package/dist/collection/node_modules/react-syntax-highlighter/dist/esm/styles/prism/xonokai.js +210 -0
  2205. package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-languages-highlightjs.js +127 -0
  2206. package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-languages-refractor.js +127 -0
  2207. package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-stylesheets-highlightjs.js +131 -0
  2208. package/dist/collection/node_modules/react-syntax-highlighter/scripts/build-stylesheets-refractor.js +136 -0
  2209. package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/create-language-async-loader.js +6 -0
  2210. package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/hljs.js +192 -0
  2211. package/dist/collection/node_modules/react-syntax-highlighter/src/async-languages/prism.js +229 -0
  2212. package/dist/collection/node_modules/react-syntax-highlighter/src/async-syntax-highlighter.js +155 -0
  2213. package/dist/collection/node_modules/react-syntax-highlighter/src/checkForListedLanguage.js +4 -0
  2214. package/dist/collection/node_modules/react-syntax-highlighter/src/create-element.js +69 -0
  2215. package/dist/collection/node_modules/react-syntax-highlighter/src/default-highlight.js +9 -0
  2216. package/dist/collection/node_modules/react-syntax-highlighter/src/highlight.js +406 -0
  2217. package/dist/collection/node_modules/react-syntax-highlighter/src/index.js +11 -0
  2218. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/1c.js +2 -0
  2219. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/abnf.js +2 -0
  2220. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/accesslog.js +2 -0
  2221. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/actionscript.js +2 -0
  2222. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ada.js +2 -0
  2223. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/angelscript.js +2 -0
  2224. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/apache.js +2 -0
  2225. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/applescript.js +2 -0
  2226. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/arcade.js +2 -0
  2227. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/arduino.js +2 -0
  2228. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/armasm.js +2 -0
  2229. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/asciidoc.js +2 -0
  2230. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/aspectj.js +2 -0
  2231. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/autohotkey.js +2 -0
  2232. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/autoit.js +2 -0
  2233. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/avrasm.js +2 -0
  2234. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/awk.js +2 -0
  2235. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/axapta.js +2 -0
  2236. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/bash.js +2 -0
  2237. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/basic.js +2 -0
  2238. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/bnf.js +2 -0
  2239. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/brainfuck.js +2 -0
  2240. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/c-like.js +2 -0
  2241. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/c.js +2 -0
  2242. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cal.js +2 -0
  2243. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/capnproto.js +2 -0
  2244. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ceylon.js +2 -0
  2245. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clean.js +2 -0
  2246. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clojure-repl.js +2 -0
  2247. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/clojure.js +2 -0
  2248. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cmake.js +2 -0
  2249. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/coffeescript.js +2 -0
  2250. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/coq.js +2 -0
  2251. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cos.js +2 -0
  2252. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cpp.js +2 -0
  2253. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/crmsh.js +2 -0
  2254. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/crystal.js +2 -0
  2255. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/cs.js +2 -0
  2256. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/csharp.js +2 -0
  2257. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/csp.js +2 -0
  2258. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/css.js +2 -0
  2259. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/d.js +2 -0
  2260. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dart.js +2 -0
  2261. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/delphi.js +2 -0
  2262. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/diff.js +2 -0
  2263. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/django.js +2 -0
  2264. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dns.js +2 -0
  2265. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dockerfile.js +2 -0
  2266. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dos.js +2 -0
  2267. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dsconfig.js +2 -0
  2268. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dts.js +2 -0
  2269. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/dust.js +2 -0
  2270. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ebnf.js +2 -0
  2271. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/elixir.js +2 -0
  2272. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/elm.js +2 -0
  2273. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erb.js +2 -0
  2274. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erlang-repl.js +2 -0
  2275. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/erlang.js +2 -0
  2276. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/excel.js +2 -0
  2277. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fix.js +2 -0
  2278. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/flix.js +2 -0
  2279. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fortran.js +2 -0
  2280. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/fsharp.js +2 -0
  2281. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gams.js +2 -0
  2282. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gauss.js +2 -0
  2283. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gcode.js +2 -0
  2284. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gherkin.js +2 -0
  2285. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/glsl.js +2 -0
  2286. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gml.js +2 -0
  2287. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/go.js +2 -0
  2288. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/golo.js +2 -0
  2289. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/gradle.js +2 -0
  2290. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/groovy.js +2 -0
  2291. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haml.js +2 -0
  2292. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/handlebars.js +2 -0
  2293. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haskell.js +2 -0
  2294. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/haxe.js +2 -0
  2295. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/hsp.js +2 -0
  2296. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/htmlbars.js +2 -0
  2297. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/http.js +2 -0
  2298. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/hy.js +2 -0
  2299. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/index.js +189 -0
  2300. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/inform7.js +2 -0
  2301. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ini.js +2 -0
  2302. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/irpf90.js +2 -0
  2303. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/isbl.js +2 -0
  2304. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/java.js +2 -0
  2305. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/javascript.js +2 -0
  2306. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/jboss-cli.js +2 -0
  2307. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/json.js +2 -0
  2308. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/julia-repl.js +2 -0
  2309. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/julia.js +2 -0
  2310. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/kotlin.js +2 -0
  2311. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lasso.js +2 -0
  2312. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/latex.js +2 -0
  2313. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ldif.js +2 -0
  2314. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/leaf.js +2 -0
  2315. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/less.js +2 -0
  2316. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lisp.js +2 -0
  2317. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/livecodeserver.js +2 -0
  2318. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/livescript.js +2 -0
  2319. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/llvm.js +2 -0
  2320. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lsl.js +2 -0
  2321. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/lua.js +2 -0
  2322. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/makefile.js +2 -0
  2323. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/markdown.js +2 -0
  2324. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mathematica.js +2 -0
  2325. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/matlab.js +2 -0
  2326. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/maxima.js +2 -0
  2327. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mel.js +2 -0
  2328. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mercury.js +2 -0
  2329. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mipsasm.js +2 -0
  2330. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mizar.js +2 -0
  2331. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/mojolicious.js +2 -0
  2332. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/monkey.js +2 -0
  2333. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/moonscript.js +2 -0
  2334. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/n1ql.js +2 -0
  2335. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nginx.js +2 -0
  2336. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nim.js +2 -0
  2337. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nimrod.js +2 -0
  2338. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nix.js +2 -0
  2339. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/nsis.js +2 -0
  2340. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/objectivec.js +2 -0
  2341. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ocaml.js +2 -0
  2342. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/openscad.js +2 -0
  2343. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/oxygene.js +2 -0
  2344. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/parser3.js +2 -0
  2345. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/perl.js +2 -0
  2346. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pf.js +2 -0
  2347. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pgsql.js +2 -0
  2348. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/php-template.js +2 -0
  2349. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/php.js +2 -0
  2350. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/plaintext.js +2 -0
  2351. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/pony.js +2 -0
  2352. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/powershell.js +2 -0
  2353. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/processing.js +2 -0
  2354. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/profile.js +2 -0
  2355. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/prolog.js +2 -0
  2356. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/properties.js +2 -0
  2357. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/protobuf.js +2 -0
  2358. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/puppet.js +2 -0
  2359. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/purebasic.js +2 -0
  2360. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/python-repl.js +2 -0
  2361. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/python.js +2 -0
  2362. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/q.js +2 -0
  2363. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/qml.js +2 -0
  2364. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/r.js +2 -0
  2365. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/reasonml.js +2 -0
  2366. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rib.js +2 -0
  2367. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/roboconf.js +2 -0
  2368. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/routeros.js +2 -0
  2369. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rsl.js +2 -0
  2370. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ruby.js +2 -0
  2371. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/ruleslanguage.js +2 -0
  2372. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/rust.js +2 -0
  2373. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sas.js +2 -0
  2374. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scala.js +2 -0
  2375. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scheme.js +2 -0
  2376. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scilab.js +2 -0
  2377. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/scss.js +2 -0
  2378. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/shell.js +2 -0
  2379. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/smali.js +2 -0
  2380. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/smalltalk.js +2 -0
  2381. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sml.js +2 -0
  2382. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sqf.js +2 -0
  2383. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/sql.js +2 -0
  2384. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stan.js +2 -0
  2385. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stata.js +2 -0
  2386. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/step21.js +2 -0
  2387. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/stylus.js +2 -0
  2388. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/subunit.js +2 -0
  2389. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/supported-languages.js +195 -0
  2390. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/swift.js +2 -0
  2391. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/taggerscript.js +2 -0
  2392. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tap.js +2 -0
  2393. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tcl.js +2 -0
  2394. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tex.js +2 -0
  2395. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/thrift.js +2 -0
  2396. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/tp.js +2 -0
  2397. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/twig.js +2 -0
  2398. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/typescript.js +2 -0
  2399. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vala.js +2 -0
  2400. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbnet.js +2 -0
  2401. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbscript-html.js +2 -0
  2402. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vbscript.js +2 -0
  2403. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/verilog.js +2 -0
  2404. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vhdl.js +2 -0
  2405. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/vim.js +2 -0
  2406. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/x86asm.js +2 -0
  2407. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xl.js +2 -0
  2408. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xml.js +2 -0
  2409. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/xquery.js +2 -0
  2410. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/yaml.js +2 -0
  2411. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/hljs/zephir.js +2 -0
  2412. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/abap.js +2 -0
  2413. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/abnf.js +2 -0
  2414. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/actionscript.js +2 -0
  2415. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ada.js +2 -0
  2416. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/agda.js +2 -0
  2417. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/al.js +2 -0
  2418. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/antlr4.js +2 -0
  2419. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/apacheconf.js +2 -0
  2420. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/apl.js +2 -0
  2421. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/applescript.js +2 -0
  2422. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/aql.js +2 -0
  2423. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/arduino.js +2 -0
  2424. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/arff.js +2 -0
  2425. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/asciidoc.js +2 -0
  2426. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/asm6502.js +2 -0
  2427. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/aspnet.js +2 -0
  2428. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/autohotkey.js +2 -0
  2429. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/autoit.js +2 -0
  2430. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bash.js +2 -0
  2431. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/basic.js +2 -0
  2432. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/batch.js +2 -0
  2433. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bbcode.js +2 -0
  2434. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bison.js +2 -0
  2435. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bnf.js +2 -0
  2436. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/brainfuck.js +2 -0
  2437. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/brightscript.js +2 -0
  2438. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/bro.js +2 -0
  2439. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/c.js +2 -0
  2440. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cil.js +2 -0
  2441. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/clike.js +2 -0
  2442. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/clojure.js +2 -0
  2443. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cmake.js +2 -0
  2444. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/coffeescript.js +2 -0
  2445. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/concurnas.js +2 -0
  2446. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/core.js +2 -0
  2447. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cpp.js +2 -0
  2448. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/crystal.js +2 -0
  2449. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/csharp.js +2 -0
  2450. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/csp.js +2 -0
  2451. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/css-extras.js +2 -0
  2452. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/css.js +2 -0
  2453. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/cypher.js +2 -0
  2454. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/d.js +2 -0
  2455. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dart.js +2 -0
  2456. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dax.js +2 -0
  2457. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dhall.js +2 -0
  2458. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/diff.js +2 -0
  2459. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/django.js +2 -0
  2460. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/dns-zone-file.js +2 -0
  2461. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/docker.js +2 -0
  2462. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ebnf.js +2 -0
  2463. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/editorconfig.js +2 -0
  2464. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/eiffel.js +2 -0
  2465. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ejs.js +2 -0
  2466. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/elixir.js +2 -0
  2467. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/elm.js +2 -0
  2468. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/erb.js +2 -0
  2469. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/erlang.js +2 -0
  2470. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/etlua.js +2 -0
  2471. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/excel-formula.js +2 -0
  2472. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/factor.js +2 -0
  2473. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/firestore-security-rules.js +2 -0
  2474. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/flow.js +2 -0
  2475. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/fortran.js +2 -0
  2476. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/fsharp.js +2 -0
  2477. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ftl.js +2 -0
  2478. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gcode.js +2 -0
  2479. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gdscript.js +2 -0
  2480. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gedcom.js +2 -0
  2481. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gherkin.js +2 -0
  2482. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/git.js +2 -0
  2483. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/glsl.js +2 -0
  2484. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/gml.js +2 -0
  2485. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/go.js +2 -0
  2486. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/graphql.js +2 -0
  2487. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/groovy.js +2 -0
  2488. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haml.js +2 -0
  2489. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/handlebars.js +2 -0
  2490. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haskell.js +2 -0
  2491. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/haxe.js +2 -0
  2492. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hcl.js +2 -0
  2493. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hlsl.js +2 -0
  2494. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hpkp.js +2 -0
  2495. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/hsts.js +2 -0
  2496. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/http.js +2 -0
  2497. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ichigojam.js +2 -0
  2498. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/icon.js +2 -0
  2499. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/iecst.js +2 -0
  2500. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ignore.js +2 -0
  2501. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/index.js +226 -0
  2502. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/inform7.js +2 -0
  2503. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ini.js +2 -0
  2504. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/io.js +2 -0
  2505. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/j.js +2 -0
  2506. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/java.js +2 -0
  2507. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javadoc.js +2 -0
  2508. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javadoclike.js +2 -0
  2509. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javascript.js +2 -0
  2510. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/javastacktrace.js +2 -0
  2511. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jolie.js +2 -0
  2512. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jq.js +2 -0
  2513. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/js-extras.js +2 -0
  2514. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/js-templates.js +2 -0
  2515. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsdoc.js +2 -0
  2516. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/json.js +2 -0
  2517. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/json5.js +2 -0
  2518. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsonp.js +2 -0
  2519. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsstacktrace.js +2 -0
  2520. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/jsx.js +2 -0
  2521. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/julia.js +2 -0
  2522. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/keyman.js +2 -0
  2523. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/kotlin.js +2 -0
  2524. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/latex.js +2 -0
  2525. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/latte.js +2 -0
  2526. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/less.js +2 -0
  2527. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lilypond.js +2 -0
  2528. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/liquid.js +2 -0
  2529. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lisp.js +2 -0
  2530. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/livescript.js +2 -0
  2531. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/llvm.js +2 -0
  2532. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lolcode.js +2 -0
  2533. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/lua.js +2 -0
  2534. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/makefile.js +2 -0
  2535. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markdown.js +2 -0
  2536. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markup-templating.js +2 -0
  2537. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/markup.js +2 -0
  2538. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/matlab.js +2 -0
  2539. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/mel.js +2 -0
  2540. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/mizar.js +2 -0
  2541. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/monkey.js +2 -0
  2542. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/moonscript.js +2 -0
  2543. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/n1ql.js +2 -0
  2544. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/n4js.js +2 -0
  2545. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nand2tetris-hdl.js +2 -0
  2546. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nasm.js +2 -0
  2547. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/neon.js +2 -0
  2548. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nginx.js +2 -0
  2549. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nim.js +2 -0
  2550. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nix.js +2 -0
  2551. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/nsis.js +2 -0
  2552. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/objectivec.js +2 -0
  2553. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ocaml.js +2 -0
  2554. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/opencl.js +2 -0
  2555. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/oz.js +2 -0
  2556. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/parigp.js +2 -0
  2557. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/parser.js +2 -0
  2558. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pascal.js +2 -0
  2559. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pascaligo.js +2 -0
  2560. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pcaxis.js +2 -0
  2561. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/peoplecode.js +2 -0
  2562. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/perl.js +2 -0
  2563. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/php-extras.js +2 -0
  2564. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/php.js +2 -0
  2565. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/phpdoc.js +2 -0
  2566. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/plsql.js +2 -0
  2567. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/powerquery.js +2 -0
  2568. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/powershell.js +2 -0
  2569. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/processing.js +2 -0
  2570. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/prolog.js +2 -0
  2571. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/properties.js +2 -0
  2572. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/protobuf.js +2 -0
  2573. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pug.js +2 -0
  2574. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/puppet.js +2 -0
  2575. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/pure.js +2 -0
  2576. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/purebasic.js +2 -0
  2577. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/python.js +2 -0
  2578. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/q.js +2 -0
  2579. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/qml.js +2 -0
  2580. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/qore.js +2 -0
  2581. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/r.js +2 -0
  2582. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/racket.js +2 -0
  2583. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/reason.js +2 -0
  2584. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/regex.js +2 -0
  2585. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/renpy.js +2 -0
  2586. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rest.js +2 -0
  2587. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rip.js +2 -0
  2588. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/roboconf.js +2 -0
  2589. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/robotframework.js +2 -0
  2590. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/ruby.js +2 -0
  2591. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/rust.js +2 -0
  2592. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sas.js +2 -0
  2593. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sass.js +2 -0
  2594. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scala.js +2 -0
  2595. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scheme.js +2 -0
  2596. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/scss.js +2 -0
  2597. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/shell-session.js +2 -0
  2598. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smali.js +2 -0
  2599. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smalltalk.js +2 -0
  2600. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/smarty.js +2 -0
  2601. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/solidity.js +2 -0
  2602. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/solution-file.js +2 -0
  2603. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/soy.js +2 -0
  2604. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sparql.js +2 -0
  2605. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/splunk-spl.js +2 -0
  2606. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sqf.js +2 -0
  2607. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/sql.js +2 -0
  2608. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/stylus.js +2 -0
  2609. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/supported-languages.js +232 -0
  2610. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/swift.js +2 -0
  2611. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-cs.js +2 -0
  2612. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-templating.js +2 -0
  2613. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/t4-vb.js +2 -0
  2614. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tap.js +2 -0
  2615. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tcl.js +2 -0
  2616. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/textile.js +2 -0
  2617. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/toml.js +2 -0
  2618. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tsx.js +2 -0
  2619. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/tt2.js +2 -0
  2620. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/turtle.js +2 -0
  2621. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/twig.js +2 -0
  2622. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/typescript.js +2 -0
  2623. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/unrealscript.js +2 -0
  2624. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vala.js +2 -0
  2625. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vbnet.js +2 -0
  2626. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/velocity.js +2 -0
  2627. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/verilog.js +2 -0
  2628. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vhdl.js +2 -0
  2629. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/vim.js +2 -0
  2630. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/visual-basic.js +2 -0
  2631. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/warpscript.js +2 -0
  2632. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/wasm.js +2 -0
  2633. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/wiki.js +2 -0
  2634. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xeora.js +2 -0
  2635. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xml-doc.js +2 -0
  2636. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xojo.js +2 -0
  2637. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/xquery.js +2 -0
  2638. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/yaml.js +2 -0
  2639. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/yang.js +2 -0
  2640. package/dist/collection/node_modules/react-syntax-highlighter/src/languages/prism/zig.js +2 -0
  2641. package/dist/collection/node_modules/react-syntax-highlighter/src/light-async.js +20 -0
  2642. package/dist/collection/node_modules/react-syntax-highlighter/src/light.js +7 -0
  2643. package/dist/collection/node_modules/react-syntax-highlighter/src/prism-async-light.js +19 -0
  2644. package/dist/collection/node_modules/react-syntax-highlighter/src/prism-async.js +14 -0
  2645. package/dist/collection/node_modules/react-syntax-highlighter/src/prism-light.js +8 -0
  2646. package/dist/collection/node_modules/react-syntax-highlighter/src/prism.js +9 -0
  2647. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/a11y-dark.js +96 -0
  2648. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/a11y-light.js +96 -0
  2649. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/agate.js +99 -0
  2650. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/an-old-hope.js +96 -0
  2651. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/androidstudio.js +81 -0
  2652. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/arduino-light.js +113 -0
  2653. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/arta.js +100 -0
  2654. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ascetic.js +67 -0
  2655. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-cave-dark.js +102 -0
  2656. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-cave-light.js +102 -0
  2657. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-dune-dark.js +90 -0
  2658. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-dune-light.js +90 -0
  2659. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-estuary-dark.js +102 -0
  2660. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-estuary-light.js +102 -0
  2661. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-forest-dark.js +90 -0
  2662. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-forest-light.js +90 -0
  2663. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-heath-dark.js +90 -0
  2664. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-heath-light.js +90 -0
  2665. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-lakeside-dark.js +90 -0
  2666. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-lakeside-light.js +90 -0
  2667. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-plateau-dark.js +102 -0
  2668. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-plateau-light.js +102 -0
  2669. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-savanna-dark.js +102 -0
  2670. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-savanna-light.js +102 -0
  2671. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-seaside-dark.js +90 -0
  2672. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-seaside-light.js +90 -0
  2673. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-sulphurpool-dark.js +90 -0
  2674. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atelier-sulphurpool-light.js +90 -0
  2675. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-dark-reasonable.js +141 -0
  2676. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-dark.js +114 -0
  2677. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-light.js +114 -0
  2678. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/brown-paper.js +91 -0
  2679. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/codepen-embed.js +96 -0
  2680. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/color-brewer.js +99 -0
  2681. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/darcula.js +106 -0
  2682. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/dark.js +91 -0
  2683. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/darkula.js +1 -0
  2684. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/default-style.js +113 -0
  2685. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/docco.js +109 -0
  2686. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/dracula.js +91 -0
  2687. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/far.js +103 -0
  2688. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/foundation.js +98 -0
  2689. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/github-gist.js +95 -0
  2690. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/github.js +116 -0
  2691. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gml.js +112 -0
  2692. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/googlecode.js +113 -0
  2693. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gradient-dark.js +131 -0
  2694. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/grayscale.js +116 -0
  2695. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gruvbox-dark.js +143 -0
  2696. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/gruvbox-light.js +143 -0
  2697. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/hopscotch.js +102 -0
  2698. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/hybrid.js +126 -0
  2699. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/idea.js +119 -0
  2700. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/index.js +94 -0
  2701. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ir-black.js +96 -0
  2702. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/isbl-editor-dark.js +128 -0
  2703. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/isbl-editor-light.js +128 -0
  2704. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/kimbie.dark.js +99 -0
  2705. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/kimbie.light.js +99 -0
  2706. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/lightfair.js +116 -0
  2707. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/lioshi.js +102 -0
  2708. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/magula.js +101 -0
  2709. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/mono-blue.js +96 -0
  2710. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/monokai-sublime.js +116 -0
  2711. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/monokai.js +114 -0
  2712. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/night-owl.js +144 -0
  2713. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nnfx-dark.js +116 -0
  2714. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nnfx.js +116 -0
  2715. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/nord.js +236 -0
  2716. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/obsidian.js +117 -0
  2717. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/ocean.js +96 -0
  2718. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/paraiso-dark.js +96 -0
  2719. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/paraiso-light.js +96 -0
  2720. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/pojoaque.js +104 -0
  2721. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/purebasic.js +118 -0
  2722. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/qtcreator_dark.js +119 -0
  2723. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/qtcreator_light.js +119 -0
  2724. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/railscasts.js +108 -0
  2725. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/rainbow.js +109 -0
  2726. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/routeros.js +119 -0
  2727. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/school-book.js +100 -0
  2728. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/shades-of-purple.js +103 -0
  2729. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/solarized-dark.js +114 -0
  2730. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/solarized-light.js +114 -0
  2731. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/srcery.js +109 -0
  2732. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/sunburst.js +105 -0
  2733. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-blue.js +96 -0
  2734. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-bright.js +96 -0
  2735. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night-eighties.js +96 -0
  2736. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow-night.js +96 -0
  2737. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/tomorrow.js +96 -0
  2738. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/vs.js +93 -0
  2739. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/vs2015.js +136 -0
  2740. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/xcode.js +121 -0
  2741. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/xt256.js +101 -0
  2742. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/hljs/zenburn.js +96 -0
  2743. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/a11y-dark.js +146 -0
  2744. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/atom-dark.js +153 -0
  2745. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/base16-ateliersulphurpool.light.js +197 -0
  2746. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/cb.js +193 -0
  2747. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/coy.js +250 -0
  2748. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/darcula.js +201 -0
  2749. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/dark.js +154 -0
  2750. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/dracula.js +154 -0
  2751. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-dark.js +218 -0
  2752. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-earth.js +218 -0
  2753. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-forest.js +218 -0
  2754. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-light.js +218 -0
  2755. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-sea.js +218 -0
  2756. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/duotone-space.js +218 -0
  2757. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/funky.js +161 -0
  2758. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/ghcolors.js +178 -0
  2759. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/hopscotch.js +148 -0
  2760. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/index.js +32 -0
  2761. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-dark.js +195 -0
  2762. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-light.js +203 -0
  2763. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/material-oceanic.js +199 -0
  2764. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/nord.js +152 -0
  2765. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/okaidia.js +156 -0
  2766. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/pojoaque.js +161 -0
  2767. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/prism.js +192 -0
  2768. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/shades-of-purple.js +248 -0
  2769. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/solarizedlight.js +168 -0
  2770. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/synthwave84.js +183 -0
  2771. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/tomorrow.js +153 -0
  2772. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/twilight.js +250 -0
  2773. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vs-dark.js +155 -0
  2774. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vs.js +205 -0
  2775. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/vsc-dark-plus.js +220 -0
  2776. package/dist/collection/node_modules/react-syntax-highlighter/src/styles/prism/xonokai.js +210 -0
  2777. package/dist/collection/node_modules/supports-color/browser.js +5 -0
  2778. package/dist/collection/node_modules/supports-color/index.js +135 -0
  2779. package/dist/collection/node_modules/telejson/dist/cjs/dom-event.js +46 -0
  2780. package/dist/collection/node_modules/telejson/dist/cjs/index.js +477 -0
  2781. package/dist/collection/node_modules/telejson/dist/cjs/typings.d.js +1 -0
  2782. package/dist/collection/node_modules/telejson/dist/esm/dom-event.js +39 -0
  2783. package/dist/collection/node_modules/telejson/dist/esm/index.js +448 -0
  2784. package/dist/collection/node_modules/telejson/dist/esm/typings.d.js +0 -0
  2785. package/dist/collection/node_modules/write-file-atomic/index.js +259 -0
  2786. 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
  2787. package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.spec.js +6 -0
  2788. package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
  2789. package/dist/components/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.js +21 -0
  2790. package/dist/components/icon/tmp/components/utrecht-icon-openingstijden/utrecht-icon-openingstijden.stencil.js +1 -1
  2791. package/dist/components/icon/tmp/components/utrecht-icon-zwemmen/utrecht-icon-zwemmen.stencil.js +1 -1
  2792. package/dist/components/utrecht-icon-blad.d.ts +11 -0
  2793. package/dist/components/utrecht-icon-blad.js +36 -0
  2794. package/dist/components/utrecht-icon-openingstijden.js +1 -1
  2795. package/dist/components/utrecht-icon-zwemmen.js +1 -1
  2796. package/dist/esm/{clsx.m-071989db.js → clsx.m-0f299411.js} +0 -0
  2797. package/dist/esm/loader.js +1 -1
  2798. package/dist/esm/utrecht-backdrop.entry.js +1 -1
  2799. package/dist/esm/utrecht-breadcrumb.entry.js +1 -1
  2800. package/dist/esm/utrecht-button_2.entry.js +1 -1
  2801. package/dist/esm/utrecht-checkbox.entry.js +1 -1
  2802. package/dist/esm/utrecht-custom-checkbox.entry.js +1 -1
  2803. package/dist/esm/utrecht-form-field-checkbox.entry.js +1 -1
  2804. package/dist/esm/utrecht-form-field-description.entry.js +1 -1
  2805. package/dist/esm/utrecht-form-field-textarea.entry.js +1 -1
  2806. package/dist/esm/utrecht-form-field-textbox.entry.js +1 -1
  2807. package/dist/esm/utrecht-form-toggle.entry.js +1 -1
  2808. package/dist/esm/utrecht-heading-2_3.entry.js +1 -1
  2809. package/dist/esm/utrecht-icon-blad.entry.js +12 -0
  2810. package/dist/esm/utrecht-icon-openingstijden.entry.js +1 -1
  2811. package/dist/esm/utrecht-icon-zwemmen.entry.js +1 -1
  2812. package/dist/esm/utrecht-pagination.entry.js +1 -1
  2813. package/dist/esm/utrecht-sidenav.entry.js +1 -1
  2814. package/dist/esm/utrecht-textbox.entry.js +1 -1
  2815. package/dist/esm/utrecht.js +1 -1
  2816. package/dist/packages/web-component-library-stencil/dist/components/utrecht-icon-blad.d.ts +11 -0
  2817. package/dist/packages/web-component-library-stencil/dist/types/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
  2818. package/dist/packages/web-component-library-stencil/stencil.config.js +4 -7
  2819. package/dist/types/components.d.ts +13 -13
  2820. package/dist/types/icon/tmp/components/utrecht-icon-blad/utrecht-icon-blad.stencil.d.ts +3 -0
  2821. package/dist/utrecht/p-0db09ca0.entry.js +1 -0
  2822. package/dist/utrecht/p-0e027c1e.entry.js +1 -0
  2823. package/dist/utrecht/{p-4070c1e5.js → p-16f135ca.js} +0 -0
  2824. package/dist/utrecht/p-1b3e77d6.entry.js +1 -0
  2825. package/dist/utrecht/p-258086d9.entry.js +1 -0
  2826. package/dist/utrecht/p-2c95eb21.entry.js +1 -0
  2827. package/dist/utrecht/p-4f57c556.entry.js +1 -0
  2828. package/dist/utrecht/p-5189e4ba.entry.js +1 -0
  2829. package/dist/utrecht/p-55dcc81a.entry.js +1 -0
  2830. package/dist/utrecht/p-5cecd99f.entry.js +1 -0
  2831. package/dist/utrecht/p-5d2ba7a4.entry.js +1 -0
  2832. package/dist/utrecht/p-6bc561ee.entry.js +1 -0
  2833. package/dist/utrecht/p-7dee435a.entry.js +1 -0
  2834. package/dist/utrecht/p-7fe20fde.entry.js +1 -0
  2835. package/dist/utrecht/p-bdd8e7c2.entry.js +1 -0
  2836. package/dist/utrecht/p-effbd0a0.entry.js +1 -0
  2837. package/dist/utrecht/p-fa7f9467.entry.js +1 -0
  2838. package/dist/utrecht/p-fd5d061b.entry.js +1 -0
  2839. package/dist/utrecht/utrecht.esm.js +1 -1
  2840. package/package.json +4 -4
  2841. package/dist/cjs/utrecht-icon-dementie-copy-3.cjs.entry.js +0 -16
  2842. package/dist/collection/icon/stencil.config.js +0 -19
  2843. package/dist/collection/icon/tmp/components/icons.js +0 -118
  2844. package/dist/collection/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.js +0 -10
  2845. package/dist/collection/node_modules/@trysound/sax/lib/sax.js +0 -1413
  2846. package/dist/collection/node_modules/commander/index.js +0 -2217
  2847. package/dist/collection/node_modules/css-tree/data/index.js +0 -103
  2848. package/dist/collection/node_modules/css-tree/dist/csstree.js +0 -12606
  2849. package/dist/collection/node_modules/css-tree/dist/csstree.min.js +0 -1
  2850. package/dist/collection/node_modules/css-tree/lib/common/List.js +0 -576
  2851. package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +0 -91
  2852. package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +0 -82
  2853. package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +0 -219
  2854. package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +0 -10
  2855. package/dist/collection/node_modules/css-tree/lib/convertor/create.js +0 -28
  2856. package/dist/collection/node_modules/css-tree/lib/convertor/index.js +0 -3
  2857. package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +0 -14
  2858. package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +0 -129
  2859. package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +0 -6
  2860. package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +0 -568
  2861. package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +0 -55
  2862. package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +0 -52
  2863. package/dist/collection/node_modules/css-tree/lib/generator/create.js +0 -66
  2864. package/dist/collection/node_modules/css-tree/lib/generator/index.js +0 -4
  2865. package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +0 -95
  2866. package/dist/collection/node_modules/css-tree/lib/index.js +0 -1
  2867. package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +0 -466
  2868. package/dist/collection/node_modules/css-tree/lib/lexer/error.js +0 -127
  2869. package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +0 -236
  2870. package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +0 -159
  2871. package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +0 -585
  2872. package/dist/collection/node_modules/css-tree/lib/lexer/index.js +0 -3
  2873. package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +0 -455
  2874. package/dist/collection/node_modules/css-tree/lib/lexer/match.js +0 -639
  2875. package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +0 -73
  2876. package/dist/collection/node_modules/css-tree/lib/lexer/search.js +0 -65
  2877. package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +0 -163
  2878. package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +0 -79
  2879. package/dist/collection/node_modules/css-tree/lib/parser/create.js +0 -304
  2880. package/dist/collection/node_modules/css-tree/lib/parser/index.js +0 -4
  2881. package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +0 -54
  2882. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +0 -8
  2883. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +0 -40
  2884. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +0 -7
  2885. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +0 -12
  2886. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +0 -12
  2887. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +0 -89
  2888. package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +0 -9
  2889. package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +0 -140
  2890. package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +0 -25
  2891. package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +0 -3
  2892. package/dist/collection/node_modules/css-tree/lib/syntax/create.js +0 -77
  2893. package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +0 -7
  2894. package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +0 -43
  2895. package/dist/collection/node_modules/css-tree/lib/syntax/index.js +0 -21
  2896. package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +0 -297
  2897. package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +0 -107
  2898. package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +0 -51
  2899. package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +0 -165
  2900. package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +0 -91
  2901. package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +0 -34
  2902. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +0 -19
  2903. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +0 -19
  2904. package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +0 -29
  2905. package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +0 -55
  2906. package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +0 -36
  2907. package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +0 -169
  2908. package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +0 -49
  2909. package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +0 -29
  2910. package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +0 -40
  2911. package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +0 -26
  2912. package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +0 -27
  2913. package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +0 -20
  2914. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +0 -76
  2915. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +0 -68
  2916. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +0 -36
  2917. package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +0 -51
  2918. package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +0 -18
  2919. package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +0 -21
  2920. package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +0 -34
  2921. package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +0 -27
  2922. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +0 -61
  2923. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +0 -62
  2924. package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +0 -66
  2925. package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +0 -87
  2926. package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +0 -54
  2927. package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +0 -32
  2928. package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +0 -39
  2929. package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +0 -18
  2930. package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +0 -81
  2931. package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +0 -53
  2932. package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +0 -173
  2933. package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +0 -69
  2934. package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +0 -19
  2935. package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +0 -26
  2936. package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +0 -42
  2937. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +0 -9
  2938. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +0 -9
  2939. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +0 -7
  2940. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +0 -7
  2941. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +0 -7
  2942. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +0 -12
  2943. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +0 -7
  2944. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +0 -1
  2945. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +0 -1
  2946. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +0 -1
  2947. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +0 -1
  2948. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +0 -1
  2949. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +0 -1
  2950. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +0 -7
  2951. package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +0 -3
  2952. package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +0 -87
  2953. package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +0 -5
  2954. package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +0 -80
  2955. package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +0 -5
  2956. package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +0 -249
  2957. package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +0 -40
  2958. package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +0 -591
  2959. package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +0 -243
  2960. package/dist/collection/node_modules/css-tree/lib/utils/clone.js +0 -21
  2961. package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +0 -17
  2962. package/dist/collection/node_modules/css-tree/lib/utils/names.js +0 -104
  2963. package/dist/collection/node_modules/css-tree/lib/walker/create.js +0 -284
  2964. package/dist/collection/node_modules/css-tree/lib/walker/index.js +0 -4
  2965. package/dist/collection/node_modules/mdn-data/api/index.js +0 -3
  2966. package/dist/collection/node_modules/mdn-data/css/index.js +0 -8
  2967. package/dist/collection/node_modules/mdn-data/index.js +0 -5
  2968. package/dist/collection/node_modules/mdn-data/l10n/index.js +0 -3
  2969. package/dist/collection/node_modules/svgo/dist/svgo.browser.js +0 -1
  2970. package/dist/collection/node_modules/svgo/lib/css-tools.js +0 -239
  2971. package/dist/collection/node_modules/svgo/lib/parser.js +0 -259
  2972. package/dist/collection/node_modules/svgo/lib/path.js +0 -347
  2973. package/dist/collection/node_modules/svgo/lib/stringifier.js +0 -326
  2974. package/dist/collection/node_modules/svgo/lib/style.js +0 -283
  2975. package/dist/collection/node_modules/svgo/lib/svgo/coa.js +0 -517
  2976. package/dist/collection/node_modules/svgo/lib/svgo/config.js +0 -138
  2977. package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +0 -72
  2978. package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +0 -120
  2979. package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +0 -232
  2980. package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +0 -443
  2981. package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +0 -109
  2982. package/dist/collection/node_modules/svgo/lib/svgo/tools.js +0 -137
  2983. package/dist/collection/node_modules/svgo/lib/svgo-node.js +0 -106
  2984. package/dist/collection/node_modules/svgo/lib/svgo.js +0 -83
  2985. package/dist/collection/node_modules/svgo/lib/xast.js +0 -102
  2986. package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +0 -335
  2987. package/dist/collection/node_modules/svgo/plugins/_collections.js +0 -2168
  2988. package/dist/collection/node_modules/svgo/plugins/_path.js +0 -816
  2989. package/dist/collection/node_modules/svgo/plugins/_transforms.js +0 -379
  2990. package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +0 -87
  2991. package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +0 -87
  2992. package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +0 -55
  2993. package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +0 -75
  2994. package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +0 -297
  2995. package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +0 -154
  2996. package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +0 -113
  2997. package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +0 -135
  2998. package/dist/collection/node_modules/svgo/plugins/convertColors.js +0 -152
  2999. package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +0 -39
  3000. package/dist/collection/node_modules/svgo/plugins/convertPathData.js +0 -1023
  3001. package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +0 -175
  3002. package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +0 -132
  3003. package/dist/collection/node_modules/svgo/plugins/convertTransform.js +0 -432
  3004. package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +0 -379
  3005. package/dist/collection/node_modules/svgo/plugins/mergePaths.js +0 -104
  3006. package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +0 -93
  3007. package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +0 -148
  3008. package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +0 -130
  3009. package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +0 -62
  3010. package/dist/collection/node_modules/svgo/plugins/plugins.js +0 -56
  3011. package/dist/collection/node_modules/svgo/plugins/prefixIds.js +0 -241
  3012. package/dist/collection/node_modules/svgo/plugins/preset-default.js +0 -80
  3013. package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +0 -99
  3014. package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +0 -159
  3015. package/dist/collection/node_modules/svgo/plugins/removeComments.js +0 -31
  3016. package/dist/collection/node_modules/svgo/plugins/removeDesc.js +0 -41
  3017. package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +0 -43
  3018. package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +0 -42
  3019. package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +0 -68
  3020. package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +0 -78
  3021. package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +0 -33
  3022. package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +0 -58
  3023. package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +0 -57
  3024. package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +0 -318
  3025. package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +0 -29
  3026. package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +0 -38
  3027. package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +0 -138
  3028. package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +0 -33
  3029. package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +0 -29
  3030. package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +0 -29
  3031. package/dist/collection/node_modules/svgo/plugins/removeTitle.js +0 -29
  3032. package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +0 -218
  3033. package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +0 -61
  3034. package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +0 -65
  3035. package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +0 -144
  3036. package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +0 -51
  3037. package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +0 -30
  3038. package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +0 -30
  3039. package/dist/collection/node_modules/svgo/plugins/reusePaths.js +0 -113
  3040. package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +0 -113
  3041. package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +0 -60
  3042. package/dist/components/icon/stencil.config.d.ts +0 -2
  3043. package/dist/components/icon/stencil.config.js +0 -19
  3044. package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.spec.js +0 -6
  3045. package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.d.ts +0 -3
  3046. package/dist/components/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.js +0 -21
  3047. package/dist/components/utrecht-icon-dementie-copy-3.d.ts +0 -11
  3048. package/dist/components/utrecht-icon-dementie-copy-3.js +0 -36
  3049. package/dist/esm/utrecht-icon-dementie-copy-3.entry.js +0 -12
  3050. package/dist/packages/web-component-library-stencil/dist/components/utrecht-icon-dementie-copy-3.d.ts +0 -11
  3051. package/dist/packages/web-component-library-stencil/dist/types/icon/stencil.config.d.ts +0 -2
  3052. 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
  3053. package/dist/packages/web-component-library-stencil/patch-angular.d.ts +0 -6
  3054. package/dist/packages/web-component-library-stencil/patch-angular.js +0 -23
  3055. 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
  3056. package/dist/types/icon/stencil.config.d.ts +0 -2
  3057. package/dist/types/icon/tmp/components/utrecht-icon-dementie-copy-3/utrecht-icon-dementie-copy-3.stencil.d.ts +0 -3
  3058. package/dist/utrecht/p-0194fa7f.entry.js +0 -1
  3059. package/dist/utrecht/p-0cdc3aec.entry.js +0 -1
  3060. package/dist/utrecht/p-11ed0b35.entry.js +0 -1
  3061. package/dist/utrecht/p-2aa38502.entry.js +0 -1
  3062. package/dist/utrecht/p-33dd7291.entry.js +0 -1
  3063. package/dist/utrecht/p-473f9e1c.entry.js +0 -1
  3064. package/dist/utrecht/p-4b5cfde3.entry.js +0 -1
  3065. package/dist/utrecht/p-576f0615.entry.js +0 -1
  3066. package/dist/utrecht/p-8ba5d048.entry.js +0 -1
  3067. package/dist/utrecht/p-8e7e3244.entry.js +0 -1
  3068. package/dist/utrecht/p-8eec7ccf.entry.js +0 -1
  3069. package/dist/utrecht/p-a003f4db.entry.js +0 -1
  3070. package/dist/utrecht/p-bd4e712c.entry.js +0 -1
  3071. package/dist/utrecht/p-bee211d3.entry.js +0 -1
  3072. package/dist/utrecht/p-c6c0edde.entry.js +0 -1
  3073. package/dist/utrecht/p-df3f83e2.entry.js +0 -1
  3074. 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
- }