@viswa-test/audit-log 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (926) hide show
  1. package/README.md +710 -0
  2. package/dist/AuditLog.js +2 -0
  3. package/dist/AuditLog.js.map +1 -0
  4. package/dist/_virtual/_commonjsHelpers.js +2 -0
  5. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  6. package/dist/_virtual/_tslib.js +2 -0
  7. package/dist/_virtual/_tslib.js.map +1 -0
  8. package/dist/_virtual/index.js +2 -0
  9. package/dist/_virtual/index.js.map +1 -0
  10. package/dist/_virtual/index2.js +2 -0
  11. package/dist/_virtual/index2.js.map +1 -0
  12. package/dist/_virtual/index3.js +2 -0
  13. package/dist/_virtual/index3.js.map +1 -0
  14. package/dist/_virtual/utilities.js +2 -0
  15. package/dist/_virtual/utilities.js.map +1 -0
  16. package/dist/cjs/AuditLog.js +2 -0
  17. package/dist/cjs/AuditLog.js.map +1 -0
  18. package/dist/cjs/_virtual/_commonjsHelpers.js +2 -0
  19. package/dist/cjs/_virtual/_commonjsHelpers.js.map +1 -0
  20. package/dist/cjs/_virtual/_tslib.js +2 -0
  21. package/dist/cjs/_virtual/_tslib.js.map +1 -0
  22. package/dist/cjs/_virtual/index.js +2 -0
  23. package/dist/cjs/_virtual/index.js.map +1 -0
  24. package/dist/cjs/_virtual/index2.js +2 -0
  25. package/dist/cjs/_virtual/index2.js.map +1 -0
  26. package/dist/cjs/_virtual/index3.js +2 -0
  27. package/dist/cjs/_virtual/index3.js.map +1 -0
  28. package/dist/cjs/_virtual/utilities.js +2 -0
  29. package/dist/cjs/_virtual/utilities.js.map +1 -0
  30. package/dist/cjs/components/ActionTakenBody.js +2 -0
  31. package/dist/cjs/components/ActionTakenBody.js.map +1 -0
  32. package/dist/cjs/components/AuditLogPanel/AuditLogPanel.js +2 -0
  33. package/dist/cjs/components/AuditLogPanel/AuditLogPanel.js.map +1 -0
  34. package/dist/cjs/components/AuditLogPanel/AuditLogPanel.module.css.js +2 -0
  35. package/dist/cjs/components/AuditLogPanel/AuditLogPanel.module.css.js.map +1 -0
  36. package/dist/cjs/components/AuditLogPanel/AuditLogPanelItem.js +2 -0
  37. package/dist/cjs/components/AuditLogPanel/AuditLogPanelItem.js.map +1 -0
  38. package/dist/cjs/components/AuditLogPanel/AuditLogSandBox.js +2 -0
  39. package/dist/cjs/components/AuditLogPanel/AuditLogSandBox.js.map +1 -0
  40. package/dist/cjs/components/AuditLogPanel/CommonUI.js +2 -0
  41. package/dist/cjs/components/AuditLogPanel/CommonUI.js.map +1 -0
  42. package/dist/cjs/components/AuditLogPanel/ComparisonSummaryCard.js +2 -0
  43. package/dist/cjs/components/AuditLogPanel/ComparisonSummaryCard.js.map +1 -0
  44. package/dist/cjs/components/AuditLogPanel/FilterSection.js +2 -0
  45. package/dist/cjs/components/AuditLogPanel/FilterSection.js.map +1 -0
  46. package/dist/cjs/components/AuditLogPanel/Services/AuditLogPanelAdapter.js +2 -0
  47. package/dist/cjs/components/AuditLogPanel/Services/AuditLogPanelAdapter.js.map +1 -0
  48. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelData.js +2 -0
  49. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelData.js.map +1 -0
  50. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.js +2 -0
  51. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.js.map +1 -0
  52. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelFilters.js +2 -0
  53. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelFilters.js.map +1 -0
  54. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelScroll.js +2 -0
  55. package/dist/cjs/components/AuditLogPanel/Services/useAuditLogPanelScroll.js.map +1 -0
  56. package/dist/cjs/components/CustomMultiSelect.js +2 -0
  57. package/dist/cjs/components/CustomMultiSelect.js.map +1 -0
  58. package/dist/cjs/components/DateRangeSelector.js +2 -0
  59. package/dist/cjs/components/DateRangeSelector.js.map +1 -0
  60. package/dist/cjs/components/ImpactRangeSelector.js +2 -0
  61. package/dist/cjs/components/ImpactRangeSelector.js.map +1 -0
  62. package/dist/cjs/components/LogFilterDropdown.js +2 -0
  63. package/dist/cjs/components/LogFilterDropdown.js.map +1 -0
  64. package/dist/cjs/components/LogFilters.js +2 -0
  65. package/dist/cjs/components/LogFilters.js.map +1 -0
  66. package/dist/cjs/components/LogFiltersSidebar.js +2 -0
  67. package/dist/cjs/components/LogFiltersSidebar.js.map +1 -0
  68. package/dist/cjs/components/LogTable.js +2 -0
  69. package/dist/cjs/components/LogTable.js.map +1 -0
  70. package/dist/cjs/components/auditLog.api.js +2 -0
  71. package/dist/cjs/components/auditLog.api.js.map +1 -0
  72. package/dist/cjs/components/useAuditLogController.js +2 -0
  73. package/dist/cjs/components/useAuditLogController.js.map +1 -0
  74. package/dist/cjs/index.js +2 -0
  75. package/dist/cjs/index.js.map +1 -0
  76. package/dist/cjs/node_modules/@ungap/structured-clone/esm/deserialize.js +2 -0
  77. package/dist/cjs/node_modules/@ungap/structured-clone/esm/deserialize.js.map +1 -0
  78. package/dist/cjs/node_modules/@ungap/structured-clone/esm/index.js +2 -0
  79. package/dist/cjs/node_modules/@ungap/structured-clone/esm/index.js.map +1 -0
  80. package/dist/cjs/node_modules/@ungap/structured-clone/esm/serialize.js +2 -0
  81. package/dist/cjs/node_modules/@ungap/structured-clone/esm/serialize.js.map +1 -0
  82. package/dist/cjs/node_modules/@ungap/structured-clone/esm/types.js +2 -0
  83. package/dist/cjs/node_modules/@ungap/structured-clone/esm/types.js.map +1 -0
  84. package/dist/cjs/node_modules/axios/lib/adapters/adapters.js +2 -0
  85. package/dist/cjs/node_modules/axios/lib/adapters/adapters.js.map +1 -0
  86. package/dist/cjs/node_modules/axios/lib/adapters/fetch.js +2 -0
  87. package/dist/cjs/node_modules/axios/lib/adapters/fetch.js.map +1 -0
  88. package/dist/cjs/node_modules/axios/lib/adapters/xhr.js +2 -0
  89. package/dist/cjs/node_modules/axios/lib/adapters/xhr.js.map +1 -0
  90. package/dist/cjs/node_modules/axios/lib/axios.js +2 -0
  91. package/dist/cjs/node_modules/axios/lib/axios.js.map +1 -0
  92. package/dist/cjs/node_modules/axios/lib/cancel/CancelToken.js +2 -0
  93. package/dist/cjs/node_modules/axios/lib/cancel/CancelToken.js.map +1 -0
  94. package/dist/cjs/node_modules/axios/lib/cancel/CanceledError.js +2 -0
  95. package/dist/cjs/node_modules/axios/lib/cancel/CanceledError.js.map +1 -0
  96. package/dist/cjs/node_modules/axios/lib/cancel/isCancel.js +2 -0
  97. package/dist/cjs/node_modules/axios/lib/cancel/isCancel.js.map +1 -0
  98. package/dist/cjs/node_modules/axios/lib/core/Axios.js +2 -0
  99. package/dist/cjs/node_modules/axios/lib/core/Axios.js.map +1 -0
  100. package/dist/cjs/node_modules/axios/lib/core/AxiosError.js +2 -0
  101. package/dist/cjs/node_modules/axios/lib/core/AxiosError.js.map +1 -0
  102. package/dist/cjs/node_modules/axios/lib/core/AxiosHeaders.js +2 -0
  103. package/dist/cjs/node_modules/axios/lib/core/AxiosHeaders.js.map +1 -0
  104. package/dist/cjs/node_modules/axios/lib/core/InterceptorManager.js +2 -0
  105. package/dist/cjs/node_modules/axios/lib/core/InterceptorManager.js.map +1 -0
  106. package/dist/cjs/node_modules/axios/lib/core/buildFullPath.js +2 -0
  107. package/dist/cjs/node_modules/axios/lib/core/buildFullPath.js.map +1 -0
  108. package/dist/cjs/node_modules/axios/lib/core/dispatchRequest.js +2 -0
  109. package/dist/cjs/node_modules/axios/lib/core/dispatchRequest.js.map +1 -0
  110. package/dist/cjs/node_modules/axios/lib/core/mergeConfig.js +2 -0
  111. package/dist/cjs/node_modules/axios/lib/core/mergeConfig.js.map +1 -0
  112. package/dist/cjs/node_modules/axios/lib/core/settle.js +2 -0
  113. package/dist/cjs/node_modules/axios/lib/core/settle.js.map +1 -0
  114. package/dist/cjs/node_modules/axios/lib/core/transformData.js +2 -0
  115. package/dist/cjs/node_modules/axios/lib/core/transformData.js.map +1 -0
  116. package/dist/cjs/node_modules/axios/lib/defaults/index.js +2 -0
  117. package/dist/cjs/node_modules/axios/lib/defaults/index.js.map +1 -0
  118. package/dist/cjs/node_modules/axios/lib/defaults/transitional.js +2 -0
  119. package/dist/cjs/node_modules/axios/lib/defaults/transitional.js.map +1 -0
  120. package/dist/cjs/node_modules/axios/lib/env/data.js +2 -0
  121. package/dist/cjs/node_modules/axios/lib/env/data.js.map +1 -0
  122. package/dist/cjs/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +2 -0
  123. package/dist/cjs/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +1 -0
  124. package/dist/cjs/node_modules/axios/lib/helpers/HttpStatusCode.js +2 -0
  125. package/dist/cjs/node_modules/axios/lib/helpers/HttpStatusCode.js.map +1 -0
  126. package/dist/cjs/node_modules/axios/lib/helpers/bind.js +2 -0
  127. package/dist/cjs/node_modules/axios/lib/helpers/bind.js.map +1 -0
  128. package/dist/cjs/node_modules/axios/lib/helpers/buildURL.js +2 -0
  129. package/dist/cjs/node_modules/axios/lib/helpers/buildURL.js.map +1 -0
  130. package/dist/cjs/node_modules/axios/lib/helpers/combineURLs.js +2 -0
  131. package/dist/cjs/node_modules/axios/lib/helpers/combineURLs.js.map +1 -0
  132. package/dist/cjs/node_modules/axios/lib/helpers/composeSignals.js +2 -0
  133. package/dist/cjs/node_modules/axios/lib/helpers/composeSignals.js.map +1 -0
  134. package/dist/cjs/node_modules/axios/lib/helpers/cookies.js +2 -0
  135. package/dist/cjs/node_modules/axios/lib/helpers/cookies.js.map +1 -0
  136. package/dist/cjs/node_modules/axios/lib/helpers/formDataToJSON.js +2 -0
  137. package/dist/cjs/node_modules/axios/lib/helpers/formDataToJSON.js.map +1 -0
  138. package/dist/cjs/node_modules/axios/lib/helpers/isAbsoluteURL.js +2 -0
  139. package/dist/cjs/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +1 -0
  140. package/dist/cjs/node_modules/axios/lib/helpers/isAxiosError.js +2 -0
  141. package/dist/cjs/node_modules/axios/lib/helpers/isAxiosError.js.map +1 -0
  142. package/dist/cjs/node_modules/axios/lib/helpers/isURLSameOrigin.js +2 -0
  143. package/dist/cjs/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +1 -0
  144. package/dist/cjs/node_modules/axios/lib/helpers/null.js +2 -0
  145. package/dist/cjs/node_modules/axios/lib/helpers/null.js.map +1 -0
  146. package/dist/cjs/node_modules/axios/lib/helpers/parseHeaders.js +2 -0
  147. package/dist/cjs/node_modules/axios/lib/helpers/parseHeaders.js.map +1 -0
  148. package/dist/cjs/node_modules/axios/lib/helpers/parseProtocol.js +2 -0
  149. package/dist/cjs/node_modules/axios/lib/helpers/parseProtocol.js.map +1 -0
  150. package/dist/cjs/node_modules/axios/lib/helpers/progressEventReducer.js +2 -0
  151. package/dist/cjs/node_modules/axios/lib/helpers/progressEventReducer.js.map +1 -0
  152. package/dist/cjs/node_modules/axios/lib/helpers/resolveConfig.js +2 -0
  153. package/dist/cjs/node_modules/axios/lib/helpers/resolveConfig.js.map +1 -0
  154. package/dist/cjs/node_modules/axios/lib/helpers/speedometer.js +2 -0
  155. package/dist/cjs/node_modules/axios/lib/helpers/speedometer.js.map +1 -0
  156. package/dist/cjs/node_modules/axios/lib/helpers/spread.js +2 -0
  157. package/dist/cjs/node_modules/axios/lib/helpers/spread.js.map +1 -0
  158. package/dist/cjs/node_modules/axios/lib/helpers/throttle.js +2 -0
  159. package/dist/cjs/node_modules/axios/lib/helpers/throttle.js.map +1 -0
  160. package/dist/cjs/node_modules/axios/lib/helpers/toFormData.js +2 -0
  161. package/dist/cjs/node_modules/axios/lib/helpers/toFormData.js.map +1 -0
  162. package/dist/cjs/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -0
  163. package/dist/cjs/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +1 -0
  164. package/dist/cjs/node_modules/axios/lib/helpers/trackStream.js +2 -0
  165. package/dist/cjs/node_modules/axios/lib/helpers/trackStream.js.map +1 -0
  166. package/dist/cjs/node_modules/axios/lib/helpers/validator.js +2 -0
  167. package/dist/cjs/node_modules/axios/lib/helpers/validator.js.map +1 -0
  168. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -0
  169. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/Blob.js.map +1 -0
  170. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/FormData.js +2 -0
  171. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/FormData.js.map +1 -0
  172. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +2 -0
  173. package/dist/cjs/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js.map +1 -0
  174. package/dist/cjs/node_modules/axios/lib/platform/browser/index.js +2 -0
  175. package/dist/cjs/node_modules/axios/lib/platform/browser/index.js.map +1 -0
  176. package/dist/cjs/node_modules/axios/lib/platform/common/utils.js +2 -0
  177. package/dist/cjs/node_modules/axios/lib/platform/common/utils.js.map +1 -0
  178. package/dist/cjs/node_modules/axios/lib/platform/index.js +2 -0
  179. package/dist/cjs/node_modules/axios/lib/platform/index.js.map +1 -0
  180. package/dist/cjs/node_modules/axios/lib/utils.js +2 -0
  181. package/dist/cjs/node_modules/axios/lib/utils.js.map +1 -0
  182. package/dist/cjs/node_modules/bail/index.js +2 -0
  183. package/dist/cjs/node_modules/bail/index.js.map +1 -0
  184. package/dist/cjs/node_modules/comma-separated-tokens/index.js +2 -0
  185. package/dist/cjs/node_modules/comma-separated-tokens/index.js.map +1 -0
  186. package/dist/cjs/node_modules/decode-named-character-reference/index.dom.js +2 -0
  187. package/dist/cjs/node_modules/decode-named-character-reference/index.dom.js.map +1 -0
  188. package/dist/cjs/node_modules/devlop/lib/default.js +2 -0
  189. package/dist/cjs/node_modules/devlop/lib/default.js.map +1 -0
  190. package/dist/cjs/node_modules/estree-util-is-identifier-name/lib/index.js +2 -0
  191. package/dist/cjs/node_modules/estree-util-is-identifier-name/lib/index.js.map +1 -0
  192. package/dist/cjs/node_modules/extend/index.js +2 -0
  193. package/dist/cjs/node_modules/extend/index.js.map +1 -0
  194. package/dist/cjs/node_modules/hast-util-to-jsx-runtime/lib/index.js +2 -0
  195. package/dist/cjs/node_modules/hast-util-to-jsx-runtime/lib/index.js.map +1 -0
  196. package/dist/cjs/node_modules/hast-util-whitespace/lib/index.js +2 -0
  197. package/dist/cjs/node_modules/hast-util-whitespace/lib/index.js.map +1 -0
  198. package/dist/cjs/node_modules/html-url-attributes/lib/index.js +2 -0
  199. package/dist/cjs/node_modules/html-url-attributes/lib/index.js.map +1 -0
  200. package/dist/cjs/node_modules/inline-style-parser/cjs/index.js +2 -0
  201. package/dist/cjs/node_modules/inline-style-parser/cjs/index.js.map +1 -0
  202. package/dist/cjs/node_modules/mdast-util-from-markdown/lib/index.js +2 -0
  203. package/dist/cjs/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
  204. package/dist/cjs/node_modules/mdast-util-to-hast/lib/footer.js +2 -0
  205. package/dist/cjs/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
  206. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +2 -0
  207. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
  208. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/break.js +2 -0
  209. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
  210. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/code.js +2 -0
  211. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
  212. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/delete.js +2 -0
  213. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
  214. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +2 -0
  215. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
  216. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +2 -0
  217. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
  218. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/heading.js +2 -0
  219. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
  220. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/html.js +2 -0
  221. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
  222. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +2 -0
  223. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
  224. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image.js +2 -0
  225. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
  226. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/index.js +2 -0
  227. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
  228. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +2 -0
  229. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
  230. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +2 -0
  231. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
  232. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link.js +2 -0
  233. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
  234. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +2 -0
  235. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
  236. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list.js +2 -0
  237. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
  238. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +2 -0
  239. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
  240. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/root.js +2 -0
  241. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
  242. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/strong.js +2 -0
  243. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
  244. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +2 -0
  245. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
  246. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +2 -0
  247. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
  248. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table.js +2 -0
  249. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
  250. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/text.js +2 -0
  251. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
  252. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +2 -0
  253. package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
  254. package/dist/cjs/node_modules/mdast-util-to-hast/lib/index.js +2 -0
  255. package/dist/cjs/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
  256. package/dist/cjs/node_modules/mdast-util-to-hast/lib/revert.js +2 -0
  257. package/dist/cjs/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
  258. package/dist/cjs/node_modules/mdast-util-to-hast/lib/state.js +2 -0
  259. package/dist/cjs/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
  260. package/dist/cjs/node_modules/mdast-util-to-string/lib/index.js +2 -0
  261. package/dist/cjs/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
  262. package/dist/cjs/node_modules/micromark/lib/constructs.js +2 -0
  263. package/dist/cjs/node_modules/micromark/lib/constructs.js.map +1 -0
  264. package/dist/cjs/node_modules/micromark/lib/create-tokenizer.js +2 -0
  265. package/dist/cjs/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
  266. package/dist/cjs/node_modules/micromark/lib/initialize/content.js +2 -0
  267. package/dist/cjs/node_modules/micromark/lib/initialize/content.js.map +1 -0
  268. package/dist/cjs/node_modules/micromark/lib/initialize/document.js +2 -0
  269. package/dist/cjs/node_modules/micromark/lib/initialize/document.js.map +1 -0
  270. package/dist/cjs/node_modules/micromark/lib/initialize/flow.js +2 -0
  271. package/dist/cjs/node_modules/micromark/lib/initialize/flow.js.map +1 -0
  272. package/dist/cjs/node_modules/micromark/lib/initialize/text.js +2 -0
  273. package/dist/cjs/node_modules/micromark/lib/initialize/text.js.map +1 -0
  274. package/dist/cjs/node_modules/micromark/lib/parse.js +2 -0
  275. package/dist/cjs/node_modules/micromark/lib/parse.js.map +1 -0
  276. package/dist/cjs/node_modules/micromark/lib/postprocess.js +2 -0
  277. package/dist/cjs/node_modules/micromark/lib/postprocess.js.map +1 -0
  278. package/dist/cjs/node_modules/micromark/lib/preprocess.js +2 -0
  279. package/dist/cjs/node_modules/micromark/lib/preprocess.js.map +1 -0
  280. package/dist/cjs/node_modules/micromark-core-commonmark/lib/attention.js +2 -0
  281. package/dist/cjs/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
  282. package/dist/cjs/node_modules/micromark-core-commonmark/lib/autolink.js +2 -0
  283. package/dist/cjs/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
  284. package/dist/cjs/node_modules/micromark-core-commonmark/lib/blank-line.js +2 -0
  285. package/dist/cjs/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
  286. package/dist/cjs/node_modules/micromark-core-commonmark/lib/block-quote.js +2 -0
  287. package/dist/cjs/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
  288. package/dist/cjs/node_modules/micromark-core-commonmark/lib/character-escape.js +2 -0
  289. package/dist/cjs/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
  290. package/dist/cjs/node_modules/micromark-core-commonmark/lib/character-reference.js +2 -0
  291. package/dist/cjs/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
  292. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-fenced.js +2 -0
  293. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
  294. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-indented.js +2 -0
  295. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
  296. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-text.js +2 -0
  297. package/dist/cjs/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
  298. package/dist/cjs/node_modules/micromark-core-commonmark/lib/content.js +2 -0
  299. package/dist/cjs/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
  300. package/dist/cjs/node_modules/micromark-core-commonmark/lib/definition.js +2 -0
  301. package/dist/cjs/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
  302. package/dist/cjs/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +2 -0
  303. package/dist/cjs/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
  304. package/dist/cjs/node_modules/micromark-core-commonmark/lib/heading-atx.js +2 -0
  305. package/dist/cjs/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
  306. package/dist/cjs/node_modules/micromark-core-commonmark/lib/html-flow.js +2 -0
  307. package/dist/cjs/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
  308. package/dist/cjs/node_modules/micromark-core-commonmark/lib/html-text.js +2 -0
  309. package/dist/cjs/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
  310. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-end.js +2 -0
  311. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
  312. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-start-image.js +2 -0
  313. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
  314. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-start-link.js +2 -0
  315. package/dist/cjs/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
  316. package/dist/cjs/node_modules/micromark-core-commonmark/lib/line-ending.js +2 -0
  317. package/dist/cjs/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
  318. package/dist/cjs/node_modules/micromark-core-commonmark/lib/list.js +2 -0
  319. package/dist/cjs/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
  320. package/dist/cjs/node_modules/micromark-core-commonmark/lib/setext-underline.js +2 -0
  321. package/dist/cjs/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
  322. package/dist/cjs/node_modules/micromark-core-commonmark/lib/thematic-break.js +2 -0
  323. package/dist/cjs/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
  324. package/dist/cjs/node_modules/micromark-factory-destination/index.js +2 -0
  325. package/dist/cjs/node_modules/micromark-factory-destination/index.js.map +1 -0
  326. package/dist/cjs/node_modules/micromark-factory-label/index.js +2 -0
  327. package/dist/cjs/node_modules/micromark-factory-label/index.js.map +1 -0
  328. package/dist/cjs/node_modules/micromark-factory-space/index.js +2 -0
  329. package/dist/cjs/node_modules/micromark-factory-space/index.js.map +1 -0
  330. package/dist/cjs/node_modules/micromark-factory-title/index.js +2 -0
  331. package/dist/cjs/node_modules/micromark-factory-title/index.js.map +1 -0
  332. package/dist/cjs/node_modules/micromark-factory-whitespace/index.js +2 -0
  333. package/dist/cjs/node_modules/micromark-factory-whitespace/index.js.map +1 -0
  334. package/dist/cjs/node_modules/micromark-util-character/index.js +2 -0
  335. package/dist/cjs/node_modules/micromark-util-character/index.js.map +1 -0
  336. package/dist/cjs/node_modules/micromark-util-chunked/index.js +2 -0
  337. package/dist/cjs/node_modules/micromark-util-chunked/index.js.map +1 -0
  338. package/dist/cjs/node_modules/micromark-util-classify-character/index.js +2 -0
  339. package/dist/cjs/node_modules/micromark-util-classify-character/index.js.map +1 -0
  340. package/dist/cjs/node_modules/micromark-util-combine-extensions/index.js +2 -0
  341. package/dist/cjs/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
  342. package/dist/cjs/node_modules/micromark-util-decode-numeric-character-reference/index.js +2 -0
  343. package/dist/cjs/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
  344. package/dist/cjs/node_modules/micromark-util-decode-string/index.js +2 -0
  345. package/dist/cjs/node_modules/micromark-util-decode-string/index.js.map +1 -0
  346. package/dist/cjs/node_modules/micromark-util-html-tag-name/index.js +2 -0
  347. package/dist/cjs/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
  348. package/dist/cjs/node_modules/micromark-util-normalize-identifier/index.js +2 -0
  349. package/dist/cjs/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
  350. package/dist/cjs/node_modules/micromark-util-resolve-all/index.js +2 -0
  351. package/dist/cjs/node_modules/micromark-util-resolve-all/index.js.map +1 -0
  352. package/dist/cjs/node_modules/micromark-util-sanitize-uri/index.js +2 -0
  353. package/dist/cjs/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
  354. package/dist/cjs/node_modules/micromark-util-subtokenize/index.js +2 -0
  355. package/dist/cjs/node_modules/micromark-util-subtokenize/index.js.map +1 -0
  356. package/dist/cjs/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +2 -0
  357. package/dist/cjs/node_modules/micromark-util-subtokenize/lib/splice-buffer.js.map +1 -0
  358. package/dist/cjs/node_modules/property-information/index.js +2 -0
  359. package/dist/cjs/node_modules/property-information/index.js.map +1 -0
  360. package/dist/cjs/node_modules/property-information/lib/aria.js +2 -0
  361. package/dist/cjs/node_modules/property-information/lib/aria.js.map +1 -0
  362. package/dist/cjs/node_modules/property-information/lib/find.js +2 -0
  363. package/dist/cjs/node_modules/property-information/lib/find.js.map +1 -0
  364. package/dist/cjs/node_modules/property-information/lib/hast-to-react.js +2 -0
  365. package/dist/cjs/node_modules/property-information/lib/hast-to-react.js.map +1 -0
  366. package/dist/cjs/node_modules/property-information/lib/html.js +2 -0
  367. package/dist/cjs/node_modules/property-information/lib/html.js.map +1 -0
  368. package/dist/cjs/node_modules/property-information/lib/normalize.js +2 -0
  369. package/dist/cjs/node_modules/property-information/lib/normalize.js.map +1 -0
  370. package/dist/cjs/node_modules/property-information/lib/svg.js +2 -0
  371. package/dist/cjs/node_modules/property-information/lib/svg.js.map +1 -0
  372. package/dist/cjs/node_modules/property-information/lib/util/case-insensitive-transform.js +2 -0
  373. package/dist/cjs/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
  374. package/dist/cjs/node_modules/property-information/lib/util/case-sensitive-transform.js +2 -0
  375. package/dist/cjs/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
  376. package/dist/cjs/node_modules/property-information/lib/util/create.js +2 -0
  377. package/dist/cjs/node_modules/property-information/lib/util/create.js.map +1 -0
  378. package/dist/cjs/node_modules/property-information/lib/util/defined-info.js +2 -0
  379. package/dist/cjs/node_modules/property-information/lib/util/defined-info.js.map +1 -0
  380. package/dist/cjs/node_modules/property-information/lib/util/info.js +2 -0
  381. package/dist/cjs/node_modules/property-information/lib/util/info.js.map +1 -0
  382. package/dist/cjs/node_modules/property-information/lib/util/merge.js +2 -0
  383. package/dist/cjs/node_modules/property-information/lib/util/merge.js.map +1 -0
  384. package/dist/cjs/node_modules/property-information/lib/util/schema.js +2 -0
  385. package/dist/cjs/node_modules/property-information/lib/util/schema.js.map +1 -0
  386. package/dist/cjs/node_modules/property-information/lib/util/types.js +2 -0
  387. package/dist/cjs/node_modules/property-information/lib/util/types.js.map +1 -0
  388. package/dist/cjs/node_modules/property-information/lib/xlink.js +2 -0
  389. package/dist/cjs/node_modules/property-information/lib/xlink.js.map +1 -0
  390. package/dist/cjs/node_modules/property-information/lib/xml.js +2 -0
  391. package/dist/cjs/node_modules/property-information/lib/xml.js.map +1 -0
  392. package/dist/cjs/node_modules/property-information/lib/xmlns.js +2 -0
  393. package/dist/cjs/node_modules/property-information/lib/xmlns.js.map +1 -0
  394. package/dist/cjs/node_modules/react-markdown/lib/index.js +2 -0
  395. package/dist/cjs/node_modules/react-markdown/lib/index.js.map +1 -0
  396. package/dist/cjs/node_modules/remark-parse/lib/index.js +2 -0
  397. package/dist/cjs/node_modules/remark-parse/lib/index.js.map +1 -0
  398. package/dist/cjs/node_modules/remark-rehype/lib/index.js +2 -0
  399. package/dist/cjs/node_modules/remark-rehype/lib/index.js.map +1 -0
  400. package/dist/cjs/node_modules/space-separated-tokens/index.js +2 -0
  401. package/dist/cjs/node_modules/space-separated-tokens/index.js.map +1 -0
  402. package/dist/cjs/node_modules/style-to-js/cjs/index.js +2 -0
  403. package/dist/cjs/node_modules/style-to-js/cjs/index.js.map +1 -0
  404. package/dist/cjs/node_modules/style-to-js/cjs/utilities.js +2 -0
  405. package/dist/cjs/node_modules/style-to-js/cjs/utilities.js.map +1 -0
  406. package/dist/cjs/node_modules/style-to-object/cjs/index.js +2 -0
  407. package/dist/cjs/node_modules/style-to-object/cjs/index.js.map +1 -0
  408. package/dist/cjs/node_modules/trim-lines/index.js +2 -0
  409. package/dist/cjs/node_modules/trim-lines/index.js.map +1 -0
  410. package/dist/cjs/node_modules/trough/lib/index.js +2 -0
  411. package/dist/cjs/node_modules/trough/lib/index.js.map +1 -0
  412. package/dist/cjs/node_modules/unified/lib/callable-instance.js +2 -0
  413. package/dist/cjs/node_modules/unified/lib/callable-instance.js.map +1 -0
  414. package/dist/cjs/node_modules/unified/lib/index.js +2 -0
  415. package/dist/cjs/node_modules/unified/lib/index.js.map +1 -0
  416. package/dist/cjs/node_modules/unified/node_modules/is-plain-obj/index.js +2 -0
  417. package/dist/cjs/node_modules/unified/node_modules/is-plain-obj/index.js.map +1 -0
  418. package/dist/cjs/node_modules/unist-util-is/lib/index.js +2 -0
  419. package/dist/cjs/node_modules/unist-util-is/lib/index.js.map +1 -0
  420. package/dist/cjs/node_modules/unist-util-position/lib/index.js +2 -0
  421. package/dist/cjs/node_modules/unist-util-position/lib/index.js.map +1 -0
  422. package/dist/cjs/node_modules/unist-util-stringify-position/lib/index.js +2 -0
  423. package/dist/cjs/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
  424. package/dist/cjs/node_modules/unist-util-visit/lib/index.js +2 -0
  425. package/dist/cjs/node_modules/unist-util-visit/lib/index.js.map +1 -0
  426. package/dist/cjs/node_modules/unist-util-visit-parents/lib/color.js +2 -0
  427. package/dist/cjs/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
  428. package/dist/cjs/node_modules/unist-util-visit-parents/lib/index.js +2 -0
  429. package/dist/cjs/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
  430. package/dist/cjs/node_modules/vfile/lib/index.js +2 -0
  431. package/dist/cjs/node_modules/vfile/lib/index.js.map +1 -0
  432. package/dist/cjs/node_modules/vfile/lib/minpath.browser.js +2 -0
  433. package/dist/cjs/node_modules/vfile/lib/minpath.browser.js.map +1 -0
  434. package/dist/cjs/node_modules/vfile/lib/minproc.browser.js +2 -0
  435. package/dist/cjs/node_modules/vfile/lib/minproc.browser.js.map +1 -0
  436. package/dist/cjs/node_modules/vfile/lib/minurl.browser.js +2 -0
  437. package/dist/cjs/node_modules/vfile/lib/minurl.browser.js.map +1 -0
  438. package/dist/cjs/node_modules/vfile/lib/minurl.shared.js +2 -0
  439. package/dist/cjs/node_modules/vfile/lib/minurl.shared.js.map +1 -0
  440. package/dist/cjs/node_modules/vfile-message/lib/index.js +2 -0
  441. package/dist/cjs/node_modules/vfile-message/lib/index.js.map +1 -0
  442. package/dist/cjs/services/restoreAuditVersion.js +2 -0
  443. package/dist/cjs/services/restoreAuditVersion.js.map +1 -0
  444. package/dist/cjs/services/useAuditLogDistinctValues.js +2 -0
  445. package/dist/cjs/services/useAuditLogDistinctValues.js.map +1 -0
  446. package/dist/cjs/services/useAuditLogsData.js +2 -0
  447. package/dist/cjs/services/useAuditLogsData.js.map +1 -0
  448. package/dist/cjs/styles.css +1 -0
  449. package/dist/components/ActionTakenBody.js +2 -0
  450. package/dist/components/ActionTakenBody.js.map +1 -0
  451. package/dist/components/AuditLogPanel/AuditLogPanel.js +2 -0
  452. package/dist/components/AuditLogPanel/AuditLogPanel.js.map +1 -0
  453. package/dist/components/AuditLogPanel/AuditLogPanel.module.css.js +2 -0
  454. package/dist/components/AuditLogPanel/AuditLogPanel.module.css.js.map +1 -0
  455. package/dist/components/AuditLogPanel/AuditLogPanelItem.js +2 -0
  456. package/dist/components/AuditLogPanel/AuditLogPanelItem.js.map +1 -0
  457. package/dist/components/AuditLogPanel/AuditLogSandBox.js +2 -0
  458. package/dist/components/AuditLogPanel/AuditLogSandBox.js.map +1 -0
  459. package/dist/components/AuditLogPanel/CommonUI.js +2 -0
  460. package/dist/components/AuditLogPanel/CommonUI.js.map +1 -0
  461. package/dist/components/AuditLogPanel/ComparisonSummaryCard.js +2 -0
  462. package/dist/components/AuditLogPanel/ComparisonSummaryCard.js.map +1 -0
  463. package/dist/components/AuditLogPanel/FilterSection.js +2 -0
  464. package/dist/components/AuditLogPanel/FilterSection.js.map +1 -0
  465. package/dist/components/AuditLogPanel/Services/AuditLogPanelAdapter.js +2 -0
  466. package/dist/components/AuditLogPanel/Services/AuditLogPanelAdapter.js.map +1 -0
  467. package/dist/components/AuditLogPanel/Services/useAuditLogPanelData.js +2 -0
  468. package/dist/components/AuditLogPanel/Services/useAuditLogPanelData.js.map +1 -0
  469. package/dist/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.js +2 -0
  470. package/dist/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.js.map +1 -0
  471. package/dist/components/AuditLogPanel/Services/useAuditLogPanelFilters.js +2 -0
  472. package/dist/components/AuditLogPanel/Services/useAuditLogPanelFilters.js.map +1 -0
  473. package/dist/components/AuditLogPanel/Services/useAuditLogPanelScroll.js +2 -0
  474. package/dist/components/AuditLogPanel/Services/useAuditLogPanelScroll.js.map +1 -0
  475. package/dist/components/CustomMultiSelect.js +2 -0
  476. package/dist/components/CustomMultiSelect.js.map +1 -0
  477. package/dist/components/DateRangeSelector.js +2 -0
  478. package/dist/components/DateRangeSelector.js.map +1 -0
  479. package/dist/components/ImpactRangeSelector.js +2 -0
  480. package/dist/components/ImpactRangeSelector.js.map +1 -0
  481. package/dist/components/LogFilterDropdown.js +2 -0
  482. package/dist/components/LogFilterDropdown.js.map +1 -0
  483. package/dist/components/LogFilters.js +2 -0
  484. package/dist/components/LogFilters.js.map +1 -0
  485. package/dist/components/LogFiltersSidebar.js +2 -0
  486. package/dist/components/LogFiltersSidebar.js.map +1 -0
  487. package/dist/components/LogTable.js +2 -0
  488. package/dist/components/LogTable.js.map +1 -0
  489. package/dist/components/auditLog.api.js +2 -0
  490. package/dist/components/auditLog.api.js.map +1 -0
  491. package/dist/components/useAuditLogController.js +2 -0
  492. package/dist/components/useAuditLogController.js.map +1 -0
  493. package/dist/index.js +2 -0
  494. package/dist/index.js.map +1 -0
  495. package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +2 -0
  496. package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js.map +1 -0
  497. package/dist/node_modules/@ungap/structured-clone/esm/index.js +2 -0
  498. package/dist/node_modules/@ungap/structured-clone/esm/index.js.map +1 -0
  499. package/dist/node_modules/@ungap/structured-clone/esm/serialize.js +2 -0
  500. package/dist/node_modules/@ungap/structured-clone/esm/serialize.js.map +1 -0
  501. package/dist/node_modules/@ungap/structured-clone/esm/types.js +2 -0
  502. package/dist/node_modules/@ungap/structured-clone/esm/types.js.map +1 -0
  503. package/dist/node_modules/axios/lib/adapters/adapters.js +2 -0
  504. package/dist/node_modules/axios/lib/adapters/adapters.js.map +1 -0
  505. package/dist/node_modules/axios/lib/adapters/fetch.js +2 -0
  506. package/dist/node_modules/axios/lib/adapters/fetch.js.map +1 -0
  507. package/dist/node_modules/axios/lib/adapters/xhr.js +2 -0
  508. package/dist/node_modules/axios/lib/adapters/xhr.js.map +1 -0
  509. package/dist/node_modules/axios/lib/axios.js +2 -0
  510. package/dist/node_modules/axios/lib/axios.js.map +1 -0
  511. package/dist/node_modules/axios/lib/cancel/CancelToken.js +2 -0
  512. package/dist/node_modules/axios/lib/cancel/CancelToken.js.map +1 -0
  513. package/dist/node_modules/axios/lib/cancel/CanceledError.js +2 -0
  514. package/dist/node_modules/axios/lib/cancel/CanceledError.js.map +1 -0
  515. package/dist/node_modules/axios/lib/cancel/isCancel.js +2 -0
  516. package/dist/node_modules/axios/lib/cancel/isCancel.js.map +1 -0
  517. package/dist/node_modules/axios/lib/core/Axios.js +2 -0
  518. package/dist/node_modules/axios/lib/core/Axios.js.map +1 -0
  519. package/dist/node_modules/axios/lib/core/AxiosError.js +2 -0
  520. package/dist/node_modules/axios/lib/core/AxiosError.js.map +1 -0
  521. package/dist/node_modules/axios/lib/core/AxiosHeaders.js +2 -0
  522. package/dist/node_modules/axios/lib/core/AxiosHeaders.js.map +1 -0
  523. package/dist/node_modules/axios/lib/core/InterceptorManager.js +2 -0
  524. package/dist/node_modules/axios/lib/core/InterceptorManager.js.map +1 -0
  525. package/dist/node_modules/axios/lib/core/buildFullPath.js +2 -0
  526. package/dist/node_modules/axios/lib/core/buildFullPath.js.map +1 -0
  527. package/dist/node_modules/axios/lib/core/dispatchRequest.js +2 -0
  528. package/dist/node_modules/axios/lib/core/dispatchRequest.js.map +1 -0
  529. package/dist/node_modules/axios/lib/core/mergeConfig.js +2 -0
  530. package/dist/node_modules/axios/lib/core/mergeConfig.js.map +1 -0
  531. package/dist/node_modules/axios/lib/core/settle.js +2 -0
  532. package/dist/node_modules/axios/lib/core/settle.js.map +1 -0
  533. package/dist/node_modules/axios/lib/core/transformData.js +2 -0
  534. package/dist/node_modules/axios/lib/core/transformData.js.map +1 -0
  535. package/dist/node_modules/axios/lib/defaults/index.js +2 -0
  536. package/dist/node_modules/axios/lib/defaults/index.js.map +1 -0
  537. package/dist/node_modules/axios/lib/defaults/transitional.js +2 -0
  538. package/dist/node_modules/axios/lib/defaults/transitional.js.map +1 -0
  539. package/dist/node_modules/axios/lib/env/data.js +2 -0
  540. package/dist/node_modules/axios/lib/env/data.js.map +1 -0
  541. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +2 -0
  542. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +1 -0
  543. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +2 -0
  544. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js.map +1 -0
  545. package/dist/node_modules/axios/lib/helpers/bind.js +2 -0
  546. package/dist/node_modules/axios/lib/helpers/bind.js.map +1 -0
  547. package/dist/node_modules/axios/lib/helpers/buildURL.js +2 -0
  548. package/dist/node_modules/axios/lib/helpers/buildURL.js.map +1 -0
  549. package/dist/node_modules/axios/lib/helpers/combineURLs.js +2 -0
  550. package/dist/node_modules/axios/lib/helpers/combineURLs.js.map +1 -0
  551. package/dist/node_modules/axios/lib/helpers/composeSignals.js +2 -0
  552. package/dist/node_modules/axios/lib/helpers/composeSignals.js.map +1 -0
  553. package/dist/node_modules/axios/lib/helpers/cookies.js +2 -0
  554. package/dist/node_modules/axios/lib/helpers/cookies.js.map +1 -0
  555. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +2 -0
  556. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js.map +1 -0
  557. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +2 -0
  558. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +1 -0
  559. package/dist/node_modules/axios/lib/helpers/isAxiosError.js +2 -0
  560. package/dist/node_modules/axios/lib/helpers/isAxiosError.js.map +1 -0
  561. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +2 -0
  562. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +1 -0
  563. package/dist/node_modules/axios/lib/helpers/null.js +2 -0
  564. package/dist/node_modules/axios/lib/helpers/null.js.map +1 -0
  565. package/dist/node_modules/axios/lib/helpers/parseHeaders.js +2 -0
  566. package/dist/node_modules/axios/lib/helpers/parseHeaders.js.map +1 -0
  567. package/dist/node_modules/axios/lib/helpers/parseProtocol.js +2 -0
  568. package/dist/node_modules/axios/lib/helpers/parseProtocol.js.map +1 -0
  569. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +2 -0
  570. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js.map +1 -0
  571. package/dist/node_modules/axios/lib/helpers/resolveConfig.js +2 -0
  572. package/dist/node_modules/axios/lib/helpers/resolveConfig.js.map +1 -0
  573. package/dist/node_modules/axios/lib/helpers/speedometer.js +2 -0
  574. package/dist/node_modules/axios/lib/helpers/speedometer.js.map +1 -0
  575. package/dist/node_modules/axios/lib/helpers/spread.js +2 -0
  576. package/dist/node_modules/axios/lib/helpers/spread.js.map +1 -0
  577. package/dist/node_modules/axios/lib/helpers/throttle.js +2 -0
  578. package/dist/node_modules/axios/lib/helpers/throttle.js.map +1 -0
  579. package/dist/node_modules/axios/lib/helpers/toFormData.js +2 -0
  580. package/dist/node_modules/axios/lib/helpers/toFormData.js.map +1 -0
  581. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -0
  582. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +1 -0
  583. package/dist/node_modules/axios/lib/helpers/trackStream.js +2 -0
  584. package/dist/node_modules/axios/lib/helpers/trackStream.js.map +1 -0
  585. package/dist/node_modules/axios/lib/helpers/validator.js +2 -0
  586. package/dist/node_modules/axios/lib/helpers/validator.js.map +1 -0
  587. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -0
  588. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js.map +1 -0
  589. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +2 -0
  590. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js.map +1 -0
  591. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +2 -0
  592. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js.map +1 -0
  593. package/dist/node_modules/axios/lib/platform/browser/index.js +2 -0
  594. package/dist/node_modules/axios/lib/platform/browser/index.js.map +1 -0
  595. package/dist/node_modules/axios/lib/platform/common/utils.js +2 -0
  596. package/dist/node_modules/axios/lib/platform/common/utils.js.map +1 -0
  597. package/dist/node_modules/axios/lib/platform/index.js +2 -0
  598. package/dist/node_modules/axios/lib/platform/index.js.map +1 -0
  599. package/dist/node_modules/axios/lib/utils.js +2 -0
  600. package/dist/node_modules/axios/lib/utils.js.map +1 -0
  601. package/dist/node_modules/bail/index.js +2 -0
  602. package/dist/node_modules/bail/index.js.map +1 -0
  603. package/dist/node_modules/comma-separated-tokens/index.js +2 -0
  604. package/dist/node_modules/comma-separated-tokens/index.js.map +1 -0
  605. package/dist/node_modules/decode-named-character-reference/index.dom.js +2 -0
  606. package/dist/node_modules/decode-named-character-reference/index.dom.js.map +1 -0
  607. package/dist/node_modules/devlop/lib/default.js +2 -0
  608. package/dist/node_modules/devlop/lib/default.js.map +1 -0
  609. package/dist/node_modules/estree-util-is-identifier-name/lib/index.js +2 -0
  610. package/dist/node_modules/estree-util-is-identifier-name/lib/index.js.map +1 -0
  611. package/dist/node_modules/extend/index.js +2 -0
  612. package/dist/node_modules/extend/index.js.map +1 -0
  613. package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +2 -0
  614. package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js.map +1 -0
  615. package/dist/node_modules/hast-util-whitespace/lib/index.js +2 -0
  616. package/dist/node_modules/hast-util-whitespace/lib/index.js.map +1 -0
  617. package/dist/node_modules/html-url-attributes/lib/index.js +2 -0
  618. package/dist/node_modules/html-url-attributes/lib/index.js.map +1 -0
  619. package/dist/node_modules/inline-style-parser/cjs/index.js +2 -0
  620. package/dist/node_modules/inline-style-parser/cjs/index.js.map +1 -0
  621. package/dist/node_modules/mdast-util-from-markdown/lib/index.js +2 -0
  622. package/dist/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
  623. package/dist/node_modules/mdast-util-to-hast/lib/footer.js +2 -0
  624. package/dist/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
  625. package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +2 -0
  626. package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
  627. package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +2 -0
  628. package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
  629. package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +2 -0
  630. package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
  631. package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +2 -0
  632. package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
  633. package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +2 -0
  634. package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
  635. package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +2 -0
  636. package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
  637. package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +2 -0
  638. package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
  639. package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +2 -0
  640. package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
  641. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +2 -0
  642. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
  643. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +2 -0
  644. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
  645. package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +2 -0
  646. package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
  647. package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +2 -0
  648. package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
  649. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +2 -0
  650. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
  651. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +2 -0
  652. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
  653. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +2 -0
  654. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
  655. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +2 -0
  656. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
  657. package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +2 -0
  658. package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
  659. package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +2 -0
  660. package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
  661. package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +2 -0
  662. package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
  663. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +2 -0
  664. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
  665. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +2 -0
  666. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
  667. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +2 -0
  668. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
  669. package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +2 -0
  670. package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
  671. package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +2 -0
  672. package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
  673. package/dist/node_modules/mdast-util-to-hast/lib/index.js +2 -0
  674. package/dist/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
  675. package/dist/node_modules/mdast-util-to-hast/lib/revert.js +2 -0
  676. package/dist/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
  677. package/dist/node_modules/mdast-util-to-hast/lib/state.js +2 -0
  678. package/dist/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
  679. package/dist/node_modules/mdast-util-to-string/lib/index.js +2 -0
  680. package/dist/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
  681. package/dist/node_modules/micromark/lib/constructs.js +2 -0
  682. package/dist/node_modules/micromark/lib/constructs.js.map +1 -0
  683. package/dist/node_modules/micromark/lib/create-tokenizer.js +2 -0
  684. package/dist/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
  685. package/dist/node_modules/micromark/lib/initialize/content.js +2 -0
  686. package/dist/node_modules/micromark/lib/initialize/content.js.map +1 -0
  687. package/dist/node_modules/micromark/lib/initialize/document.js +2 -0
  688. package/dist/node_modules/micromark/lib/initialize/document.js.map +1 -0
  689. package/dist/node_modules/micromark/lib/initialize/flow.js +2 -0
  690. package/dist/node_modules/micromark/lib/initialize/flow.js.map +1 -0
  691. package/dist/node_modules/micromark/lib/initialize/text.js +2 -0
  692. package/dist/node_modules/micromark/lib/initialize/text.js.map +1 -0
  693. package/dist/node_modules/micromark/lib/parse.js +2 -0
  694. package/dist/node_modules/micromark/lib/parse.js.map +1 -0
  695. package/dist/node_modules/micromark/lib/postprocess.js +2 -0
  696. package/dist/node_modules/micromark/lib/postprocess.js.map +1 -0
  697. package/dist/node_modules/micromark/lib/preprocess.js +2 -0
  698. package/dist/node_modules/micromark/lib/preprocess.js.map +1 -0
  699. package/dist/node_modules/micromark-core-commonmark/lib/attention.js +2 -0
  700. package/dist/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
  701. package/dist/node_modules/micromark-core-commonmark/lib/autolink.js +2 -0
  702. package/dist/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
  703. package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +2 -0
  704. package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
  705. package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js +2 -0
  706. package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
  707. package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js +2 -0
  708. package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
  709. package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js +2 -0
  710. package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
  711. package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js +2 -0
  712. package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
  713. package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js +2 -0
  714. package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
  715. package/dist/node_modules/micromark-core-commonmark/lib/code-text.js +2 -0
  716. package/dist/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
  717. package/dist/node_modules/micromark-core-commonmark/lib/content.js +2 -0
  718. package/dist/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
  719. package/dist/node_modules/micromark-core-commonmark/lib/definition.js +2 -0
  720. package/dist/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
  721. package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +2 -0
  722. package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
  723. package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js +2 -0
  724. package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
  725. package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js +2 -0
  726. package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
  727. package/dist/node_modules/micromark-core-commonmark/lib/html-text.js +2 -0
  728. package/dist/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
  729. package/dist/node_modules/micromark-core-commonmark/lib/label-end.js +2 -0
  730. package/dist/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
  731. package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js +2 -0
  732. package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
  733. package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js +2 -0
  734. package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
  735. package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +2 -0
  736. package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
  737. package/dist/node_modules/micromark-core-commonmark/lib/list.js +2 -0
  738. package/dist/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
  739. package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js +2 -0
  740. package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
  741. package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js +2 -0
  742. package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
  743. package/dist/node_modules/micromark-factory-destination/index.js +2 -0
  744. package/dist/node_modules/micromark-factory-destination/index.js.map +1 -0
  745. package/dist/node_modules/micromark-factory-label/index.js +2 -0
  746. package/dist/node_modules/micromark-factory-label/index.js.map +1 -0
  747. package/dist/node_modules/micromark-factory-space/index.js +2 -0
  748. package/dist/node_modules/micromark-factory-space/index.js.map +1 -0
  749. package/dist/node_modules/micromark-factory-title/index.js +2 -0
  750. package/dist/node_modules/micromark-factory-title/index.js.map +1 -0
  751. package/dist/node_modules/micromark-factory-whitespace/index.js +2 -0
  752. package/dist/node_modules/micromark-factory-whitespace/index.js.map +1 -0
  753. package/dist/node_modules/micromark-util-character/index.js +2 -0
  754. package/dist/node_modules/micromark-util-character/index.js.map +1 -0
  755. package/dist/node_modules/micromark-util-chunked/index.js +2 -0
  756. package/dist/node_modules/micromark-util-chunked/index.js.map +1 -0
  757. package/dist/node_modules/micromark-util-classify-character/index.js +2 -0
  758. package/dist/node_modules/micromark-util-classify-character/index.js.map +1 -0
  759. package/dist/node_modules/micromark-util-combine-extensions/index.js +2 -0
  760. package/dist/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
  761. package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js +2 -0
  762. package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
  763. package/dist/node_modules/micromark-util-decode-string/index.js +2 -0
  764. package/dist/node_modules/micromark-util-decode-string/index.js.map +1 -0
  765. package/dist/node_modules/micromark-util-html-tag-name/index.js +2 -0
  766. package/dist/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
  767. package/dist/node_modules/micromark-util-normalize-identifier/index.js +2 -0
  768. package/dist/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
  769. package/dist/node_modules/micromark-util-resolve-all/index.js +2 -0
  770. package/dist/node_modules/micromark-util-resolve-all/index.js.map +1 -0
  771. package/dist/node_modules/micromark-util-sanitize-uri/index.js +2 -0
  772. package/dist/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
  773. package/dist/node_modules/micromark-util-subtokenize/index.js +2 -0
  774. package/dist/node_modules/micromark-util-subtokenize/index.js.map +1 -0
  775. package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +2 -0
  776. package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js.map +1 -0
  777. package/dist/node_modules/property-information/index.js +2 -0
  778. package/dist/node_modules/property-information/index.js.map +1 -0
  779. package/dist/node_modules/property-information/lib/aria.js +2 -0
  780. package/dist/node_modules/property-information/lib/aria.js.map +1 -0
  781. package/dist/node_modules/property-information/lib/find.js +2 -0
  782. package/dist/node_modules/property-information/lib/find.js.map +1 -0
  783. package/dist/node_modules/property-information/lib/hast-to-react.js +2 -0
  784. package/dist/node_modules/property-information/lib/hast-to-react.js.map +1 -0
  785. package/dist/node_modules/property-information/lib/html.js +2 -0
  786. package/dist/node_modules/property-information/lib/html.js.map +1 -0
  787. package/dist/node_modules/property-information/lib/normalize.js +2 -0
  788. package/dist/node_modules/property-information/lib/normalize.js.map +1 -0
  789. package/dist/node_modules/property-information/lib/svg.js +2 -0
  790. package/dist/node_modules/property-information/lib/svg.js.map +1 -0
  791. package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js +2 -0
  792. package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
  793. package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +2 -0
  794. package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
  795. package/dist/node_modules/property-information/lib/util/create.js +2 -0
  796. package/dist/node_modules/property-information/lib/util/create.js.map +1 -0
  797. package/dist/node_modules/property-information/lib/util/defined-info.js +2 -0
  798. package/dist/node_modules/property-information/lib/util/defined-info.js.map +1 -0
  799. package/dist/node_modules/property-information/lib/util/info.js +2 -0
  800. package/dist/node_modules/property-information/lib/util/info.js.map +1 -0
  801. package/dist/node_modules/property-information/lib/util/merge.js +2 -0
  802. package/dist/node_modules/property-information/lib/util/merge.js.map +1 -0
  803. package/dist/node_modules/property-information/lib/util/schema.js +2 -0
  804. package/dist/node_modules/property-information/lib/util/schema.js.map +1 -0
  805. package/dist/node_modules/property-information/lib/util/types.js +2 -0
  806. package/dist/node_modules/property-information/lib/util/types.js.map +1 -0
  807. package/dist/node_modules/property-information/lib/xlink.js +2 -0
  808. package/dist/node_modules/property-information/lib/xlink.js.map +1 -0
  809. package/dist/node_modules/property-information/lib/xml.js +2 -0
  810. package/dist/node_modules/property-information/lib/xml.js.map +1 -0
  811. package/dist/node_modules/property-information/lib/xmlns.js +2 -0
  812. package/dist/node_modules/property-information/lib/xmlns.js.map +1 -0
  813. package/dist/node_modules/react-markdown/lib/index.js +2 -0
  814. package/dist/node_modules/react-markdown/lib/index.js.map +1 -0
  815. package/dist/node_modules/remark-parse/lib/index.js +2 -0
  816. package/dist/node_modules/remark-parse/lib/index.js.map +1 -0
  817. package/dist/node_modules/remark-rehype/lib/index.js +2 -0
  818. package/dist/node_modules/remark-rehype/lib/index.js.map +1 -0
  819. package/dist/node_modules/space-separated-tokens/index.js +2 -0
  820. package/dist/node_modules/space-separated-tokens/index.js.map +1 -0
  821. package/dist/node_modules/style-to-js/cjs/index.js +2 -0
  822. package/dist/node_modules/style-to-js/cjs/index.js.map +1 -0
  823. package/dist/node_modules/style-to-js/cjs/utilities.js +2 -0
  824. package/dist/node_modules/style-to-js/cjs/utilities.js.map +1 -0
  825. package/dist/node_modules/style-to-object/cjs/index.js +2 -0
  826. package/dist/node_modules/style-to-object/cjs/index.js.map +1 -0
  827. package/dist/node_modules/trim-lines/index.js +2 -0
  828. package/dist/node_modules/trim-lines/index.js.map +1 -0
  829. package/dist/node_modules/trough/lib/index.js +2 -0
  830. package/dist/node_modules/trough/lib/index.js.map +1 -0
  831. package/dist/node_modules/unified/lib/callable-instance.js +2 -0
  832. package/dist/node_modules/unified/lib/callable-instance.js.map +1 -0
  833. package/dist/node_modules/unified/lib/index.js +2 -0
  834. package/dist/node_modules/unified/lib/index.js.map +1 -0
  835. package/dist/node_modules/unified/node_modules/is-plain-obj/index.js +2 -0
  836. package/dist/node_modules/unified/node_modules/is-plain-obj/index.js.map +1 -0
  837. package/dist/node_modules/unist-util-is/lib/index.js +2 -0
  838. package/dist/node_modules/unist-util-is/lib/index.js.map +1 -0
  839. package/dist/node_modules/unist-util-position/lib/index.js +2 -0
  840. package/dist/node_modules/unist-util-position/lib/index.js.map +1 -0
  841. package/dist/node_modules/unist-util-stringify-position/lib/index.js +2 -0
  842. package/dist/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
  843. package/dist/node_modules/unist-util-visit/lib/index.js +2 -0
  844. package/dist/node_modules/unist-util-visit/lib/index.js.map +1 -0
  845. package/dist/node_modules/unist-util-visit-parents/lib/color.js +2 -0
  846. package/dist/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
  847. package/dist/node_modules/unist-util-visit-parents/lib/index.js +2 -0
  848. package/dist/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
  849. package/dist/node_modules/vfile/lib/index.js +2 -0
  850. package/dist/node_modules/vfile/lib/index.js.map +1 -0
  851. package/dist/node_modules/vfile/lib/minpath.browser.js +2 -0
  852. package/dist/node_modules/vfile/lib/minpath.browser.js.map +1 -0
  853. package/dist/node_modules/vfile/lib/minproc.browser.js +2 -0
  854. package/dist/node_modules/vfile/lib/minproc.browser.js.map +1 -0
  855. package/dist/node_modules/vfile/lib/minurl.browser.js +2 -0
  856. package/dist/node_modules/vfile/lib/minurl.browser.js.map +1 -0
  857. package/dist/node_modules/vfile/lib/minurl.shared.js +2 -0
  858. package/dist/node_modules/vfile/lib/minurl.shared.js.map +1 -0
  859. package/dist/node_modules/vfile-message/lib/index.js +2 -0
  860. package/dist/node_modules/vfile-message/lib/index.js.map +1 -0
  861. package/dist/services/restoreAuditVersion.js +2 -0
  862. package/dist/services/restoreAuditVersion.js.map +1 -0
  863. package/dist/services/useAuditLogDistinctValues.js +2 -0
  864. package/dist/services/useAuditLogDistinctValues.js.map +1 -0
  865. package/dist/services/useAuditLogsData.js +2 -0
  866. package/dist/services/useAuditLogsData.js.map +1 -0
  867. package/dist/styles.css +1 -0
  868. package/dist/types/App.d.ts +2 -0
  869. package/dist/types/App.d.ts.map +1 -0
  870. package/dist/types/AuditLog.d.ts +40 -0
  871. package/dist/types/AuditLog.d.ts.map +1 -0
  872. package/dist/types/components/ActionTakenBody.d.ts +11 -0
  873. package/dist/types/components/ActionTakenBody.d.ts.map +1 -0
  874. package/dist/types/components/AuditLogPanel/AuditLogPanel.d.ts +6 -0
  875. package/dist/types/components/AuditLogPanel/AuditLogPanel.d.ts.map +1 -0
  876. package/dist/types/components/AuditLogPanel/AuditLogPanel.types.d.ts +208 -0
  877. package/dist/types/components/AuditLogPanel/AuditLogPanel.types.d.ts.map +1 -0
  878. package/dist/types/components/AuditLogPanel/AuditLogPanelItem.d.ts +18 -0
  879. package/dist/types/components/AuditLogPanel/AuditLogPanelItem.d.ts.map +1 -0
  880. package/dist/types/components/AuditLogPanel/AuditLogSandBox.d.ts +2 -0
  881. package/dist/types/components/AuditLogPanel/AuditLogSandBox.d.ts.map +1 -0
  882. package/dist/types/components/AuditLogPanel/CommonUI.d.ts +15 -0
  883. package/dist/types/components/AuditLogPanel/CommonUI.d.ts.map +1 -0
  884. package/dist/types/components/AuditLogPanel/ComparisonSummaryCard.d.ts +9 -0
  885. package/dist/types/components/AuditLogPanel/ComparisonSummaryCard.d.ts.map +1 -0
  886. package/dist/types/components/AuditLogPanel/Constants/constants.d.ts +6 -0
  887. package/dist/types/components/AuditLogPanel/Constants/constants.d.ts.map +1 -0
  888. package/dist/types/components/AuditLogPanel/FilterSection.d.ts +14 -0
  889. package/dist/types/components/AuditLogPanel/FilterSection.d.ts.map +1 -0
  890. package/dist/types/components/AuditLogPanel/Services/AuditLogPanelAdapter.d.ts +4 -0
  891. package/dist/types/components/AuditLogPanel/Services/AuditLogPanelAdapter.d.ts.map +1 -0
  892. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelData.d.ts +9 -0
  893. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelData.d.ts.map +1 -0
  894. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.d.ts +9 -0
  895. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelDistinctValues.d.ts.map +1 -0
  896. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelFilters.d.ts +37 -0
  897. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelFilters.d.ts.map +1 -0
  898. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelScroll.d.ts +3 -0
  899. package/dist/types/components/AuditLogPanel/Services/useAuditLogPanelScroll.d.ts.map +1 -0
  900. package/dist/types/components/CustomMultiSelect.d.ts +16 -0
  901. package/dist/types/components/CustomMultiSelect.d.ts.map +1 -0
  902. package/dist/types/components/DateRangeSelector.d.ts +20 -0
  903. package/dist/types/components/DateRangeSelector.d.ts.map +1 -0
  904. package/dist/types/components/ImpactRangeSelector.d.ts +13 -0
  905. package/dist/types/components/ImpactRangeSelector.d.ts.map +1 -0
  906. package/dist/types/components/LogFilterDropdown.d.ts +46 -0
  907. package/dist/types/components/LogFilterDropdown.d.ts.map +1 -0
  908. package/dist/types/components/LogFilters.d.ts +32 -0
  909. package/dist/types/components/LogFilters.d.ts.map +1 -0
  910. package/dist/types/components/LogFiltersSidebar.d.ts +46 -0
  911. package/dist/types/components/LogFiltersSidebar.d.ts.map +1 -0
  912. package/dist/types/components/LogTable.d.ts +72 -0
  913. package/dist/types/components/LogTable.d.ts.map +1 -0
  914. package/dist/types/components/auditLog.api.d.ts +18 -0
  915. package/dist/types/components/auditLog.api.d.ts.map +1 -0
  916. package/dist/types/components/useAuditLogController.d.ts +51 -0
  917. package/dist/types/components/useAuditLogController.d.ts.map +1 -0
  918. package/dist/types/index.d.ts +19 -0
  919. package/dist/types/index.d.ts.map +1 -0
  920. package/dist/types/services/restoreAuditVersion.d.ts +7 -0
  921. package/dist/types/services/restoreAuditVersion.d.ts.map +1 -0
  922. package/dist/types/services/useAuditLogDistinctValues.d.ts +34 -0
  923. package/dist/types/services/useAuditLogDistinctValues.d.ts.map +1 -0
  924. package/dist/types/services/useAuditLogsData.d.ts +28 -0
  925. package/dist/types/services/useAuditLogsData.d.ts.map +1 -0
  926. package/package.json +121 -0
@@ -0,0 +1,2 @@
1
+ import{caseInsensitiveTransform as l}from"./util/case-insensitive-transform.js";import{create as n}from"./util/create.js";import{commaSeparated as e,spaceSeparated as o,boolean as u,number as a,booleanish as t,overloadedBoolean as r}from"./util/types.js";const s=n({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:e,acceptCharset:o,accessKey:o,action:null,allow:null,allowFullScreen:u,allowPaymentRequest:u,allowUserMedia:u,alpha:u,alt:null,as:null,async:u,autoCapitalize:null,autoComplete:o,autoFocus:u,autoPlay:u,blocking:o,capture:null,charSet:null,checked:u,cite:null,className:o,closedBy:null,colorSpace:null,cols:a,colSpan:a,command:null,commandFor:null,content:null,contentEditable:t,controls:u,controlsList:o,coords:a|e,crossOrigin:null,data:null,dateTime:null,decoding:null,default:u,defer:u,dir:null,dirName:null,disabled:u,download:r,draggable:t,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:u,formTarget:null,headers:o,height:a,hidden:r,high:a,href:null,hrefLang:null,htmlFor:o,httpEquiv:o,id:null,imageSizes:null,imageSrcSet:null,inert:u,inputMode:null,integrity:null,is:null,isMap:u,itemId:null,itemProp:o,itemRef:o,itemScope:u,itemType:o,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:u,low:a,manifest:null,max:null,maxLength:a,media:null,method:null,min:null,minLength:a,multiple:u,muted:u,name:null,nonce:null,noModule:u,noValidate:u,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:u,optimum:a,pattern:null,ping:o,placeholder:null,playsInline:u,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:u,referrerPolicy:null,rel:o,required:u,reversed:u,rows:a,rowSpan:a,sandbox:o,scope:null,scoped:u,seamless:u,selected:u,shadowRootClonable:u,shadowRootCustomElementRegistry:u,shadowRootDelegatesFocus:u,shadowRootMode:null,shadowRootSerializable:u,shape:null,size:a,sizes:null,slot:null,span:a,spellCheck:t,src:null,srcDoc:null,srcLang:null,srcSet:null,start:a,step:null,style:null,tabIndex:a,target:null,title:null,translate:null,type:null,typeMustMatch:u,useMap:null,value:t,width:a,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:o,axis:null,background:null,bgColor:null,border:a,borderColor:null,bottomMargin:a,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:u,declare:u,event:null,face:null,frame:null,frameBorder:null,hSpace:a,leftMargin:a,link:null,longDesc:null,lowSrc:null,marginHeight:a,marginWidth:a,noResize:u,noHref:u,noShade:u,noWrap:u,object:null,profile:null,prompt:null,rev:null,rightMargin:a,rules:null,scheme:null,scrolling:t,standby:null,summary:null,text:null,topMargin:a,valueType:null,version:null,vAlign:null,vLink:null,vSpace:a,allowTransparency:null,autoCorrect:null,autoSave:null,credentialless:u,disablePictureInPicture:u,disableRemotePlayback:u,exportParts:e,part:o,prefix:null,property:null,results:a,security:null,unselectable:null},space:"html",transform:l});export{s as html};
2
+ //# sourceMappingURL=html.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html.js","sources":["../../../../node_modules/property-information/lib/html.js"],"sourcesContent":["import {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\nimport {create} from './util/create.js'\nimport {\n booleanish,\n boolean,\n commaSeparated,\n number,\n overloadedBoolean,\n spaceSeparated\n} from './util/types.js'\n\nexport const html = create({\n attributes: {\n acceptcharset: 'accept-charset',\n classname: 'class',\n htmlfor: 'for',\n httpequiv: 'http-equiv'\n },\n mustUseProperty: ['checked', 'multiple', 'muted', 'selected'],\n properties: {\n // Standard Properties.\n abbr: null,\n accept: commaSeparated,\n acceptCharset: spaceSeparated,\n accessKey: spaceSeparated,\n action: null,\n allow: null,\n allowFullScreen: boolean,\n allowPaymentRequest: boolean,\n allowUserMedia: boolean,\n alpha: boolean,\n alt: null,\n as: null,\n async: boolean,\n autoCapitalize: null,\n autoComplete: spaceSeparated,\n autoFocus: boolean,\n autoPlay: boolean,\n blocking: spaceSeparated,\n capture: null,\n charSet: null,\n checked: boolean,\n cite: null,\n className: spaceSeparated,\n closedBy: null,\n colorSpace: null,\n cols: number,\n colSpan: number,\n command: null,\n commandFor: null,\n content: null,\n contentEditable: booleanish,\n controls: boolean,\n controlsList: spaceSeparated,\n coords: number | commaSeparated,\n crossOrigin: null,\n data: null,\n dateTime: null,\n decoding: null,\n default: boolean,\n defer: boolean,\n dir: null,\n dirName: null,\n disabled: boolean,\n download: overloadedBoolean,\n draggable: booleanish,\n encType: null,\n enterKeyHint: null,\n fetchPriority: null,\n form: null,\n formAction: null,\n formEncType: null,\n formMethod: null,\n formNoValidate: boolean,\n formTarget: null,\n headers: spaceSeparated,\n height: number,\n hidden: overloadedBoolean,\n high: number,\n href: null,\n hrefLang: null,\n htmlFor: spaceSeparated,\n httpEquiv: spaceSeparated,\n id: null,\n imageSizes: null,\n imageSrcSet: null,\n inert: boolean,\n inputMode: null,\n integrity: null,\n is: null,\n isMap: boolean,\n itemId: null,\n itemProp: spaceSeparated,\n itemRef: spaceSeparated,\n itemScope: boolean,\n itemType: spaceSeparated,\n kind: null,\n label: null,\n lang: null,\n language: null,\n list: null,\n loading: null,\n loop: boolean,\n low: number,\n manifest: null,\n max: null,\n maxLength: number,\n media: null,\n method: null,\n min: null,\n minLength: number,\n multiple: boolean,\n muted: boolean,\n name: null,\n nonce: null,\n noModule: boolean,\n noValidate: boolean,\n onAbort: null,\n onAfterPrint: null,\n onAuxClick: null,\n onBeforeMatch: null,\n onBeforePrint: null,\n onBeforeToggle: null,\n onBeforeUnload: null,\n onBlur: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onContextLost: null,\n onContextMenu: null,\n onContextRestored: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFormData: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLanguageChange: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadEnd: null,\n onLoadStart: null,\n onMessage: null,\n onMessageError: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRejectionHandled: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onScrollEnd: null,\n onSecurityPolicyViolation: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onSlotChange: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnhandledRejection: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onWheel: null,\n open: boolean,\n optimum: number,\n pattern: null,\n ping: spaceSeparated,\n placeholder: null,\n playsInline: boolean,\n popover: null,\n popoverTarget: null,\n popoverTargetAction: null,\n poster: null,\n preload: null,\n readOnly: boolean,\n referrerPolicy: null,\n rel: spaceSeparated,\n required: boolean,\n reversed: boolean,\n rows: number,\n rowSpan: number,\n sandbox: spaceSeparated,\n scope: null,\n scoped: boolean,\n seamless: boolean,\n selected: boolean,\n shadowRootClonable: boolean,\n shadowRootCustomElementRegistry: boolean,\n shadowRootDelegatesFocus: boolean,\n shadowRootMode: null,\n shadowRootSerializable: boolean,\n shape: null,\n size: number,\n sizes: null,\n slot: null,\n span: number,\n spellCheck: booleanish,\n src: null,\n srcDoc: null,\n srcLang: null,\n srcSet: null,\n start: number,\n step: null,\n style: null,\n tabIndex: number,\n target: null,\n title: null,\n translate: null,\n type: null,\n typeMustMatch: boolean,\n useMap: null,\n value: booleanish,\n width: number,\n wrap: null,\n writingSuggestions: null,\n\n // Legacy.\n // See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis\n align: null, // Several. Use CSS `text-align` instead,\n aLink: null, // `<body>`. Use CSS `a:active {color}` instead\n archive: spaceSeparated, // `<object>`. List of URIs to archives\n axis: null, // `<td>` and `<th>`. Use `scope` on `<th>`\n background: null, // `<body>`. Use CSS `background-image` instead\n bgColor: null, // `<body>` and table elements. Use CSS `background-color` instead\n border: number, // `<table>`. Use CSS `border-width` instead,\n borderColor: null, // `<table>`. Use CSS `border-color` instead,\n bottomMargin: number, // `<body>`\n cellPadding: null, // `<table>`\n cellSpacing: null, // `<table>`\n char: null, // Several table elements. When `align=char`, sets the character to align on\n charOff: null, // Several table elements. When `char`, offsets the alignment\n classId: null, // `<object>`\n clear: null, // `<br>`. Use CSS `clear` instead\n code: null, // `<object>`\n codeBase: null, // `<object>`\n codeType: null, // `<object>`\n color: null, // `<font>` and `<hr>`. Use CSS instead\n compact: boolean, // Lists. Use CSS to reduce space between items instead\n declare: boolean, // `<object>`\n event: null, // `<script>`\n face: null, // `<font>`. Use CSS instead\n frame: null, // `<table>`\n frameBorder: null, // `<iframe>`. Use CSS `border` instead\n hSpace: number, // `<img>` and `<object>`\n leftMargin: number, // `<body>`\n link: null, // `<body>`. Use CSS `a:link {color: *}` instead\n longDesc: null, // `<frame>`, `<iframe>`, and `<img>`. Use an `<a>`\n lowSrc: null, // `<img>`. Use a `<picture>`\n marginHeight: number, // `<body>`\n marginWidth: number, // `<body>`\n noResize: boolean, // `<frame>`\n noHref: boolean, // `<area>`. Use no href instead of an explicit `nohref`\n noShade: boolean, // `<hr>`. Use background-color and height instead of borders\n noWrap: boolean, // `<td>` and `<th>`\n object: null, // `<applet>`\n profile: null, // `<head>`\n prompt: null, // `<isindex>`\n rev: null, // `<link>`\n rightMargin: number, // `<body>`\n rules: null, // `<table>`\n scheme: null, // `<meta>`\n scrolling: booleanish, // `<frame>`. Use overflow in the child context\n standby: null, // `<object>`\n summary: null, // `<table>`\n text: null, // `<body>`. Use CSS `color` instead\n topMargin: number, // `<body>`\n valueType: null, // `<param>`\n version: null, // `<html>`. Use a doctype.\n vAlign: null, // Several. Use CSS `vertical-align` instead\n vLink: null, // `<body>`. Use CSS `a:visited {color}` instead\n vSpace: number, // `<img>` and `<object>`\n\n // Non-standard Properties.\n allowTransparency: null,\n autoCorrect: null,\n autoSave: null,\n credentialless: boolean,\n disablePictureInPicture: boolean,\n disableRemotePlayback: boolean,\n exportParts: commaSeparated,\n part: spaceSeparated,\n prefix: null,\n property: null,\n results: number,\n security: null,\n unselectable: null\n },\n space: 'html',\n transform: caseInsensitiveTransform\n})\n"],"names":["html","create","attributes","acceptcharset","classname","htmlfor","httpequiv","mustUseProperty","properties","abbr","accept","commaSeparated","acceptCharset","spaceSeparated","accessKey","action","allow","allowFullScreen","boolean","allowPaymentRequest","allowUserMedia","alpha","alt","as","async","autoCapitalize","autoComplete","autoFocus","autoPlay","blocking","capture","charSet","checked","cite","className","closedBy","colorSpace","cols","number","colSpan","command","commandFor","content","contentEditable","booleanish","controls","controlsList","coords","crossOrigin","data","dateTime","decoding","default","defer","dir","dirName","disabled","download","overloadedBoolean","draggable","encType","enterKeyHint","fetchPriority","form","formAction","formEncType","formMethod","formNoValidate","formTarget","headers","height","hidden","high","href","hrefLang","htmlFor","httpEquiv","id","imageSizes","imageSrcSet","inert","inputMode","integrity","is","isMap","itemId","itemProp","itemRef","itemScope","itemType","kind","label","lang","language","list","loading","loop","low","manifest","max","maxLength","media","method","min","minLength","multiple","muted","name","nonce","noModule","noValidate","onAbort","onAfterPrint","onAuxClick","onBeforeMatch","onBeforePrint","onBeforeToggle","onBeforeUnload","onBlur","onCancel","onCanPlay","onCanPlayThrough","onChange","onClick","onClose","onContextLost","onContextMenu","onContextRestored","onCopy","onCueChange","onCut","onDblClick","onDrag","onDragEnd","onDragEnter","onDragExit","onDragLeave","onDragOver","onDragStart","onDrop","onDurationChange","onEmptied","onEnded","onError","onFocus","onFormData","onHashChange","onInput","onInvalid","onKeyDown","onKeyPress","onKeyUp","onLanguageChange","onLoad","onLoadedData","onLoadedMetadata","onLoadEnd","onLoadStart","onMessage","onMessageError","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onOffline","onOnline","onPageHide","onPageShow","onPaste","onPause","onPlay","onPlaying","onPopState","onProgress","onRateChange","onRejectionHandled","onReset","onResize","onScroll","onScrollEnd","onSecurityPolicyViolation","onSeeked","onSeeking","onSelect","onSlotChange","onStalled","onStorage","onSubmit","onSuspend","onTimeUpdate","onToggle","onUnhandledRejection","onUnload","onVolumeChange","onWaiting","onWheel","open","optimum","pattern","ping","placeholder","playsInline","popover","popoverTarget","popoverTargetAction","poster","preload","readOnly","referrerPolicy","rel","required","reversed","rows","rowSpan","sandbox","scope","scoped","seamless","selected","shadowRootClonable","shadowRootCustomElementRegistry","shadowRootDelegatesFocus","shadowRootMode","shadowRootSerializable","shape","size","sizes","slot","span","spellCheck","src","srcDoc","srcLang","srcSet","start","step","style","tabIndex","target","title","translate","type","typeMustMatch","useMap","value","width","wrap","writingSuggestions","align","aLink","archive","axis","background","bgColor","border","borderColor","bottomMargin","cellPadding","cellSpacing","char","charOff","classId","clear","code","codeBase","codeType","color","compact","declare","event","face","frame","frameBorder","hSpace","leftMargin","link","longDesc","lowSrc","marginHeight","marginWidth","noResize","noHref","noShade","noWrap","object","profile","prompt","rev","rightMargin","rules","scheme","scrolling","standby","summary","text","topMargin","valueType","version","vAlign","vLink","vSpace","allowTransparency","autoCorrect","autoSave","credentialless","disablePictureInPicture","disableRemotePlayback","exportParts","part","prefix","property","results","security","unselectable","space","transform","caseInsensitiveTransform"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ function e(e){return e.toLowerCase()}export{e as normalize};
2
+ //# sourceMappingURL=normalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize.js","sources":["../../../../node_modules/property-information/lib/normalize.js"],"sourcesContent":["/**\n * Get the cleaned case insensitive form of an attribute or property.\n *\n * @param {string} value\n * An attribute-like or property-like name.\n * @returns {string}\n * Value that can be used to look up the properly cased property on a\n * `Schema`.\n */\nexport function normalize(value) {\n return value.toLowerCase()\n}\n"],"names":["normalize","value","toLowerCase"],"mappings":"AASO,SAASA,EAAUC,GACxB,OAAOA,EAAMC,aACf"}
@@ -0,0 +1,2 @@
1
+ import{caseSensitiveTransform as n}from"./util/case-sensitive-transform.js";import{create as l}from"./util/create.js";import{commaOrSpaceSeparated as e,number as o,spaceSeparated as t,boolean as i,commaSeparated as r}from"./util/types.js";const a=l({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",maskType:"mask-type",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:e,accentHeight:o,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:o,amplitude:o,arabicForm:null,ascent:o,attributeName:null,attributeType:null,azimuth:o,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:o,by:null,calcMode:null,capHeight:o,className:t,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:o,diffuseConstant:o,direction:null,display:null,dur:null,divisor:o,dominantBaseline:null,download:i,dx:null,dy:null,edgeMode:null,editable:null,elevation:o,enableBackground:null,end:null,event:null,exponent:o,externalResourcesRequired:null,fill:null,fillOpacity:o,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:r,g2:r,glyphName:r,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:o,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:o,horizOriginX:o,horizOriginY:o,id:null,ideographic:o,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:o,k:o,k1:o,k2:o,k3:o,k4:o,kernelMatrix:e,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:o,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskType:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:o,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:o,overlineThickness:o,paintOrder:null,panose1:null,path:null,pathLength:o,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:t,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:o,pointsAtY:o,pointsAtZ:o,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:e,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:e,rev:e,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:e,requiredFeatures:e,requiredFonts:e,requiredFormats:e,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:o,specularExponent:o,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:o,strikethroughThickness:o,string:null,stroke:null,strokeDashArray:e,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:o,strokeOpacity:o,strokeWidth:null,style:null,surfaceScale:o,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:e,tabIndex:o,tableValues:null,target:null,targetX:o,targetY:o,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:e,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:o,underlineThickness:o,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:o,values:null,vAlphabetic:o,vMathematical:o,vectorEffect:null,vHanging:o,vIdeographic:o,version:null,vertAdvY:o,vertOriginX:o,vertOriginY:o,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:o,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:n});export{a as svg};
2
+ //# sourceMappingURL=svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg.js","sources":["../../../../node_modules/property-information/lib/svg.js"],"sourcesContent":["import {caseSensitiveTransform} from './util/case-sensitive-transform.js'\nimport {create} from './util/create.js'\nimport {\n boolean,\n commaOrSpaceSeparated,\n commaSeparated,\n number,\n spaceSeparated\n} from './util/types.js'\n\nexport const svg = create({\n attributes: {\n accentHeight: 'accent-height',\n alignmentBaseline: 'alignment-baseline',\n arabicForm: 'arabic-form',\n baselineShift: 'baseline-shift',\n capHeight: 'cap-height',\n className: 'class',\n clipPath: 'clip-path',\n clipRule: 'clip-rule',\n colorInterpolation: 'color-interpolation',\n colorInterpolationFilters: 'color-interpolation-filters',\n colorProfile: 'color-profile',\n colorRendering: 'color-rendering',\n crossOrigin: 'crossorigin',\n dataType: 'datatype',\n dominantBaseline: 'dominant-baseline',\n enableBackground: 'enable-background',\n fillOpacity: 'fill-opacity',\n fillRule: 'fill-rule',\n floodColor: 'flood-color',\n floodOpacity: 'flood-opacity',\n fontFamily: 'font-family',\n fontSize: 'font-size',\n fontSizeAdjust: 'font-size-adjust',\n fontStretch: 'font-stretch',\n fontStyle: 'font-style',\n fontVariant: 'font-variant',\n fontWeight: 'font-weight',\n glyphName: 'glyph-name',\n glyphOrientationHorizontal: 'glyph-orientation-horizontal',\n glyphOrientationVertical: 'glyph-orientation-vertical',\n hrefLang: 'hreflang',\n horizAdvX: 'horiz-adv-x',\n horizOriginX: 'horiz-origin-x',\n horizOriginY: 'horiz-origin-y',\n imageRendering: 'image-rendering',\n letterSpacing: 'letter-spacing',\n lightingColor: 'lighting-color',\n markerEnd: 'marker-end',\n markerMid: 'marker-mid',\n markerStart: 'marker-start',\n maskType: 'mask-type',\n navDown: 'nav-down',\n navDownLeft: 'nav-down-left',\n navDownRight: 'nav-down-right',\n navLeft: 'nav-left',\n navNext: 'nav-next',\n navPrev: 'nav-prev',\n navRight: 'nav-right',\n navUp: 'nav-up',\n navUpLeft: 'nav-up-left',\n navUpRight: 'nav-up-right',\n onAbort: 'onabort',\n onActivate: 'onactivate',\n onAfterPrint: 'onafterprint',\n onBeforePrint: 'onbeforeprint',\n onBegin: 'onbegin',\n onCancel: 'oncancel',\n onCanPlay: 'oncanplay',\n onCanPlayThrough: 'oncanplaythrough',\n onChange: 'onchange',\n onClick: 'onclick',\n onClose: 'onclose',\n onCopy: 'oncopy',\n onCueChange: 'oncuechange',\n onCut: 'oncut',\n onDblClick: 'ondblclick',\n onDrag: 'ondrag',\n onDragEnd: 'ondragend',\n onDragEnter: 'ondragenter',\n onDragExit: 'ondragexit',\n onDragLeave: 'ondragleave',\n onDragOver: 'ondragover',\n onDragStart: 'ondragstart',\n onDrop: 'ondrop',\n onDurationChange: 'ondurationchange',\n onEmptied: 'onemptied',\n onEnd: 'onend',\n onEnded: 'onended',\n onError: 'onerror',\n onFocus: 'onfocus',\n onFocusIn: 'onfocusin',\n onFocusOut: 'onfocusout',\n onHashChange: 'onhashchange',\n onInput: 'oninput',\n onInvalid: 'oninvalid',\n onKeyDown: 'onkeydown',\n onKeyPress: 'onkeypress',\n onKeyUp: 'onkeyup',\n onLoad: 'onload',\n onLoadedData: 'onloadeddata',\n onLoadedMetadata: 'onloadedmetadata',\n onLoadStart: 'onloadstart',\n onMessage: 'onmessage',\n onMouseDown: 'onmousedown',\n onMouseEnter: 'onmouseenter',\n onMouseLeave: 'onmouseleave',\n onMouseMove: 'onmousemove',\n onMouseOut: 'onmouseout',\n onMouseOver: 'onmouseover',\n onMouseUp: 'onmouseup',\n onMouseWheel: 'onmousewheel',\n onOffline: 'onoffline',\n onOnline: 'ononline',\n onPageHide: 'onpagehide',\n onPageShow: 'onpageshow',\n onPaste: 'onpaste',\n onPause: 'onpause',\n onPlay: 'onplay',\n onPlaying: 'onplaying',\n onPopState: 'onpopstate',\n onProgress: 'onprogress',\n onRateChange: 'onratechange',\n onRepeat: 'onrepeat',\n onReset: 'onreset',\n onResize: 'onresize',\n onScroll: 'onscroll',\n onSeeked: 'onseeked',\n onSeeking: 'onseeking',\n onSelect: 'onselect',\n onShow: 'onshow',\n onStalled: 'onstalled',\n onStorage: 'onstorage',\n onSubmit: 'onsubmit',\n onSuspend: 'onsuspend',\n onTimeUpdate: 'ontimeupdate',\n onToggle: 'ontoggle',\n onUnload: 'onunload',\n onVolumeChange: 'onvolumechange',\n onWaiting: 'onwaiting',\n onZoom: 'onzoom',\n overlinePosition: 'overline-position',\n overlineThickness: 'overline-thickness',\n paintOrder: 'paint-order',\n panose1: 'panose-1',\n pointerEvents: 'pointer-events',\n referrerPolicy: 'referrerpolicy',\n renderingIntent: 'rendering-intent',\n shapeRendering: 'shape-rendering',\n stopColor: 'stop-color',\n stopOpacity: 'stop-opacity',\n strikethroughPosition: 'strikethrough-position',\n strikethroughThickness: 'strikethrough-thickness',\n strokeDashArray: 'stroke-dasharray',\n strokeDashOffset: 'stroke-dashoffset',\n strokeLineCap: 'stroke-linecap',\n strokeLineJoin: 'stroke-linejoin',\n strokeMiterLimit: 'stroke-miterlimit',\n strokeOpacity: 'stroke-opacity',\n strokeWidth: 'stroke-width',\n tabIndex: 'tabindex',\n textAnchor: 'text-anchor',\n textDecoration: 'text-decoration',\n textRendering: 'text-rendering',\n transformOrigin: 'transform-origin',\n typeOf: 'typeof',\n underlinePosition: 'underline-position',\n underlineThickness: 'underline-thickness',\n unicodeBidi: 'unicode-bidi',\n unicodeRange: 'unicode-range',\n unitsPerEm: 'units-per-em',\n vAlphabetic: 'v-alphabetic',\n vHanging: 'v-hanging',\n vIdeographic: 'v-ideographic',\n vMathematical: 'v-mathematical',\n vectorEffect: 'vector-effect',\n vertAdvY: 'vert-adv-y',\n vertOriginX: 'vert-origin-x',\n vertOriginY: 'vert-origin-y',\n wordSpacing: 'word-spacing',\n writingMode: 'writing-mode',\n xHeight: 'x-height',\n // These were camelcased in Tiny. Now lowercased in SVG 2\n playbackOrder: 'playbackorder',\n timelineBegin: 'timelinebegin'\n },\n properties: {\n about: commaOrSpaceSeparated,\n accentHeight: number,\n accumulate: null,\n additive: null,\n alignmentBaseline: null,\n alphabetic: number,\n amplitude: number,\n arabicForm: null,\n ascent: number,\n attributeName: null,\n attributeType: null,\n azimuth: number,\n bandwidth: null,\n baselineShift: null,\n baseFrequency: null,\n baseProfile: null,\n bbox: null,\n begin: null,\n bias: number,\n by: null,\n calcMode: null,\n capHeight: number,\n className: spaceSeparated,\n clip: null,\n clipPath: null,\n clipPathUnits: null,\n clipRule: null,\n color: null,\n colorInterpolation: null,\n colorInterpolationFilters: null,\n colorProfile: null,\n colorRendering: null,\n content: null,\n contentScriptType: null,\n contentStyleType: null,\n crossOrigin: null,\n cursor: null,\n cx: null,\n cy: null,\n d: null,\n dataType: null,\n defaultAction: null,\n descent: number,\n diffuseConstant: number,\n direction: null,\n display: null,\n dur: null,\n divisor: number,\n dominantBaseline: null,\n download: boolean,\n dx: null,\n dy: null,\n edgeMode: null,\n editable: null,\n elevation: number,\n enableBackground: null,\n end: null,\n event: null,\n exponent: number,\n externalResourcesRequired: null,\n fill: null,\n fillOpacity: number,\n fillRule: null,\n filter: null,\n filterRes: null,\n filterUnits: null,\n floodColor: null,\n floodOpacity: null,\n focusable: null,\n focusHighlight: null,\n fontFamily: null,\n fontSize: null,\n fontSizeAdjust: null,\n fontStretch: null,\n fontStyle: null,\n fontVariant: null,\n fontWeight: null,\n format: null,\n fr: null,\n from: null,\n fx: null,\n fy: null,\n g1: commaSeparated,\n g2: commaSeparated,\n glyphName: commaSeparated,\n glyphOrientationHorizontal: null,\n glyphOrientationVertical: null,\n glyphRef: null,\n gradientTransform: null,\n gradientUnits: null,\n handler: null,\n hanging: number,\n hatchContentUnits: null,\n hatchUnits: null,\n height: null,\n href: null,\n hrefLang: null,\n horizAdvX: number,\n horizOriginX: number,\n horizOriginY: number,\n id: null,\n ideographic: number,\n imageRendering: null,\n initialVisibility: null,\n in: null,\n in2: null,\n intercept: number,\n k: number,\n k1: number,\n k2: number,\n k3: number,\n k4: number,\n kernelMatrix: commaOrSpaceSeparated,\n kernelUnitLength: null,\n keyPoints: null, // SEMI_COLON_SEPARATED\n keySplines: null, // SEMI_COLON_SEPARATED\n keyTimes: null, // SEMI_COLON_SEPARATED\n kerning: null,\n lang: null,\n lengthAdjust: null,\n letterSpacing: null,\n lightingColor: null,\n limitingConeAngle: number,\n local: null,\n markerEnd: null,\n markerMid: null,\n markerStart: null,\n markerHeight: null,\n markerUnits: null,\n markerWidth: null,\n mask: null,\n maskContentUnits: null,\n maskType: null,\n maskUnits: null,\n mathematical: null,\n max: null,\n media: null,\n mediaCharacterEncoding: null,\n mediaContentEncodings: null,\n mediaSize: number,\n mediaTime: null,\n method: null,\n min: null,\n mode: null,\n name: null,\n navDown: null,\n navDownLeft: null,\n navDownRight: null,\n navLeft: null,\n navNext: null,\n navPrev: null,\n navRight: null,\n navUp: null,\n navUpLeft: null,\n navUpRight: null,\n numOctaves: null,\n observer: null,\n offset: null,\n onAbort: null,\n onActivate: null,\n onAfterPrint: null,\n onBeforePrint: null,\n onBegin: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnd: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFocusIn: null,\n onFocusOut: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadStart: null,\n onMessage: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onMouseWheel: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRepeat: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onShow: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onZoom: null,\n opacity: null,\n operator: null,\n order: null,\n orient: null,\n orientation: null,\n origin: null,\n overflow: null,\n overlay: null,\n overlinePosition: number,\n overlineThickness: number,\n paintOrder: null,\n panose1: null,\n path: null,\n pathLength: number,\n patternContentUnits: null,\n patternTransform: null,\n patternUnits: null,\n phase: null,\n ping: spaceSeparated,\n pitch: null,\n playbackOrder: null,\n pointerEvents: null,\n points: null,\n pointsAtX: number,\n pointsAtY: number,\n pointsAtZ: number,\n preserveAlpha: null,\n preserveAspectRatio: null,\n primitiveUnits: null,\n propagate: null,\n property: commaOrSpaceSeparated,\n r: null,\n radius: null,\n referrerPolicy: null,\n refX: null,\n refY: null,\n rel: commaOrSpaceSeparated,\n rev: commaOrSpaceSeparated,\n renderingIntent: null,\n repeatCount: null,\n repeatDur: null,\n requiredExtensions: commaOrSpaceSeparated,\n requiredFeatures: commaOrSpaceSeparated,\n requiredFonts: commaOrSpaceSeparated,\n requiredFormats: commaOrSpaceSeparated,\n resource: null,\n restart: null,\n result: null,\n rotate: null,\n rx: null,\n ry: null,\n scale: null,\n seed: null,\n shapeRendering: null,\n side: null,\n slope: null,\n snapshotTime: null,\n specularConstant: number,\n specularExponent: number,\n spreadMethod: null,\n spacing: null,\n startOffset: null,\n stdDeviation: null,\n stemh: null,\n stemv: null,\n stitchTiles: null,\n stopColor: null,\n stopOpacity: null,\n strikethroughPosition: number,\n strikethroughThickness: number,\n string: null,\n stroke: null,\n strokeDashArray: commaOrSpaceSeparated,\n strokeDashOffset: null,\n strokeLineCap: null,\n strokeLineJoin: null,\n strokeMiterLimit: number,\n strokeOpacity: number,\n strokeWidth: null,\n style: null,\n surfaceScale: number,\n syncBehavior: null,\n syncBehaviorDefault: null,\n syncMaster: null,\n syncTolerance: null,\n syncToleranceDefault: null,\n systemLanguage: commaOrSpaceSeparated,\n tabIndex: number,\n tableValues: null,\n target: null,\n targetX: number,\n targetY: number,\n textAnchor: null,\n textDecoration: null,\n textRendering: null,\n textLength: null,\n timelineBegin: null,\n title: null,\n transformBehavior: null,\n type: null,\n typeOf: commaOrSpaceSeparated,\n to: null,\n transform: null,\n transformOrigin: null,\n u1: null,\n u2: null,\n underlinePosition: number,\n underlineThickness: number,\n unicode: null,\n unicodeBidi: null,\n unicodeRange: null,\n unitsPerEm: number,\n values: null,\n vAlphabetic: number,\n vMathematical: number,\n vectorEffect: null,\n vHanging: number,\n vIdeographic: number,\n version: null,\n vertAdvY: number,\n vertOriginX: number,\n vertOriginY: number,\n viewBox: null,\n viewTarget: null,\n visibility: null,\n width: null,\n widths: null,\n wordSpacing: null,\n writingMode: null,\n x: null,\n x1: null,\n x2: null,\n xChannelSelector: null,\n xHeight: number,\n y: null,\n y1: null,\n y2: null,\n yChannelSelector: null,\n z: null,\n zoomAndPan: null\n },\n space: 'svg',\n transform: caseSensitiveTransform\n})\n"],"names":["svg","create","attributes","accentHeight","alignmentBaseline","arabicForm","baselineShift","capHeight","className","clipPath","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","crossOrigin","dataType","dominantBaseline","enableBackground","fillOpacity","fillRule","floodColor","floodOpacity","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","hrefLang","horizAdvX","horizOriginX","horizOriginY","imageRendering","letterSpacing","lightingColor","markerEnd","markerMid","markerStart","maskType","navDown","navDownLeft","navDownRight","navLeft","navNext","navPrev","navRight","navUp","navUpLeft","navUpRight","onAbort","onActivate","onAfterPrint","onBeforePrint","onBegin","onCancel","onCanPlay","onCanPlayThrough","onChange","onClick","onClose","onCopy","onCueChange","onCut","onDblClick","onDrag","onDragEnd","onDragEnter","onDragExit","onDragLeave","onDragOver","onDragStart","onDrop","onDurationChange","onEmptied","onEnd","onEnded","onError","onFocus","onFocusIn","onFocusOut","onHashChange","onInput","onInvalid","onKeyDown","onKeyPress","onKeyUp","onLoad","onLoadedData","onLoadedMetadata","onLoadStart","onMessage","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onMouseWheel","onOffline","onOnline","onPageHide","onPageShow","onPaste","onPause","onPlay","onPlaying","onPopState","onProgress","onRateChange","onRepeat","onReset","onResize","onScroll","onSeeked","onSeeking","onSelect","onShow","onStalled","onStorage","onSubmit","onSuspend","onTimeUpdate","onToggle","onUnload","onVolumeChange","onWaiting","onZoom","overlinePosition","overlineThickness","paintOrder","panose1","pointerEvents","referrerPolicy","renderingIntent","shapeRendering","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","strokeDashArray","strokeDashOffset","strokeLineCap","strokeLineJoin","strokeMiterLimit","strokeOpacity","strokeWidth","tabIndex","textAnchor","textDecoration","textRendering","transformOrigin","typeOf","underlinePosition","underlineThickness","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","vHanging","vIdeographic","vMathematical","vectorEffect","vertAdvY","vertOriginX","vertOriginY","wordSpacing","writingMode","xHeight","playbackOrder","timelineBegin","properties","about","commaOrSpaceSeparated","number","accumulate","additive","alphabetic","amplitude","ascent","attributeName","attributeType","azimuth","bandwidth","baseFrequency","baseProfile","bbox","begin","bias","by","calcMode","spaceSeparated","clip","clipPathUnits","color","content","contentScriptType","contentStyleType","cursor","cx","cy","d","defaultAction","descent","diffuseConstant","direction","display","dur","divisor","download","boolean","dx","dy","edgeMode","editable","elevation","end","event","exponent","externalResourcesRequired","fill","filter","filterRes","filterUnits","focusable","focusHighlight","format","fr","from","fx","fy","g1","commaSeparated","g2","glyphRef","gradientTransform","gradientUnits","handler","hanging","hatchContentUnits","hatchUnits","height","href","id","ideographic","initialVisibility","in","in2","intercept","k","k1","k2","k3","k4","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","kerning","lang","lengthAdjust","limitingConeAngle","local","markerHeight","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","max","media","mediaCharacterEncoding","mediaContentEncodings","mediaSize","mediaTime","method","min","mode","name","numOctaves","observer","offset","opacity","operator","order","orient","orientation","origin","overflow","overlay","path","pathLength","patternContentUnits","patternTransform","patternUnits","phase","ping","pitch","points","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","propagate","property","r","radius","refX","refY","rel","rev","repeatCount","repeatDur","requiredExtensions","requiredFeatures","requiredFonts","requiredFormats","resource","restart","result","rotate","rx","ry","scale","seed","side","slope","snapshotTime","specularConstant","specularExponent","spreadMethod","spacing","startOffset","stdDeviation","stemh","stemv","stitchTiles","string","stroke","style","surfaceScale","syncBehavior","syncBehaviorDefault","syncMaster","syncTolerance","syncToleranceDefault","systemLanguage","tableValues","target","targetX","targetY","textLength","title","transformBehavior","type","to","transform","u1","u2","unicode","values","version","viewBox","viewTarget","visibility","width","widths","x","x1","x2","xChannelSelector","y","y1","y2","yChannelSelector","z","zoomAndPan","space","caseSensitiveTransform"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import{caseSensitiveTransform as r}from"./case-sensitive-transform.js";function e(e,o){return r(e,o.toLowerCase())}export{e as caseInsensitiveTransform};
2
+ //# sourceMappingURL=case-insensitive-transform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-insensitive-transform.js","sources":["../../../../../node_modules/property-information/lib/util/case-insensitive-transform.js"],"sourcesContent":["import {caseSensitiveTransform} from './case-sensitive-transform.js'\n\n/**\n * @param {Record<string, string>} attributes\n * Attributes.\n * @param {string} property\n * Property.\n * @returns {string}\n * Transformed property.\n */\nexport function caseInsensitiveTransform(attributes, property) {\n return caseSensitiveTransform(attributes, property.toLowerCase())\n}\n"],"names":["caseInsensitiveTransform","attributes","property","caseSensitiveTransform","toLowerCase"],"mappings":"uEAUO,SAASA,EAAyBC,EAAYC,GACnD,OAAOC,EAAuBF,EAAYC,EAASE,cACrD"}
@@ -0,0 +1,2 @@
1
+ function n(n,r){return r in n?n[r]:r}export{n as caseSensitiveTransform};
2
+ //# sourceMappingURL=case-sensitive-transform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-sensitive-transform.js","sources":["../../../../../node_modules/property-information/lib/util/case-sensitive-transform.js"],"sourcesContent":["/**\n * @param {Record<string, string>} attributes\n * Attributes.\n * @param {string} attribute\n * Attribute.\n * @returns {string}\n * Transformed attribute.\n */\nexport function caseSensitiveTransform(attributes, attribute) {\n return attribute in attributes ? attributes[attribute] : attribute\n}\n"],"names":["caseSensitiveTransform","attributes","attribute"],"mappings":"AAQO,SAASA,EAAuBC,EAAYC,GACjD,OAAOA,KAAaD,EAAaA,EAAWC,GAAaA,CAC3D"}
@@ -0,0 +1,2 @@
1
+ import{normalize as t}from"../normalize.js";import{DefinedInfo as e}from"./defined-info.js";import{Schema as r}from"./schema.js";function o(o){const s={},n={};for(const[r,i]of Object.entries(o.properties)){const m=new e(r,o.transform(o.attributes||{},r),i,o.space);o.mustUseProperty&&o.mustUseProperty.includes(r)&&(m.mustUseProperty=!0),s[r]=m,n[t(r)]=r,n[t(m.attribute)]=r}return new r(s,n,o.space)}export{o as create};
2
+ //# sourceMappingURL=create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.js","sources":["../../../../../node_modules/property-information/lib/util/create.js"],"sourcesContent":["/**\n * @import {Info, Space} from 'property-information'\n */\n\n/**\n * @typedef Definition\n * Definition of a schema.\n * @property {Record<string, string> | undefined} [attributes]\n * Normalzed names to special attribute case.\n * @property {ReadonlyArray<string> | undefined} [mustUseProperty]\n * Normalized names that must be set as properties.\n * @property {Record<string, number | null>} properties\n * Property names to their types.\n * @property {Space | undefined} [space]\n * Space.\n * @property {Transform} transform\n * Transform a property name.\n */\n\n/**\n * @callback Transform\n * Transform.\n * @param {Record<string, string>} attributes\n * Attributes.\n * @param {string} property\n * Property.\n * @returns {string}\n * Attribute.\n */\n\nimport {normalize} from '../normalize.js'\nimport {DefinedInfo} from './defined-info.js'\nimport {Schema} from './schema.js'\n\n/**\n * @param {Definition} definition\n * Definition.\n * @returns {Schema}\n * Schema.\n */\nexport function create(definition) {\n /** @type {Record<string, Info>} */\n const properties = {}\n /** @type {Record<string, string>} */\n const normals = {}\n\n for (const [property, value] of Object.entries(definition.properties)) {\n const info = new DefinedInfo(\n property,\n definition.transform(definition.attributes || {}, property),\n value,\n definition.space\n )\n\n if (\n definition.mustUseProperty &&\n definition.mustUseProperty.includes(property)\n ) {\n info.mustUseProperty = true\n }\n\n properties[property] = info\n\n normals[normalize(property)] = property\n normals[normalize(info.attribute)] = property\n }\n\n return new Schema(properties, normals, definition.space)\n}\n"],"names":["create","definition","properties","normals","property","value","Object","entries","info","DefinedInfo","transform","attributes","space","mustUseProperty","includes","normalize","attribute","Schema"],"mappings":"iIAwCO,SAASA,EAAOC,GAErB,MAAMC,EAAa,CAAE,EAEfC,EAAU,CAAE,EAElB,IAAK,MAAOC,EAAUC,KAAUC,OAAOC,QAAQN,EAAWC,YAAa,CACrE,MAAMM,EAAO,IAAIC,EACfL,EACAH,EAAWS,UAAUT,EAAWU,YAAc,CAAA,EAAIP,GAClDC,EACAJ,EAAWW,OAIXX,EAAWY,iBACXZ,EAAWY,gBAAgBC,SAASV,KAEpCI,EAAKK,iBAAkB,GAGzBX,EAAWE,GAAYI,EAEvBL,EAAQY,EAAUX,IAAaA,EAC/BD,EAAQY,EAAUP,EAAKQ,YAAcZ,CACtC,CAED,OAAO,IAAIa,EAAOf,EAAYC,EAASF,EAAWW,MACpD"}
@@ -0,0 +1,2 @@
1
+ import{Info as t}from"./info.js";import*as e from"./types.js";const o=Object.keys(e);class s extends t{constructor(t,s,n,p){let c=-1;if(super(t,s),r(this,"space",p),"number"==typeof n)for(;++c<o.length;){const t=o[c];r(this,o[c],(n&e[t])===e[t])}}}function r(t,e,o){o&&(t[e]=o)}s.prototype.defined=!0;export{s as DefinedInfo};
2
+ //# sourceMappingURL=defined-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defined-info.js","sources":["../../../../../node_modules/property-information/lib/util/defined-info.js"],"sourcesContent":["/**\n * @import {Space} from 'property-information'\n */\n\nimport {Info} from './info.js'\nimport * as types from './types.js'\n\nconst checks = /** @type {ReadonlyArray<keyof typeof types>} */ (\n Object.keys(types)\n)\n\nexport class DefinedInfo extends Info {\n /**\n * @constructor\n * @param {string} property\n * Property.\n * @param {string} attribute\n * Attribute.\n * @param {number | null | undefined} [mask]\n * Mask.\n * @param {Space | undefined} [space]\n * Space.\n * @returns\n * Info.\n */\n constructor(property, attribute, mask, space) {\n let index = -1\n\n super(property, attribute)\n\n mark(this, 'space', space)\n\n if (typeof mask === 'number') {\n while (++index < checks.length) {\n const check = checks[index]\n mark(this, checks[index], (mask & types[check]) === types[check])\n }\n }\n }\n}\n\nDefinedInfo.prototype.defined = true\n\n/**\n * @template {keyof DefinedInfo} Key\n * Key type.\n * @param {DefinedInfo} values\n * Info.\n * @param {Key} key\n * Key.\n * @param {DefinedInfo[Key]} value\n * Value.\n * @returns {undefined}\n * Nothing.\n */\nfunction mark(values, key, value) {\n if (value) {\n values[key] = value\n }\n}\n"],"names":["checks","Object","keys","types","DefinedInfo","Info","constructor","property","attribute","mask","space","index","super","mark","this","length","check","values","key","value","prototype","defined"],"mappings":"8DAOA,MAAMA,EACJC,OAAOC,KAAKC,GAGP,MAAMC,UAAoBC,EAc/B,WAAAC,CAAYC,EAAUC,EAAWC,EAAMC,GACrC,IAAIC,GAAS,EAMb,GAJAC,MAAML,EAAUC,GAEhBK,EAAKC,KAAM,QAASJ,GAEA,iBAATD,EACT,OAASE,EAAQX,EAAOe,QAAQ,CAC9B,MAAMC,EAAQhB,EAAOW,GACrBE,EAAKC,KAAMd,EAAOW,IAASF,EAAON,EAAMa,MAAYb,EAAMa,GAC3D,CAEJ,EAiBH,SAASH,EAAKI,EAAQC,EAAKC,GACrBA,IACFF,EAAOC,GAAOC,EAElB,CAlBAf,EAAYgB,UAAUC,SAAU"}
@@ -0,0 +1,2 @@
1
+ class t{constructor(t,o){this.attribute=o,this.property=t}}t.prototype.attribute="",t.prototype.booleanish=!1,t.prototype.boolean=!1,t.prototype.commaOrSpaceSeparated=!1,t.prototype.commaSeparated=!1,t.prototype.defined=!1,t.prototype.mustUseProperty=!1,t.prototype.number=!1,t.prototype.overloadedBoolean=!1,t.prototype.property="",t.prototype.spaceSeparated=!1,t.prototype.space=void 0;export{t as Info};
2
+ //# sourceMappingURL=info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"info.js","sources":["../../../../../node_modules/property-information/lib/util/info.js"],"sourcesContent":["/**\n * @import {Info as InfoType} from 'property-information'\n */\n\n/** @type {InfoType} */\nexport class Info {\n /**\n * @param {string} property\n * Property.\n * @param {string} attribute\n * Attribute.\n * @returns\n * Info.\n */\n constructor(property, attribute) {\n this.attribute = attribute\n this.property = property\n }\n}\n\nInfo.prototype.attribute = ''\nInfo.prototype.booleanish = false\nInfo.prototype.boolean = false\nInfo.prototype.commaOrSpaceSeparated = false\nInfo.prototype.commaSeparated = false\nInfo.prototype.defined = false\nInfo.prototype.mustUseProperty = false\nInfo.prototype.number = false\nInfo.prototype.overloadedBoolean = false\nInfo.prototype.property = ''\nInfo.prototype.spaceSeparated = false\nInfo.prototype.space = undefined\n"],"names":["Info","constructor","property","attribute","this","prototype","booleanish","boolean","commaOrSpaceSeparated","commaSeparated","defined","mustUseProperty","number","overloadedBoolean","spaceSeparated","space","undefined"],"mappings":"AAKO,MAAMA,EASX,WAAAC,CAAYC,EAAUC,GACpBC,KAAKD,UAAYA,EACjBC,KAAKF,SAAWA,CACjB,EAGHF,EAAKK,UAAUF,UAAY,GAC3BH,EAAKK,UAAUC,YAAa,EAC5BN,EAAKK,UAAUE,SAAU,EACzBP,EAAKK,UAAUG,uBAAwB,EACvCR,EAAKK,UAAUI,gBAAiB,EAChCT,EAAKK,UAAUK,SAAU,EACzBV,EAAKK,UAAUM,iBAAkB,EACjCX,EAAKK,UAAUO,QAAS,EACxBZ,EAAKK,UAAUQ,mBAAoB,EACnCb,EAAKK,UAAUH,SAAW,GAC1BF,EAAKK,UAAUS,gBAAiB,EAChCd,EAAKK,UAAUU,WAAQC"}
@@ -0,0 +1,2 @@
1
+ import{Schema as o}from"./schema.js";function n(n,r){const t={},s={};for(const o of n)Object.assign(t,o.property),Object.assign(s,o.normal);return new o(t,s,r)}export{n as merge};
2
+ //# sourceMappingURL=merge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"merge.js","sources":["../../../../../node_modules/property-information/lib/util/merge.js"],"sourcesContent":["/**\n * @import {Info, Space} from 'property-information'\n */\n\nimport {Schema} from './schema.js'\n\n/**\n * @param {ReadonlyArray<Schema>} definitions\n * Definitions.\n * @param {Space | undefined} [space]\n * Space.\n * @returns {Schema}\n * Schema.\n */\nexport function merge(definitions, space) {\n /** @type {Record<string, Info>} */\n const property = {}\n /** @type {Record<string, string>} */\n const normal = {}\n\n for (const definition of definitions) {\n Object.assign(property, definition.property)\n Object.assign(normal, definition.normal)\n }\n\n return new Schema(property, normal, space)\n}\n"],"names":["merge","definitions","space","property","normal","definition","Object","assign","Schema"],"mappings":"qCAcO,SAASA,EAAMC,EAAaC,GAEjC,MAAMC,EAAW,CAAE,EAEbC,EAAS,CAAE,EAEjB,IAAK,MAAMC,KAAcJ,EACvBK,OAAOC,OAAOJ,EAAUE,EAAWF,UACnCG,OAAOC,OAAOH,EAAQC,EAAWD,QAGnC,OAAO,IAAII,EAAOL,EAAUC,EAAQF,EACtC"}
@@ -0,0 +1,2 @@
1
+ class o{constructor(o,t,p){this.normal=t,this.property=o,p&&(this.space=p)}}o.prototype.normal={},o.prototype.property={},o.prototype.space=void 0;export{o as Schema};
2
+ //# sourceMappingURL=schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.js","sources":["../../../../../node_modules/property-information/lib/util/schema.js"],"sourcesContent":["/**\n * @import {Schema as SchemaType, Space} from 'property-information'\n */\n\n/** @type {SchemaType} */\nexport class Schema {\n /**\n * @param {SchemaType['property']} property\n * Property.\n * @param {SchemaType['normal']} normal\n * Normal.\n * @param {Space | undefined} [space]\n * Space.\n * @returns\n * Schema.\n */\n constructor(property, normal, space) {\n this.normal = normal\n this.property = property\n\n if (space) {\n this.space = space\n }\n }\n}\n\nSchema.prototype.normal = {}\nSchema.prototype.property = {}\nSchema.prototype.space = undefined\n"],"names":["Schema","constructor","property","normal","space","this","prototype","undefined"],"mappings":"AAKO,MAAMA,EAWX,WAAAC,CAAYC,EAAUC,EAAQC,GAC5BC,KAAKF,OAASA,EACdE,KAAKH,SAAWA,EAEZE,IACFC,KAAKD,MAAQA,EAEhB,EAGHJ,EAAOM,UAAUH,OAAS,CAAE,EAC5BH,EAAOM,UAAUJ,SAAW,CAAE,EAC9BF,EAAOM,UAAUF,WAAQG"}
@@ -0,0 +1,2 @@
1
+ let t=0;const n=i(),e=i(),o=i(),r=i(),c=i(),u=i(),f=i();function i(){return 2**++t}export{n as boolean,e as booleanish,f as commaOrSpaceSeparated,u as commaSeparated,r as number,o as overloadedBoolean,c as spaceSeparated};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sources":["../../../../../node_modules/property-information/lib/util/types.js"],"sourcesContent":["let powers = 0\n\nexport const boolean = increment()\nexport const booleanish = increment()\nexport const overloadedBoolean = increment()\nexport const number = increment()\nexport const spaceSeparated = increment()\nexport const commaSeparated = increment()\nexport const commaOrSpaceSeparated = increment()\n\nfunction increment() {\n return 2 ** ++powers\n}\n"],"names":["powers","boolean","increment","booleanish","overloadedBoolean","number","spaceSeparated","commaSeparated","commaOrSpaceSeparated"],"mappings":"AAAA,IAAIA,EAAS,EAED,MAACC,EAAUC,IACVC,EAAaD,IACbE,EAAoBF,IACpBG,EAASH,IACTI,EAAiBJ,IACjBK,EAAiBL,IACjBM,EAAwBN,IAErC,SAASA,IACP,OAAO,KAAOF,CAChB"}
@@ -0,0 +1,2 @@
1
+ import{create as l}from"./util/create.js";const n=l({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform:(l,n)=>"xlink:"+n.slice(5).toLowerCase()});export{n as xlink};
2
+ //# sourceMappingURL=xlink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xlink.js","sources":["../../../../node_modules/property-information/lib/xlink.js"],"sourcesContent":["import {create} from './util/create.js'\n\nexport const xlink = create({\n properties: {\n xLinkActuate: null,\n xLinkArcRole: null,\n xLinkHref: null,\n xLinkRole: null,\n xLinkShow: null,\n xLinkTitle: null,\n xLinkType: null\n },\n space: 'xlink',\n transform(_, property) {\n return 'xlink:' + property.slice(5).toLowerCase()\n }\n})\n"],"names":["xlink","create","properties","xLinkActuate","xLinkArcRole","xLinkHref","xLinkRole","xLinkShow","xLinkTitle","xLinkType","space","transform","_","property","slice","toLowerCase"],"mappings":"0CAEY,MAACA,EAAQC,EAAO,CAC1BC,WAAY,CACVC,aAAc,KACdC,aAAc,KACdC,UAAW,KACXC,UAAW,KACXC,UAAW,KACXC,WAAY,KACZC,UAAW,MAEbC,MAAO,QACPC,UAAS,CAACC,EAAGC,IACJ,SAAWA,EAASC,MAAM,GAAGC"}
@@ -0,0 +1,2 @@
1
+ import{create as l}from"./util/create.js";const e=l({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform:(l,e)=>"xml:"+e.slice(3).toLowerCase()});export{e as xml};
2
+ //# sourceMappingURL=xml.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xml.js","sources":["../../../../node_modules/property-information/lib/xml.js"],"sourcesContent":["import {create} from './util/create.js'\n\nexport const xml = create({\n properties: {xmlBase: null, xmlLang: null, xmlSpace: null},\n space: 'xml',\n transform(_, property) {\n return 'xml:' + property.slice(3).toLowerCase()\n }\n})\n"],"names":["xml","create","properties","xmlBase","xmlLang","xmlSpace","space","transform","_","property","slice","toLowerCase"],"mappings":"0CAEY,MAACA,EAAMC,EAAO,CACxBC,WAAY,CAACC,QAAS,KAAMC,QAAS,KAAMC,SAAU,MACrDC,MAAO,MACPC,UAAS,CAACC,EAAGC,IACJ,OAASA,EAASC,MAAM,GAAGC"}
@@ -0,0 +1,2 @@
1
+ import{create as s}from"./util/create.js";import{caseInsensitiveTransform as n}from"./util/case-insensitive-transform.js";const t=s({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:n});export{t as xmlns};
2
+ //# sourceMappingURL=xmlns.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xmlns.js","sources":["../../../../node_modules/property-information/lib/xmlns.js"],"sourcesContent":["import {create} from './util/create.js'\nimport {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\n\nexport const xmlns = create({\n attributes: {xmlnsxlink: 'xmlns:xlink'},\n properties: {xmlnsXLink: null, xmlns: null},\n space: 'xmlns',\n transform: caseInsensitiveTransform\n})\n"],"names":["xmlns","create","attributes","xmlnsxlink","properties","xmlnsXLink","space","transform","caseInsensitiveTransform"],"mappings":"0HAGY,MAACA,EAAQC,EAAO,CAC1BC,WAAY,CAACC,WAAY,eACzBC,WAAY,CAACC,WAAY,KAAML,MAAO,MACtCM,MAAO,QACPC,UAAWC"}
@@ -0,0 +1,2 @@
1
+ import{unreachable as e}from"../../devlop/lib/default.js";import{toJsxRuntime as r}from"../../hast-util-to-jsx-runtime/lib/index.js";import{urlAttributes as o}from"../../html-url-attributes/lib/index.js";import{Fragment as n,jsx as t,jsxs as i}from"react/jsx-runtime";import"react";import l from"../../remark-parse/lib/index.js";import{visit as s}from"../../unist-util-visit/lib/index.js";import m from"../../remark-rehype/lib/index.js";import{unified as a}from"../../unified/lib/index.js";import{VFile as d}from"../../vfile/lib/index.js";const p="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",u=[],c={allowDangerousHtml:!0},f=/^(https?|ircs?|mailto|xmpp)$/i,w=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function g(f){const g=function(e){const r=e.rehypePlugins||u,o=e.remarkPlugins||u,n=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...c}:c,t=a().use(l).use(o).use(m,n).use(r);return t}(f),y=function(e){const r=e.children||"",o=new d;"string"==typeof r&&(o.value=r);return o}(f);return function(l,m){const a=m.allowedElements,d=m.allowElement,u=m.components,c=m.disallowedElements,f=m.skipHtml,g=m.unwrapDisallowed,y=m.urlTransform||h;for(const r of w)Object.hasOwn(m,r.from)&&e("Unexpected `"+r.from+"` prop, "+(r.to?"use `"+r.to+"` instead":"remove it")+" (see <"+p+"#"+r.id+"> for more info)");return s(l,x),r(l,{Fragment:n,components:u,ignoreInvalidStyle:!0,jsx:t,jsxs:i,passKeys:!0,passNode:!0});function x(e,r,n){if("raw"===e.type&&n&&"number"==typeof r)return f?n.children.splice(r,1):n.children[r]={type:"text",value:e.value},r;if("element"===e.type){let r;for(r in o)if(Object.hasOwn(o,r)&&Object.hasOwn(e.properties,r)){const n=e.properties[r],t=o[r];(null===t||t.includes(e.tagName))&&(e.properties[r]=y(String(n||""),r,e))}}if("element"===e.type){let o=a?!a.includes(e.tagName):!!c&&c.includes(e.tagName);if(!o&&d&&"number"==typeof r&&(o=!d(e,r,n)),o&&n&&"number"==typeof r)return g&&e.children?n.children.splice(r,1,...e.children):n.children.splice(r,1),r}}}(g.runSync(g.parse(y),y),f)}function h(e){const r=e.indexOf(":"),o=e.indexOf("?"),n=e.indexOf("#"),t=e.indexOf("/");return-1===r||-1!==t&&r>t||-1!==o&&r>o||-1!==n&&r>n||f.test(e.slice(0,r))?e:""}export{g as Markdown,h as defaultUrlTransform};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/react-markdown/lib/index.js"],"sourcesContent":["/**\n * @import {Element, Nodes, Parents, Root} from 'hast'\n * @import {Root as MdastRoot} from 'mdast'\n * @import {ComponentType, JSX, ReactElement, ReactNode} from 'react'\n * @import {Options as RemarkRehypeOptions} from 'remark-rehype'\n * @import {BuildVisitor} from 'unist-util-visit'\n * @import {PluggableList, Processor} from 'unified'\n */\n\n/**\n * @callback AllowElement\n * Filter elements.\n * @param {Readonly<Element>} element\n * Element to check.\n * @param {number} index\n * Index of `element` in `parent`.\n * @param {Readonly<Parents> | undefined} parent\n * Parent of `element`.\n * @returns {boolean | null | undefined}\n * Whether to allow `element` (default: `false`).\n */\n\n/**\n * @typedef ExtraProps\n * Extra fields we pass.\n * @property {Element | undefined} [node]\n * passed when `passNode` is on.\n */\n\n/**\n * @typedef {{\n * [Key in keyof JSX.IntrinsicElements]?: ComponentType<JSX.IntrinsicElements[Key] & ExtraProps> | keyof JSX.IntrinsicElements\n * }} Components\n * Map tag names to components.\n */\n\n/**\n * @typedef Deprecation\n * Deprecation.\n * @property {string} from\n * Old field.\n * @property {string} id\n * ID in readme.\n * @property {keyof Options} [to]\n * New field.\n */\n\n/**\n * @typedef Options\n * Configuration.\n * @property {AllowElement | null | undefined} [allowElement]\n * Filter elements (optional);\n * `allowedElements` / `disallowedElements` is used first.\n * @property {ReadonlyArray<string> | null | undefined} [allowedElements]\n * Tag names to allow (default: all tag names);\n * cannot combine w/ `disallowedElements`.\n * @property {string | null | undefined} [children]\n * Markdown.\n * @property {Components | null | undefined} [components]\n * Map tag names to components.\n * @property {ReadonlyArray<string> | null | undefined} [disallowedElements]\n * Tag names to disallow (default: `[]`);\n * cannot combine w/ `allowedElements`.\n * @property {PluggableList | null | undefined} [rehypePlugins]\n * List of rehype plugins to use.\n * @property {PluggableList | null | undefined} [remarkPlugins]\n * List of remark plugins to use.\n * @property {Readonly<RemarkRehypeOptions> | null | undefined} [remarkRehypeOptions]\n * Options to pass through to `remark-rehype`.\n * @property {boolean | null | undefined} [skipHtml=false]\n * Ignore HTML in markdown completely (default: `false`).\n * @property {boolean | null | undefined} [unwrapDisallowed=false]\n * Extract (unwrap) what’s in disallowed elements (default: `false`);\n * normally when say `strong` is not allowed, it and it’s children are dropped,\n * with `unwrapDisallowed` the element itself is replaced by its children.\n * @property {UrlTransform | null | undefined} [urlTransform]\n * Change URLs (default: `defaultUrlTransform`)\n */\n\n/**\n * @typedef HooksOptionsOnly\n * Configuration specifically for {@linkcode MarkdownHooks}.\n * @property {ReactNode | null | undefined} [fallback]\n * Content to render while the processor processing the markdown (optional).\n */\n\n/**\n * @typedef {Options & HooksOptionsOnly} HooksOptions\n * Configuration for {@linkcode MarkdownHooks};\n * extends the regular {@linkcode Options} with a `fallback` prop.\n */\n\n/**\n * @callback UrlTransform\n * Transform all URLs.\n * @param {string} url\n * URL.\n * @param {string} key\n * Property name (example: `'href'`).\n * @param {Readonly<Element>} node\n * Node.\n * @returns {string | null | undefined}\n * Transformed URL (optional).\n */\n\nimport {unreachable} from 'devlop'\nimport {toJsxRuntime} from 'hast-util-to-jsx-runtime'\nimport {urlAttributes} from 'html-url-attributes'\nimport {Fragment, jsx, jsxs} from 'react/jsx-runtime'\nimport {useEffect, useState} from 'react'\nimport remarkParse from 'remark-parse'\nimport remarkRehype from 'remark-rehype'\nimport {unified} from 'unified'\nimport {visit} from 'unist-util-visit'\nimport {VFile} from 'vfile'\n\nconst changelog =\n 'https://github.com/remarkjs/react-markdown/blob/main/changelog.md'\n\n/** @type {PluggableList} */\nconst emptyPlugins = []\n/** @type {Readonly<RemarkRehypeOptions>} */\nconst emptyRemarkRehypeOptions = {allowDangerousHtml: true}\nconst safeProtocol = /^(https?|ircs?|mailto|xmpp)$/i\n\n// Mutable because we `delete` any time it’s used and a message is sent.\n/** @type {ReadonlyArray<Readonly<Deprecation>>} */\nconst deprecations = [\n {from: 'astPlugins', id: 'remove-buggy-html-in-markdown-parser'},\n {from: 'allowDangerousHtml', id: 'remove-buggy-html-in-markdown-parser'},\n {\n from: 'allowNode',\n id: 'replace-allownode-allowedtypes-and-disallowedtypes',\n to: 'allowElement'\n },\n {\n from: 'allowedTypes',\n id: 'replace-allownode-allowedtypes-and-disallowedtypes',\n to: 'allowedElements'\n },\n {from: 'className', id: 'remove-classname'},\n {\n from: 'disallowedTypes',\n id: 'replace-allownode-allowedtypes-and-disallowedtypes',\n to: 'disallowedElements'\n },\n {from: 'escapeHtml', id: 'remove-buggy-html-in-markdown-parser'},\n {from: 'includeElementIndex', id: '#remove-includeelementindex'},\n {\n from: 'includeNodeIndex',\n id: 'change-includenodeindex-to-includeelementindex'\n },\n {from: 'linkTarget', id: 'remove-linktarget'},\n {from: 'plugins', id: 'change-plugins-to-remarkplugins', to: 'remarkPlugins'},\n {from: 'rawSourcePos', id: '#remove-rawsourcepos'},\n {from: 'renderers', id: 'change-renderers-to-components', to: 'components'},\n {from: 'source', id: 'change-source-to-children', to: 'children'},\n {from: 'sourcePos', id: '#remove-sourcepos'},\n {from: 'transformImageUri', id: '#add-urltransform', to: 'urlTransform'},\n {from: 'transformLinkUri', id: '#add-urltransform', to: 'urlTransform'}\n]\n\n/**\n * Component to render markdown.\n *\n * This is a synchronous component.\n * When using async plugins,\n * see {@linkcode MarkdownAsync} or {@linkcode MarkdownHooks}.\n *\n * @param {Readonly<Options>} options\n * Props.\n * @returns {ReactElement}\n * React element.\n */\nexport function Markdown(options) {\n const processor = createProcessor(options)\n const file = createFile(options)\n return post(processor.runSync(processor.parse(file), file), options)\n}\n\n/**\n * Component to render markdown with support for async plugins\n * through async/await.\n *\n * Components returning promises are supported on the server.\n * For async support on the client,\n * see {@linkcode MarkdownHooks}.\n *\n * @param {Readonly<Options>} options\n * Props.\n * @returns {Promise<ReactElement>}\n * Promise to a React element.\n */\nexport async function MarkdownAsync(options) {\n const processor = createProcessor(options)\n const file = createFile(options)\n const tree = await processor.run(processor.parse(file), file)\n return post(tree, options)\n}\n\n/**\n * Component to render markdown with support for async plugins through hooks.\n *\n * This uses `useEffect` and `useState` hooks.\n * Hooks run on the client and do not immediately render something.\n * For async support on the server,\n * see {@linkcode MarkdownAsync}.\n *\n * @param {Readonly<HooksOptions>} options\n * Props.\n * @returns {ReactNode}\n * React node.\n */\nexport function MarkdownHooks(options) {\n const processor = createProcessor(options)\n const [error, setError] = useState(\n /** @type {Error | undefined} */ (undefined)\n )\n const [tree, setTree] = useState(/** @type {Root | undefined} */ (undefined))\n\n useEffect(\n function () {\n let cancelled = false\n const file = createFile(options)\n\n processor.run(processor.parse(file), file, function (error, tree) {\n if (!cancelled) {\n setError(error)\n setTree(tree)\n }\n })\n\n /**\n * @returns {undefined}\n * Nothing.\n */\n return function () {\n cancelled = true\n }\n },\n [\n options.children,\n options.rehypePlugins,\n options.remarkPlugins,\n options.remarkRehypeOptions\n ]\n )\n\n if (error) throw error\n\n return tree ? post(tree, options) : options.fallback\n}\n\n/**\n * Set up the `unified` processor.\n *\n * @param {Readonly<Options>} options\n * Props.\n * @returns {Processor<MdastRoot, MdastRoot, Root, undefined, undefined>}\n * Result.\n */\nfunction createProcessor(options) {\n const rehypePlugins = options.rehypePlugins || emptyPlugins\n const remarkPlugins = options.remarkPlugins || emptyPlugins\n const remarkRehypeOptions = options.remarkRehypeOptions\n ? {...options.remarkRehypeOptions, ...emptyRemarkRehypeOptions}\n : emptyRemarkRehypeOptions\n\n const processor = unified()\n .use(remarkParse)\n .use(remarkPlugins)\n .use(remarkRehype, remarkRehypeOptions)\n .use(rehypePlugins)\n\n return processor\n}\n\n/**\n * Set up the virtual file.\n *\n * @param {Readonly<Options>} options\n * Props.\n * @returns {VFile}\n * Result.\n */\nfunction createFile(options) {\n const children = options.children || ''\n const file = new VFile()\n\n if (typeof children === 'string') {\n file.value = children\n } else {\n unreachable(\n 'Unexpected value `' +\n children +\n '` for `children` prop, expected `string`'\n )\n }\n\n return file\n}\n\n/**\n * Process the result from unified some more.\n *\n * @param {Nodes} tree\n * Tree.\n * @param {Readonly<Options>} options\n * Props.\n * @returns {ReactElement}\n * React element.\n */\nfunction post(tree, options) {\n const allowedElements = options.allowedElements\n const allowElement = options.allowElement\n const components = options.components\n const disallowedElements = options.disallowedElements\n const skipHtml = options.skipHtml\n const unwrapDisallowed = options.unwrapDisallowed\n const urlTransform = options.urlTransform || defaultUrlTransform\n\n for (const deprecation of deprecations) {\n if (Object.hasOwn(options, deprecation.from)) {\n unreachable(\n 'Unexpected `' +\n deprecation.from +\n '` prop, ' +\n (deprecation.to\n ? 'use `' + deprecation.to + '` instead'\n : 'remove it') +\n ' (see <' +\n changelog +\n '#' +\n deprecation.id +\n '> for more info)'\n )\n }\n }\n\n if (allowedElements && disallowedElements) {\n unreachable(\n 'Unexpected combined `allowedElements` and `disallowedElements`, expected one or the other'\n )\n }\n\n visit(tree, transform)\n\n return toJsxRuntime(tree, {\n Fragment,\n components,\n ignoreInvalidStyle: true,\n jsx,\n jsxs,\n passKeys: true,\n passNode: true\n })\n\n /** @type {BuildVisitor<Root>} */\n function transform(node, index, parent) {\n if (node.type === 'raw' && parent && typeof index === 'number') {\n if (skipHtml) {\n parent.children.splice(index, 1)\n } else {\n parent.children[index] = {type: 'text', value: node.value}\n }\n\n return index\n }\n\n if (node.type === 'element') {\n /** @type {string} */\n let key\n\n for (key in urlAttributes) {\n if (\n Object.hasOwn(urlAttributes, key) &&\n Object.hasOwn(node.properties, key)\n ) {\n const value = node.properties[key]\n const test = urlAttributes[key]\n if (test === null || test.includes(node.tagName)) {\n node.properties[key] = urlTransform(String(value || ''), key, node)\n }\n }\n }\n }\n\n if (node.type === 'element') {\n let remove = allowedElements\n ? !allowedElements.includes(node.tagName)\n : disallowedElements\n ? disallowedElements.includes(node.tagName)\n : false\n\n if (!remove && allowElement && typeof index === 'number') {\n remove = !allowElement(node, index, parent)\n }\n\n if (remove && parent && typeof index === 'number') {\n if (unwrapDisallowed && node.children) {\n parent.children.splice(index, 1, ...node.children)\n } else {\n parent.children.splice(index, 1)\n }\n\n return index\n }\n }\n }\n}\n\n/**\n * Make a URL safe.\n *\n * @satisfies {UrlTransform}\n * @param {string} value\n * URL.\n * @returns {string}\n * Safe URL.\n */\nexport function defaultUrlTransform(value) {\n // Same as:\n // <https://github.com/micromark/micromark/blob/929275e/packages/micromark-util-sanitize-uri/dev/index.js#L34>\n // But without the `encode` part.\n const colon = value.indexOf(':')\n const questionMark = value.indexOf('?')\n const numberSign = value.indexOf('#')\n const slash = value.indexOf('/')\n\n if (\n // If there is no protocol, it’s relative.\n colon === -1 ||\n // If the first colon is after a `?`, `#`, or `/`, it’s not a protocol.\n (slash !== -1 && colon > slash) ||\n (questionMark !== -1 && colon > questionMark) ||\n (numberSign !== -1 && colon > numberSign) ||\n // It is a protocol, it should be allowed.\n safeProtocol.test(value.slice(0, colon))\n ) {\n return value\n }\n\n return ''\n}\n"],"names":["changelog","emptyPlugins","emptyRemarkRehypeOptions","allowDangerousHtml","safeProtocol","deprecations","from","id","to","Markdown","options","processor","rehypePlugins","remarkPlugins","remarkRehypeOptions","unified","use","remarkParse","remarkRehype","createProcessor","file","children","VFile","value","createFile","tree","allowedElements","allowElement","components","disallowedElements","skipHtml","unwrapDisallowed","urlTransform","defaultUrlTransform","deprecation","Object","hasOwn","unreachable","visit","transform","toJsxRuntime","Fragment","ignoreInvalidStyle","jsx","jsxs","passKeys","passNode","node","index","parent","type","splice","key","urlAttributes","properties","test","includes","tagName","String","remove","post","runSync","parse","colon","indexOf","questionMark","numberSign","slash","slice"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import{fromMarkdown as t}from"../../mdast-util-from-markdown/lib/index.js";function n(n){const s=this;s.parser=function(o){return t(o,{...s.data("settings"),...n,extensions:s.data("micromarkExtensions")||[],mdastExtensions:s.data("fromMarkdownExtensions")||[]})}}export{n as default};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/remark-parse/lib/index.js"],"sourcesContent":["/**\n * @typedef {import('mdast').Root} Root\n * @typedef {import('mdast-util-from-markdown').Options} FromMarkdownOptions\n * @typedef {import('unified').Parser<Root>} Parser\n * @typedef {import('unified').Processor<Root>} Processor\n */\n\n/**\n * @typedef {Omit<FromMarkdownOptions, 'extensions' | 'mdastExtensions'>} Options\n */\n\nimport {fromMarkdown} from 'mdast-util-from-markdown'\n\n/**\n * Aadd support for parsing from markdown.\n *\n * @param {Readonly<Options> | null | undefined} [options]\n * Configuration (optional).\n * @returns {undefined}\n * Nothing.\n */\nexport default function remarkParse(options) {\n /** @type {Processor} */\n // @ts-expect-error: TS in JSDoc generates wrong types if `this` is typed regularly.\n const self = this\n\n self.parser = parser\n\n /**\n * @type {Parser}\n */\n function parser(doc) {\n return fromMarkdown(doc, {\n ...self.data('settings'),\n ...options,\n // Note: these options are not in the readme.\n // The goal is for them to be set by plugins on `data` instead of being\n // passed by users.\n extensions: self.data('micromarkExtensions') || [],\n mdastExtensions: self.data('fromMarkdownExtensions') || []\n })\n }\n}\n"],"names":["remarkParse","options","self","this","parser","doc","fromMarkdown","data","extensions","mdastExtensions"],"mappings":"2EAqBe,SAASA,EAAYC,GAGlC,MAAMC,EAAOC,KAEbD,EAAKE,OAKL,SAAgBC,GACd,OAAOC,EAAaD,EAAK,IACpBH,EAAKK,KAAK,eACVN,EAIHO,WAAYN,EAAKK,KAAK,wBAA0B,GAChDE,gBAAiBP,EAAKK,KAAK,2BAA6B,IAE3D,CACH"}
@@ -0,0 +1,2 @@
1
+ import{toHast as n}from"../../mdast-util-to-hast/lib/index.js";function t(t,i){return t&&"run"in t?async function(r,u){const o=n(r,{file:u,...i});await t.run(o,u)}:function(r,u){return n(r,{file:u,...t||i})}}export{t as default};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/remark-rehype/lib/index.js"],"sourcesContent":["/**\n * @import {Root as HastRoot} from 'hast'\n * @import {Root as MdastRoot} from 'mdast'\n * @import {Options as ToHastOptions} from 'mdast-util-to-hast'\n * @import {Processor} from 'unified'\n * @import {VFile} from 'vfile'\n */\n\n/**\n * @typedef {Omit<ToHastOptions, 'file'>} Options\n *\n * @callback TransformBridge\n * Bridge-mode.\n *\n * Runs the destination with the new hast tree.\n * Discards result.\n * @param {MdastRoot} tree\n * Tree.\n * @param {VFile} file\n * File.\n * @returns {Promise<undefined>}\n * Nothing.\n *\n * @callback TransformMutate\n * Mutate-mode.\n *\n * Further transformers run on the hast tree.\n * @param {MdastRoot} tree\n * Tree.\n * @param {VFile} file\n * File.\n * @returns {HastRoot}\n * Tree (hast).\n */\n\nimport {toHast} from 'mdast-util-to-hast'\n\n/**\n * Turn markdown into HTML.\n *\n * ##### Notes\n *\n * ###### Signature\n *\n * * if a processor is given,\n * runs the (rehype) plugins used on it with a hast tree,\n * then discards the result (*bridge mode*)\n * * otherwise,\n * returns a hast tree,\n * the plugins used after `remarkRehype` are rehype plugins (*mutate mode*)\n *\n * > 👉 **Note**:\n * > It’s highly unlikely that you want to pass a `processor`.\n *\n * ###### HTML\n *\n * Raw HTML is available in mdast as `html` nodes and can be embedded in hast\n * as semistandard `raw` nodes.\n * Most plugins ignore `raw` nodes but two notable ones don’t:\n *\n * * `rehype-stringify` also has an option `allowDangerousHtml` which will\n * output the raw HTML.\n * This is typically discouraged as noted by the option name but is useful if\n * you completely trust authors\n * * `rehype-raw` can handle the raw embedded HTML strings by parsing them\n * into standard hast nodes (`element`, `text`, etc);\n * this is a heavy task as it needs a full HTML parser,\n * but it is the only way to support untrusted content\n *\n * ###### Footnotes\n *\n * Many options supported here relate to footnotes.\n * Footnotes are not specified by CommonMark,\n * which we follow by default.\n * They are supported by GitHub,\n * so footnotes can be enabled in markdown with `remark-gfm`.\n *\n * The options `footnoteBackLabel` and `footnoteLabel` define natural language\n * that explains footnotes,\n * which is hidden for sighted users but shown to assistive technology.\n * When your page is not in English,\n * you must define translated values.\n *\n * Back references use ARIA attributes,\n * but the section label itself uses a heading that is hidden with an\n * `sr-only` class.\n * To show it to sighted users,\n * define different attributes in `footnoteLabelProperties`.\n *\n * ###### Clobbering\n *\n * Footnotes introduces a problem,\n * as it links footnote calls to footnote definitions on the page through `id`\n * attributes generated from user content,\n * which results in DOM clobbering.\n *\n * DOM clobbering is this:\n *\n * ```html\n * <p id=x></p>\n * <script>alert(x) // `x` now refers to the DOM `p#x` element</script>\n * ```\n *\n * Elements by their ID are made available by browsers on the `window` object,\n * which is a security risk.\n * Using a prefix solves this problem.\n *\n * More information on how to handle clobbering and the prefix is explained in\n * *Example: headings (DOM clobbering)* in `rehype-sanitize`.\n *\n * ###### Unknown nodes\n *\n * Unknown nodes are nodes with a type that isn’t in `handlers` or `passThrough`.\n * The default behavior for unknown nodes is:\n *\n * * when the node has a `value`\n * (and doesn’t have `data.hName`, `data.hProperties`, or `data.hChildren`,\n * see later),\n * create a hast `text` node\n * * otherwise,\n * create a `<div>` element (which could be changed with `data.hName`),\n * with its children mapped from mdast to hast as well\n *\n * This behavior can be changed by passing an `unknownHandler`.\n *\n * @overload\n * @param {Processor} processor\n * @param {Readonly<Options> | null | undefined} [options]\n * @returns {TransformBridge}\n *\n * @overload\n * @param {Readonly<Options> | null | undefined} [options]\n * @returns {TransformMutate}\n *\n * @overload\n * @param {Readonly<Options> | Processor | null | undefined} [destination]\n * @param {Readonly<Options> | null | undefined} [options]\n * @returns {TransformBridge | TransformMutate}\n *\n * @param {Readonly<Options> | Processor | null | undefined} [destination]\n * Processor or configuration (optional).\n * @param {Readonly<Options> | null | undefined} [options]\n * When a processor was given,\n * configuration (optional).\n * @returns {TransformBridge | TransformMutate}\n * Transform.\n */\nexport default function remarkRehype(destination, options) {\n if (destination && 'run' in destination) {\n /**\n * @type {TransformBridge}\n */\n return async function (tree, file) {\n // Cast because root in -> root out.\n const hastTree = /** @type {HastRoot} */ (\n toHast(tree, {file, ...options})\n )\n await destination.run(hastTree, file)\n }\n }\n\n /**\n * @type {TransformMutate}\n */\n return function (tree, file) {\n // Cast because root in -> root out.\n // To do: in the future, disallow ` || options` fallback.\n // With `unified-engine`, `destination` can be `undefined` but\n // `options` will be the file set.\n // We should not pass that as `options`.\n return /** @type {HastRoot} */ (\n toHast(tree, {file, ...(destination || options)})\n )\n }\n}\n"],"names":["remarkRehype","destination","options","async","tree","file","hastTree","toHast","run"],"mappings":"+DAmJe,SAASA,EAAaC,EAAaC,GAChD,OAAID,GAAe,QAASA,EAInBE,eAAgBC,EAAMC,GAE3B,MAAMC,EACJC,EAAOH,EAAM,CAACC,UAASH,UAEnBD,EAAYO,IAAIF,EAAUD,EACjC,EAMI,SAAUD,EAAMC,GAMrB,OACEE,EAAOH,EAAM,CAACC,UAAUJ,GAAeC,GAE1C,CACH"}
@@ -0,0 +1,2 @@
1
+ function n(n){return n.join(" ").trim()}export{n as stringify};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/space-separated-tokens/index.js"],"sourcesContent":["/**\n * Parse space-separated tokens to an array of strings.\n *\n * @param {string} value\n * Space-separated tokens.\n * @returns {Array<string>}\n * List of tokens.\n */\nexport function parse(value) {\n const input = String(value || '').trim()\n return input ? input.split(/[ \\t\\n\\r\\f]+/g) : []\n}\n\n/**\n * Serialize an array of strings as space separated-tokens.\n *\n * @param {Array<string|number>} values\n * List of tokens.\n * @returns {string}\n * Space-separated tokens.\n */\nexport function stringify(values) {\n return values.join(' ').trim()\n}\n"],"names":["stringify","values","join","trim"],"mappings":"AAqBO,SAASA,EAAUC,GACxB,OAAOA,EAAOC,KAAK,KAAKC,MAC1B"}
@@ -0,0 +1,2 @@
1
+ import{__require as e}from"../../style-to-object/cjs/index.js";import{__require as r}from"./utilities.js";var t,u;function i(){if(u)return t;u=1;var i=(t&&t.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(e()),n=r();function o(e,r){var t={};return e&&"string"==typeof e?((0,i.default)(e,function(e,u){e&&u&&(t[(0,n.camelCase)(e,r)]=u)}),t):t}return o.default=o,t=o}export{i as __require};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/style-to-js/cjs/index.js"],"sourcesContent":["\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nvar style_to_object_1 = __importDefault(require(\"style-to-object\"));\nvar utilities_1 = require(\"./utilities\");\n/**\n * Parses CSS inline style to JavaScript object (camelCased).\n */\nfunction StyleToJS(style, options) {\n var output = {};\n if (!style || typeof style !== 'string') {\n return output;\n }\n (0, style_to_object_1.default)(style, function (property, value) {\n // skip CSS comment\n if (property && value) {\n output[(0, utilities_1.camelCase)(property, options)] = value;\n }\n });\n return output;\n}\nStyleToJS.default = StyleToJS;\nmodule.exports = StyleToJS;\n//# sourceMappingURL=index.js.map"],"names":["style_to_object_1","this","__importDefault","mod","__esModule","default","require$$0","utilities_1","require$$1","StyleToJS","style","options","output","property","value","camelCase","cjs"],"mappings":"iJACA,IAGIA,GAHmBC,GAAQA,EAAKC,iBAAoB,SAAUC,GAC9D,OAAQA,GAAOA,EAAIC,WAAcD,EAAM,CAAEE,QAAWF,KAEhBG,KACpCC,EAAcC,IAIlB,SAASC,EAAUC,EAAOC,GACtB,IAAIC,EAAS,CAAA,EACb,OAAKF,GAA0B,iBAAVA,IAGrB,EAAIV,EAAkBK,SAASK,EAAO,SAAUG,EAAUC,GAElDD,GAAYC,IACZF,GAAO,EAAIL,EAAYQ,WAAWF,EAAUF,IAAYG,EAEpE,GACWF,GARIA,CASf,QACAH,EAAUJ,QAAUI,EACpBO,EAAiBP"}
@@ -0,0 +1,2 @@
1
+ import{__exports as e}from"../../../_virtual/utilities.js";var t;function r(){if(t)return e;t=1,Object.defineProperty(e,"__esModule",{value:!0}),e.camelCase=void 0;var r=/^--[a-zA-Z0-9_-]+$/,a=/-([a-z])/g,o=/^[^-]+$/,n=/^-(webkit|moz|ms|o|khtml)-/,i=/^-(ms)-/,u=function(e,t){return t.toUpperCase()},c=function(e,t){return"".concat(t,"-")};return e.camelCase=function(e,t){return void 0===t&&(t={}),function(e){return!e||o.test(e)||r.test(e)}(e)?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(i,c):e.replace(n,c)).replace(a,u))},e}export{r as __require};
2
+ //# sourceMappingURL=utilities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities.js","sources":["../../../../node_modules/style-to-js/cjs/utilities.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.camelCase = void 0;\nvar CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9_-]+$/;\nvar HYPHEN_REGEX = /-([a-z])/g;\nvar NO_HYPHEN_REGEX = /^[^-]+$/;\nvar VENDOR_PREFIX_REGEX = /^-(webkit|moz|ms|o|khtml)-/;\nvar MS_VENDOR_PREFIX_REGEX = /^-(ms)-/;\n/**\n * Checks whether to skip camelCase.\n */\nvar skipCamelCase = function (property) {\n return !property ||\n NO_HYPHEN_REGEX.test(property) ||\n CUSTOM_PROPERTY_REGEX.test(property);\n};\n/**\n * Replacer that capitalizes first character.\n */\nvar capitalize = function (match, character) {\n return character.toUpperCase();\n};\n/**\n * Replacer that removes beginning hyphen of vendor prefix property.\n */\nvar trimHyphen = function (match, prefix) { return \"\".concat(prefix, \"-\"); };\n/**\n * CamelCases a CSS property.\n */\nvar camelCase = function (property, options) {\n if (options === void 0) { options = {}; }\n if (skipCamelCase(property)) {\n return property;\n }\n property = property.toLowerCase();\n if (options.reactCompat) {\n // `-ms` vendor prefix should not be capitalized\n property = property.replace(MS_VENDOR_PREFIX_REGEX, trimHyphen);\n }\n else {\n // for non-React, remove first hyphen so vendor prefix is not capitalized\n property = property.replace(VENDOR_PREFIX_REGEX, trimHyphen);\n }\n return property.replace(HYPHEN_REGEX, capitalize);\n};\nexports.camelCase = camelCase;\n//# sourceMappingURL=utilities.js.map"],"names":["Object","defineProperty","utilities","value","camelCase","CUSTOM_PROPERTY_REGEX","HYPHEN_REGEX","NO_HYPHEN_REGEX","VENDOR_PREFIX_REGEX","MS_VENDOR_PREFIX_REGEX","capitalize","match","character","toUpperCase","trimHyphen","prefix","concat","property","options","test","skipCamelCase","toLowerCase","reactCompat","replace"],"mappings":"gGACAA,OAAOC,eAAeC,EAAS,aAAc,CAAEC,OAAO,IACrCD,EAAAE,eAAQ,EACzB,IAAIC,EAAwB,qBACxBC,EAAe,YACfC,EAAkB,UAClBC,EAAsB,6BACtBC,EAAyB,UAYzBC,EAAa,SAAUC,EAAOC,GAC9B,OAAOA,EAAUC,eAKjBC,EAAa,SAAUH,EAAOI,GAAU,MAAO,GAAGC,OAAOD,EAAQ,aAoBrEb,EAAAE,UAhBgB,SAAUa,EAAUC,GAEhC,YADqB,IAAjBA,IAAsBA,EAAU,CAAE,GAnBtB,SAAUD,GAC1B,OAAQA,GACJV,EAAgBY,KAAKF,IACrBZ,EAAsBc,KAAKF,GAiB3BG,CAAcH,GACPA,GAEXA,EAAWA,EAASI,eAGhBJ,EAFAC,EAAQI,YAEGL,EAASM,QAAQd,EAAwBK,GAIzCG,EAASM,QAAQf,EAAqBM,IAErCS,QAAQjB,EAAcI"}
@@ -0,0 +1,2 @@
1
+ import{__exports as e}from"../../../_virtual/index3.js";import{__require as r}from"../../inline-style-parser/cjs/index.js";var t;function n(){if(t)return e;t=1;var n=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(e,r){let t=null;if(!e||"string"!=typeof e)return t;const n=(0,o.default)(e),u="function"==typeof r;return n.forEach(e=>{if("declaration"!==e.type)return;const{property:n,value:o}=e;u?r(n,o,e):o&&(t=t||{},t[n]=o)}),t};const o=n(r());return e}export{n as __require};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/style-to-object/cjs/index.js"],"sourcesContent":["\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = StyleToObject;\nconst inline_style_parser_1 = __importDefault(require(\"inline-style-parser\"));\n/**\n * Parses inline style to object.\n *\n * @param style - Inline style.\n * @param iterator - Iterator.\n * @returns - Style object or null.\n *\n * @example Parsing inline style to object:\n *\n * ```js\n * import parse from 'style-to-object';\n * parse('line-height: 42;'); // { 'line-height': '42' }\n * ```\n */\nfunction StyleToObject(style, iterator) {\n let styleObject = null;\n if (!style || typeof style !== 'string') {\n return styleObject;\n }\n const declarations = (0, inline_style_parser_1.default)(style);\n const hasIterator = typeof iterator === 'function';\n declarations.forEach((declaration) => {\n if (declaration.type !== 'declaration') {\n return;\n }\n const { property, value } = declaration;\n if (hasIterator) {\n iterator(property, value, declaration);\n }\n else if (value) {\n styleObject = styleObject || {};\n styleObject[property] = value;\n }\n });\n return styleObject;\n}\n//# sourceMappingURL=index.js.map"],"names":["__importDefault","this","mod","__esModule","default","Object","defineProperty","cjs","value","style","iterator","styleObject","declarations","inline_style_parser_1","hasIterator","forEach","declaration","type","property","require$$0"],"mappings":"gKACA,IAAIA,EAAmBC,GAAQA,EAAKD,iBAAoB,SAAUE,GAC9D,OAAQA,GAAOA,EAAIC,WAAcD,EAAM,CAAEE,QAAWF,IAExDG,OAAOC,eAAeC,EAAS,aAAc,CAAEC,OAAO,IACtDD,EAAAH,QAgBA,SAAuBK,EAAOC,GAC1B,IAAIC,EAAc,KAClB,IAAKF,GAA0B,iBAAVA,EACjB,OAAOE,EAEX,MAAMC,GAAe,EAAIC,EAAsBT,SAASK,GAClDK,EAAkC,mBAAbJ,EAc3B,OAbAE,EAAaG,QAASC,IAClB,GAAyB,gBAArBA,EAAYC,KACZ,OAEJ,MAAMC,SAAEA,EAAQV,MAAEA,GAAUQ,EACxBF,EACAJ,EAASQ,EAAUV,EAAOQ,GAErBR,IACLG,EAAcA,GAAe,GAC7BA,EAAYO,GAAYV,KAGzBG,CACX,EApCA,MAAME,EAAwBb,EAAgBmB"}
@@ -0,0 +1,2 @@
1
+ function e(e){const n=String(e),o=/\r?\n|\r/g;let i=o.exec(n),c=0;const r=[];for(;i;)r.push(t(n.slice(c,i.index),c>0,!0),i[0]),c=i.index+i[0].length,i=o.exec(n);return r.push(t(n.slice(c),c>0,!1)),r.join("")}function t(e,t,n){let o=0,i=e.length;if(t){let t=e.codePointAt(o);for(;9===t||32===t;)o++,t=e.codePointAt(o)}if(n){let t=e.codePointAt(i-1);for(;9===t||32===t;)i--,t=e.codePointAt(i-1)}return i>o?e.slice(o,i):""}export{e as trimLines};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/trim-lines/index.js"],"sourcesContent":["const tab = 9 /* `\\t` */\nconst space = 32 /* ` ` */\n\n/**\n * Remove initial and final spaces and tabs at the line breaks in `value`.\n * Does not trim initial and final spaces and tabs of the value itself.\n *\n * @param {string} value\n * Value to trim.\n * @returns {string}\n * Trimmed value.\n */\nexport function trimLines(value) {\n const source = String(value)\n const search = /\\r?\\n|\\r/g\n let match = search.exec(source)\n let last = 0\n /** @type {Array<string>} */\n const lines = []\n\n while (match) {\n lines.push(\n trimLine(source.slice(last, match.index), last > 0, true),\n match[0]\n )\n\n last = match.index + match[0].length\n match = search.exec(source)\n }\n\n lines.push(trimLine(source.slice(last), last > 0, false))\n\n return lines.join('')\n}\n\n/**\n * @param {string} value\n * Line to trim.\n * @param {boolean} start\n * Whether to trim the start of the line.\n * @param {boolean} end\n * Whether to trim the end of the line.\n * @returns {string}\n * Trimmed line.\n */\nfunction trimLine(value, start, end) {\n let startIndex = 0\n let endIndex = value.length\n\n if (start) {\n let code = value.codePointAt(startIndex)\n\n while (code === tab || code === space) {\n startIndex++\n code = value.codePointAt(startIndex)\n }\n }\n\n if (end) {\n let code = value.codePointAt(endIndex - 1)\n\n while (code === tab || code === space) {\n endIndex--\n code = value.codePointAt(endIndex - 1)\n }\n }\n\n return endIndex > startIndex ? value.slice(startIndex, endIndex) : ''\n}\n"],"names":["trimLines","value","source","String","search","match","exec","last","lines","push","trimLine","slice","index","length","join","start","end","startIndex","endIndex","code","codePointAt"],"mappings":"AAYO,SAASA,EAAUC,GACxB,MAAMC,EAASC,OAAOF,GAChBG,EAAS,YACf,IAAIC,EAAQD,EAAOE,KAAKJ,GACpBK,EAAO,EAEX,MAAMC,EAAQ,GAEd,KAAOH,GACLG,EAAMC,KACJC,EAASR,EAAOS,MAAMJ,EAAMF,EAAMO,OAAQL,EAAO,GAAG,GACpDF,EAAM,IAGRE,EAAOF,EAAMO,MAAQP,EAAM,GAAGQ,OAC9BR,EAAQD,EAAOE,KAAKJ,GAKtB,OAFAM,EAAMC,KAAKC,EAASR,EAAOS,MAAMJ,GAAOA,EAAO,GAAG,IAE3CC,EAAMM,KAAK,GACpB,CAYA,SAASJ,EAAST,EAAOc,EAAOC,GAC9B,IAAIC,EAAa,EACbC,EAAWjB,EAAMY,OAErB,GAAIE,EAAO,CACT,IAAII,EAAOlB,EAAMmB,YAAYH,GAE7B,KApDQ,IAoDDE,GAnDG,KAmDaA,GACrBF,IACAE,EAAOlB,EAAMmB,YAAYH,EAE5B,CAED,GAAID,EAAK,CACP,IAAIG,EAAOlB,EAAMmB,YAAYF,EAAW,GAExC,KA7DQ,IA6DDC,GA5DG,KA4DaA,GACrBD,IACAC,EAAOlB,EAAMmB,YAAYF,EAAW,EAEvC,CAED,OAAOA,EAAWD,EAAahB,EAAMU,MAAMM,EAAYC,GAAY,EACrE"}
@@ -0,0 +1,2 @@
1
+ function n(){const n=[],e={run:function(...e){let o=-1;const r=e.pop();if("function"!=typeof r)throw new TypeError("Expected function as last argument, not "+r);!function u(c,...f){const i=n[++o];let l=-1;if(c)r(c);else{for(;++l<e.length;)null!==f[l]&&void 0!==f[l]||(f[l]=e[l]);e=f,i?t(i,u)(...f):r(null,...f)}}(null,...e)},use:function(t){if("function"!=typeof t)throw new TypeError("Expected `middelware` to be a function, not "+t);return n.push(t),e}};return e}function t(n,t){let e;return function(...t){const u=n.length>t.length;let c;u&&t.push(o);try{c=n.apply(this,t)}catch(n){if(u&&e)throw n;return o(n)}u||(c&&c.then&&"function"==typeof c.then?c.then(r,o):c instanceof Error?o(c):r(c))};function o(n,...o){e||(e=!0,t(n,...o))}function r(n){o(null,n)}}export{n as trough,t as wrap};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/trough/lib/index.js"],"sourcesContent":["// To do: remove `void`s\n// To do: remove `null` from output of our APIs, allow it as user APIs.\n\n/**\n * @typedef {(error?: Error | null | undefined, ...output: Array<any>) => void} Callback\n * Callback.\n *\n * @typedef {(...input: Array<any>) => any} Middleware\n * Ware.\n *\n * @typedef Pipeline\n * Pipeline.\n * @property {Run} run\n * Run the pipeline.\n * @property {Use} use\n * Add middleware.\n *\n * @typedef {(...input: Array<any>) => void} Run\n * Call all middleware.\n *\n * Calls `done` on completion with either an error or the output of the\n * last middleware.\n *\n * > 👉 **Note**: as the length of input defines whether async functions get a\n * > `next` function,\n * > it’s recommended to keep `input` at one value normally.\n\n *\n * @typedef {(fn: Middleware) => Pipeline} Use\n * Add middleware.\n */\n\n/**\n * Create new middleware.\n *\n * @returns {Pipeline}\n * Pipeline.\n */\nexport function trough() {\n /** @type {Array<Middleware>} */\n const fns = []\n /** @type {Pipeline} */\n const pipeline = {run, use}\n\n return pipeline\n\n /** @type {Run} */\n function run(...values) {\n let middlewareIndex = -1\n /** @type {Callback} */\n const callback = values.pop()\n\n if (typeof callback !== 'function') {\n throw new TypeError('Expected function as last argument, not ' + callback)\n }\n\n next(null, ...values)\n\n /**\n * Run the next `fn`, or we’re done.\n *\n * @param {Error | null | undefined} error\n * @param {Array<any>} output\n */\n function next(error, ...output) {\n const fn = fns[++middlewareIndex]\n let index = -1\n\n if (error) {\n callback(error)\n return\n }\n\n // Copy non-nullish input into values.\n while (++index < values.length) {\n if (output[index] === null || output[index] === undefined) {\n output[index] = values[index]\n }\n }\n\n // Save the newly created `output` for the next call.\n values = output\n\n // Next or done.\n if (fn) {\n wrap(fn, next)(...output)\n } else {\n callback(null, ...output)\n }\n }\n }\n\n /** @type {Use} */\n function use(middelware) {\n if (typeof middelware !== 'function') {\n throw new TypeError(\n 'Expected `middelware` to be a function, not ' + middelware\n )\n }\n\n fns.push(middelware)\n return pipeline\n }\n}\n\n/**\n * Wrap `middleware` into a uniform interface.\n *\n * You can pass all input to the resulting function.\n * `callback` is then called with the output of `middleware`.\n *\n * If `middleware` accepts more arguments than the later given in input,\n * an extra `done` function is passed to it after that input,\n * which must be called by `middleware`.\n *\n * The first value in `input` is the main input value.\n * All other input values are the rest input values.\n * The values given to `callback` are the input values,\n * merged with every non-nullish output value.\n *\n * * if `middleware` throws an error,\n * returns a promise that is rejected,\n * or calls the given `done` function with an error,\n * `callback` is called with that error\n * * if `middleware` returns a value or returns a promise that is resolved,\n * that value is the main output value\n * * if `middleware` calls `done`,\n * all non-nullish values except for the first one (the error) overwrite the\n * output values\n *\n * @param {Middleware} middleware\n * Function to wrap.\n * @param {Callback} callback\n * Callback called with the output of `middleware`.\n * @returns {Run}\n * Wrapped middleware.\n */\nexport function wrap(middleware, callback) {\n /** @type {boolean} */\n let called\n\n return wrapped\n\n /**\n * Call `middleware`.\n * @this {any}\n * @param {Array<any>} parameters\n * @returns {void}\n */\n function wrapped(...parameters) {\n const fnExpectsCallback = middleware.length > parameters.length\n /** @type {any} */\n let result\n\n if (fnExpectsCallback) {\n parameters.push(done)\n }\n\n try {\n result = middleware.apply(this, parameters)\n } catch (error) {\n const exception = /** @type {Error} */ (error)\n\n // Well, this is quite the pickle.\n // `middleware` received a callback and called it synchronously, but that\n // threw an error.\n // The only thing left to do is to throw the thing instead.\n if (fnExpectsCallback && called) {\n throw exception\n }\n\n return done(exception)\n }\n\n if (!fnExpectsCallback) {\n if (result && result.then && typeof result.then === 'function') {\n result.then(then, done)\n } else if (result instanceof Error) {\n done(result)\n } else {\n then(result)\n }\n }\n }\n\n /**\n * Call `callback`, only once.\n *\n * @type {Callback}\n */\n function done(error, ...output) {\n if (!called) {\n called = true\n callback(error, ...output)\n }\n }\n\n /**\n * Call `done` with one value.\n *\n * @param {any} [value]\n */\n function then(value) {\n done(null, value)\n }\n}\n"],"names":["trough","fns","pipeline","run","values","middlewareIndex","callback","pop","TypeError","next","error","output","fn","index","length","undefined","wrap","use","middelware","push","middleware","called","parameters","fnExpectsCallback","result","done","apply","this","then","Error","value"],"mappings":"AAsCO,SAASA,IAEd,MAAMC,EAAM,GAENC,EAAW,CAACC,IAKlB,YAAgBC,GACd,IAAIC,GAAmB,EAEvB,MAAMC,EAAWF,EAAOG,MAExB,GAAwB,mBAAbD,EACT,MAAM,IAAIE,UAAU,2CAA6CF,IAWnE,SAASG,EAAKC,KAAUC,GACtB,MAAMC,EAAKX,IAAMI,GACjB,IAAIQ,GAAS,EAEb,GAAIH,EACFJ,EAASI,OADX,CAMA,OAASG,EAAQT,EAAOU,QACA,OAAlBH,EAAOE,SAAqCE,IAAlBJ,EAAOE,KACnCF,EAAOE,GAAST,EAAOS,IAK3BT,EAASO,EAGLC,EACFI,EAAKJ,EAAIH,EAATO,IAAkBL,GAElBL,EAAS,QAASK,EAhBnB,CAkBF,CAjCDF,CAAK,QAASL,EAkCf,EAhDsBa,IAmDvB,SAAaC,GACX,GAA0B,mBAAfA,EACT,MAAM,IAAIV,UACR,+CAAiDU,GAKrD,OADAjB,EAAIkB,KAAKD,GACFhB,CACR,GA1DD,OAAOA,CA2DT,CAkCO,SAASc,EAAKI,EAAYd,GAE/B,IAAIe,EAEJ,OAQA,YAAoBC,GAClB,MAAMC,EAAoBH,EAAWN,OAASQ,EAAWR,OAEzD,IAAIU,EAEAD,GACFD,EAAWH,KAAKM,GAGlB,IACED,EAASJ,EAAWM,MAAMC,KAAML,EACjC,CAAC,MAAOZ,GAOP,GAAIa,GAAqBF,EACvB,MAPsC,EAUxC,OAAOI,EAViC,EAWzC,CAEIF,IACCC,GAAUA,EAAOI,MAA+B,mBAAhBJ,EAAOI,KACzCJ,EAAOI,KAAKA,EAAMH,GACTD,aAAkBK,MAC3BJ,EAAKD,GAELI,EAAKJ,GAGV,EAOD,SAASC,EAAKf,KAAUC,GACjBU,IACHA,GAAS,EACTf,EAASI,KAAUC,GAEtB,CAOD,SAASiB,EAAKE,GACZL,EAAK,KAAMK,EACZ,CACH"}
@@ -0,0 +1,2 @@
1
+ const t=function(t){const o=this.constructor.prototype,n=o[t],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,o),r};export{t as CallableInstance};
2
+ //# sourceMappingURL=callable-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callable-instance.js","sources":["../../../../node_modules/unified/lib/callable-instance.js"],"sourcesContent":["export const CallableInstance =\n /**\n * @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}\n */\n (\n /** @type {unknown} */\n (\n /**\n * @this {Function}\n * @param {string | symbol} property\n * @returns {(...parameters: Array<unknown>) => unknown}\n */\n function (property) {\n const self = this\n const constr = self.constructor\n const proto = /** @type {Record<string | symbol, Function>} */ (\n // Prototypes do exist.\n // type-coverage:ignore-next-line\n constr.prototype\n )\n const value = proto[property]\n /** @type {(...parameters: Array<unknown>) => unknown} */\n const apply = function () {\n return value.apply(apply, arguments)\n }\n\n Object.setPrototypeOf(apply, proto)\n\n // Not needed for us in `unified`: we only call this on the `copy`\n // function,\n // and we don't need to add its fields (`length`, `name`)\n // over.\n // See also: GH-246.\n // const names = Object.getOwnPropertyNames(value)\n //\n // for (const p of names) {\n // const descriptor = Object.getOwnPropertyDescriptor(value, p)\n // if (descriptor) Object.defineProperty(apply, p, descriptor)\n // }\n\n return apply\n }\n )\n )\n"],"names":["CallableInstance","property","proto","this","constructor","value","apply","arguments","Object","setPrototypeOf"],"mappings":"AAAY,MAACA,EAIb,SAQgBC,GACR,MAEMC,EAFOC,KACOC,YAKnB,UACKC,EAAQH,EAAMD,GAEdK,EAAQ,WACZ,OAAOD,EAAMC,MAAMA,EAAOC,UAC3B,EAgBD,OAdAC,OAAOC,eAAeH,EAAOJ,GActBI,CAGf"}
@@ -0,0 +1,2 @@
1
+ import{bail as e}from"../../bail/index.js";import t from"../../../_virtual/index2.js";import s from"../node_modules/is-plain-obj/index.js";import{trough as r}from"../../trough/lib/index.js";import{VFile as n}from"../../vfile/lib/index.js";import{CallableInstance as i}from"./callable-instance.js";const o={}.hasOwnProperty;class c extends i{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=r()}copy(){const e=new c;let s=-1;for(;++s<this.attachers.length;){const t=this.attachers[s];e.use(...t)}return e.data(t(!0,{},this.namespace)),e}data(e,t){return"string"==typeof e?2===arguments.length?(p("data",this.frozen),this.namespace[e]=t,this):o.call(this.namespace,e)&&this.namespace[e]||void 0:e?(p("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const[t,...s]=this.attachers[this.freezeIndex];if(!1===s[0])continue;!0===s[0]&&(s[0]=void 0);const r=t.call(e,...s);"function"==typeof r&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const t=y(e),s=this.parser||this.Parser;return f("parse",s),s(String(t),t)}process(e,t){const s=this;return this.freeze(),f("process",this.parser||this.Parser),h("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,n){const i=y(e),o=s.parse(i);function c(e,s){e||!s?n(e):r?r(s):t(void 0,s)}s.run(o,i,function(e,t,r){if(e||!t||!r)return c(e);const n=t,i=s.stringify(n,r);var o;"string"==typeof(o=i)||function(e){return Boolean(e&&"object"==typeof e&&"byteLength"in e&&"byteOffset"in e)}(o)?r.value=i:r.result=i,c(e,r)})}}processSync(t){let s,r=!1;return this.freeze(),f("processSync",this.parser||this.Parser),h("processSync",this.compiler||this.Compiler),this.process(t,function(t,n){r=!0,e(t),s=n}),l("processSync","process",r),s}run(e,t,s){u(e),this.freeze();const r=this.transformers;return s||"function"!=typeof t||(s=t,t=void 0),s?n(void 0,s):new Promise(n);function n(n,i){const o=y(t);r.run(e,o,function(t,r,o){const c=r||e;t?i(t):n?n(c):s(void 0,c,o)})}}runSync(t,s){let r,n=!1;return this.run(t,s,function(t,s){e(t),r=s,n=!0}),l("runSync","run",n),r}stringify(e,t){this.freeze();const s=y(t),r=this.compiler||this.Compiler;return h("stringify",r),u(e),r(e,s)}use(e,...r){const n=this.attachers,i=this.namespace;if(p("use",this.frozen),null==e);else if("function"==typeof e)f(e,r);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?a(e):c(e)}return this;function o(e){if("function"==typeof e)f(e,[]);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const[t,...s]=e;f(t,s)}else c(e)}}function c(e){if(!("plugins"in e)&&!("settings"in e))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");a(e.plugins),e.settings&&(i.settings=t(!0,i.settings,e.settings))}function a(e){let t=-1;if(null==e);else{if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){o(e[t])}}}function f(e,r){let i=-1,o=-1;for(;++i<n.length;)if(n[i][0]===e){o=i;break}if(-1===o)n.push([e,...r]);else if(r.length>0){let[i,...c]=r;const a=n[o][1];s(a)&&s(i)&&(i=t(!0,a,i)),n[o]=[e,i,...c]}}}}const a=(new c).freeze();function f(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `parser`")}function h(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `compiler`")}function p(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function u(e){if(!s(e)||"string"!=typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function l(e,t,s){if(!s)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function y(e){return function(e){return Boolean(e&&"object"==typeof e&&"message"in e&&"messages"in e)}(e)?e:new n(e)}export{c as Processor,a as unified};
2
+ //# sourceMappingURL=index.js.map