@burdenoff/microfe-store 2026.720.3 → 2026.720.4

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 (276) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +20 -0
  2. package/dist/components/MarkdownEditor.js +5 -5
  3. package/dist/components/MarkdownEditor.js.map +1 -1
  4. package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +63 -0
  5. package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js.map +1 -0
  6. package/dist/node_modules/@ungap/structured-clone/esm/index.js +8 -0
  7. package/dist/node_modules/@ungap/structured-clone/esm/index.js.map +1 -0
  8. package/dist/node_modules/@ungap/structured-clone/esm/serialize.js +93 -0
  9. package/dist/node_modules/@ungap/structured-clone/esm/serialize.js.map +1 -0
  10. package/dist/node_modules/bail/index.js +8 -0
  11. package/dist/node_modules/bail/index.js.map +1 -0
  12. package/dist/node_modules/comma-separated-tokens/index.js +9 -0
  13. package/dist/node_modules/comma-separated-tokens/index.js.map +1 -0
  14. package/dist/node_modules/decode-named-character-reference/index.dom.js +12 -0
  15. package/dist/node_modules/decode-named-character-reference/index.dom.js.map +1 -0
  16. package/dist/node_modules/devlop/lib/default.js +7 -0
  17. package/dist/node_modules/devlop/lib/default.js.map +1 -0
  18. package/dist/node_modules/estree-util-is-identifier-name/lib/index.js +9 -0
  19. package/dist/node_modules/estree-util-is-identifier-name/lib/index.js.map +1 -0
  20. package/dist/node_modules/extend/index.js +42 -0
  21. package/dist/node_modules/extend/index.js.map +1 -0
  22. package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +255 -0
  23. package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js.map +1 -0
  24. package/dist/node_modules/hast-util-whitespace/lib/index.js +12 -0
  25. package/dist/node_modules/hast-util-whitespace/lib/index.js.map +1 -0
  26. package/dist/node_modules/html-url-attributes/lib/index.js +38 -0
  27. package/dist/node_modules/html-url-attributes/lib/index.js.map +1 -0
  28. package/dist/node_modules/inline-style-parser/cjs/index.js +92 -0
  29. package/dist/node_modules/inline-style-parser/cjs/index.js.map +1 -0
  30. package/dist/node_modules/is-plain-obj/index.js +10 -0
  31. package/dist/node_modules/is-plain-obj/index.js.map +1 -0
  32. package/dist/node_modules/mdast-util-from-markdown/lib/index.js +559 -0
  33. package/dist/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
  34. package/dist/node_modules/mdast-util-to-hast/lib/footer.js +105 -0
  35. package/dist/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
  36. package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +14 -0
  37. package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
  38. package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +17 -0
  39. package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
  40. package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +24 -0
  41. package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
  42. package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +14 -0
  43. package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
  44. package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +14 -0
  45. package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
  46. package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +32 -0
  47. package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
  48. package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +14 -0
  49. package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
  50. package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +14 -0
  51. package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
  52. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +23 -0
  53. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
  54. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +17 -0
  55. package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
  56. package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +58 -0
  57. package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
  58. package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +19 -0
  59. package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
  60. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +20 -0
  61. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
  62. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +17 -0
  63. package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
  64. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +61 -0
  65. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
  66. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +22 -0
  67. package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
  68. package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +14 -0
  69. package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
  70. package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +12 -0
  71. package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
  72. package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +14 -0
  73. package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
  74. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +14 -0
  75. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
  76. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +26 -0
  77. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
  78. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +37 -0
  79. package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
  80. package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +13 -0
  81. package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
  82. package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +14 -0
  83. package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
  84. package/dist/node_modules/mdast-util-to-hast/lib/index.js +21 -0
  85. package/dist/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
  86. package/dist/node_modules/mdast-util-to-hast/lib/revert.js +22 -0
  87. package/dist/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
  88. package/dist/node_modules/mdast-util-to-hast/lib/state.js +110 -0
  89. package/dist/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
  90. package/dist/node_modules/mdast-util-to-string/lib/index.js +26 -0
  91. package/dist/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
  92. package/dist/node_modules/micromark/lib/constructs.js +82 -0
  93. package/dist/node_modules/micromark/lib/constructs.js.map +1 -0
  94. package/dist/node_modules/micromark/lib/create-tokenizer.js +179 -0
  95. package/dist/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
  96. package/dist/node_modules/micromark/lib/initialize/content.js +36 -0
  97. package/dist/node_modules/micromark/lib/initialize/content.js.map +1 -0
  98. package/dist/node_modules/micromark/lib/initialize/document.js +104 -0
  99. package/dist/node_modules/micromark/lib/initialize/document.js.map +1 -0
  100. package/dist/node_modules/micromark/lib/initialize/flow.js +27 -0
  101. package/dist/node_modules/micromark/lib/initialize/flow.js.map +1 -0
  102. package/dist/node_modules/micromark/lib/initialize/text.js +88 -0
  103. package/dist/node_modules/micromark/lib/initialize/text.js.map +1 -0
  104. package/dist/node_modules/micromark/lib/parse.js +31 -0
  105. package/dist/node_modules/micromark/lib/parse.js.map +1 -0
  106. package/dist/node_modules/micromark/lib/postprocess.js +10 -0
  107. package/dist/node_modules/micromark/lib/postprocess.js.map +1 -0
  108. package/dist/node_modules/micromark/lib/preprocess.js +34 -0
  109. package/dist/node_modules/micromark/lib/preprocess.js.map +1 -0
  110. package/dist/node_modules/micromark-core-commonmark/lib/attention.js +116 -0
  111. package/dist/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
  112. package/dist/node_modules/micromark-core-commonmark/lib/autolink.js +45 -0
  113. package/dist/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
  114. package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +20 -0
  115. package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
  116. package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js +40 -0
  117. package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
  118. package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js +19 -0
  119. package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
  120. package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js +31 -0
  121. package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
  122. package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js +91 -0
  123. package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
  124. package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js +45 -0
  125. package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
  126. package/dist/node_modules/micromark-core-commonmark/lib/code-text.js +45 -0
  127. package/dist/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
  128. package/dist/node_modules/micromark-core-commonmark/lib/content.js +49 -0
  129. package/dist/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
  130. package/dist/node_modules/micromark-core-commonmark/lib/definition.js +62 -0
  131. package/dist/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
  132. package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +19 -0
  133. package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
  134. package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js +69 -0
  135. package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
  136. package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js +143 -0
  137. package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
  138. package/dist/node_modules/micromark-core-commonmark/lib/html-text.js +102 -0
  139. package/dist/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
  140. package/dist/node_modules/micromark-core-commonmark/lib/label-end.js +160 -0
  141. package/dist/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
  142. package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js +25 -0
  143. package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
  144. package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js +22 -0
  145. package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
  146. package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +16 -0
  147. package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
  148. package/dist/node_modules/micromark-core-commonmark/lib/list.js +80 -0
  149. package/dist/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
  150. package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js +61 -0
  151. package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
  152. package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js +27 -0
  153. package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
  154. package/dist/node_modules/micromark-factory-destination/index.js +28 -0
  155. package/dist/node_modules/micromark-factory-destination/index.js.map +1 -0
  156. package/dist/node_modules/micromark-factory-label/index.js +22 -0
  157. package/dist/node_modules/micromark-factory-label/index.js.map +1 -0
  158. package/dist/node_modules/micromark-factory-space/index.js +16 -0
  159. package/dist/node_modules/micromark-factory-space/index.js.map +1 -0
  160. package/dist/node_modules/micromark-factory-title/index.js +26 -0
  161. package/dist/node_modules/micromark-factory-title/index.js.map +1 -0
  162. package/dist/node_modules/micromark-factory-whitespace/index.js +14 -0
  163. package/dist/node_modules/micromark-factory-whitespace/index.js.map +1 -0
  164. package/dist/node_modules/micromark-util-character/index.js +26 -0
  165. package/dist/node_modules/micromark-util-character/index.js.map +1 -0
  166. package/dist/node_modules/micromark-util-chunked/index.js +13 -0
  167. package/dist/node_modules/micromark-util-chunked/index.js.map +1 -0
  168. package/dist/node_modules/micromark-util-classify-character/index.js +10 -0
  169. package/dist/node_modules/micromark-util-classify-character/index.js.map +1 -0
  170. package/dist/node_modules/micromark-util-combine-extensions/index.js +28 -0
  171. package/dist/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
  172. package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js +9 -0
  173. package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
  174. package/dist/node_modules/micromark-util-decode-string/index.js +19 -0
  175. package/dist/node_modules/micromark-util-decode-string/index.js.map +1 -0
  176. package/dist/node_modules/micromark-util-html-tag-name/index.js +11 -0
  177. package/dist/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
  178. package/dist/node_modules/micromark-util-normalize-identifier/index.js +8 -0
  179. package/dist/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
  180. package/dist/node_modules/micromark-util-resolve-all/index.js +13 -0
  181. package/dist/node_modules/micromark-util-resolve-all/index.js.map +1 -0
  182. package/dist/node_modules/micromark-util-sanitize-uri/index.js +20 -0
  183. package/dist/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
  184. package/dist/node_modules/micromark-util-subtokenize/index.js +37 -0
  185. package/dist/node_modules/micromark-util-subtokenize/index.js.map +1 -0
  186. package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +59 -0
  187. package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js.map +1 -0
  188. package/dist/node_modules/property-information/index.js +28 -0
  189. package/dist/node_modules/property-information/index.js.map +1 -0
  190. package/dist/node_modules/property-information/lib/aria.js +63 -0
  191. package/dist/node_modules/property-information/lib/aria.js.map +1 -0
  192. package/dist/node_modules/property-information/lib/find.js +33 -0
  193. package/dist/node_modules/property-information/lib/find.js.map +1 -0
  194. package/dist/node_modules/property-information/lib/hast-to-react.js +24 -0
  195. package/dist/node_modules/property-information/lib/hast-to-react.js.map +1 -0
  196. package/dist/node_modules/property-information/lib/html.js +328 -0
  197. package/dist/node_modules/property-information/lib/html.js.map +1 -0
  198. package/dist/node_modules/property-information/lib/normalize.js +8 -0
  199. package/dist/node_modules/property-information/lib/normalize.js.map +1 -0
  200. package/dist/node_modules/property-information/lib/svg.js +566 -0
  201. package/dist/node_modules/property-information/lib/svg.js.map +1 -0
  202. package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js +9 -0
  203. package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
  204. package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +8 -0
  205. package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
  206. package/dist/node_modules/property-information/lib/util/create.js +16 -0
  207. package/dist/node_modules/property-information/lib/util/create.js.map +1 -0
  208. package/dist/node_modules/property-information/lib/util/defined-info.js +20 -0
  209. package/dist/node_modules/property-information/lib/util/defined-info.js.map +1 -0
  210. package/dist/node_modules/property-information/lib/util/info.js +11 -0
  211. package/dist/node_modules/property-information/lib/util/info.js.map +1 -0
  212. package/dist/node_modules/property-information/lib/util/merge.js +11 -0
  213. package/dist/node_modules/property-information/lib/util/merge.js.map +1 -0
  214. package/dist/node_modules/property-information/lib/util/schema.js +11 -0
  215. package/dist/node_modules/property-information/lib/util/schema.js.map +1 -0
  216. package/dist/node_modules/property-information/lib/util/types.js +18 -0
  217. package/dist/node_modules/property-information/lib/util/types.js.map +1 -0
  218. package/dist/node_modules/property-information/lib/xlink.js +21 -0
  219. package/dist/node_modules/property-information/lib/xlink.js.map +1 -0
  220. package/dist/node_modules/property-information/lib/xml.js +17 -0
  221. package/dist/node_modules/property-information/lib/xml.js.map +1 -0
  222. package/dist/node_modules/property-information/lib/xmlns.js +16 -0
  223. package/dist/node_modules/property-information/lib/xmlns.js.map +1 -0
  224. package/dist/node_modules/react-markdown/lib/index.js +142 -0
  225. package/dist/node_modules/react-markdown/lib/index.js.map +1 -0
  226. package/dist/node_modules/remark-parse/lib/index.js +18 -0
  227. package/dist/node_modules/remark-parse/lib/index.js.map +1 -0
  228. package/dist/node_modules/remark-rehype/lib/index.js +20 -0
  229. package/dist/node_modules/remark-rehype/lib/index.js.map +1 -0
  230. package/dist/node_modules/space-separated-tokens/index.js +8 -0
  231. package/dist/node_modules/space-separated-tokens/index.js.map +1 -0
  232. package/dist/node_modules/style-to-js/cjs/index.js +21 -0
  233. package/dist/node_modules/style-to-js/cjs/index.js.map +1 -0
  234. package/dist/node_modules/style-to-js/cjs/utilities.js +20 -0
  235. package/dist/node_modules/style-to-js/cjs/utilities.js.map +1 -0
  236. package/dist/node_modules/style-to-object/cjs/index.js +25 -0
  237. package/dist/node_modules/style-to-object/cjs/index.js.map +1 -0
  238. package/dist/node_modules/trim-lines/index.js +23 -0
  239. package/dist/node_modules/trim-lines/index.js.map +1 -0
  240. package/dist/node_modules/trough/lib/index.js +52 -0
  241. package/dist/node_modules/trough/lib/index.js.map +1 -0
  242. package/dist/node_modules/unified/lib/callable-instance.js +11 -0
  243. package/dist/node_modules/unified/lib/callable-instance.js.map +1 -0
  244. package/dist/node_modules/unified/lib/index.js +163 -0
  245. package/dist/node_modules/unified/lib/index.js.map +1 -0
  246. package/dist/node_modules/unist-util-is/lib/index.js +49 -0
  247. package/dist/node_modules/unist-util-is/lib/index.js.map +1 -0
  248. package/dist/node_modules/unist-util-position/lib/index.js +24 -0
  249. package/dist/node_modules/unist-util-position/lib/index.js.map +1 -0
  250. package/dist/node_modules/unist-util-stringify-position/lib/index.js +17 -0
  251. package/dist/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
  252. package/dist/node_modules/unist-util-visit/lib/index.js +14 -0
  253. package/dist/node_modules/unist-util-visit/lib/index.js.map +1 -0
  254. package/dist/node_modules/unist-util-visit-parents/lib/color.js +8 -0
  255. package/dist/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
  256. package/dist/node_modules/unist-util-visit-parents/lib/index.js +38 -0
  257. package/dist/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
  258. package/dist/node_modules/vfile/lib/index.js +91 -0
  259. package/dist/node_modules/vfile/lib/index.js.map +1 -0
  260. package/dist/node_modules/vfile/lib/minpath.browser.js +101 -0
  261. package/dist/node_modules/vfile/lib/minpath.browser.js.map +1 -0
  262. package/dist/node_modules/vfile/lib/minproc.browser.js +9 -0
  263. package/dist/node_modules/vfile/lib/minproc.browser.js.map +1 -0
  264. package/dist/node_modules/vfile/lib/minurl.browser.js +33 -0
  265. package/dist/node_modules/vfile/lib/minurl.browser.js.map +1 -0
  266. package/dist/node_modules/vfile/lib/minurl.shared.js +8 -0
  267. package/dist/node_modules/vfile/lib/minurl.shared.js.map +1 -0
  268. package/dist/node_modules/vfile-message/lib/index.js +26 -0
  269. package/dist/node_modules/vfile-message/lib/index.js.map +1 -0
  270. package/dist/pages/AdminSubmissionsQueuePage.js +174 -174
  271. package/dist/pages/AdminSubmissionsQueuePage.js.map +1 -1
  272. package/dist/pages/MarketplaceHomePage.js +472 -422
  273. package/dist/pages/MarketplaceHomePage.js.map +1 -1
  274. package/dist/pages/ProductDetailPage.js +16 -16
  275. package/dist/pages/ProductDetailPage.js.map +1 -1
  276. package/package.json +1 -1
@@ -0,0 +1,566 @@
1
+ import { boolean as e, commaOrSpaceSeparated as t, commaSeparated as n, number as r, spaceSeparated as i } from "./util/types.js";
2
+ import { create as a } from "./util/create.js";
3
+ import { caseSensitiveTransform as o } from "./util/case-sensitive-transform.js";
4
+ //#region node_modules/property-information/lib/svg.js
5
+ var s = a({
6
+ attributes: {
7
+ accentHeight: "accent-height",
8
+ alignmentBaseline: "alignment-baseline",
9
+ arabicForm: "arabic-form",
10
+ baselineShift: "baseline-shift",
11
+ capHeight: "cap-height",
12
+ className: "class",
13
+ clipPath: "clip-path",
14
+ clipRule: "clip-rule",
15
+ colorInterpolation: "color-interpolation",
16
+ colorInterpolationFilters: "color-interpolation-filters",
17
+ colorProfile: "color-profile",
18
+ colorRendering: "color-rendering",
19
+ crossOrigin: "crossorigin",
20
+ dataType: "datatype",
21
+ dominantBaseline: "dominant-baseline",
22
+ enableBackground: "enable-background",
23
+ fillOpacity: "fill-opacity",
24
+ fillRule: "fill-rule",
25
+ floodColor: "flood-color",
26
+ floodOpacity: "flood-opacity",
27
+ fontFamily: "font-family",
28
+ fontSize: "font-size",
29
+ fontSizeAdjust: "font-size-adjust",
30
+ fontStretch: "font-stretch",
31
+ fontStyle: "font-style",
32
+ fontVariant: "font-variant",
33
+ fontWeight: "font-weight",
34
+ glyphName: "glyph-name",
35
+ glyphOrientationHorizontal: "glyph-orientation-horizontal",
36
+ glyphOrientationVertical: "glyph-orientation-vertical",
37
+ hrefLang: "hreflang",
38
+ horizAdvX: "horiz-adv-x",
39
+ horizOriginX: "horiz-origin-x",
40
+ horizOriginY: "horiz-origin-y",
41
+ imageRendering: "image-rendering",
42
+ letterSpacing: "letter-spacing",
43
+ lightingColor: "lighting-color",
44
+ markerEnd: "marker-end",
45
+ markerMid: "marker-mid",
46
+ markerStart: "marker-start",
47
+ maskType: "mask-type",
48
+ navDown: "nav-down",
49
+ navDownLeft: "nav-down-left",
50
+ navDownRight: "nav-down-right",
51
+ navLeft: "nav-left",
52
+ navNext: "nav-next",
53
+ navPrev: "nav-prev",
54
+ navRight: "nav-right",
55
+ navUp: "nav-up",
56
+ navUpLeft: "nav-up-left",
57
+ navUpRight: "nav-up-right",
58
+ onAbort: "onabort",
59
+ onActivate: "onactivate",
60
+ onAfterPrint: "onafterprint",
61
+ onBeforePrint: "onbeforeprint",
62
+ onBegin: "onbegin",
63
+ onCancel: "oncancel",
64
+ onCanPlay: "oncanplay",
65
+ onCanPlayThrough: "oncanplaythrough",
66
+ onChange: "onchange",
67
+ onClick: "onclick",
68
+ onClose: "onclose",
69
+ onCopy: "oncopy",
70
+ onCueChange: "oncuechange",
71
+ onCut: "oncut",
72
+ onDblClick: "ondblclick",
73
+ onDrag: "ondrag",
74
+ onDragEnd: "ondragend",
75
+ onDragEnter: "ondragenter",
76
+ onDragExit: "ondragexit",
77
+ onDragLeave: "ondragleave",
78
+ onDragOver: "ondragover",
79
+ onDragStart: "ondragstart",
80
+ onDrop: "ondrop",
81
+ onDurationChange: "ondurationchange",
82
+ onEmptied: "onemptied",
83
+ onEnd: "onend",
84
+ onEnded: "onended",
85
+ onError: "onerror",
86
+ onFocus: "onfocus",
87
+ onFocusIn: "onfocusin",
88
+ onFocusOut: "onfocusout",
89
+ onHashChange: "onhashchange",
90
+ onInput: "oninput",
91
+ onInvalid: "oninvalid",
92
+ onKeyDown: "onkeydown",
93
+ onKeyPress: "onkeypress",
94
+ onKeyUp: "onkeyup",
95
+ onLoad: "onload",
96
+ onLoadedData: "onloadeddata",
97
+ onLoadedMetadata: "onloadedmetadata",
98
+ onLoadStart: "onloadstart",
99
+ onMessage: "onmessage",
100
+ onMouseDown: "onmousedown",
101
+ onMouseEnter: "onmouseenter",
102
+ onMouseLeave: "onmouseleave",
103
+ onMouseMove: "onmousemove",
104
+ onMouseOut: "onmouseout",
105
+ onMouseOver: "onmouseover",
106
+ onMouseUp: "onmouseup",
107
+ onMouseWheel: "onmousewheel",
108
+ onOffline: "onoffline",
109
+ onOnline: "ononline",
110
+ onPageHide: "onpagehide",
111
+ onPageShow: "onpageshow",
112
+ onPaste: "onpaste",
113
+ onPause: "onpause",
114
+ onPlay: "onplay",
115
+ onPlaying: "onplaying",
116
+ onPopState: "onpopstate",
117
+ onProgress: "onprogress",
118
+ onRateChange: "onratechange",
119
+ onRepeat: "onrepeat",
120
+ onReset: "onreset",
121
+ onResize: "onresize",
122
+ onScroll: "onscroll",
123
+ onSeeked: "onseeked",
124
+ onSeeking: "onseeking",
125
+ onSelect: "onselect",
126
+ onShow: "onshow",
127
+ onStalled: "onstalled",
128
+ onStorage: "onstorage",
129
+ onSubmit: "onsubmit",
130
+ onSuspend: "onsuspend",
131
+ onTimeUpdate: "ontimeupdate",
132
+ onToggle: "ontoggle",
133
+ onUnload: "onunload",
134
+ onVolumeChange: "onvolumechange",
135
+ onWaiting: "onwaiting",
136
+ onZoom: "onzoom",
137
+ overlinePosition: "overline-position",
138
+ overlineThickness: "overline-thickness",
139
+ paintOrder: "paint-order",
140
+ panose1: "panose-1",
141
+ pointerEvents: "pointer-events",
142
+ referrerPolicy: "referrerpolicy",
143
+ renderingIntent: "rendering-intent",
144
+ shapeRendering: "shape-rendering",
145
+ stopColor: "stop-color",
146
+ stopOpacity: "stop-opacity",
147
+ strikethroughPosition: "strikethrough-position",
148
+ strikethroughThickness: "strikethrough-thickness",
149
+ strokeDashArray: "stroke-dasharray",
150
+ strokeDashOffset: "stroke-dashoffset",
151
+ strokeLineCap: "stroke-linecap",
152
+ strokeLineJoin: "stroke-linejoin",
153
+ strokeMiterLimit: "stroke-miterlimit",
154
+ strokeOpacity: "stroke-opacity",
155
+ strokeWidth: "stroke-width",
156
+ tabIndex: "tabindex",
157
+ textAnchor: "text-anchor",
158
+ textDecoration: "text-decoration",
159
+ textRendering: "text-rendering",
160
+ transformOrigin: "transform-origin",
161
+ typeOf: "typeof",
162
+ underlinePosition: "underline-position",
163
+ underlineThickness: "underline-thickness",
164
+ unicodeBidi: "unicode-bidi",
165
+ unicodeRange: "unicode-range",
166
+ unitsPerEm: "units-per-em",
167
+ vAlphabetic: "v-alphabetic",
168
+ vHanging: "v-hanging",
169
+ vIdeographic: "v-ideographic",
170
+ vMathematical: "v-mathematical",
171
+ vectorEffect: "vector-effect",
172
+ vertAdvY: "vert-adv-y",
173
+ vertOriginX: "vert-origin-x",
174
+ vertOriginY: "vert-origin-y",
175
+ wordSpacing: "word-spacing",
176
+ writingMode: "writing-mode",
177
+ xHeight: "x-height",
178
+ playbackOrder: "playbackorder",
179
+ timelineBegin: "timelinebegin"
180
+ },
181
+ properties: {
182
+ about: t,
183
+ accentHeight: r,
184
+ accumulate: null,
185
+ additive: null,
186
+ alignmentBaseline: null,
187
+ alphabetic: r,
188
+ amplitude: r,
189
+ arabicForm: null,
190
+ ascent: r,
191
+ attributeName: null,
192
+ attributeType: null,
193
+ azimuth: r,
194
+ bandwidth: null,
195
+ baselineShift: null,
196
+ baseFrequency: null,
197
+ baseProfile: null,
198
+ bbox: null,
199
+ begin: null,
200
+ bias: r,
201
+ by: null,
202
+ calcMode: null,
203
+ capHeight: r,
204
+ className: i,
205
+ clip: null,
206
+ clipPath: null,
207
+ clipPathUnits: null,
208
+ clipRule: null,
209
+ color: null,
210
+ colorInterpolation: null,
211
+ colorInterpolationFilters: null,
212
+ colorProfile: null,
213
+ colorRendering: null,
214
+ content: null,
215
+ contentScriptType: null,
216
+ contentStyleType: null,
217
+ crossOrigin: null,
218
+ cursor: null,
219
+ cx: null,
220
+ cy: null,
221
+ d: null,
222
+ dataType: null,
223
+ defaultAction: null,
224
+ descent: r,
225
+ diffuseConstant: r,
226
+ direction: null,
227
+ display: null,
228
+ dur: null,
229
+ divisor: r,
230
+ dominantBaseline: null,
231
+ download: e,
232
+ dx: null,
233
+ dy: null,
234
+ edgeMode: null,
235
+ editable: null,
236
+ elevation: r,
237
+ enableBackground: null,
238
+ end: null,
239
+ event: null,
240
+ exponent: r,
241
+ externalResourcesRequired: null,
242
+ fill: null,
243
+ fillOpacity: r,
244
+ fillRule: null,
245
+ filter: null,
246
+ filterRes: null,
247
+ filterUnits: null,
248
+ floodColor: null,
249
+ floodOpacity: null,
250
+ focusable: null,
251
+ focusHighlight: null,
252
+ fontFamily: null,
253
+ fontSize: null,
254
+ fontSizeAdjust: null,
255
+ fontStretch: null,
256
+ fontStyle: null,
257
+ fontVariant: null,
258
+ fontWeight: null,
259
+ format: null,
260
+ fr: null,
261
+ from: null,
262
+ fx: null,
263
+ fy: null,
264
+ g1: n,
265
+ g2: n,
266
+ glyphName: n,
267
+ glyphOrientationHorizontal: null,
268
+ glyphOrientationVertical: null,
269
+ glyphRef: null,
270
+ gradientTransform: null,
271
+ gradientUnits: null,
272
+ handler: null,
273
+ hanging: r,
274
+ hatchContentUnits: null,
275
+ hatchUnits: null,
276
+ height: null,
277
+ href: null,
278
+ hrefLang: null,
279
+ horizAdvX: r,
280
+ horizOriginX: r,
281
+ horizOriginY: r,
282
+ id: null,
283
+ ideographic: r,
284
+ imageRendering: null,
285
+ initialVisibility: null,
286
+ in: null,
287
+ in2: null,
288
+ intercept: r,
289
+ k: r,
290
+ k1: r,
291
+ k2: r,
292
+ k3: r,
293
+ k4: r,
294
+ kernelMatrix: t,
295
+ kernelUnitLength: null,
296
+ keyPoints: null,
297
+ keySplines: null,
298
+ keyTimes: null,
299
+ kerning: null,
300
+ lang: null,
301
+ lengthAdjust: null,
302
+ letterSpacing: null,
303
+ lightingColor: null,
304
+ limitingConeAngle: r,
305
+ local: null,
306
+ markerEnd: null,
307
+ markerMid: null,
308
+ markerStart: null,
309
+ markerHeight: null,
310
+ markerUnits: null,
311
+ markerWidth: null,
312
+ mask: null,
313
+ maskContentUnits: null,
314
+ maskType: null,
315
+ maskUnits: null,
316
+ mathematical: null,
317
+ max: null,
318
+ media: null,
319
+ mediaCharacterEncoding: null,
320
+ mediaContentEncodings: null,
321
+ mediaSize: r,
322
+ mediaTime: null,
323
+ method: null,
324
+ min: null,
325
+ mode: null,
326
+ name: null,
327
+ navDown: null,
328
+ navDownLeft: null,
329
+ navDownRight: null,
330
+ navLeft: null,
331
+ navNext: null,
332
+ navPrev: null,
333
+ navRight: null,
334
+ navUp: null,
335
+ navUpLeft: null,
336
+ navUpRight: null,
337
+ numOctaves: null,
338
+ observer: null,
339
+ offset: null,
340
+ onAbort: null,
341
+ onActivate: null,
342
+ onAfterPrint: null,
343
+ onBeforePrint: null,
344
+ onBegin: null,
345
+ onCancel: null,
346
+ onCanPlay: null,
347
+ onCanPlayThrough: null,
348
+ onChange: null,
349
+ onClick: null,
350
+ onClose: null,
351
+ onCopy: null,
352
+ onCueChange: null,
353
+ onCut: null,
354
+ onDblClick: null,
355
+ onDrag: null,
356
+ onDragEnd: null,
357
+ onDragEnter: null,
358
+ onDragExit: null,
359
+ onDragLeave: null,
360
+ onDragOver: null,
361
+ onDragStart: null,
362
+ onDrop: null,
363
+ onDurationChange: null,
364
+ onEmptied: null,
365
+ onEnd: null,
366
+ onEnded: null,
367
+ onError: null,
368
+ onFocus: null,
369
+ onFocusIn: null,
370
+ onFocusOut: null,
371
+ onHashChange: null,
372
+ onInput: null,
373
+ onInvalid: null,
374
+ onKeyDown: null,
375
+ onKeyPress: null,
376
+ onKeyUp: null,
377
+ onLoad: null,
378
+ onLoadedData: null,
379
+ onLoadedMetadata: null,
380
+ onLoadStart: null,
381
+ onMessage: null,
382
+ onMouseDown: null,
383
+ onMouseEnter: null,
384
+ onMouseLeave: null,
385
+ onMouseMove: null,
386
+ onMouseOut: null,
387
+ onMouseOver: null,
388
+ onMouseUp: null,
389
+ onMouseWheel: null,
390
+ onOffline: null,
391
+ onOnline: null,
392
+ onPageHide: null,
393
+ onPageShow: null,
394
+ onPaste: null,
395
+ onPause: null,
396
+ onPlay: null,
397
+ onPlaying: null,
398
+ onPopState: null,
399
+ onProgress: null,
400
+ onRateChange: null,
401
+ onRepeat: null,
402
+ onReset: null,
403
+ onResize: null,
404
+ onScroll: null,
405
+ onSeeked: null,
406
+ onSeeking: null,
407
+ onSelect: null,
408
+ onShow: null,
409
+ onStalled: null,
410
+ onStorage: null,
411
+ onSubmit: null,
412
+ onSuspend: null,
413
+ onTimeUpdate: null,
414
+ onToggle: null,
415
+ onUnload: null,
416
+ onVolumeChange: null,
417
+ onWaiting: null,
418
+ onZoom: null,
419
+ opacity: null,
420
+ operator: null,
421
+ order: null,
422
+ orient: null,
423
+ orientation: null,
424
+ origin: null,
425
+ overflow: null,
426
+ overlay: null,
427
+ overlinePosition: r,
428
+ overlineThickness: r,
429
+ paintOrder: null,
430
+ panose1: null,
431
+ path: null,
432
+ pathLength: r,
433
+ patternContentUnits: null,
434
+ patternTransform: null,
435
+ patternUnits: null,
436
+ phase: null,
437
+ ping: i,
438
+ pitch: null,
439
+ playbackOrder: null,
440
+ pointerEvents: null,
441
+ points: null,
442
+ pointsAtX: r,
443
+ pointsAtY: r,
444
+ pointsAtZ: r,
445
+ preserveAlpha: null,
446
+ preserveAspectRatio: null,
447
+ primitiveUnits: null,
448
+ propagate: null,
449
+ property: t,
450
+ r: null,
451
+ radius: null,
452
+ referrerPolicy: null,
453
+ refX: null,
454
+ refY: null,
455
+ rel: t,
456
+ rev: t,
457
+ renderingIntent: null,
458
+ repeatCount: null,
459
+ repeatDur: null,
460
+ requiredExtensions: t,
461
+ requiredFeatures: t,
462
+ requiredFonts: t,
463
+ requiredFormats: t,
464
+ resource: null,
465
+ restart: null,
466
+ result: null,
467
+ rotate: null,
468
+ rx: null,
469
+ ry: null,
470
+ scale: null,
471
+ seed: null,
472
+ shapeRendering: null,
473
+ side: null,
474
+ slope: null,
475
+ snapshotTime: null,
476
+ specularConstant: r,
477
+ specularExponent: r,
478
+ spreadMethod: null,
479
+ spacing: null,
480
+ startOffset: null,
481
+ stdDeviation: null,
482
+ stemh: null,
483
+ stemv: null,
484
+ stitchTiles: null,
485
+ stopColor: null,
486
+ stopOpacity: null,
487
+ strikethroughPosition: r,
488
+ strikethroughThickness: r,
489
+ string: null,
490
+ stroke: null,
491
+ strokeDashArray: t,
492
+ strokeDashOffset: null,
493
+ strokeLineCap: null,
494
+ strokeLineJoin: null,
495
+ strokeMiterLimit: r,
496
+ strokeOpacity: r,
497
+ strokeWidth: null,
498
+ style: null,
499
+ surfaceScale: r,
500
+ syncBehavior: null,
501
+ syncBehaviorDefault: null,
502
+ syncMaster: null,
503
+ syncTolerance: null,
504
+ syncToleranceDefault: null,
505
+ systemLanguage: t,
506
+ tabIndex: r,
507
+ tableValues: null,
508
+ target: null,
509
+ targetX: r,
510
+ targetY: r,
511
+ textAnchor: null,
512
+ textDecoration: null,
513
+ textRendering: null,
514
+ textLength: null,
515
+ timelineBegin: null,
516
+ title: null,
517
+ transformBehavior: null,
518
+ type: null,
519
+ typeOf: t,
520
+ to: null,
521
+ transform: null,
522
+ transformOrigin: null,
523
+ u1: null,
524
+ u2: null,
525
+ underlinePosition: r,
526
+ underlineThickness: r,
527
+ unicode: null,
528
+ unicodeBidi: null,
529
+ unicodeRange: null,
530
+ unitsPerEm: r,
531
+ values: null,
532
+ vAlphabetic: r,
533
+ vMathematical: r,
534
+ vectorEffect: null,
535
+ vHanging: r,
536
+ vIdeographic: r,
537
+ version: null,
538
+ vertAdvY: r,
539
+ vertOriginX: r,
540
+ vertOriginY: r,
541
+ viewBox: null,
542
+ viewTarget: null,
543
+ visibility: null,
544
+ width: null,
545
+ widths: null,
546
+ wordSpacing: null,
547
+ writingMode: null,
548
+ x: null,
549
+ x1: null,
550
+ x2: null,
551
+ xChannelSelector: null,
552
+ xHeight: r,
553
+ y: null,
554
+ y1: null,
555
+ y2: null,
556
+ yChannelSelector: null,
557
+ z: null,
558
+ zoomAndPan: null
559
+ },
560
+ space: "svg",
561
+ transform: o
562
+ });
563
+ //#endregion
564
+ export { s as svg };
565
+
566
+ //# sourceMappingURL=svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg.js","names":[],"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"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { caseSensitiveTransform as e } from "./case-sensitive-transform.js";
2
+ //#region node_modules/property-information/lib/util/case-insensitive-transform.js
3
+ function t(t, n) {
4
+ return e(t, n.toLowerCase());
5
+ }
6
+ //#endregion
7
+ export { t as caseInsensitiveTransform };
8
+
9
+ //# sourceMappingURL=case-insensitive-transform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-insensitive-transform.js","names":[],"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"],"x_google_ignoreList":[0],"mappings":";;AAUA,SAAgB,EAAyB,GAAY,GAAU;AAC7D,QAAO,EAAuB,GAAY,EAAS,aAAa,CAAC"}
@@ -0,0 +1,8 @@
1
+ //#region node_modules/property-information/lib/util/case-sensitive-transform.js
2
+ function e(e, t) {
3
+ return t in e ? e[t] : t;
4
+ }
5
+ //#endregion
6
+ export { e as caseSensitiveTransform };
7
+
8
+ //# sourceMappingURL=case-sensitive-transform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-sensitive-transform.js","names":[],"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"],"x_google_ignoreList":[0],"mappings":";AAQA,SAAgB,EAAuB,GAAY,GAAW;AAC5D,QAAO,KAAa,IAAa,EAAW,KAAa"}
@@ -0,0 +1,16 @@
1
+ import { Schema as e } from "./schema.js";
2
+ import { normalize as t } from "../normalize.js";
3
+ import { DefinedInfo as n } from "./defined-info.js";
4
+ //#region node_modules/property-information/lib/util/create.js
5
+ function r(r) {
6
+ let i = {}, a = {};
7
+ for (let [e, o] of Object.entries(r.properties)) {
8
+ let s = new n(e, r.transform(r.attributes || {}, e), o, r.space);
9
+ r.mustUseProperty && r.mustUseProperty.includes(e) && (s.mustUseProperty = !0), i[e] = s, a[t(e)] = e, a[t(s.attribute)] = e;
10
+ }
11
+ return new e(i, a, r.space);
12
+ }
13
+ //#endregion
14
+ export { r as create };
15
+
16
+ //# sourceMappingURL=create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.js","names":[],"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"],"x_google_ignoreList":[0],"mappings":";;;;AAwCA,SAAgB,EAAO,GAAY;CAEjC,IAAM,IAAa,EAAE,EAEf,IAAU,EAAE;AAElB,MAAK,IAAM,CAAC,GAAU,MAAU,OAAO,QAAQ,EAAW,WAAW,EAAE;EACrE,IAAM,IAAO,IAAI,EACf,GACA,EAAW,UAAU,EAAW,cAAc,EAAE,EAAE,EAAS,EAC3D,GACA,EAAW,MACZ;AAYD,EATE,EAAW,mBACX,EAAW,gBAAgB,SAAS,EAAS,KAE7C,EAAK,kBAAkB,KAGzB,EAAW,KAAY,GAEvB,EAAQ,EAAU,EAAS,IAAI,GAC/B,EAAQ,EAAU,EAAK,UAAU,IAAI;;AAGvC,QAAO,IAAI,EAAO,GAAY,GAAS,EAAW,MAAM"}
@@ -0,0 +1,20 @@
1
+ import { Info as e } from "./info.js";
2
+ import { types_exports as t } from "./types.js";
3
+ //#region node_modules/property-information/lib/util/defined-info.js
4
+ var n = Object.keys(t), r = class extends e {
5
+ constructor(e, r, a, o) {
6
+ let s = -1;
7
+ if (super(e, r), i(this, "space", o), typeof a == "number") for (; ++s < n.length;) {
8
+ let e = n[s];
9
+ i(this, n[s], (a & t[e]) === t[e]);
10
+ }
11
+ }
12
+ };
13
+ r.prototype.defined = !0;
14
+ function i(e, t, n) {
15
+ n && (e[t] = n);
16
+ }
17
+ //#endregion
18
+ export { r as DefinedInfo };
19
+
20
+ //# sourceMappingURL=defined-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defined-info.js","names":["types"],"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"],"x_google_ignoreList":[0],"mappings":";;;AAOA,IAAM,IACJ,OAAO,KAAKA,EAAM,EAGP,IAAb,cAAiC,EAAK;CAcpC,YAAY,GAAU,GAAW,GAAM,GAAO;EAC5C,IAAI,IAAQ;AAMZ,MAJA,MAAM,GAAU,EAAU,EAE1B,EAAK,MAAM,SAAS,EAAM,EAEtB,OAAO,KAAS,SAClB,QAAO,EAAE,IAAQ,EAAO,SAAQ;GAC9B,IAAM,IAAQ,EAAO;AACrB,KAAK,MAAM,EAAO,KAAS,IAAOA,EAAM,QAAYA,EAAM,GAAO;;;;AAMzE,EAAY,UAAU,UAAU;AAchC,SAAS,EAAK,GAAQ,GAAK,GAAO;AAChC,CAAI,MACF,EAAO,KAAO"}