@windrun-huaiin/third-ui 14.5.0 → 15.1.0

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 (2631) hide show
  1. package/dist/clerk/clerk-organization.js +2 -2
  2. package/dist/clerk/clerk-organization.mjs +1 -1
  3. package/dist/clerk/clerk-user.js +2 -2
  4. package/dist/clerk/clerk-user.mjs +1 -1
  5. package/dist/clerk/fingerprint/fingerprint-client.js +7 -7
  6. package/dist/clerk/fingerprint/fingerprint-client.mjs +4 -4
  7. package/dist/clerk/fingerprint/fingerprint-provider.js +5 -5
  8. package/dist/clerk/fingerprint/fingerprint-provider.mjs +1 -1
  9. package/dist/clerk/fingerprint/use-fingerprint.js +7 -7
  10. package/dist/clerk/fingerprint/use-fingerprint.mjs +1 -1
  11. package/dist/clerk/signin-with-fingerprint-client.js +2 -2
  12. package/dist/clerk/signin-with-fingerprint-client.mjs +1 -1
  13. package/dist/clerk/signup-button-with-fingerprint-client.js +2 -2
  14. package/dist/clerk/signup-button-with-fingerprint-client.mjs +1 -1
  15. package/dist/clerk/signup-with-fingerprint-client.js +2 -2
  16. package/dist/clerk/signup-with-fingerprint-client.mjs +1 -1
  17. package/dist/fuma/base/custom-header.js +9 -9
  18. package/dist/fuma/base/custom-header.mjs +2 -2
  19. package/dist/fuma/base/custom-home-layout.js +2 -2
  20. package/dist/fuma/base/custom-home-layout.mjs +1 -1
  21. package/dist/fuma/fuma-banner-suit.js +2 -2
  22. package/dist/fuma/fuma-banner-suit.mjs +1 -1
  23. package/dist/fuma/fuma-page-genarator.js +3 -3
  24. package/dist/fuma/fuma-page-genarator.mjs +1 -1
  25. package/dist/fuma/fuma-translate-util.js +2 -2
  26. package/dist/fuma/fuma-translate-util.mjs +1 -1
  27. package/dist/fuma/llm-copy-handler.js +2 -2
  28. package/dist/fuma/llm-copy-handler.mjs +1 -1
  29. package/dist/fuma/mdx/banner.js +4 -4
  30. package/dist/fuma/mdx/banner.mjs +2 -2
  31. package/dist/fuma/mdx/fuma-github-info.js +2 -2
  32. package/dist/fuma/mdx/fuma-github-info.mjs +1 -1
  33. package/dist/fuma/mdx/gradient-button.d.ts +5 -1
  34. package/dist/fuma/mdx/gradient-button.js +12 -6
  35. package/dist/fuma/mdx/gradient-button.mjs +15 -9
  36. package/dist/fuma/mdx/image-zoom.js +4 -4
  37. package/dist/fuma/mdx/image-zoom.mjs +3 -3
  38. package/dist/fuma/mdx/mermaid.js +3 -3
  39. package/dist/fuma/mdx/mermaid.mjs +3 -3
  40. package/dist/fuma/mdx/toc-base.js +2 -2
  41. package/dist/fuma/mdx/toc-base.mjs +1 -1
  42. package/dist/fuma/mdx/toc-clerk-portable.js +3 -3
  43. package/dist/fuma/mdx/toc-clerk-portable.mjs +1 -1
  44. package/dist/fuma/mdx/zia-card.js +2 -2
  45. package/dist/fuma/mdx/zia-card.mjs +1 -1
  46. package/dist/fuma/mdx/zia-file.js +3 -3
  47. package/dist/fuma/mdx/zia-file.mjs +1 -1
  48. package/dist/fuma/site-x.js +3 -3
  49. package/dist/fuma/site-x.mjs +1 -1
  50. package/dist/lib/fuma-schema-check-util.js +5 -5
  51. package/dist/lib/fuma-schema-check-util.mjs +5 -5
  52. package/dist/main/credit/credit-overview-client.js +10 -10
  53. package/dist/main/credit/credit-overview-client.mjs +1 -1
  54. package/dist/main/credit/credit-overview.js +2 -2
  55. package/dist/main/credit/credit-overview.mjs +1 -1
  56. package/dist/main/cta.js +2 -2
  57. package/dist/main/cta.mjs +1 -1
  58. package/dist/main/delayed-img.js +2 -2
  59. package/dist/main/delayed-img.mjs +1 -1
  60. package/dist/main/faq.js +2 -2
  61. package/dist/main/faq.mjs +1 -1
  62. package/dist/main/features.js +2 -2
  63. package/dist/main/features.mjs +1 -1
  64. package/dist/main/footer-email.js +2 -2
  65. package/dist/main/footer-email.mjs +1 -1
  66. package/dist/main/footer.js +2 -2
  67. package/dist/main/footer.mjs +1 -1
  68. package/dist/main/gallery/gallery-interactive.js +2 -2
  69. package/dist/main/gallery/gallery-interactive.mjs +1 -1
  70. package/dist/main/gallery/gallery-mobile-swiper.js +3 -3
  71. package/dist/main/gallery/gallery-mobile-swiper.mjs +2 -2
  72. package/dist/main/gallery/gallery-server.js +2 -2
  73. package/dist/main/gallery/gallery-server.mjs +1 -1
  74. package/dist/main/index.d.ts +2 -0
  75. package/dist/main/index.js +10 -0
  76. package/dist/main/index.mjs +5 -0
  77. package/dist/main/money-price/customer-portal.js +2 -2
  78. package/dist/main/money-price/customer-portal.mjs +1 -1
  79. package/dist/main/money-price/money-price-button.js +2 -2
  80. package/dist/main/money-price/money-price-button.mjs +1 -1
  81. package/dist/main/money-price/money-price-data.js +2 -2
  82. package/dist/main/money-price/money-price-data.mjs +1 -1
  83. package/dist/main/money-price/money-price-interactive.js +2 -2
  84. package/dist/main/money-price/money-price-interactive.mjs +1 -1
  85. package/dist/main/money-price/money-price.js +2 -2
  86. package/dist/main/money-price/money-price.mjs +1 -1
  87. package/dist/main/pill-select/index.d.ts +4 -0
  88. package/dist/main/pill-select/index.js +13 -0
  89. package/dist/main/pill-select/index.mjs +4 -0
  90. package/dist/main/pill-select/x-filter-pills.d.ts +11 -0
  91. package/dist/main/pill-select/x-filter-pills.js +12 -0
  92. package/dist/main/pill-select/x-filter-pills.mjs +10 -0
  93. package/dist/main/pill-select/x-form-pills.d.ts +12 -0
  94. package/dist/main/pill-select/x-form-pills.js +12 -0
  95. package/dist/main/pill-select/x-form-pills.mjs +10 -0
  96. package/dist/main/pill-select/x-pill-select.d.ts +33 -0
  97. package/dist/main/pill-select/x-pill-select.js +142 -0
  98. package/dist/main/pill-select/x-pill-select.mjs +140 -0
  99. package/dist/main/pill-select/x-token-input.d.ts +12 -0
  100. package/dist/main/pill-select/x-token-input.js +71 -0
  101. package/dist/main/pill-select/x-token-input.mjs +69 -0
  102. package/dist/main/price-plan.js +2 -2
  103. package/dist/main/price-plan.mjs +1 -1
  104. package/dist/main/rich-text-expert.mjs +2 -2
  105. package/dist/main/seo-content.js +2 -2
  106. package/dist/main/seo-content.mjs +1 -1
  107. package/dist/main/snake-loading-frame.js +2 -2
  108. package/dist/main/snake-loading-frame.mjs +1 -1
  109. package/dist/main/tips.js +2 -2
  110. package/dist/main/tips.mjs +1 -1
  111. package/dist/main/usage.js +2 -2
  112. package/dist/main/usage.mjs +1 -1
  113. package/dist/main/x-button.d.ts +3 -0
  114. package/dist/main/x-button.js +31 -10
  115. package/dist/main/x-button.mjs +33 -12
  116. package/dist/main/x-toggle-button.d.ts +32 -0
  117. package/dist/main/x-toggle-button.js +95 -0
  118. package/dist/main/x-toggle-button.mjs +74 -0
  119. package/package.json +11 -3
  120. package/src/fuma/mdx/gradient-button.tsx +40 -4
  121. package/src/main/index.ts +2 -0
  122. package/src/main/pill-select/index.ts +4 -0
  123. package/src/main/pill-select/x-filter-pills.tsx +36 -0
  124. package/src/main/pill-select/x-form-pills.tsx +39 -0
  125. package/src/main/pill-select/x-pill-select.tsx +360 -0
  126. package/src/main/pill-select/x-token-input.tsx +174 -0
  127. package/src/main/x-button.tsx +64 -8
  128. package/src/main/x-toggle-button.tsx +218 -0
  129. package/dist/_virtual/_commonjsHelpers.js +0 -7
  130. package/dist/_virtual/_commonjsHelpers.mjs +0 -5
  131. package/dist/_virtual/advancedFormat.js +0 -11
  132. package/dist/_virtual/advancedFormat.mjs +0 -7
  133. package/dist/_virtual/advancedFormat2.js +0 -5
  134. package/dist/_virtual/advancedFormat2.mjs +0 -3
  135. package/dist/_virtual/cancellation.js +0 -7
  136. package/dist/_virtual/cancellation.mjs +0 -5
  137. package/dist/_virtual/cancellation2.js +0 -5
  138. package/dist/_virtual/cancellation2.mjs +0 -3
  139. package/dist/_virtual/constants.js +0 -5
  140. package/dist/_virtual/constants.mjs +0 -3
  141. package/dist/_virtual/cose-base.js +0 -5
  142. package/dist/_virtual/cose-base.mjs +0 -3
  143. package/dist/_virtual/cose-base2.js +0 -5
  144. package/dist/_virtual/cose-base2.mjs +0 -3
  145. package/dist/_virtual/customParseFormat.js +0 -11
  146. package/dist/_virtual/customParseFormat.mjs +0 -7
  147. package/dist/_virtual/customParseFormat2.js +0 -5
  148. package/dist/_virtual/customParseFormat2.mjs +0 -3
  149. package/dist/_virtual/cytoscape-cose-bilkent.js +0 -11
  150. package/dist/_virtual/cytoscape-cose-bilkent.mjs +0 -7
  151. package/dist/_virtual/cytoscape-cose-bilkent2.js +0 -5
  152. package/dist/_virtual/cytoscape-cose-bilkent2.mjs +0 -3
  153. package/dist/_virtual/cytoscape-fcose.js +0 -11
  154. package/dist/_virtual/cytoscape-fcose.mjs +0 -7
  155. package/dist/_virtual/cytoscape-fcose2.js +0 -5
  156. package/dist/_virtual/cytoscape-fcose2.mjs +0 -3
  157. package/dist/_virtual/dayjs.min.js +0 -11
  158. package/dist/_virtual/dayjs.min.mjs +0 -7
  159. package/dist/_virtual/dayjs.min2.js +0 -5
  160. package/dist/_virtual/dayjs.min2.mjs +0 -3
  161. package/dist/_virtual/events.js +0 -7
  162. package/dist/_virtual/events.mjs +0 -5
  163. package/dist/_virtual/events2.js +0 -5
  164. package/dist/_virtual/events2.mjs +0 -3
  165. package/dist/_virtual/index.js +0 -7
  166. package/dist/_virtual/index.mjs +0 -5
  167. package/dist/_virtual/index2.js +0 -5
  168. package/dist/_virtual/index2.mjs +0 -3
  169. package/dist/_virtual/is.js +0 -5
  170. package/dist/_virtual/is.mjs +0 -3
  171. package/dist/_virtual/isoWeek.js +0 -11
  172. package/dist/_virtual/isoWeek.mjs +0 -7
  173. package/dist/_virtual/isoWeek2.js +0 -5
  174. package/dist/_virtual/isoWeek2.mjs +0 -3
  175. package/dist/_virtual/layout-base.js +0 -5
  176. package/dist/_virtual/layout-base.mjs +0 -3
  177. package/dist/_virtual/layout-base2.js +0 -5
  178. package/dist/_virtual/layout-base2.mjs +0 -3
  179. package/dist/_virtual/ral.js +0 -5
  180. package/dist/_virtual/ral.mjs +0 -3
  181. package/dist/clerk/patch/optional-auth.d.ts +0 -11
  182. package/dist/clerk/patch/optional-auth.js +0 -27
  183. package/dist/clerk/patch/optional-auth.mjs +0 -25
  184. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.2/node_modules/@braintree/sanitize-url/dist/constants.js +0 -23
  185. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.2/node_modules/@braintree/sanitize-url/dist/constants.mjs +0 -21
  186. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.2/node_modules/@braintree/sanitize-url/dist/index.js +0 -93
  187. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.2/node_modules/@braintree/sanitize-url/dist/index.mjs +0 -91
  188. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +0 -88
  189. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +0 -83
  190. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +0 -246
  191. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +0 -232
  192. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +0 -56
  193. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +0 -54
  194. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +0 -89
  195. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.mjs +0 -87
  196. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +0 -48
  197. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +0 -44
  198. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +0 -729
  199. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +0 -727
  200. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +0 -43
  201. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +0 -36
  202. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +0 -18
  203. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +0 -15
  204. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +0 -11
  205. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +0 -9
  206. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +0 -21
  207. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +0 -19
  208. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@5.1.0/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js +0 -3166
  209. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@5.1.0/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.mjs +0 -3140
  210. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/customisations/defaults.js +0 -18
  211. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +0 -15
  212. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -31
  213. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -26
  214. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -20
  215. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -18
  216. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/name.js +0 -60
  217. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -57
  218. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -15
  219. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -13
  220. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -30
  221. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -27
  222. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -26
  223. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -24
  224. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/build.js +0 -118
  225. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -115
  226. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -36
  227. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -32
  228. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/html.js +0 -12
  229. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -10
  230. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/id.js +0 -38
  231. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -36
  232. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/size.js +0 -30
  233. package/dist/node_modules/.pnpm/@iconify_utils@3.1.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -28
  234. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.js +0 -9
  235. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.mjs +0 -2
  236. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.js +0 -41
  237. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.mjs +0 -38
  238. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.js +0 -635
  239. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.mjs +0 -598
  240. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.js +0 -122
  241. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.mjs +0 -119
  242. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.js +0 -41
  243. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.mjs +0 -38
  244. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.js +0 -41
  245. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.mjs +0 -38
  246. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.js +0 -58
  247. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.mjs +0 -55
  248. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.js +0 -41
  249. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.mjs +0 -38
  250. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.js +0 -54
  251. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.mjs +0 -51
  252. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.js +0 -9
  253. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.mjs +0 -2
  254. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.js +0 -9
  255. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.mjs +0 -2
  256. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.js +0 -9
  257. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.mjs +0 -2
  258. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.js +0 -9
  259. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.mjs +0 -2
  260. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.js +0 -9
  261. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.mjs +0 -2
  262. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.js +0 -9
  263. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.mjs +0 -2
  264. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
  265. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +0 -78
  266. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js +0 -48
  267. package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.mjs +0 -45
  268. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +0 -567
  269. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +0 -565
  270. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +0 -426
  271. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +0 -409
  272. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +0 -52
  273. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +0 -48
  274. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +0 -13
  275. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +0 -11
  276. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +0 -6
  277. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +0 -4
  278. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.js +0 -77
  279. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +0 -72
  280. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +0 -106
  281. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +0 -100
  282. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +0 -184
  283. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +0 -180
  284. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +0 -66
  285. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +0 -60
  286. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.js +0 -469
  287. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +0 -454
  288. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +0 -66
  289. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +0 -61
  290. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +0 -48
  291. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +0 -44
  292. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +0 -27
  293. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +0 -24
  294. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +0 -510
  295. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +0 -500
  296. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +0 -33
  297. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +0 -23
  298. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +0 -52
  299. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +0 -50
  300. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +0 -493
  301. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +0 -480
  302. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +0 -44
  303. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +0 -41
  304. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +0 -108
  305. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +0 -106
  306. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +0 -208
  307. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +0 -201
  308. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +0 -27
  309. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +0 -25
  310. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +0 -79
  311. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +0 -77
  312. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +0 -304
  313. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +0 -302
  314. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +0 -74
  315. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +0 -72
  316. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +0 -141
  317. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +0 -138
  318. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +0 -52
  319. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +0 -50
  320. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +0 -339
  321. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +0 -337
  322. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +0 -555
  323. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +0 -553
  324. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +0 -305
  325. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +0 -299
  326. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +0 -198
  327. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +0 -196
  328. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +0 -23
  329. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +0 -21
  330. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +0 -920
  331. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +0 -893
  332. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +0 -12
  333. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +0 -10
  334. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +0 -664
  335. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +0 -662
  336. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +0 -253
  337. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +0 -248
  338. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +0 -23
  339. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +0 -20
  340. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.js +0 -140
  341. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +0 -125
  342. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +0 -95
  343. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +0 -88
  344. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +0 -47
  345. package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +0 -44
  346. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +0 -1440
  347. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +0 -1438
  348. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +0 -3220
  349. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +0 -3218
  350. package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.1/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js +0 -466
  351. package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.1/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +0 -464
  352. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.1/node_modules/cytoscape-fcose/cytoscape-fcose.js +0 -1547
  353. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.1/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +0 -1545
  354. package/dist/node_modules/.pnpm/cytoscape@3.33.1/node_modules/cytoscape/dist/cytoscape.esm.js +0 -35584
  355. package/dist/node_modules/.pnpm/cytoscape@3.33.1/node_modules/cytoscape/dist/cytoscape.esm.mjs +0 -35580
  356. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +0 -26
  357. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +0 -22
  358. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +0 -26
  359. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +0 -22
  360. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +0 -24
  361. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +0 -20
  362. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +0 -9
  363. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +0 -5
  364. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +0 -14
  365. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +0 -9
  366. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +0 -62
  367. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +0 -58
  368. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +0 -13
  369. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +0 -9
  370. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +0 -26
  371. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +0 -22
  372. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +0 -26
  373. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +0 -22
  374. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +0 -9
  375. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +0 -5
  376. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +0 -19
  377. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +0 -15
  378. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +0 -63
  379. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +0 -57
  380. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +0 -171
  381. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +0 -168
  382. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +0 -9
  383. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +0 -5
  384. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +0 -410
  385. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +0 -398
  386. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +0 -17
  387. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +0 -12
  388. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +0 -124
  389. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +0 -117
  390. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +0 -7
  391. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +0 -4
  392. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +0 -88
  393. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +0 -84
  394. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +0 -7
  395. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +0 -5
  396. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/defaultLocale.js +0 -24
  397. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/defaultLocale.mjs +0 -20
  398. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/exponent.js +0 -11
  399. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/exponent.mjs +0 -7
  400. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatDecimal.js +0 -27
  401. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatDecimal.mjs +0 -22
  402. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatGroup.js +0 -24
  403. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatGroup.mjs +0 -20
  404. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatNumerals.js +0 -13
  405. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatNumerals.mjs +0 -9
  406. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatPrefixAuto.js +0 -22
  407. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatPrefixAuto.mjs +0 -18
  408. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatRounded.js +0 -17
  409. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatRounded.mjs +0 -13
  410. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatSpecifier.js +0 -54
  411. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatSpecifier.mjs +0 -49
  412. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatTrim.js +0 -17
  413. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatTrim.mjs +0 -13
  414. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatTypes.js +0 -25
  415. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/formatTypes.mjs +0 -21
  416. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/identity.js +0 -9
  417. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/identity.mjs +0 -5
  418. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/locale.js +0 -153
  419. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/locale.mjs +0 -149
  420. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionFixed.js +0 -11
  421. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionFixed.mjs +0 -7
  422. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionPrefix.js +0 -11
  423. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionPrefix.mjs +0 -7
  424. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionRound.js +0 -12
  425. package/dist/node_modules/.pnpm/d3-format@3.1.2/node_modules/d3-format/src/precisionRound.mjs +0 -8
  426. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +0 -8
  427. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.mjs +0 -6
  428. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +0 -16
  429. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.mjs +0 -11
  430. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +0 -13
  431. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.mjs +0 -9
  432. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +0 -18
  433. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.mjs +0 -14
  434. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +0 -9
  435. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.mjs +0 -5
  436. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +0 -13
  437. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.mjs +0 -9
  438. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +0 -21
  439. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.mjs +0 -17
  440. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +0 -18
  441. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.mjs +0 -14
  442. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +0 -14
  443. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.mjs +0 -10
  444. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +0 -99
  445. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.mjs +0 -93
  446. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +0 -20
  447. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.mjs +0 -16
  448. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +0 -15
  449. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.mjs +0 -11
  450. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +0 -15
  451. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.mjs +0 -11
  452. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +0 -36
  453. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.mjs +0 -32
  454. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +0 -13
  455. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.mjs +0 -9
  456. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +0 -15
  457. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.mjs +0 -11
  458. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +0 -18
  459. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.mjs +0 -14
  460. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +0 -100
  461. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.mjs +0 -96
  462. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +0 -12
  463. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.mjs +0 -8
  464. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +0 -18
  465. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.mjs +0 -14
  466. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +0 -74
  467. package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.mjs +0 -68
  468. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +0 -21
  469. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +0 -19
  470. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +0 -37
  471. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +0 -31
  472. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +0 -7
  473. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +0 -3
  474. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +0 -12
  475. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +0 -8
  476. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +0 -26
  477. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +0 -22
  478. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +0 -11
  479. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +0 -7
  480. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +0 -21
  481. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +0 -16
  482. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +0 -29
  483. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +0 -25
  484. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +0 -30
  485. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +0 -26
  486. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +0 -11
  487. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +0 -7
  488. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +0 -70
  489. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +0 -66
  490. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +0 -33
  491. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +0 -28
  492. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js +0 -68
  493. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +0 -65
  494. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +0 -23
  495. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +0 -20
  496. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +0 -28
  497. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +0 -24
  498. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +0 -134
  499. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +0 -130
  500. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +0 -149
  501. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +0 -147
  502. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +0 -30
  503. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +0 -25
  504. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +0 -11
  505. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +0 -7
  506. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +0 -377
  507. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +0 -373
  508. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +0 -21
  509. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +0 -17
  510. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +0 -9
  511. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +0 -5
  512. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.js +0 -11
  513. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +0 -7
  514. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +0 -89
  515. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +0 -85
  516. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +0 -11
  517. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +0 -7
  518. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +0 -136
  519. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +0 -129
  520. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +0 -12
  521. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +0 -10
  522. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +0 -77
  523. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +0 -72
  524. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +0 -24
  525. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +0 -20
  526. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +0 -9
  527. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +0 -5
  528. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +0 -53
  529. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +0 -48
  530. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +0 -39
  531. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +0 -35
  532. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +0 -85
  533. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +0 -80
  534. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +0 -15
  535. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +0 -11
  536. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +0 -11
  537. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +0 -7
  538. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +0 -31
  539. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +0 -27
  540. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +0 -18
  541. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +0 -13
  542. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +0 -13
  543. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +0 -9
  544. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js +0 -16
  545. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +0 -11
  546. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +0 -13
  547. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +0 -9
  548. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +0 -14
  549. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +0 -10
  550. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js +0 -63
  551. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +0 -59
  552. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +0 -12
  553. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +0 -8
  554. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +0 -81
  555. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +0 -77
  556. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +0 -19
  557. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +0 -15
  558. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +0 -134
  559. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +0 -130
  560. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +0 -11
  561. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +0 -7
  562. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +0 -40
  563. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +0 -36
  564. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +0 -16
  565. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +0 -12
  566. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +0 -9
  567. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +0 -5
  568. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +0 -29
  569. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +0 -24
  570. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +0 -12
  571. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +0 -8
  572. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js +0 -22
  573. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +0 -18
  574. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +0 -31
  575. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +0 -27
  576. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +0 -96
  577. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +0 -90
  578. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +0 -20
  579. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +0 -16
  580. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +0 -13
  581. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +0 -9
  582. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +0 -21
  583. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +0 -17
  584. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +0 -13
  585. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +0 -9
  586. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js +0 -25
  587. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +0 -21
  588. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +0 -17
  589. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +0 -13
  590. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +0 -9
  591. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +0 -5
  592. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +0 -73
  593. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +0 -69
  594. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +0 -19
  595. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +0 -15
  596. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +0 -34
  597. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +0 -30
  598. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +0 -13
  599. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +0 -9
  600. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js +0 -14
  601. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +0 -10
  602. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js +0 -23
  603. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +0 -19
  604. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +0 -31
  605. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +0 -27
  606. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +0 -24
  607. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +0 -20
  608. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +0 -24
  609. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +0 -20
  610. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +0 -11
  611. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +0 -7
  612. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +0 -30
  613. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +0 -26
  614. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +0 -9
  615. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +0 -5
  616. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +0 -42
  617. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +0 -37
  618. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +0 -31
  619. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +0 -27
  620. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +0 -13
  621. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +0 -9
  622. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +0 -15
  623. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +0 -11
  624. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js +0 -11
  625. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +0 -7
  626. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +0 -5
  627. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +0 -3
  628. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +0 -11
  629. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +0 -7
  630. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +0 -62
  631. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +0 -60
  632. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +0 -12
  633. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +0 -9
  634. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +0 -274
  635. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +0 -270
  636. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +0 -11
  637. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +0 -7
  638. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +0 -11
  639. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +0 -7
  640. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +0 -59
  641. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +0 -53
  642. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +0 -58
  643. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +0 -54
  644. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +0 -45
  645. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +0 -41
  646. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +0 -50
  647. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +0 -47
  648. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +0 -62
  649. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +0 -58
  650. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +0 -69
  651. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +0 -63
  652. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +0 -68
  653. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +0 -63
  654. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +0 -56
  655. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +0 -51
  656. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +0 -95
  657. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +0 -90
  658. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +0 -80
  659. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +0 -76
  660. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +0 -68
  661. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +0 -64
  662. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +0 -37
  663. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +0 -33
  664. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +0 -31
  665. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +0 -27
  666. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +0 -109
  667. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +0 -106
  668. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +0 -71
  669. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +0 -67
  670. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +0 -61
  671. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +0 -55
  672. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +0 -9
  673. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +0 -5
  674. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +0 -9
  675. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +0 -5
  676. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +0 -64
  677. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +0 -60
  678. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +0 -36
  679. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +0 -22
  680. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +0 -7
  681. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +0 -3
  682. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +0 -23
  683. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +0 -21
  684. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +0 -86
  685. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +0 -82
  686. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +0 -12
  687. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +0 -9
  688. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +0 -30
  689. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +0 -26
  690. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +0 -694
  691. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +0 -690
  692. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +0 -41
  693. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +0 -37
  694. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +0 -17
  695. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +0 -9
  696. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +0 -31
  697. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +0 -28
  698. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +0 -73
  699. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +0 -71
  700. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +0 -29
  701. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +0 -27
  702. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +0 -31
  703. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +0 -28
  704. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +0 -32
  705. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +0 -29
  706. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +0 -18
  707. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +0 -16
  708. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +0 -60
  709. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +0 -57
  710. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +0 -73
  711. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +0 -58
  712. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +0 -54
  713. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +0 -51
  714. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +0 -17
  715. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +0 -13
  716. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js +0 -117
  717. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +0 -112
  718. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +0 -30
  719. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +0 -26
  720. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +0 -8
  721. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +0 -6
  722. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js +0 -13
  723. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.mjs +0 -9
  724. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js +0 -48
  725. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +0 -44
  726. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +0 -84
  727. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +0 -80
  728. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +0 -50
  729. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +0 -46
  730. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js +0 -29
  731. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +0 -25
  732. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js +0 -29
  733. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +0 -25
  734. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js +0 -22
  735. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +0 -18
  736. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js +0 -20
  737. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +0 -16
  738. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js +0 -35
  739. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +0 -31
  740. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +0 -22
  741. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +0 -18
  742. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +0 -74
  743. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +0 -71
  744. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +0 -18
  745. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +0 -14
  746. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js +0 -25
  747. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +0 -21
  748. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js +0 -38
  749. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +0 -34
  750. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js +0 -17
  751. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.mjs +0 -13
  752. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js +0 -170
  753. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +0 -156
  754. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +0 -28
  755. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +0 -24
  756. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +0 -32
  757. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +0 -28
  758. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +0 -13
  759. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +0 -9
  760. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +0 -86
  761. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +0 -82
  762. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js +0 -30
  763. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +0 -26
  764. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js +0 -26
  765. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +0 -22
  766. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js +0 -30
  767. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +0 -26
  768. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js +0 -30
  769. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +0 -26
  770. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js +0 -88
  771. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +0 -83
  772. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +0 -48
  773. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +0 -46
  774. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/acyclic.js +0 -64
  775. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +0 -61
  776. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +0 -38
  777. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +0 -36
  778. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +0 -78
  779. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +0 -75
  780. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/data/list.js +0 -58
  781. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/data/list.mjs +0 -56
  782. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +0 -125
  783. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +0 -123
  784. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/layout.js +0 -414
  785. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/layout.mjs +0 -412
  786. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +0 -143
  787. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +0 -140
  788. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/normalize.js +0 -114
  789. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/normalize.mjs +0 -111
  790. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +0 -55
  791. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +0 -53
  792. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +0 -34
  793. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +0 -32
  794. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +0 -80
  795. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +0 -78
  796. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +0 -85
  797. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +0 -83
  798. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/index.js +0 -82
  799. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/index.mjs +0 -80
  800. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/init-order.js +0 -52
  801. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +0 -50
  802. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +0 -134
  803. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +0 -132
  804. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +0 -83
  805. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +0 -81
  806. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort.js +0 -64
  807. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +0 -62
  808. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +0 -88
  809. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +0 -86
  810. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/bk.js +0 -451
  811. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +0 -440
  812. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/index.js +0 -36
  813. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/position/index.mjs +0 -34
  814. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +0 -90
  815. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +0 -88
  816. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/index.js +0 -54
  817. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +0 -52
  818. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +0 -244
  819. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +0 -242
  820. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/util.js +0 -68
  821. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +0 -65
  822. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/util.js +0 -219
  823. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/dagre/util.mjs +0 -207
  824. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +0 -49
  825. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +0 -47
  826. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +0 -9
  827. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +0 -7
  828. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +0 -9
  829. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +0 -7
  830. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +0 -6
  831. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +0 -4
  832. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/graph.js +0 -526
  833. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/graph.mjs +0 -524
  834. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/json.js +0 -53
  835. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.13/node_modules/dagre-d3-es/src/graphlib/json.mjs +0 -51
  836. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.js +0 -18
  837. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.mjs +0 -16
  838. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/advancedFormat.js +0 -18
  839. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/advancedFormat.mjs +0 -16
  840. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/customParseFormat.js +0 -18
  841. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/customParseFormat.mjs +0 -16
  842. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/isoWeek.js +0 -18
  843. package/dist/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/isoWeek.mjs +0 -16
  844. package/dist/node_modules/.pnpm/dompurify@3.3.3/node_modules/dompurify/dist/purify.es.js +0 -1391
  845. package/dist/node_modules/.pnpm/dompurify@3.3.3/node_modules/dompurify/dist/purify.es.mjs +0 -1387
  846. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +0 -47
  847. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs +0 -45
  848. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +0 -8
  849. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs +0 -6
  850. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/LazyContext.js +0 -8
  851. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/LazyContext.mjs +0 -6
  852. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +0 -15
  853. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs +0 -13
  854. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/create.js +0 -16
  855. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs +0 -14
  856. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/index.js +0 -8
  857. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs +0 -6
  858. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +0 -19
  859. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs +0 -17
  860. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/PresenceContext.js +0 -12
  861. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/PresenceContext.mjs +0 -10
  862. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +0 -11
  863. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs +0 -9
  864. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/events/add-pointer-event.js +0 -10
  865. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs +0 -8
  866. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/events/event-info.js +0 -16
  867. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/events/event-info.mjs +0 -13
  868. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +0 -576
  869. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs +0 -573
  870. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/index.js +0 -52
  871. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/index.mjs +0 -50
  872. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +0 -141
  873. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs +0 -129
  874. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/focus.js +0 -43
  875. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/focus.mjs +0 -41
  876. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/hover.js +0 -32
  877. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/hover.mjs +0 -30
  878. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +0 -282
  879. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs +0 -280
  880. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/pan/index.js +0 -52
  881. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/pan/index.mjs +0 -50
  882. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/press.js +0 -39
  883. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/gestures/press.mjs +0 -37
  884. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +0 -69
  885. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs +0 -67
  886. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animation/index.js +0 -42
  887. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs +0 -40
  888. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animations.js +0 -15
  889. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/animations.mjs +0 -13
  890. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/definitions.js +0 -51
  891. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/definitions.mjs +0 -48
  892. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/drag.js +0 -19
  893. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/drag.mjs +0 -17
  894. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/gestures.js +0 -23
  895. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/gestures.mjs +0 -21
  896. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +0 -139
  897. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs +0 -137
  898. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/layout.js +0 -13
  899. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/layout.mjs +0 -11
  900. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/load-features.js +0 -17
  901. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/load-features.mjs +0 -15
  902. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +0 -78
  903. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs +0 -76
  904. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +0 -51
  905. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs +0 -49
  906. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/index.js +0 -114
  907. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/index.mjs +0 -112
  908. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/symbol.js +0 -5
  909. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs +0 -3
  910. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +0 -53
  911. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs +0 -51
  912. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +0 -167
  913. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs +0 -165
  914. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +0 -82
  915. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs +0 -80
  916. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +0 -60
  917. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs +0 -58
  918. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/create-proxy.js +0 -47
  919. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs +0 -45
  920. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.js +0 -15
  921. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.mjs +0 -13
  922. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +0 -9
  923. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs +0 -7
  924. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +0 -20
  925. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs +0 -18
  926. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/use-render.js +0 -29
  927. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/use-render.mjs +0 -27
  928. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +0 -69
  929. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs +0 -66
  930. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +0 -32
  931. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs +0 -30
  932. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.js +0 -13
  933. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.mjs +0 -11
  934. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/use-props.js +0 -61
  935. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/use-props.mjs +0 -58
  936. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +0 -10
  937. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs +0 -8
  938. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +0 -35
  939. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs +0 -33
  940. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/use-props.js +0 -27
  941. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/use-props.mjs +0 -25
  942. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.js +0 -13
  943. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.mjs +0 -11
  944. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +0 -10
  945. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs +0 -8
  946. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/distance.js +0 -12
  947. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/distance.mjs +0 -9
  948. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/get-context-window.js +0 -8
  949. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/get-context-window.mjs +0 -6
  950. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/is-browser.js +0 -5
  951. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/is-browser.mjs +0 -3
  952. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/is-ref-object.js +0 -9
  953. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs +0 -7
  954. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/use-constant.js +0 -21
  955. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/use-constant.mjs +0 -19
  956. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +0 -9
  957. package/dist/node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs +0 -7
  958. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +0 -48
  959. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +0 -46
  960. package/dist/node_modules/.pnpm/katex@0.16.43/node_modules/katex/dist/katex.js +0 -16510
  961. package/dist/node_modules/.pnpm/katex@0.16.43/node_modules/katex/dist/katex.mjs +0 -16494
  962. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +0 -137
  963. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +0 -133
  964. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +0 -11
  965. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +0 -7
  966. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +0 -31
  967. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +0 -27
  968. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +0 -47
  969. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +0 -43
  970. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +0 -54
  971. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +0 -50
  972. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.js +0 -48
  973. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +0 -44
  974. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +0 -178
  975. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +0 -174
  976. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +0 -40
  977. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +0 -36
  978. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +0 -17
  979. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +0 -14
  980. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +0 -21
  981. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +0 -17
  982. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +0 -19
  983. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +0 -15
  984. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +0 -18
  985. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +0 -14
  986. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +0 -14
  987. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +0 -10
  988. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +0 -13
  989. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +0 -9
  990. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +0 -18
  991. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +0 -14
  992. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +0 -13
  993. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +0 -9
  994. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +0 -13
  995. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +0 -9
  996. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +0 -13
  997. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +0 -9
  998. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +0 -17
  999. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +0 -13
  1000. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +0 -27
  1001. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +0 -23
  1002. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +0 -24
  1003. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +0 -20
  1004. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +0 -93
  1005. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +0 -89
  1006. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +0 -17
  1007. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +0 -13
  1008. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +0 -18
  1009. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +0 -14
  1010. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.js +0 -14
  1011. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +0 -10
  1012. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.js +0 -102
  1013. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +0 -99
  1014. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +0 -130
  1015. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +0 -128
  1016. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +0 -24
  1017. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +0 -22
  1018. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +0 -71
  1019. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +0 -69
  1020. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +0 -514
  1021. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +0 -511
  1022. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +0 -731
  1023. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +0 -652
  1024. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +0 -31
  1025. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +0 -29
  1026. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +0 -23
  1027. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +0 -21
  1028. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +0 -20
  1029. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +0 -18
  1030. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +0 -251
  1031. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +0 -245
  1032. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +0 -32
  1033. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +0 -29
  1034. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +0 -496
  1035. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +0 -489
  1036. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +0 -87
  1037. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +0 -80
  1038. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +0 -378
  1039. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +0 -376
  1040. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +0 -132
  1041. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +0 -130
  1042. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +0 -103
  1043. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +0 -101
  1044. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +0 -169
  1045. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +0 -167
  1046. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +0 -26
  1047. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +0 -23
  1048. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +0 -91
  1049. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +0 -89
  1050. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +0 -89
  1051. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +0 -87
  1052. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +0 -69
  1053. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +0 -67
  1054. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +0 -77
  1055. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +0 -74
  1056. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +0 -279
  1057. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +0 -277
  1058. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +0 -223
  1059. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +0 -220
  1060. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +0 -82
  1061. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +0 -80
  1062. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +0 -91
  1063. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +0 -82
  1064. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +0 -211
  1065. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +0 -201
  1066. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +0 -153
  1067. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +0 -148
  1068. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +0 -193
  1069. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +0 -190
  1070. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +0 -149
  1071. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +0 -138
  1072. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +0 -16
  1073. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +0 -16
  1074. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +0 -18
  1075. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +0 -15
  1076. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +0 -44
  1077. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +0 -42
  1078. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +0 -495
  1079. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +0 -477
  1080. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +0 -101
  1081. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +0 -94
  1082. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +0 -287
  1083. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +0 -278
  1084. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +0 -517
  1085. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +0 -511
  1086. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +0 -43
  1087. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +0 -41
  1088. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +0 -251
  1089. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +0 -246
  1090. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +0 -158
  1091. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +0 -155
  1092. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +0 -80
  1093. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +0 -77
  1094. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +0 -49
  1095. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +0 -47
  1096. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +0 -96
  1097. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +0 -94
  1098. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +0 -382
  1099. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +0 -380
  1100. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +0 -274
  1101. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +0 -267
  1102. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +0 -21
  1103. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +0 -18
  1104. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +0 -96
  1105. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +0 -94
  1106. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +0 -79
  1107. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +0 -77
  1108. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +0 -120
  1109. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +0 -118
  1110. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +0 -4276
  1111. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +0 -4274
  1112. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +0 -5116
  1113. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +0 -5114
  1114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +0 -11
  1115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +0 -7
  1116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +0 -36
  1117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +0 -32
  1118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +0 -36
  1119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +0 -32
  1120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +0 -11
  1121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +0 -7
  1122. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +0 -36
  1123. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +0 -32
  1124. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +0 -11
  1125. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +0 -7
  1126. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +0 -11
  1127. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +0 -7
  1128. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +0 -31
  1129. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +0 -27
  1130. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +0 -31
  1131. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +0 -27
  1132. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +0 -10
  1133. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +0 -6
  1134. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +0 -10
  1135. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +0 -6
  1136. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +0 -11
  1137. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +0 -7
  1138. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +0 -25
  1139. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +0 -21
  1140. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +0 -26
  1141. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +0 -22
  1142. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +0 -26
  1143. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +0 -22
  1144. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +0 -27
  1145. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +0 -23
  1146. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +0 -29
  1147. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +0 -25
  1148. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +0 -21
  1149. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +0 -17
  1150. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +0 -53
  1151. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +0 -49
  1152. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +0 -25
  1153. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +0 -21
  1154. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +0 -24
  1155. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +0 -20
  1156. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +0 -30
  1157. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +0 -26
  1158. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +0 -27
  1159. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +0 -23
  1160. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +0 -32
  1161. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +0 -28
  1162. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +0 -25
  1163. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +0 -21
  1164. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +0 -25
  1165. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +0 -21
  1166. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +0 -21
  1167. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +0 -17
  1168. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +0 -21
  1169. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.mjs +0 -17
  1170. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +0 -29
  1171. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +0 -25
  1172. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +0 -158
  1173. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +0 -154
  1174. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +0 -34
  1175. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +0 -30
  1176. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +0 -61
  1177. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +0 -57
  1178. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +0 -18
  1179. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +0 -14
  1180. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +0 -25
  1181. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +0 -21
  1182. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +0 -25
  1183. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +0 -21
  1184. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +0 -28
  1185. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +0 -24
  1186. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +0 -39
  1187. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +0 -35
  1188. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +0 -20
  1189. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +0 -16
  1190. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +0 -20
  1191. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +0 -16
  1192. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +0 -28
  1193. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +0 -24
  1194. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +0 -24
  1195. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +0 -20
  1196. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +0 -32
  1197. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +0 -28
  1198. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +0 -23
  1199. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +0 -19
  1200. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +0 -17
  1201. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +0 -13
  1202. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +0 -24
  1203. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +0 -20
  1204. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +0 -22
  1205. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +0 -18
  1206. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +0 -32
  1207. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +0 -28
  1208. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +0 -87
  1209. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +0 -83
  1210. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +0 -22
  1211. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +0 -18
  1212. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +0 -63
  1213. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +0 -59
  1214. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +0 -16
  1215. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +0 -12
  1216. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +0 -51
  1217. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +0 -47
  1218. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +0 -22
  1219. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +0 -18
  1220. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +0 -22
  1221. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +0 -18
  1222. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +0 -64
  1223. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +0 -60
  1224. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +0 -35
  1225. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +0 -31
  1226. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +0 -34
  1227. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +0 -30
  1228. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +0 -37
  1229. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +0 -33
  1230. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +0 -26
  1231. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +0 -22
  1232. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +0 -26
  1233. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +0 -22
  1234. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +0 -37
  1235. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +0 -33
  1236. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +0 -34
  1237. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +0 -30
  1238. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +0 -18
  1239. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +0 -14
  1240. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +0 -20
  1241. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +0 -16
  1242. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +0 -27
  1243. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +0 -23
  1244. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +0 -21
  1245. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +0 -17
  1246. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +0 -55
  1247. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +0 -51
  1248. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +0 -26
  1249. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +0 -22
  1250. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +0 -35
  1251. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.mjs +0 -31
  1252. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +0 -26
  1253. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +0 -22
  1254. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +0 -24
  1255. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +0 -20
  1256. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +0 -38
  1257. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +0 -34
  1258. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +0 -23
  1259. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +0 -19
  1260. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +0 -18
  1261. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +0 -14
  1262. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +0 -68
  1263. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +0 -64
  1264. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +0 -23
  1265. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +0 -19
  1266. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +0 -17
  1267. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +0 -13
  1268. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +0 -18
  1269. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +0 -14
  1270. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +0 -25
  1271. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +0 -21
  1272. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +0 -20
  1273. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +0 -16
  1274. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +0 -36
  1275. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +0 -32
  1276. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +0 -18
  1277. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +0 -14
  1278. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +0 -21
  1279. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +0 -17
  1280. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +0 -22
  1281. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +0 -18
  1282. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +0 -18
  1283. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +0 -14
  1284. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +0 -24
  1285. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +0 -20
  1286. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +0 -42
  1287. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +0 -38
  1288. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +0 -20
  1289. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +0 -16
  1290. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +0 -20
  1291. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.mjs +0 -16
  1292. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +0 -10
  1293. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +0 -6
  1294. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +0 -27
  1295. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +0 -23
  1296. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +0 -41
  1297. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +0 -37
  1298. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +0 -36
  1299. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +0 -32
  1300. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +0 -29
  1301. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +0 -25
  1302. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +0 -29
  1303. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +0 -25
  1304. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +0 -23
  1305. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +0 -19
  1306. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +0 -15
  1307. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +0 -11
  1308. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +0 -88
  1309. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +0 -84
  1310. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +0 -116
  1311. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +0 -112
  1312. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +0 -94
  1313. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +0 -90
  1314. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +0 -8
  1315. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +0 -4
  1316. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js +0 -20
  1317. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +0 -16
  1318. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +0 -21
  1319. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.mjs +0 -17
  1320. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +0 -22
  1321. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +0 -18
  1322. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +0 -28
  1323. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +0 -24
  1324. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +0 -21
  1325. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +0 -17
  1326. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +0 -10
  1327. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +0 -6
  1328. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +0 -50
  1329. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +0 -46
  1330. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +0 -34
  1331. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +0 -30
  1332. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +0 -29
  1333. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.mjs +0 -25
  1334. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +0 -60
  1335. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +0 -58
  1336. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +0 -17
  1337. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +0 -13
  1338. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +0 -43
  1339. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +0 -39
  1340. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +0 -19
  1341. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +0 -15
  1342. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +0 -21
  1343. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +0 -17
  1344. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +0 -34
  1345. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +0 -30
  1346. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +0 -27
  1347. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +0 -23
  1348. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +0 -27
  1349. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +0 -23
  1350. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +0 -30
  1351. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +0 -26
  1352. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +0 -81
  1353. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +0 -77
  1354. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +0 -22
  1355. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +0 -18
  1356. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +0 -24
  1357. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +0 -20
  1358. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +0 -29
  1359. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +0 -25
  1360. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +0 -34
  1361. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +0 -30
  1362. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +0 -33
  1363. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +0 -29
  1364. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +0 -19
  1365. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +0 -15
  1366. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +0 -24
  1367. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +0 -20
  1368. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +0 -22
  1369. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +0 -18
  1370. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +0 -19
  1371. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +0 -15
  1372. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +0 -17
  1373. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +0 -13
  1374. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +0 -39
  1375. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +0 -35
  1376. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +0 -23
  1377. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +0 -19
  1378. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +0 -20
  1379. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +0 -16
  1380. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +0 -30
  1381. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +0 -26
  1382. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +0 -25
  1383. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +0 -21
  1384. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +0 -22
  1385. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +0 -18
  1386. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +0 -20
  1387. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +0 -16
  1388. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +0 -20
  1389. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +0 -16
  1390. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +0 -26
  1391. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +0 -22
  1392. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +0 -22
  1393. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +0 -18
  1394. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +0 -24
  1395. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +0 -20
  1396. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +0 -30
  1397. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +0 -26
  1398. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +0 -10
  1399. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +0 -6
  1400. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +0 -10
  1401. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +0 -6
  1402. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +0 -24
  1403. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +0 -20
  1404. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +0 -34
  1405. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +0 -30
  1406. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +0 -26
  1407. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +0 -22
  1408. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +0 -19
  1409. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +0 -15
  1410. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +0 -40
  1411. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +0 -36
  1412. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +0 -13
  1413. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +0 -9
  1414. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +0 -23
  1415. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +0 -19
  1416. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +0 -18
  1417. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +0 -14
  1418. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +0 -22
  1419. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +0 -18
  1420. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +0 -18
  1421. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +0 -14
  1422. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +0 -41
  1423. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +0 -37
  1424. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +0 -19
  1425. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +0 -15
  1426. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +0 -22
  1427. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +0 -18
  1428. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +0 -18
  1429. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +0 -14
  1430. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +0 -18
  1431. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +0 -14
  1432. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +0 -38
  1433. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +0 -34
  1434. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +0 -27
  1435. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +0 -23
  1436. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +0 -31
  1437. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +0 -27
  1438. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +0 -22
  1439. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +0 -18
  1440. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +0 -30
  1441. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +0 -26
  1442. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +0 -23
  1443. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +0 -19
  1444. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +0 -62
  1445. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +0 -58
  1446. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +0 -40
  1447. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +0 -36
  1448. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +0 -35
  1449. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +0 -31
  1450. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +0 -30
  1451. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +0 -26
  1452. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +0 -68
  1453. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +0 -64
  1454. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +0 -37
  1455. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +0 -33
  1456. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +0 -42
  1457. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +0 -38
  1458. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +0 -43
  1459. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +0 -39
  1460. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +0 -41
  1461. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +0 -37
  1462. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +0 -56
  1463. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +0 -52
  1464. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +0 -56
  1465. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +0 -52
  1466. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +0 -46
  1467. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +0 -42
  1468. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +0 -59
  1469. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +0 -55
  1470. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +0 -33
  1471. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +0 -29
  1472. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +0 -26
  1473. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +0 -22
  1474. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +0 -45
  1475. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +0 -41
  1476. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +0 -37
  1477. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +0 -33
  1478. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +0 -45
  1479. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +0 -41
  1480. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +0 -39
  1481. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +0 -35
  1482. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +0 -38
  1483. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +0 -34
  1484. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +0 -27
  1485. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +0 -23
  1486. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +0 -25
  1487. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +0 -21
  1488. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +0 -57
  1489. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +0 -53
  1490. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +0 -39
  1491. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +0 -35
  1492. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +0 -40
  1493. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +0 -36
  1494. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +0 -30
  1495. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +0 -26
  1496. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +0 -37
  1497. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +0 -33
  1498. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +0 -37
  1499. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +0 -33
  1500. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +0 -42
  1501. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +0 -38
  1502. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +0 -81
  1503. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +0 -77
  1504. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +0 -41
  1505. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +0 -37
  1506. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +0 -39
  1507. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +0 -35
  1508. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +0 -31
  1509. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +0 -27
  1510. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +0 -35
  1511. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +0 -31
  1512. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +0 -33
  1513. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +0 -29
  1514. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +0 -31
  1515. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +0 -27
  1516. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +0 -31
  1517. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +0 -27
  1518. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +0 -34
  1519. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +0 -30
  1520. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +0 -33
  1521. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +0 -29
  1522. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +0 -31
  1523. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +0 -27
  1524. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +0 -26
  1525. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +0 -22
  1526. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +0 -41
  1527. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +0 -37
  1528. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +0 -36
  1529. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +0 -32
  1530. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +0 -24
  1531. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.mjs +0 -20
  1532. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +0 -57
  1533. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +0 -53
  1534. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +0 -77
  1535. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +0 -73
  1536. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +0 -44
  1537. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +0 -40
  1538. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +0 -21
  1539. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +0 -17
  1540. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +0 -41
  1541. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +0 -37
  1542. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +0 -36
  1543. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +0 -32
  1544. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +0 -55
  1545. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +0 -51
  1546. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +0 -50
  1547. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +0 -46
  1548. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +0 -51
  1549. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +0 -47
  1550. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +0 -27
  1551. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +0 -23
  1552. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +0 -22
  1553. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +0 -18
  1554. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +0 -46
  1555. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +0 -42
  1556. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +0 -40
  1557. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +0 -36
  1558. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +0 -68
  1559. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +0 -64
  1560. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +0 -32
  1561. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +0 -28
  1562. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +0 -29
  1563. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +0 -25
  1564. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +0 -38
  1565. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +0 -34
  1566. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_DataView.js +0 -11
  1567. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_DataView.mjs +0 -7
  1568. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Hash.js +0 -36
  1569. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Hash.mjs +0 -32
  1570. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.js +0 -36
  1571. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.mjs +0 -32
  1572. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Map.js +0 -11
  1573. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Map.mjs +0 -7
  1574. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.js +0 -36
  1575. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.mjs +0 -32
  1576. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Promise.js +0 -11
  1577. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Promise.mjs +0 -7
  1578. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Set.js +0 -11
  1579. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Set.mjs +0 -7
  1580. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.js +0 -31
  1581. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.mjs +0 -27
  1582. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Stack.js +0 -31
  1583. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Stack.mjs +0 -27
  1584. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +0 -10
  1585. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.mjs +0 -6
  1586. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.js +0 -10
  1587. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.mjs +0 -6
  1588. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.js +0 -11
  1589. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.mjs +0 -7
  1590. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +0 -25
  1591. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_apply.mjs +0 -21
  1592. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.js +0 -26
  1593. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.mjs +0 -22
  1594. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.js +0 -29
  1595. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.mjs +0 -25
  1596. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayIncludes.js +0 -21
  1597. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayIncludes.mjs +0 -17
  1598. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +0 -53
  1599. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.mjs +0 -49
  1600. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.js +0 -25
  1601. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.mjs +0 -21
  1602. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.js +0 -24
  1603. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.mjs +0 -20
  1604. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayReduce.js +0 -30
  1605. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arrayReduce.mjs +0 -26
  1606. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.js +0 -27
  1607. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.mjs +0 -23
  1608. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assignMergeValue.js +0 -24
  1609. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assignMergeValue.mjs +0 -20
  1610. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.js +0 -32
  1611. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.mjs +0 -28
  1612. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.js +0 -25
  1613. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.mjs +0 -21
  1614. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.js +0 -21
  1615. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.mjs +0 -17
  1616. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.js +0 -21
  1617. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.mjs +0 -17
  1618. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.js +0 -29
  1619. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.mjs +0 -25
  1620. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.js +0 -166
  1621. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.mjs +0 -162
  1622. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.js +0 -34
  1623. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.mjs +0 -30
  1624. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseEach.js +0 -18
  1625. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseEach.mjs +0 -14
  1626. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseExtremum.js +0 -36
  1627. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseExtremum.mjs +0 -32
  1628. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFilter.js +0 -25
  1629. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFilter.mjs +0 -21
  1630. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFindIndex.js +0 -28
  1631. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFindIndex.mjs +0 -24
  1632. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFlatten.js +0 -39
  1633. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFlatten.mjs +0 -35
  1634. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFor.js +0 -20
  1635. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseFor.mjs +0 -16
  1636. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseForOwn.js +0 -20
  1637. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseForOwn.mjs +0 -16
  1638. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGet.js +0 -28
  1639. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGet.mjs +0 -24
  1640. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.js +0 -24
  1641. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.mjs +0 -20
  1642. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +0 -32
  1643. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.mjs +0 -28
  1644. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGt.js +0 -18
  1645. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseGt.mjs +0 -14
  1646. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseHas.js +0 -23
  1647. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseHas.mjs +0 -19
  1648. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseHasIn.js +0 -17
  1649. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseHasIn.mjs +0 -13
  1650. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIndexOf.js +0 -24
  1651. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIndexOf.mjs +0 -20
  1652. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +0 -22
  1653. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.mjs +0 -18
  1654. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.js +0 -32
  1655. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.mjs +0 -28
  1656. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.js +0 -87
  1657. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.mjs +0 -83
  1658. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.js +0 -22
  1659. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.mjs +0 -18
  1660. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMatch.js +0 -63
  1661. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMatch.mjs +0 -59
  1662. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNaN.js +0 -16
  1663. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNaN.mjs +0 -12
  1664. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +0 -51
  1665. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.mjs +0 -47
  1666. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.js +0 -22
  1667. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.mjs +0 -18
  1668. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +0 -64
  1669. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.mjs +0 -60
  1670. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIteratee.js +0 -35
  1671. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseIteratee.mjs +0 -31
  1672. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.js +0 -34
  1673. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.mjs +0 -30
  1674. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +0 -37
  1675. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.mjs +0 -33
  1676. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseLt.js +0 -18
  1677. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseLt.mjs +0 -14
  1678. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMap.js +0 -26
  1679. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMap.mjs +0 -22
  1680. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMatches.js +0 -26
  1681. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMatches.mjs +0 -22
  1682. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMatchesProperty.js +0 -37
  1683. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMatchesProperty.mjs +0 -33
  1684. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMerge.js +0 -46
  1685. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMerge.mjs +0 -42
  1686. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMergeDeep.js +0 -98
  1687. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseMergeDeep.mjs +0 -94
  1688. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseOrderBy.js +0 -53
  1689. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseOrderBy.mjs +0 -49
  1690. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePick.js +0 -23
  1691. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePick.mjs +0 -19
  1692. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePickBy.js +0 -34
  1693. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePickBy.mjs +0 -30
  1694. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseProperty.js +0 -18
  1695. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseProperty.mjs +0 -14
  1696. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePropertyDeep.js +0 -20
  1697. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_basePropertyDeep.mjs +0 -16
  1698. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseRange.js +0 -32
  1699. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseRange.mjs +0 -28
  1700. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseReduce.js +0 -27
  1701. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseReduce.mjs +0 -23
  1702. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +0 -21
  1703. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.mjs +0 -17
  1704. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSet.js +0 -55
  1705. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSet.mjs +0 -51
  1706. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +0 -26
  1707. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.mjs +0 -22
  1708. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSortBy.js +0 -25
  1709. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseSortBy.mjs +0 -21
  1710. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +0 -24
  1711. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.mjs +0 -20
  1712. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.js +0 -38
  1713. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.mjs +0 -34
  1714. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseTrim.js +0 -23
  1715. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseTrim.mjs +0 -19
  1716. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +0 -18
  1717. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.mjs +0 -14
  1718. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseUniq.js +0 -71
  1719. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseUniq.mjs +0 -67
  1720. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseValues.js +0 -23
  1721. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseValues.mjs +0 -19
  1722. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseZipObject.js +0 -27
  1723. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_baseZipObject.mjs +0 -23
  1724. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.js +0 -17
  1725. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.mjs +0 -13
  1726. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_castFunction.js +0 -18
  1727. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_castFunction.mjs +0 -14
  1728. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_castPath.js +0 -25
  1729. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_castPath.mjs +0 -21
  1730. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.js +0 -20
  1731. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.mjs +0 -16
  1732. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.js +0 -39
  1733. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.mjs +0 -35
  1734. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.js +0 -20
  1735. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.mjs +0 -16
  1736. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.js +0 -21
  1737. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.mjs +0 -17
  1738. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.js +0 -22
  1739. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.mjs +0 -18
  1740. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.js +0 -20
  1741. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.mjs +0 -16
  1742. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_compareAscending.js +0 -45
  1743. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_compareAscending.mjs +0 -41
  1744. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_compareMultiple.js +0 -48
  1745. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_compareMultiple.mjs +0 -44
  1746. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.js +0 -24
  1747. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.mjs +0 -20
  1748. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.js +0 -42
  1749. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.mjs +0 -38
  1750. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.js +0 -20
  1751. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.mjs +0 -16
  1752. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.js +0 -20
  1753. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.mjs +0 -16
  1754. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +0 -10
  1755. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.mjs +0 -6
  1756. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createAssigner.js +0 -41
  1757. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createAssigner.mjs +0 -37
  1758. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createBaseEach.js +0 -36
  1759. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createBaseEach.mjs +0 -32
  1760. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createBaseFor.js +0 -29
  1761. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createBaseFor.mjs +0 -25
  1762. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createFind.js +0 -29
  1763. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createFind.mjs +0 -25
  1764. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createRange.js +0 -34
  1765. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createRange.mjs +0 -30
  1766. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createSet.js +0 -23
  1767. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_createSet.mjs +0 -19
  1768. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +0 -15
  1769. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.mjs +0 -11
  1770. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.js +0 -88
  1771. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.mjs +0 -84
  1772. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.js +0 -116
  1773. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.mjs +0 -112
  1774. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.js +0 -94
  1775. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.mjs +0 -90
  1776. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_flatRest.js +0 -20
  1777. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_flatRest.mjs +0 -16
  1778. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +0 -8
  1779. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.mjs +0 -4
  1780. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.js +0 -20
  1781. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.mjs +0 -16
  1782. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.js +0 -21
  1783. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.mjs +0 -17
  1784. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.js +0 -22
  1785. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.mjs +0 -18
  1786. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getMatchData.js +0 -28
  1787. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getMatchData.mjs +0 -24
  1788. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +0 -21
  1789. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getNative.mjs +0 -17
  1790. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.js +0 -10
  1791. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.mjs +0 -6
  1792. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +0 -50
  1793. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.mjs +0 -46
  1794. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.js +0 -34
  1795. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.mjs +0 -30
  1796. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.js +0 -29
  1797. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.mjs +0 -25
  1798. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getTag.js +0 -60
  1799. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getTag.mjs +0 -58
  1800. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +0 -17
  1801. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_getValue.mjs +0 -13
  1802. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hasPath.js +0 -43
  1803. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hasPath.mjs +0 -39
  1804. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.js +0 -19
  1805. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.mjs +0 -15
  1806. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.js +0 -21
  1807. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.mjs +0 -17
  1808. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.js +0 -34
  1809. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.mjs +0 -30
  1810. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.js +0 -27
  1811. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.mjs +0 -23
  1812. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.js +0 -27
  1813. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.mjs +0 -23
  1814. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.js +0 -30
  1815. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.mjs +0 -26
  1816. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.js +0 -81
  1817. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.mjs +0 -77
  1818. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.js +0 -22
  1819. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.mjs +0 -18
  1820. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isFlattenable.js +0 -24
  1821. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isFlattenable.mjs +0 -20
  1822. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +0 -29
  1823. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.mjs +0 -25
  1824. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +0 -34
  1825. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.mjs +0 -30
  1826. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isKey.js +0 -33
  1827. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isKey.mjs +0 -29
  1828. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.js +0 -19
  1829. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.mjs +0 -15
  1830. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +0 -24
  1831. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.mjs +0 -20
  1832. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +0 -22
  1833. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.mjs +0 -18
  1834. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isStrictComparable.js +0 -19
  1835. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_isStrictComparable.mjs +0 -15
  1836. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.js +0 -17
  1837. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.mjs +0 -13
  1838. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.js +0 -39
  1839. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.mjs +0 -35
  1840. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.js +0 -23
  1841. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.mjs +0 -19
  1842. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.js +0 -20
  1843. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.mjs +0 -16
  1844. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.js +0 -30
  1845. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.mjs +0 -26
  1846. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.js +0 -25
  1847. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.mjs +0 -21
  1848. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.js +0 -22
  1849. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.mjs +0 -18
  1850. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.js +0 -20
  1851. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.mjs +0 -16
  1852. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.js +0 -20
  1853. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.mjs +0 -16
  1854. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.js +0 -26
  1855. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.mjs +0 -22
  1856. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.js +0 -22
  1857. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.mjs +0 -18
  1858. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_matchesStrictComparable.js +0 -24
  1859. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_matchesStrictComparable.mjs +0 -20
  1860. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.js +0 -30
  1861. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.mjs +0 -26
  1862. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.js +0 -10
  1863. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.mjs +0 -6
  1864. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.js +0 -10
  1865. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.mjs +0 -6
  1866. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +0 -24
  1867. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.mjs +0 -20
  1868. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +0 -34
  1869. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.mjs +0 -30
  1870. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +0 -26
  1871. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.mjs +0 -22
  1872. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_overArg.js +0 -19
  1873. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_overArg.mjs +0 -15
  1874. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +0 -40
  1875. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_overRest.mjs +0 -36
  1876. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_root.js +0 -13
  1877. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_root.mjs +0 -9
  1878. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_safeGet.js +0 -25
  1879. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_safeGet.mjs +0 -21
  1880. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.js +0 -23
  1881. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.mjs +0 -19
  1882. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.js +0 -18
  1883. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.mjs +0 -14
  1884. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.js +0 -22
  1885. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.mjs +0 -18
  1886. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +0 -18
  1887. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_setToString.mjs +0 -14
  1888. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +0 -41
  1889. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.mjs +0 -37
  1890. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.js +0 -19
  1891. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.mjs +0 -15
  1892. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.js +0 -22
  1893. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.mjs +0 -18
  1894. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.js +0 -18
  1895. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.mjs +0 -14
  1896. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.js +0 -18
  1897. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.mjs +0 -14
  1898. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.js +0 -38
  1899. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.mjs +0 -34
  1900. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_strictIndexOf.js +0 -27
  1901. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_strictIndexOf.mjs +0 -23
  1902. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.js +0 -31
  1903. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.mjs +0 -27
  1904. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_toKey.js +0 -22
  1905. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_toKey.mjs +0 -18
  1906. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +0 -30
  1907. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_toSource.mjs +0 -26
  1908. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_trimmedEndIndex.js +0 -23
  1909. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/_trimmedEndIndex.mjs +0 -19
  1910. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/clone.js +0 -40
  1911. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/clone.mjs +0 -36
  1912. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.js +0 -33
  1913. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.mjs +0 -29
  1914. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/constant.js +0 -30
  1915. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/constant.mjs +0 -26
  1916. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +0 -68
  1917. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/defaults.mjs +0 -64
  1918. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/eq.js +0 -41
  1919. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/eq.mjs +0 -37
  1920. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/filter.js +0 -56
  1921. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/filter.mjs +0 -52
  1922. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/find.js +0 -46
  1923. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/find.mjs +0 -42
  1924. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/findIndex.js +0 -59
  1925. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/findIndex.mjs +0 -55
  1926. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/flatMap.js +0 -33
  1927. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/flatMap.mjs +0 -29
  1928. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/flatten.js +0 -26
  1929. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/flatten.mjs +0 -22
  1930. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forEach.js +0 -45
  1931. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forEach.mjs +0 -41
  1932. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forIn.js +0 -43
  1933. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forIn.mjs +0 -39
  1934. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forOwn.js +0 -40
  1935. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/forOwn.mjs +0 -36
  1936. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/get.js +0 -37
  1937. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/get.mjs +0 -33
  1938. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/has.js +0 -39
  1939. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/has.mjs +0 -35
  1940. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/hasIn.js +0 -38
  1941. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/hasIn.mjs +0 -34
  1942. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/identity.js +0 -25
  1943. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/identity.mjs +0 -21
  1944. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +0 -40
  1945. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArguments.mjs +0 -36
  1946. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +0 -30
  1947. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArray.mjs +0 -26
  1948. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +0 -37
  1949. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.mjs +0 -33
  1950. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArrayLikeObject.js +0 -37
  1951. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isArrayLikeObject.mjs +0 -33
  1952. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +0 -42
  1953. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.mjs +0 -38
  1954. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.js +0 -81
  1955. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.mjs +0 -77
  1956. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +0 -41
  1957. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isFunction.mjs +0 -37
  1958. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +0 -39
  1959. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isLength.mjs +0 -35
  1960. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isMap.js +0 -31
  1961. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isMap.mjs +0 -27
  1962. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +0 -35
  1963. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isObject.mjs +0 -31
  1964. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +0 -33
  1965. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.mjs +0 -29
  1966. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isPlainObject.js +0 -66
  1967. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isPlainObject.mjs +0 -62
  1968. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isSet.js +0 -31
  1969. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isSet.mjs +0 -27
  1970. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.js +0 -33
  1971. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.mjs +0 -29
  1972. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +0 -31
  1973. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.mjs +0 -27
  1974. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isUndefined.js +0 -26
  1975. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/isUndefined.mjs +0 -22
  1976. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/keys.js +0 -41
  1977. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/keys.mjs +0 -37
  1978. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +0 -36
  1979. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/keysIn.mjs +0 -32
  1980. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/last.js +0 -24
  1981. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/last.mjs +0 -20
  1982. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/map.js +0 -57
  1983. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/map.mjs +0 -53
  1984. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/mapValues.js +0 -47
  1985. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/mapValues.mjs +0 -43
  1986. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/max.js +0 -33
  1987. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/max.mjs +0 -29
  1988. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/memoize.js +0 -77
  1989. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/memoize.mjs +0 -73
  1990. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/merge.js +0 -43
  1991. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/merge.mjs +0 -39
  1992. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/min.js +0 -33
  1993. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/min.mjs +0 -29
  1994. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/minBy.js +0 -38
  1995. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/minBy.mjs +0 -34
  1996. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/noop.js +0 -21
  1997. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/noop.mjs +0 -17
  1998. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/pick.js +0 -29
  1999. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/pick.mjs +0 -25
  2000. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/property.js +0 -36
  2001. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/property.mjs +0 -32
  2002. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/range.js +0 -50
  2003. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/range.mjs +0 -46
  2004. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/reduce.js +0 -55
  2005. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/reduce.mjs +0 -51
  2006. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/sortBy.js +0 -52
  2007. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/sortBy.mjs +0 -48
  2008. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/stubArray.js +0 -27
  2009. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/stubArray.mjs +0 -23
  2010. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +0 -22
  2011. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.mjs +0 -18
  2012. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toFinite.js +0 -46
  2013. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toFinite.mjs +0 -42
  2014. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toInteger.js +0 -40
  2015. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toInteger.mjs +0 -36
  2016. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toNumber.js +0 -68
  2017. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toNumber.mjs +0 -64
  2018. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toPlainObject.js +0 -36
  2019. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toPlainObject.mjs +0 -32
  2020. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toString.js +0 -32
  2021. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/toString.mjs +0 -28
  2022. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/union.js +0 -30
  2023. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/union.mjs +0 -26
  2024. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/uniqBy.js +0 -35
  2025. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/uniqBy.mjs +0 -31
  2026. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/uniqueId.js +0 -32
  2027. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/uniqueId.mjs +0 -28
  2028. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/values.js +0 -38
  2029. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/values.mjs +0 -34
  2030. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/zipObject.js +0 -28
  2031. package/dist/node_modules/.pnpm/lodash-es@4.17.23/node_modules/lodash-es/zipObject.mjs +0 -24
  2032. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +0 -84
  2033. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.mjs +0 -74
  2034. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.js +0 -1139
  2035. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.mjs +0 -1137
  2036. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.js +0 -3654
  2037. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.mjs +0 -3652
  2038. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.js +0 -2503
  2039. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.mjs +0 -2501
  2040. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.js +0 -19
  2041. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.mjs +0 -17
  2042. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.js +0 -18
  2043. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.mjs +0 -16
  2044. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.js +0 -146
  2045. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.mjs +0 -144
  2046. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.js +0 -3063
  2047. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.mjs +0 -3013
  2048. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +0 -81
  2049. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs +0 -76
  2050. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.js +0 -107
  2051. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.mjs +0 -101
  2052. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.js +0 -1849
  2053. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.mjs +0 -1844
  2054. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.js +0 -19
  2055. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.mjs +0 -17
  2056. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.js +0 -1936
  2057. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.mjs +0 -1931
  2058. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.js +0 -21
  2059. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.mjs +0 -19
  2060. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.js +0 -22
  2061. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.mjs +0 -20
  2062. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.js +0 -118
  2063. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.mjs +0 -114
  2064. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.js +0 -433
  2065. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.mjs +0 -426
  2066. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.js +0 -5271
  2067. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.mjs +0 -5260
  2068. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.js +0 -2699
  2069. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.mjs +0 -2696
  2070. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.js +0 -69
  2071. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.mjs +0 -65
  2072. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.js +0 -28
  2073. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.mjs +0 -26
  2074. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.js +0 -827
  2075. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.mjs +0 -821
  2076. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.js +0 -22
  2077. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.mjs +0 -20
  2078. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.js +0 -571
  2079. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.mjs +0 -553
  2080. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.js +0 -112
  2081. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.mjs +0 -104
  2082. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +0 -31
  2083. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.mjs +0 -29
  2084. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +0 -31
  2085. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.mjs +0 -29
  2086. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +0 -302
  2087. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs +0 -300
  2088. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.js +0 -662
  2089. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.mjs +0 -660
  2090. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.js +0 -540
  2091. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.mjs +0 -538
  2092. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.js +0 -312
  2093. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.mjs +0 -310
  2094. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.js +0 -224
  2095. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.mjs +0 -222
  2096. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.js +0 -1180
  2097. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.mjs +0 -1178
  2098. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.js +0 -2355
  2099. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.mjs +0 -2353
  2100. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.js +0 -2154
  2101. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.mjs +0 -2152
  2102. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.js +0 -1219
  2103. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.mjs +0 -1217
  2104. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +0 -42
  2105. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.mjs +0 -40
  2106. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.js +0 -1269
  2107. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.mjs +0 -1267
  2108. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.js +0 -1065
  2109. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.mjs +0 -1063
  2110. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.js +0 -1113
  2111. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.mjs +0 -1111
  2112. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.js +0 -198
  2113. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.mjs +0 -196
  2114. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.js +0 -1353
  2115. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.mjs +0 -1351
  2116. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.js +0 -1181
  2117. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.mjs +0 -1179
  2118. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.js +0 -700
  2119. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.mjs +0 -698
  2120. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.js +0 -3893
  2121. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.mjs +0 -3891
  2122. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.js +0 -466
  2123. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.mjs +0 -464
  2124. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +0 -31
  2125. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.mjs +0 -29
  2126. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.js +0 -1238
  2127. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.mjs +0 -1236
  2128. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.js +0 -1892
  2129. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.mjs +0 -1890
  2130. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/mermaid.core.js +0 -1313
  2131. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/mermaid.core.mjs +0 -1309
  2132. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +0 -201
  2133. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +0 -199
  2134. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/JSAnimation.js +0 -387
  2135. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/JSAnimation.mjs +0 -385
  2136. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +0 -182
  2137. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/NativeAnimation.mjs +0 -180
  2138. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +0 -89
  2139. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +0 -87
  2140. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/animate/single-value.js +0 -13
  2141. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/animate/single-value.mjs +0 -11
  2142. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/drivers/frame.js +0 -19
  2143. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/drivers/frame.mjs +0 -17
  2144. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/inertia.js +0 -89
  2145. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/inertia.mjs +0 -87
  2146. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/keyframes.js +0 -54
  2147. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/keyframes.mjs +0 -51
  2148. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/spring.js +0 -332
  2149. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/spring.mjs +0 -330
  2150. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +0 -20
  2151. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -17
  2152. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js +0 -21
  2153. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +0 -19
  2154. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +0 -7
  2155. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -5
  2156. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +0 -11
  2157. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.mjs +0 -9
  2158. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.js +0 -106
  2159. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.mjs +0 -104
  2160. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.js +0 -101
  2161. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.mjs +0 -99
  2162. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.js +0 -61
  2163. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.mjs +0 -59
  2164. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.js +0 -28
  2165. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.mjs +0 -26
  2166. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +0 -143
  2167. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs +0 -141
  2168. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js +0 -150
  2169. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs +0 -147
  2170. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js +0 -13
  2171. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -11
  2172. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js +0 -11
  2173. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.mjs +0 -9
  2174. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js +0 -14
  2175. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs +0 -12
  2176. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js +0 -7
  2177. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs +0 -5
  2178. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js +0 -9
  2179. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -7
  2180. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js +0 -17
  2181. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs +0 -15
  2182. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js +0 -32
  2183. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs +0 -30
  2184. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +0 -50
  2185. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs +0 -46
  2186. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.js +0 -9
  2187. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.mjs +0 -6
  2188. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.js +0 -9
  2189. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -7
  2190. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js +0 -28
  2191. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -26
  2192. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.js +0 -17
  2193. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.mjs +0 -15
  2194. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/can-animate.js +0 -45
  2195. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/can-animate.mjs +0 -43
  2196. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js +0 -45
  2197. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs +0 -42
  2198. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/default-transitions.js +0 -42
  2199. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/default-transitions.mjs +0 -40
  2200. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +0 -15
  2201. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -13
  2202. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js +0 -32
  2203. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-animatable.mjs +0 -30
  2204. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +0 -30
  2205. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.mjs +0 -26
  2206. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.js +0 -28
  2207. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.mjs +0 -26
  2208. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.js +0 -8
  2209. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs +0 -6
  2210. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +0 -20
  2211. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -18
  2212. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.js +0 -16
  2213. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.mjs +0 -14
  2214. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js +0 -5
  2215. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -3
  2216. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js +0 -30
  2217. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +0 -28
  2218. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js +0 -17
  2219. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -15
  2220. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js +0 -31
  2221. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -29
  2222. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +0 -54
  2223. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +0 -52
  2224. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.js +0 -16
  2225. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs +0 -14
  2226. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js +0 -17
  2227. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -15
  2228. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.js +0 -14
  2229. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.mjs +0 -12
  2230. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +0 -14
  2231. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -12
  2232. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js +0 -22
  2233. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +0 -20
  2234. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/events/add-dom-event.js +0 -8
  2235. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/events/add-dom-event.mjs +0 -6
  2236. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/batcher.js +0 -74
  2237. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/batcher.mjs +0 -72
  2238. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/frame.js +0 -11
  2239. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/frame.mjs +0 -6
  2240. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/microtask.js +0 -8
  2241. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/microtask.mjs +0 -6
  2242. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/order.js +0 -14
  2243. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/order.mjs +0 -12
  2244. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/render-step.js +0 -85
  2245. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/render-step.mjs +0 -83
  2246. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/sync-time.js +0 -33
  2247. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/frameloop/sync-time.mjs +0 -31
  2248. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +0 -12
  2249. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -9
  2250. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +0 -30
  2251. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -28
  2252. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/hover.js +0 -71
  2253. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/hover.mjs +0 -69
  2254. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/index.js +0 -91
  2255. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/index.mjs +0 -89
  2256. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +0 -36
  2257. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -33
  2258. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +0 -40
  2259. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -38
  2260. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +0 -5
  2261. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -3
  2262. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +0 -22
  2263. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -20
  2264. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +0 -20
  2265. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -18
  2266. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/setup.js +0 -17
  2267. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/gestures/utils/setup.mjs +0 -15
  2268. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/animation/mix-values.js +0 -75
  2269. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/animation/mix-values.mjs +0 -73
  2270. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/conversion.js +0 -37
  2271. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/conversion.mjs +0 -33
  2272. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/copy.js +0 -35
  2273. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/copy.mjs +0 -31
  2274. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.js +0 -133
  2275. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.mjs +0 -124
  2276. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.js +0 -67
  2277. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.mjs +0 -58
  2278. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.js +0 -59
  2279. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.mjs +0 -54
  2280. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/models.js +0 -22
  2281. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/models.mjs +0 -17
  2282. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/utils.js +0 -39
  2283. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/geometry/utils.mjs +0 -31
  2284. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.js +0 -15
  2285. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.mjs +0 -13
  2286. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.js +0 -30
  2287. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.mjs +0 -27
  2288. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/create-projection-node.js +0 -1644
  2289. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/create-projection-node.mjs +0 -1637
  2290. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/state.js +0 -21
  2291. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/node/state.mjs +0 -19
  2292. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/shared/stack.js +0 -86
  2293. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/shared/stack.mjs +0 -84
  2294. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.js +0 -44
  2295. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.mjs +0 -41
  2296. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.js +0 -37
  2297. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.mjs +0 -35
  2298. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-correction.js +0 -23
  2299. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/scale-correction.mjs +0 -21
  2300. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/transform.js +0 -51
  2301. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/styles/transform.mjs +0 -49
  2302. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.js +0 -5
  2303. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.mjs +0 -3
  2304. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/each-axis.js +0 -7
  2305. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/each-axis.mjs +0 -5
  2306. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/flat-tree.js +0 -26
  2307. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/flat-tree.mjs +0 -24
  2308. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/has-transform.js +0 -30
  2309. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/has-transform.mjs +0 -26
  2310. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/measure.js +0 -20
  2311. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/projection/utils/measure.mjs +0 -17
  2312. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/Feature.js +0 -16
  2313. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/Feature.mjs +0 -14
  2314. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/VisualElement.js +0 -567
  2315. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/VisualElement.mjs +0 -563
  2316. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.js +0 -44
  2317. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.mjs +0 -42
  2318. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/is-css-var.js +0 -5
  2319. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -3
  2320. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/parse-transform.js +0 -87
  2321. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/parse-transform.mjs +0 -83
  2322. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/style-set.js +0 -11
  2323. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/style-set.mjs +0 -9
  2324. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.js +0 -7
  2325. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs +0 -5
  2326. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.js +0 -47
  2327. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.mjs +0 -44
  2328. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/build-styles.js +0 -67
  2329. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/build-styles.mjs +0 -65
  2330. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/build-transform.js +0 -65
  2331. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/build-transform.mjs +0 -63
  2332. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/render.js +0 -19
  2333. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/render.mjs +0 -17
  2334. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.js +0 -23
  2335. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.mjs +0 -21
  2336. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/store.js +0 -5
  2337. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/store.mjs +0 -3
  2338. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.js +0 -47
  2339. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.mjs +0 -45
  2340. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.js +0 -74
  2341. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.mjs +0 -72
  2342. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.js +0 -32
  2343. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -30
  2344. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.js +0 -5
  2345. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.mjs +0 -3
  2346. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/path.js +0 -33
  2347. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/path.mjs +0 -31
  2348. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/render.js +0 -14
  2349. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/render.mjs +0 -12
  2350. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.js +0 -21
  2351. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.mjs +0 -19
  2352. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/animation-state.js +0 -388
  2353. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/animation-state.mjs +0 -385
  2354. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/get-variant-context.js +0 -34
  2355. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/get-variant-context.mjs +0 -32
  2356. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.js +0 -9
  2357. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.mjs +0 -7
  2358. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.js +0 -16
  2359. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.mjs +0 -13
  2360. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.js +0 -14
  2361. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.mjs +0 -11
  2362. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.js +0 -7
  2363. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.mjs +0 -5
  2364. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-variant-label.js +0 -10
  2365. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/is-variant-label.mjs +0 -8
  2366. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/keys-position.js +0 -15
  2367. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/keys-position.mjs +0 -13
  2368. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +0 -31
  2369. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/keys-transform.mjs +0 -28
  2370. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/motion-values.js +0 -57
  2371. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/motion-values.mjs +0 -55
  2372. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.js +0 -23
  2373. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.mjs +0 -19
  2374. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.js +0 -8
  2375. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.mjs +0 -5
  2376. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.js +0 -10
  2377. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -8
  2378. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/resolve-variants.js +0 -38
  2379. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/resolve-variants.mjs +0 -36
  2380. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/setters.js +0 -33
  2381. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/setters.mjs +0 -31
  2382. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/shallow-compare.js +0 -16
  2383. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/shallow-compare.mjs +0 -14
  2384. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/variant-props.js +0 -15
  2385. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/render/utils/variant-props.mjs +0 -12
  2386. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/handle-element.js +0 -65
  2387. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/handle-element.mjs +0 -63
  2388. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/handle-window.js +0 -33
  2389. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/handle-window.mjs +0 -31
  2390. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/index.js +0 -10
  2391. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/resize/index.mjs +0 -8
  2392. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/delay.js +0 -22
  2393. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/delay.mjs +0 -20
  2394. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/interpolate.js +0 -81
  2395. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/interpolate.mjs +0 -79
  2396. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-html-element.js +0 -15
  2397. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-html-element.mjs +0 -13
  2398. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-svg-element.js +0 -13
  2399. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-svg-element.mjs +0 -11
  2400. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js +0 -13
  2401. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.mjs +0 -11
  2402. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/color.js +0 -50
  2403. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/color.mjs +0 -47
  2404. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/complex.js +0 -98
  2405. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/complex.mjs +0 -93
  2406. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/immediate.js +0 -7
  2407. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/immediate.mjs +0 -5
  2408. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/index.js +0 -16
  2409. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/index.mjs +0 -14
  2410. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/number.js +0 -28
  2411. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/number.mjs +0 -26
  2412. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/visibility.js +0 -19
  2413. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/mix/visibility.mjs +0 -16
  2414. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/resolve-elements.js +0 -19
  2415. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/resolve-elements.mjs +0 -17
  2416. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/flags.js +0 -9
  2417. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/flags.mjs +0 -7
  2418. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +0 -17
  2419. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -15
  2420. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/memo.js +0 -11
  2421. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/memo.mjs +0 -9
  2422. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +0 -7
  2423. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +0 -5
  2424. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/index.js +0 -322
  2425. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/index.mjs +0 -319
  2426. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/auto.js +0 -11
  2427. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/auto.mjs +0 -9
  2428. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hex.js +0 -42
  2429. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hex.mjs +0 -40
  2430. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js +0 -44
  2431. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs +0 -42
  2432. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hsla.js +0 -24
  2433. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/hsla.mjs +0 -22
  2434. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/index.js +0 -34
  2435. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/index.mjs +0 -32
  2436. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/rgba.js +0 -28
  2437. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/rgba.mjs +0 -25
  2438. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/utils.js +0 -32
  2439. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/color/utils.mjs +0 -29
  2440. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/filter.js +0 -32
  2441. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/filter.mjs +0 -30
  2442. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/index.js +0 -116
  2443. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/index.mjs +0 -113
  2444. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/mask.js +0 -14
  2445. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/complex/mask.mjs +0 -12
  2446. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/dimensions.js +0 -18
  2447. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/dimensions.mjs +0 -15
  2448. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/int.js +0 -10
  2449. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/int.mjs +0 -8
  2450. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +0 -36
  2451. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/defaults.mjs +0 -33
  2452. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/number.js +0 -72
  2453. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/number.mjs +0 -70
  2454. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/transform.js +0 -33
  2455. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/maps/transform.mjs +0 -31
  2456. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/numbers/index.js +0 -21
  2457. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/numbers/index.mjs +0 -17
  2458. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/numbers/units.js +0 -25
  2459. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/numbers/units.mjs +0 -18
  2460. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/test.js +0 -8
  2461. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/test.mjs +0 -6
  2462. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +0 -19
  2463. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.mjs +0 -17
  2464. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js +0 -5
  2465. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/color-regex.mjs +0 -3
  2466. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/find.js +0 -17
  2467. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/find.mjs +0 -15
  2468. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js +0 -5
  2469. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/float-regex.mjs +0 -3
  2470. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js +0 -12
  2471. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.mjs +0 -10
  2472. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js +0 -7
  2473. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.mjs +0 -5
  2474. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js +0 -7
  2475. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/sanitize.mjs +0 -5
  2476. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js +0 -5
  2477. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.mjs +0 -3
  2478. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js +0 -5
  2479. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/utils/is-motion-value.mjs +0 -3
  2480. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.js +0 -12
  2481. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.mjs +0 -10
  2482. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/will-change/add-will-change.js +0 -22
  2483. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/will-change/add-will-change.mjs +0 -20
  2484. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/will-change/is.js +0 -9
  2485. package/dist/node_modules/.pnpm/motion-dom@12.38.0/node_modules/motion-dom/dist/es/value/will-change/is.mjs +0 -7
  2486. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/array.js +0 -14
  2487. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/array.mjs +0 -11
  2488. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/clamp.js +0 -11
  2489. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/clamp.mjs +0 -9
  2490. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/anticipate.js +0 -11
  2491. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/anticipate.mjs +0 -9
  2492. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/back.js +0 -13
  2493. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/back.mjs +0 -9
  2494. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/circ.js +0 -12
  2495. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/circ.mjs +0 -8
  2496. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.js +0 -53
  2497. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.mjs +0 -51
  2498. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/ease.js +0 -11
  2499. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/ease.mjs +0 -7
  2500. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js +0 -7
  2501. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.mjs +0 -5
  2502. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js +0 -7
  2503. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.mjs +0 -5
  2504. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js +0 -5
  2505. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs +0 -3
  2506. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js +0 -7
  2507. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.mjs +0 -5
  2508. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/map.js +0 -43
  2509. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/easing/utils/map.mjs +0 -41
  2510. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/errors.js +0 -19
  2511. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/errors.mjs +0 -19
  2512. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/format-error-message.js +0 -9
  2513. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/format-error-message.mjs +0 -7
  2514. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/global-config.js +0 -5
  2515. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/global-config.mjs +0 -3
  2516. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-numerical-string.js +0 -8
  2517. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-numerical-string.mjs +0 -6
  2518. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-object.js +0 -7
  2519. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-object.mjs +0 -5
  2520. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-zero-value-string.js +0 -8
  2521. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/is-zero-value-string.mjs +0 -6
  2522. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/memo.js +0 -13
  2523. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/memo.mjs +0 -11
  2524. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/noop.js +0 -6
  2525. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/noop.mjs +0 -4
  2526. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/pipe.js +0 -13
  2527. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/pipe.mjs +0 -11
  2528. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/progress.js +0 -21
  2529. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/progress.mjs +0 -19
  2530. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/subscription-manager.js +0 -42
  2531. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/subscription-manager.mjs +0 -40
  2532. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/time-conversion.js +0 -15
  2533. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/time-conversion.mjs +0 -12
  2534. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/velocity-per-second.js +0 -13
  2535. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/velocity-per-second.mjs +0 -11
  2536. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/warn-once.js +0 -13
  2537. package/dist/node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/warn-once.mjs +0 -11
  2538. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/Controlled.js +0 -437
  2539. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/Controlled.mjs +0 -435
  2540. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/Uncontrolled.js +0 -15
  2541. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/Uncontrolled.mjs +0 -13
  2542. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/icons.js +0 -15
  2543. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/icons.mjs +0 -12
  2544. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/utils.js +0 -423
  2545. package/dist/node_modules/.pnpm/react-medium-image-zoom@5.4.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-medium-image-zoom/dist/utils.mjs +0 -413
  2546. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +0 -7
  2547. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +0 -3
  2548. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +0 -17
  2549. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +0 -9
  2550. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +0 -210
  2551. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +0 -204
  2552. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +0 -40
  2553. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +0 -37
  2554. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +0 -232
  2555. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +0 -215
  2556. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +0 -96
  2557. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +0 -85
  2558. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/modules/pagination.js +0 -463
  2559. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/modules/pagination.mjs +0 -459
  2560. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/classes-to-selector.js +0 -9
  2561. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/classes-to-selector.mjs +0 -7
  2562. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/create-element-if-not-defined.js +0 -23
  2563. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/create-element-if-not-defined.mjs +0 -21
  2564. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/ssr-window.esm.js +0 -143
  2565. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/ssr-window.esm.mjs +0 -140
  2566. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/swiper-core.js +0 -3925
  2567. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/swiper-core.mjs +0 -3922
  2568. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/update-on-virtual-data.js +0 -129
  2569. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/update-on-virtual-data.mjs +0 -124
  2570. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/update-swiper.js +0 -226
  2571. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/update-swiper.mjs +0 -216
  2572. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/utils.js +0 -309
  2573. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/shared/utils.mjs +0 -287
  2574. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/swiper-react.js +0 -396
  2575. package/dist/node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/swiper-react.mjs +0 -393
  2576. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +0 -43
  2577. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +0 -38
  2578. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +0 -8
  2579. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.mjs +0 -4
  2580. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +0 -17
  2581. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.mjs +0 -13
  2582. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
  2583. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.mjs +0 -28
  2584. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +0 -23
  2585. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.mjs +0 -19
  2586. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +0 -111
  2587. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +0 -109
  2588. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +0 -141
  2589. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +0 -139
  2590. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +0 -47
  2591. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +0 -45
  2592. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +0 -35
  2593. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +0 -33
  2594. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +0 -266
  2595. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +0 -266
  2596. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +0 -1933
  2597. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +0 -1933
  2598. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +0 -6
  2599. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +0 -3
  2600. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.js +0 -53
  2601. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.mjs +0 -51
  2602. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.js +0 -45
  2603. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.mjs +0 -36
  2604. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.js +0 -32
  2605. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.mjs +0 -19
  2606. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js +0 -535
  2607. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.mjs +0 -480
  2608. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.js +0 -486
  2609. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.mjs +0 -439
  2610. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.js +0 -245
  2611. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.mjs +0 -232
  2612. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.js +0 -77
  2613. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.mjs +0 -71
  2614. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.js +0 -80
  2615. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.mjs +0 -75
  2616. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js +0 -187
  2617. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.mjs +0 -172
  2618. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js +0 -101
  2619. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.mjs +0 -86
  2620. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.js +0 -99
  2621. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.mjs +0 -74
  2622. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.js +0 -55
  2623. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.mjs +0 -51
  2624. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js +0 -972
  2625. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.mjs +0 -928
  2626. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js +0 -442
  2627. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.mjs +0 -435
  2628. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.js +0 -193
  2629. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.mjs +0 -173
  2630. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.js +0 -9
  2631. package/dist/node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.mjs +0 -7
@@ -1,3166 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /**
6
- * FingerprintJS v5.1.0 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
7
- *
8
- * Licensed under MIT License
9
- *
10
- * Copyright (c) 2025 FingerprintJS, Inc
11
- *
12
- * Permission is hereby granted, free of charge, to any person obtaining a copy
13
- * of this software and associated documentation files (the "Software"), to deal
14
- * in the Software without restriction, including without limitation the rights
15
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- * copies of the Software, and to permit persons to whom the Software is
17
- * furnished to do so, subject to the following conditions:
18
- *
19
- * The above copyright notice and this permission notice shall be included in all
20
- * copies or substantial portions of the Software.
21
- *
22
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
- * SOFTWARE.
29
- */
30
-
31
- var version = "5.1.0";
32
-
33
- function wait(durationMs, resolveWith) {
34
- return new Promise((resolve) => setTimeout(resolve, durationMs, resolveWith));
35
- }
36
- /**
37
- * Allows asynchronous actions and microtasks to happen.
38
- */
39
- function releaseEventLoop() {
40
- // Don't use setTimeout because Chrome throttles it in some cases causing very long agent execution:
41
- // https://stackoverflow.com/a/6032591/1118709
42
- // https://github.com/chromium/chromium/commit/0295dd09496330f3a9103ef7e543fa9b6050409b
43
- // Reusing a MessageChannel object gives no noticeable benefits
44
- return new Promise((resolve) => {
45
- const channel = new MessageChannel();
46
- channel.port1.onmessage = () => resolve();
47
- channel.port2.postMessage(null);
48
- });
49
- }
50
- function requestIdleCallbackIfAvailable(fallbackTimeout, deadlineTimeout = Infinity) {
51
- const { requestIdleCallback } = window;
52
- if (requestIdleCallback) {
53
- // The function `requestIdleCallback` loses the binding to `window` here.
54
- // `globalThis` isn't always equal `window` (see https://github.com/fingerprintjs/fingerprintjs/issues/683).
55
- // Therefore, an error can occur. `call(window,` prevents the error.
56
- return new Promise((resolve) => requestIdleCallback.call(window, () => resolve(), { timeout: deadlineTimeout }));
57
- }
58
- else {
59
- return wait(Math.min(fallbackTimeout, deadlineTimeout));
60
- }
61
- }
62
- function isPromise(value) {
63
- return !!value && typeof value.then === 'function';
64
- }
65
- /**
66
- * Calls a maybe asynchronous function without creating microtasks when the function is synchronous.
67
- * Catches errors in both cases.
68
- *
69
- * If just you run a code like this:
70
- * ```
71
- * console.time('Action duration')
72
- * await action()
73
- * console.timeEnd('Action duration')
74
- * ```
75
- * The synchronous function time can be measured incorrectly because another microtask may run before the `await`
76
- * returns the control back to the code.
77
- */
78
- function awaitIfAsync(action, callback) {
79
- try {
80
- const returnedValue = action();
81
- if (isPromise(returnedValue)) {
82
- returnedValue.then((result) => callback(true, result), (error) => callback(false, error));
83
- }
84
- else {
85
- callback(true, returnedValue);
86
- }
87
- }
88
- catch (error) {
89
- callback(false, error);
90
- }
91
- }
92
- /**
93
- * If you run many synchronous tasks without using this function, the JS main loop will be busy and asynchronous tasks
94
- * (e.g. completing a network request, rendering the page) won't be able to happen.
95
- * This function allows running many synchronous tasks such way that asynchronous tasks can run too in background.
96
- */
97
- async function mapWithBreaks(items, callback, loopReleaseInterval = 16) {
98
- const results = Array(items.length);
99
- let lastLoopReleaseTime = Date.now();
100
- for (let i = 0; i < items.length; ++i) {
101
- results[i] = callback(items[i], i);
102
- const now = Date.now();
103
- if (now >= lastLoopReleaseTime + loopReleaseInterval) {
104
- lastLoopReleaseTime = now;
105
- await releaseEventLoop();
106
- }
107
- }
108
- return results;
109
- }
110
- /**
111
- * Makes the given promise never emit an unhandled promise rejection console warning.
112
- * The promise will still pass errors to the next promises.
113
- * Returns the input promise for convenience.
114
- *
115
- * Otherwise, promise emits a console warning unless it has a `catch` listener.
116
- */
117
- function suppressUnhandledRejectionWarning(promise) {
118
- promise.then(undefined, () => undefined);
119
- return promise;
120
- }
121
-
122
- /*
123
- * This file contains functions to work with pure data only (no browser features, DOM, side effects, etc).
124
- */
125
- /**
126
- * Does the same as Array.prototype.includes but has better typing
127
- */
128
- function includes(haystack, needle) {
129
- for (let i = 0, l = haystack.length; i < l; ++i) {
130
- if (haystack[i] === needle) {
131
- return true;
132
- }
133
- }
134
- return false;
135
- }
136
- /**
137
- * Like `!includes()` but with proper typing
138
- */
139
- function excludes(haystack, needle) {
140
- return !includes(haystack, needle);
141
- }
142
- /**
143
- * Be careful, NaN can return
144
- */
145
- function toInt(value) {
146
- return parseInt(value);
147
- }
148
- /**
149
- * Be careful, NaN can return
150
- */
151
- function toFloat(value) {
152
- return parseFloat(value);
153
- }
154
- function replaceNaN(value, replacement) {
155
- return typeof value === 'number' && isNaN(value) ? replacement : value;
156
- }
157
- function countTruthy(values) {
158
- return values.reduce((sum, value) => sum + (value ? 1 : 0), 0);
159
- }
160
- function round(value, base = 1) {
161
- if (Math.abs(base) >= 1) {
162
- return Math.round(value / base) * base;
163
- }
164
- else {
165
- // Sometimes when a number is multiplied by a small number, precision is lost,
166
- // for example 1234 * 0.0001 === 0.12340000000000001, and it's more precise divide: 1234 / (1 / 0.0001) === 0.1234.
167
- const counterBase = 1 / base;
168
- return Math.round(value * counterBase) / counterBase;
169
- }
170
- }
171
- /**
172
- * Parses a CSS selector into tag name with HTML attributes.
173
- * Only single element selector are supported (without operators like space, +, >, etc).
174
- *
175
- * Multiple values can be returned for each attribute. You decide how to handle them.
176
- */
177
- function parseSimpleCssSelector(selector) {
178
- var _a, _b;
179
- const errorMessage = `Unexpected syntax '${selector}'`;
180
- const tagMatch = /^\s*([a-z-]*)(.*)$/i.exec(selector);
181
- const tag = tagMatch[1] || undefined;
182
- const attributes = {};
183
- const partsRegex = /([.:#][\w-]+|\[.+?\])/gi;
184
- const addAttribute = (name, value) => {
185
- attributes[name] = attributes[name] || [];
186
- attributes[name].push(value);
187
- };
188
- for (;;) {
189
- const match = partsRegex.exec(tagMatch[2]);
190
- if (!match) {
191
- break;
192
- }
193
- const part = match[0];
194
- switch (part[0]) {
195
- case '.':
196
- addAttribute('class', part.slice(1));
197
- break;
198
- case '#':
199
- addAttribute('id', part.slice(1));
200
- break;
201
- case '[': {
202
- const attributeMatch = /^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(part);
203
- if (attributeMatch) {
204
- addAttribute(attributeMatch[1], (_b = (_a = attributeMatch[4]) !== null && _a !== void 0 ? _a : attributeMatch[5]) !== null && _b !== void 0 ? _b : '');
205
- }
206
- else {
207
- throw new Error(errorMessage);
208
- }
209
- break;
210
- }
211
- default:
212
- throw new Error(errorMessage);
213
- }
214
- }
215
- return [tag, attributes];
216
- }
217
- /**
218
- * Converts a string to UTF8 bytes
219
- */
220
- function getUTF8Bytes(input) {
221
- // Benchmark: https://jsbench.me/b6klaaxgwq/1
222
- // If you want to just count bytes, see solutions at https://jsbench.me/ehklab415e/1
223
- const result = new Uint8Array(input.length);
224
- for (let i = 0; i < input.length; i++) {
225
- // `charCode` is faster than encoding, so we prefer that when it's possible
226
- const charCode = input.charCodeAt(i);
227
- // In case of non-ASCII symbols we use proper encoding
228
- if (charCode > 127) {
229
- return new TextEncoder().encode(input);
230
- }
231
- result[i] = charCode;
232
- }
233
- return result;
234
- }
235
-
236
- /*
237
- * Based on https://github.com/karanlyons/murmurHash3.js/blob/a33d0723127e2e5415056c455f8aed2451ace208/murmurHash3.js
238
- */
239
- /**
240
- * Adds two 64-bit values (provided as tuples of 32-bit values)
241
- * and updates (mutates) first value to write the result
242
- */
243
- function x64Add(m, n) {
244
- const m0 = m[0] >>> 16, m1 = m[0] & 0xffff, m2 = m[1] >>> 16, m3 = m[1] & 0xffff;
245
- const n0 = n[0] >>> 16, n1 = n[0] & 0xffff, n2 = n[1] >>> 16, n3 = n[1] & 0xffff;
246
- let o0 = 0, o1 = 0, o2 = 0, o3 = 0;
247
- o3 += m3 + n3;
248
- o2 += o3 >>> 16;
249
- o3 &= 0xffff;
250
- o2 += m2 + n2;
251
- o1 += o2 >>> 16;
252
- o2 &= 0xffff;
253
- o1 += m1 + n1;
254
- o0 += o1 >>> 16;
255
- o1 &= 0xffff;
256
- o0 += m0 + n0;
257
- o0 &= 0xffff;
258
- m[0] = (o0 << 16) | o1;
259
- m[1] = (o2 << 16) | o3;
260
- }
261
- /**
262
- * Multiplies two 64-bit values (provided as tuples of 32-bit values)
263
- * and updates (mutates) first value to write the result
264
- */
265
- function x64Multiply(m, n) {
266
- const m0 = m[0] >>> 16, m1 = m[0] & 0xffff, m2 = m[1] >>> 16, m3 = m[1] & 0xffff;
267
- const n0 = n[0] >>> 16, n1 = n[0] & 0xffff, n2 = n[1] >>> 16, n3 = n[1] & 0xffff;
268
- let o0 = 0, o1 = 0, o2 = 0, o3 = 0;
269
- o3 += m3 * n3;
270
- o2 += o3 >>> 16;
271
- o3 &= 0xffff;
272
- o2 += m2 * n3;
273
- o1 += o2 >>> 16;
274
- o2 &= 0xffff;
275
- o2 += m3 * n2;
276
- o1 += o2 >>> 16;
277
- o2 &= 0xffff;
278
- o1 += m1 * n3;
279
- o0 += o1 >>> 16;
280
- o1 &= 0xffff;
281
- o1 += m2 * n2;
282
- o0 += o1 >>> 16;
283
- o1 &= 0xffff;
284
- o1 += m3 * n1;
285
- o0 += o1 >>> 16;
286
- o1 &= 0xffff;
287
- o0 += m0 * n3 + m1 * n2 + m2 * n1 + m3 * n0;
288
- o0 &= 0xffff;
289
- m[0] = (o0 << 16) | o1;
290
- m[1] = (o2 << 16) | o3;
291
- }
292
- /**
293
- * Provides left rotation of the given int64 value (provided as tuple of two int32)
294
- * by given number of bits. Result is written back to the value
295
- */
296
- function x64Rotl(m, bits) {
297
- const m0 = m[0];
298
- bits %= 64;
299
- if (bits === 32) {
300
- m[0] = m[1];
301
- m[1] = m0;
302
- }
303
- else if (bits < 32) {
304
- m[0] = (m0 << bits) | (m[1] >>> (32 - bits));
305
- m[1] = (m[1] << bits) | (m0 >>> (32 - bits));
306
- }
307
- else {
308
- bits -= 32;
309
- m[0] = (m[1] << bits) | (m0 >>> (32 - bits));
310
- m[1] = (m0 << bits) | (m[1] >>> (32 - bits));
311
- }
312
- }
313
- /**
314
- * Provides a left shift of the given int32 value (provided as tuple of [0, int32])
315
- * by given number of bits. Result is written back to the value
316
- */
317
- function x64LeftShift(m, bits) {
318
- bits %= 64;
319
- if (bits === 0) {
320
- return;
321
- }
322
- else if (bits < 32) {
323
- m[0] = m[1] >>> (32 - bits);
324
- m[1] = m[1] << bits;
325
- }
326
- else {
327
- m[0] = m[1] << (bits - 32);
328
- m[1] = 0;
329
- }
330
- }
331
- /**
332
- * Provides a XOR of the given int64 values(provided as tuple of two int32).
333
- * Result is written back to the first value
334
- */
335
- function x64Xor(m, n) {
336
- m[0] ^= n[0];
337
- m[1] ^= n[1];
338
- }
339
- const F1 = [0xff51afd7, 0xed558ccd];
340
- const F2 = [0xc4ceb9fe, 0x1a85ec53];
341
- /**
342
- * Calculates murmurHash3's final x64 mix of that block and writes result back to the input value.
343
- * (`[0, h[0] >>> 1]` is a 33 bit unsigned right shift. This is the
344
- * only place where we need to right shift 64bit ints.)
345
- */
346
- function x64Fmix(h) {
347
- const shifted = [0, h[0] >>> 1];
348
- x64Xor(h, shifted);
349
- x64Multiply(h, F1);
350
- shifted[1] = h[0] >>> 1;
351
- x64Xor(h, shifted);
352
- x64Multiply(h, F2);
353
- shifted[1] = h[0] >>> 1;
354
- x64Xor(h, shifted);
355
- }
356
- const C1 = [0x87c37b91, 0x114253d5];
357
- const C2 = [0x4cf5ad43, 0x2745937f];
358
- const M$1 = [0, 5];
359
- const N1 = [0, 0x52dce729];
360
- const N2 = [0, 0x38495ab5];
361
- /**
362
- * Given a string and an optional seed as an int, returns a 128 bit
363
- * hash using the x64 flavor of MurmurHash3, as an unsigned hex.
364
- * All internal functions mutates passed value to achieve minimal memory allocations and GC load
365
- *
366
- * Benchmark https://jsbench.me/p4lkpaoabi/1
367
- */
368
- function x64hash128(input, seed) {
369
- const key = getUTF8Bytes(input);
370
- seed = seed || 0;
371
- const length = [0, key.length];
372
- const remainder = length[1] % 16;
373
- const bytes = length[1] - remainder;
374
- const h1 = [0, seed];
375
- const h2 = [0, seed];
376
- const k1 = [0, 0];
377
- const k2 = [0, 0];
378
- let i;
379
- for (i = 0; i < bytes; i = i + 16) {
380
- k1[0] = key[i + 4] | (key[i + 5] << 8) | (key[i + 6] << 16) | (key[i + 7] << 24);
381
- k1[1] = key[i] | (key[i + 1] << 8) | (key[i + 2] << 16) | (key[i + 3] << 24);
382
- k2[0] = key[i + 12] | (key[i + 13] << 8) | (key[i + 14] << 16) | (key[i + 15] << 24);
383
- k2[1] = key[i + 8] | (key[i + 9] << 8) | (key[i + 10] << 16) | (key[i + 11] << 24);
384
- x64Multiply(k1, C1);
385
- x64Rotl(k1, 31);
386
- x64Multiply(k1, C2);
387
- x64Xor(h1, k1);
388
- x64Rotl(h1, 27);
389
- x64Add(h1, h2);
390
- x64Multiply(h1, M$1);
391
- x64Add(h1, N1);
392
- x64Multiply(k2, C2);
393
- x64Rotl(k2, 33);
394
- x64Multiply(k2, C1);
395
- x64Xor(h2, k2);
396
- x64Rotl(h2, 31);
397
- x64Add(h2, h1);
398
- x64Multiply(h2, M$1);
399
- x64Add(h2, N2);
400
- }
401
- k1[0] = 0;
402
- k1[1] = 0;
403
- k2[0] = 0;
404
- k2[1] = 0;
405
- const val = [0, 0];
406
- switch (remainder) {
407
- case 15:
408
- val[1] = key[i + 14];
409
- x64LeftShift(val, 48);
410
- x64Xor(k2, val);
411
- // fallthrough
412
- case 14:
413
- val[1] = key[i + 13];
414
- x64LeftShift(val, 40);
415
- x64Xor(k2, val);
416
- // fallthrough
417
- case 13:
418
- val[1] = key[i + 12];
419
- x64LeftShift(val, 32);
420
- x64Xor(k2, val);
421
- // fallthrough
422
- case 12:
423
- val[1] = key[i + 11];
424
- x64LeftShift(val, 24);
425
- x64Xor(k2, val);
426
- // fallthrough
427
- case 11:
428
- val[1] = key[i + 10];
429
- x64LeftShift(val, 16);
430
- x64Xor(k2, val);
431
- // fallthrough
432
- case 10:
433
- val[1] = key[i + 9];
434
- x64LeftShift(val, 8);
435
- x64Xor(k2, val);
436
- // fallthrough
437
- case 9:
438
- val[1] = key[i + 8];
439
- x64Xor(k2, val);
440
- x64Multiply(k2, C2);
441
- x64Rotl(k2, 33);
442
- x64Multiply(k2, C1);
443
- x64Xor(h2, k2);
444
- // fallthrough
445
- case 8:
446
- val[1] = key[i + 7];
447
- x64LeftShift(val, 56);
448
- x64Xor(k1, val);
449
- // fallthrough
450
- case 7:
451
- val[1] = key[i + 6];
452
- x64LeftShift(val, 48);
453
- x64Xor(k1, val);
454
- // fallthrough
455
- case 6:
456
- val[1] = key[i + 5];
457
- x64LeftShift(val, 40);
458
- x64Xor(k1, val);
459
- // fallthrough
460
- case 5:
461
- val[1] = key[i + 4];
462
- x64LeftShift(val, 32);
463
- x64Xor(k1, val);
464
- // fallthrough
465
- case 4:
466
- val[1] = key[i + 3];
467
- x64LeftShift(val, 24);
468
- x64Xor(k1, val);
469
- // fallthrough
470
- case 3:
471
- val[1] = key[i + 2];
472
- x64LeftShift(val, 16);
473
- x64Xor(k1, val);
474
- // fallthrough
475
- case 2:
476
- val[1] = key[i + 1];
477
- x64LeftShift(val, 8);
478
- x64Xor(k1, val);
479
- // fallthrough
480
- case 1:
481
- val[1] = key[i];
482
- x64Xor(k1, val);
483
- x64Multiply(k1, C1);
484
- x64Rotl(k1, 31);
485
- x64Multiply(k1, C2);
486
- x64Xor(h1, k1);
487
- // fallthrough
488
- }
489
- x64Xor(h1, length);
490
- x64Xor(h2, length);
491
- x64Add(h1, h2);
492
- x64Add(h2, h1);
493
- x64Fmix(h1);
494
- x64Fmix(h2);
495
- x64Add(h1, h2);
496
- x64Add(h2, h1);
497
- return (('00000000' + (h1[0] >>> 0).toString(16)).slice(-8) +
498
- ('00000000' + (h1[1] >>> 0).toString(16)).slice(-8) +
499
- ('00000000' + (h2[0] >>> 0).toString(16)).slice(-8) +
500
- ('00000000' + (h2[1] >>> 0).toString(16)).slice(-8));
501
- }
502
-
503
- /**
504
- * Converts an error object to a plain object that can be used with `JSON.stringify`.
505
- * If you just run `JSON.stringify(error)`, you'll get `'{}'`.
506
- */
507
- function errorToObject(error) {
508
- var _a;
509
- return {
510
- name: error.name,
511
- message: error.message,
512
- stack: (_a = error.stack) === null || _a === void 0 ? void 0 : _a.split('\n'),
513
- // The fields are not enumerable, so TS is wrong saying that they will be overridden
514
- ...error,
515
- };
516
- }
517
- function isFunctionNative(func) {
518
- return /^function\s.*?\{\s*\[native code]\s*}$/.test(String(func));
519
- }
520
-
521
- /* eslint-disable @typescript-eslint/no-explicit-any */
522
- function isFinalResultLoaded(loadResult) {
523
- return typeof loadResult !== 'function';
524
- }
525
- /**
526
- * Loads the given entropy source. Returns a function that gets an entropy component from the source.
527
- *
528
- * The result is returned synchronously to prevent `loadSources` from
529
- * waiting for one source to load before getting the components from the other sources.
530
- */
531
- function loadSource(source, sourceOptions) {
532
- const sourceLoadPromise = suppressUnhandledRejectionWarning(new Promise((resolveLoad) => {
533
- const loadStartTime = Date.now();
534
- // `awaitIfAsync` is used instead of just `await` in order to measure the duration of synchronous sources
535
- // correctly (other microtasks won't affect the duration).
536
- awaitIfAsync(source.bind(null, sourceOptions), (...loadArgs) => {
537
- const loadDuration = Date.now() - loadStartTime;
538
- // Source loading failed
539
- if (!loadArgs[0]) {
540
- return resolveLoad(() => ({ error: loadArgs[1], duration: loadDuration }));
541
- }
542
- const loadResult = loadArgs[1];
543
- // Source loaded with the final result
544
- if (isFinalResultLoaded(loadResult)) {
545
- return resolveLoad(() => ({ value: loadResult, duration: loadDuration }));
546
- }
547
- // Source loaded with "get" stage
548
- resolveLoad(() => new Promise((resolveGet) => {
549
- const getStartTime = Date.now();
550
- awaitIfAsync(loadResult, (...getArgs) => {
551
- const duration = loadDuration + Date.now() - getStartTime;
552
- // Source getting failed
553
- if (!getArgs[0]) {
554
- return resolveGet({ error: getArgs[1], duration });
555
- }
556
- // Source getting succeeded
557
- resolveGet({ value: getArgs[1], duration });
558
- });
559
- }));
560
- });
561
- }));
562
- return function getComponent() {
563
- return sourceLoadPromise.then((finalizeSource) => finalizeSource());
564
- };
565
- }
566
- /**
567
- * Loads the given entropy sources. Returns a function that collects the entropy components.
568
- *
569
- * The result is returned synchronously in order to allow start getting the components
570
- * before the sources are loaded completely.
571
- *
572
- * Warning for package users:
573
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
574
- */
575
- function loadSources(sources, sourceOptions, excludeSources, loopReleaseInterval) {
576
- const includedSources = Object.keys(sources).filter((sourceKey) => excludes(excludeSources, sourceKey));
577
- // Using `mapWithBreaks` allows asynchronous sources to complete between synchronous sources
578
- // and measure the duration correctly
579
- const sourceGettersPromise = suppressUnhandledRejectionWarning(mapWithBreaks(includedSources, (sourceKey) => loadSource(sources[sourceKey], sourceOptions), loopReleaseInterval));
580
- return async function getComponents() {
581
- const sourceGetters = await sourceGettersPromise;
582
- const componentPromises = await mapWithBreaks(sourceGetters, (sourceGetter) => suppressUnhandledRejectionWarning(sourceGetter()), loopReleaseInterval);
583
- const componentArray = await Promise.all(componentPromises);
584
- // Keeping the component keys order the same as the source keys order
585
- const components = {};
586
- for (let index = 0; index < includedSources.length; ++index) {
587
- components[includedSources[index]] = componentArray[index];
588
- }
589
- return components;
590
- };
591
- }
592
-
593
- /*
594
- * Functions to help with features that vary through browsers
595
- */
596
- /**
597
- * Checks whether the browser is based on Trident (the Internet Explorer engine) without using user-agent.
598
- *
599
- * Warning for package users:
600
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
601
- */
602
- function isTrident() {
603
- const w = window;
604
- const n = navigator;
605
- // The properties are checked to be in IE 10, IE 11 and not to be in other browsers in October 2020
606
- return (countTruthy([
607
- 'MSCSSMatrix' in w,
608
- 'msSetImmediate' in w,
609
- 'msIndexedDB' in w,
610
- 'msMaxTouchPoints' in n,
611
- 'msPointerEnabled' in n,
612
- ]) >= 4);
613
- }
614
- /**
615
- * Checks whether the browser is based on EdgeHTML (the pre-Chromium Edge engine) without using user-agent.
616
- *
617
- * Warning for package users:
618
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
619
- */
620
- function isEdgeHTML() {
621
- // Based on research in October 2020
622
- const w = window;
623
- const n = navigator;
624
- return (countTruthy(['msWriteProfilerMark' in w, 'MSStream' in w, 'msLaunchUri' in n, 'msSaveBlob' in n]) >= 3 &&
625
- !isTrident());
626
- }
627
- /**
628
- * Checks whether the browser is based on Chromium without using user-agent.
629
- *
630
- * Warning for package users:
631
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
632
- */
633
- function isChromium() {
634
- // Based on research in October 2020. Tested to detect Chromium 42-86.
635
- const w = window;
636
- const n = navigator;
637
- return (countTruthy([
638
- 'webkitPersistentStorage' in n,
639
- 'webkitTemporaryStorage' in n,
640
- (n.vendor || '').indexOf('Google') === 0,
641
- 'webkitResolveLocalFileSystemURL' in w,
642
- 'BatteryManager' in w,
643
- 'webkitMediaStream' in w,
644
- 'webkitSpeechGrammar' in w,
645
- ]) >= 5);
646
- }
647
- /**
648
- * Checks whether the browser is based on mobile or desktop Safari without using user-agent.
649
- * All iOS browsers use WebKit (the Safari engine).
650
- *
651
- * Warning for package users:
652
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
653
- */
654
- function isWebKit() {
655
- // Based on research in August 2024
656
- const w = window;
657
- const n = navigator;
658
- return (countTruthy([
659
- 'ApplePayError' in w,
660
- 'CSSPrimitiveValue' in w,
661
- 'Counter' in w,
662
- n.vendor.indexOf('Apple') === 0,
663
- 'RGBColor' in w,
664
- 'WebKitMediaKeys' in w,
665
- ]) >= 4);
666
- }
667
- /**
668
- * Checks whether this WebKit browser is a desktop browser.
669
- * It doesn't check that the browser is based on WebKit, there is a separate function for this.
670
- *
671
- * Warning for package users:
672
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
673
- */
674
- function isDesktopWebKit() {
675
- // Checked in Safari and DuckDuckGo
676
- const w = window;
677
- const { HTMLElement, Document } = w;
678
- return (countTruthy([
679
- 'safari' in w,
680
- !('ongestureend' in w),
681
- !('TouchEvent' in w),
682
- !('orientation' in w),
683
- HTMLElement && !('autocapitalize' in HTMLElement.prototype),
684
- Document && 'pointerLockElement' in Document.prototype,
685
- ]) >= 4);
686
- }
687
- /**
688
- * Checks whether this WebKit browser is Safari.
689
- * It doesn't check that the browser is based on WebKit, there is a separate function for this.
690
- *
691
- * Warning! The function works properly only for Safari version 15.4 and newer.
692
- */
693
- function isSafariWebKit() {
694
- // Checked in Safari, Chrome, Firefox, Yandex, UC Browser, Opera, Edge and DuckDuckGo.
695
- // iOS Safari and Chrome were checked on iOS 11-18. DuckDuckGo was checked on iOS 17-18 and macOS 14-15.
696
- // Desktop Safari versions 12-18 were checked.
697
- // The other browsers were checked on iOS 17 and 18; there was no chance to check them on the other OS versions.
698
- const w = window;
699
- return (
700
- // Filters-out Chrome, Yandex, DuckDuckGo (macOS and iOS), Edge
701
- isFunctionNative(w.print) &&
702
- // Doesn't work in Safari < 15.4
703
- String(w.browser) === '[object WebPageNamespace]');
704
- }
705
- /**
706
- * Checks whether the browser is based on Gecko (Firefox engine) without using user-agent.
707
- *
708
- * Warning for package users:
709
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
710
- */
711
- function isGecko() {
712
- var _a, _b;
713
- const w = window;
714
- // Based on research in September 2020
715
- return (countTruthy([
716
- 'buildID' in navigator,
717
- 'MozAppearance' in ((_b = (_a = document.documentElement) === null || _a === void 0 ? void 0 : _a.style) !== null && _b !== void 0 ? _b : {}),
718
- 'onmozfullscreenchange' in w,
719
- 'mozInnerScreenX' in w,
720
- 'CSSMozDocumentRule' in w,
721
- 'CanvasCaptureMediaStream' in w,
722
- ]) >= 4);
723
- }
724
- /**
725
- * Checks whether the browser is based on Gecko version ≥120 (Firefox ≥120) without using user-agent.
726
- * It doesn't check that the browser is based on Gecko; there is a separate function for this.
727
- *
728
- * @see https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/120 Firefox 120 release notes
729
- */
730
- function isGecko120OrNewer() {
731
- // Checked in Firefox 119 vs. Firefox 120+
732
- const w = window;
733
- const n = navigator;
734
- const { CSS } = w;
735
- // We use a threshold of 3 out of 4 because `globalPrivacyControl` was added in Firefox 120 on desktop,
736
- // but only in Firefox 122 on mobile. Using >= 3 ensures detection works on both platforms for Firefox 120+.
737
- // @see https://developer.mozilla.org/en-US/docs/Web/API/Navigator/globalPrivacyControl#browser_compatibility
738
- return (countTruthy([
739
- // User Activation API - added in Firefox 120
740
- 'userActivation' in n,
741
- // CSS light-dark() function - added in Firefox 120
742
- CSS.supports('color', 'light-dark(#000, #fff)'),
743
- // CSS lh unit - added in Firefox 120
744
- CSS.supports('height', '1lh'),
745
- // Global Privacy Control - added in Firefox 120 (desktop) / Firefox 122 (mobile)
746
- 'globalPrivacyControl' in n,
747
- ]) >= 3);
748
- }
749
- /**
750
- * Checks whether the browser is based on Gecko version ≥143 (Firefox ≥143) without using user-agent.
751
- * It doesn't check that the browser is based on Gecko; there is a separate function for this.
752
- *
753
- * Firefox 143 shipped Phase 2 fingerprinting protections (screen resolution, processor count, touch points)
754
- * in Private Browsing and ETP Strict mode.
755
- *
756
- * @see https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/143 Firefox 143 release notes
757
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1978414 Bug that shipped these protections
758
- */
759
- function isGecko143OrNewer() {
760
- // Checked in Firefox 142 vs. Firefox 143+
761
- const { CSS } = window;
762
- return (countTruthy([
763
- // CSS ::details-content pseudo-element - added in Firefox 143
764
- CSS.supports('selector(::details-content)'),
765
- // CSS ::before::marker nested pseudo-element - added in Firefox 143
766
- CSS.supports('selector(::before::marker)'),
767
- // CSS ::after::marker nested pseudo-element - added in Firefox 143
768
- CSS.supports('selector(::after::marker)'),
769
- // CompositionEvent.locale property - removed in Firefox 143 (Bug 1700969)
770
- !('locale' in CompositionEvent.prototype),
771
- ]) >= 3);
772
- }
773
- /**
774
- * Checks whether the browser is based on Chromium version ≥86 without using user-agent.
775
- * It doesn't check that the browser is based on Chromium, there is a separate function for this.
776
- */
777
- function isChromium86OrNewer() {
778
- // Checked in Chrome 85 vs Chrome 86 both on desktop and Android. Checked in macOS Chrome 128, Android Chrome 127.
779
- const w = window;
780
- return (countTruthy([
781
- !('MediaSettingsRange' in w),
782
- 'RTCEncodedAudioFrame' in w,
783
- '' + w.Intl === '[object Intl]',
784
- '' + w.Reflect === '[object Reflect]',
785
- ]) >= 3);
786
- }
787
- /**
788
- * Checks whether the browser is based on Chromium version ≥122 without using user-agent.
789
- * It doesn't check that the browser is based on Chromium, there is a separate function for this.
790
- */
791
- function isChromium122OrNewer() {
792
- // Checked in Chrome 121 vs Chrome 122 and 129 both on desktop and Android
793
- const w = window;
794
- const { URLPattern } = w;
795
- return (countTruthy([
796
- 'union' in Set.prototype,
797
- 'Iterator' in w,
798
- URLPattern && 'hasRegExpGroups' in URLPattern.prototype,
799
- 'RGB8' in WebGLRenderingContext.prototype,
800
- ]) >= 3);
801
- }
802
- /**
803
- * Checks whether the browser is based on WebKit version ≥606 (Safari ≥12) without using user-agent.
804
- * It doesn't check that the browser is based on WebKit, there is a separate function for this.
805
- *
806
- * @see https://en.wikipedia.org/wiki/Safari_version_history#Release_history Safari-WebKit versions map
807
- */
808
- function isWebKit606OrNewer() {
809
- // Checked in Safari 9–18
810
- const w = window;
811
- return (countTruthy([
812
- 'DOMRectList' in w,
813
- 'RTCPeerConnectionIceEvent' in w,
814
- 'SVGGeometryElement' in w,
815
- 'ontransitioncancel' in w,
816
- ]) >= 3);
817
- }
818
- /**
819
- * Checks whether the browser is based on WebKit version ≥616 (Safari ≥17) without using user-agent.
820
- * It doesn't check that the browser is based on WebKit, there is a separate function for this.
821
- *
822
- * @see https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes Safari 17 release notes
823
- * @see https://tauri.app/v1/references/webview-versions/#webkit-versions-in-safari Safari-WebKit versions map
824
- */
825
- function isWebKit616OrNewer() {
826
- const w = window;
827
- const n = navigator;
828
- const { CSS, HTMLButtonElement } = w;
829
- return (countTruthy([
830
- !('getStorageUpdates' in n),
831
- HTMLButtonElement && 'popover' in HTMLButtonElement.prototype,
832
- 'CSSCounterStyleRule' in w,
833
- CSS.supports('font-size-adjust: ex-height 0.5'),
834
- CSS.supports('text-transform: full-width'),
835
- ]) >= 4);
836
- }
837
- /**
838
- * Checks whether the device is an iPad.
839
- * It doesn't check that the engine is WebKit and that the WebKit isn't desktop.
840
- */
841
- function isIPad() {
842
- // Checked on:
843
- // Safari on iPadOS (both mobile and desktop modes): 8, 11-18
844
- // Chrome on iPadOS (both mobile and desktop modes): 11-18
845
- // Safari on iOS (both mobile and desktop modes): 9-18
846
- // Chrome on iOS (both mobile and desktop modes): 9-18
847
- // Before iOS 13. Safari tampers the value in "request desktop site" mode since iOS 13.
848
- if (navigator.platform === 'iPad') {
849
- return true;
850
- }
851
- const s = screen;
852
- const screenRatio = s.width / s.height;
853
- return (countTruthy([
854
- // Since iOS 13. Doesn't work in Chrome on iPadOS <15, but works in desktop mode.
855
- 'MediaSource' in window,
856
- // Since iOS 12. Doesn't work in Chrome on iPadOS.
857
- !!Element.prototype.webkitRequestFullscreen,
858
- // iPhone 4S that runs iOS 9 matches this, but it is not supported
859
- // Doesn't work in incognito mode of Safari ≥17 with split screen because of tracking prevention
860
- screenRatio > 0.65 && screenRatio < 1.53,
861
- ]) >= 2);
862
- }
863
- /**
864
- * Warning for package users:
865
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
866
- */
867
- function getFullscreenElement() {
868
- const d = document;
869
- return d.fullscreenElement || d.msFullscreenElement || d.mozFullScreenElement || d.webkitFullscreenElement || null;
870
- }
871
- function exitFullscreen() {
872
- const d = document;
873
- // `call` is required because the function throws an error without a proper "this" context
874
- return (d.exitFullscreen || d.msExitFullscreen || d.mozCancelFullScreen || d.webkitExitFullscreen).call(d);
875
- }
876
- /**
877
- * Checks whether the device runs on Android without using user-agent.
878
- *
879
- * Warning for package users:
880
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
881
- */
882
- function isAndroid() {
883
- const isItChromium = isChromium();
884
- const isItGecko = isGecko();
885
- const w = window;
886
- const n = navigator;
887
- const c = 'connection';
888
- // Chrome removes all words "Android" from `navigator` when desktop version is requested
889
- // Firefox keeps "Android" in `navigator.appVersion` when desktop version is requested
890
- if (isItChromium) {
891
- return (countTruthy([
892
- !('SharedWorker' in w),
893
- // `typechange` is deprecated, but it's still present on Android (tested on Chrome Mobile 117)
894
- // Removal proposal https://bugs.chromium.org/p/chromium/issues/detail?id=699892
895
- // Note: this expression returns true on ChromeOS, so additional detectors are required to avoid false-positives
896
- n[c] && 'ontypechange' in n[c],
897
- !('sinkId' in new Audio()),
898
- ]) >= 2);
899
- }
900
- else if (isItGecko) {
901
- return countTruthy(['onorientationchange' in w, 'orientation' in w, /android/i.test(n.appVersion)]) >= 2;
902
- }
903
- else {
904
- // Only 2 browser engines are presented on Android.
905
- // Actually, there is also Android 4.1 browser, but it's not worth detecting it at the moment.
906
- return false;
907
- }
908
- }
909
- /**
910
- * Checks whether the browser is Samsung Internet without using user-agent.
911
- * It doesn't check that the browser is based on Chromium, please use `isChromium` before using this function.
912
- *
913
- * Warning for package users:
914
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
915
- */
916
- function isSamsungInternet() {
917
- // Checked in Samsung Internet 21, 25 and 27
918
- const n = navigator;
919
- const w = window;
920
- const audioPrototype = Audio.prototype;
921
- const { visualViewport } = w;
922
- return (countTruthy([
923
- 'srLatency' in audioPrototype,
924
- 'srChannelCount' in audioPrototype,
925
- 'devicePosture' in n,
926
- visualViewport && 'segments' in visualViewport,
927
- 'getTextInformation' in Image.prototype, // Not available in Samsung Internet 21
928
- ]) >= 3);
929
- }
930
-
931
- /**
932
- * A deep description: https://fingerprint.com/blog/audio-fingerprinting/
933
- * Inspired by and based on https://github.com/cozylife/audio-fingerprint
934
- *
935
- * A version of the entropy source with stabilization to make it suitable for static fingerprinting.
936
- * Audio signal is noised in private mode of Safari 17, so audio fingerprinting is skipped in Safari 17.
937
- */
938
- function getAudioFingerprint() {
939
- if (doesBrowserPerformAntifingerprinting()) {
940
- return -4 /* SpecialFingerprint.KnownForAntifingerprinting */;
941
- }
942
- return getUnstableAudioFingerprint();
943
- }
944
- /**
945
- * A version of the entropy source without stabilization.
946
- *
947
- * Warning for package users:
948
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
949
- */
950
- function getUnstableAudioFingerprint() {
951
- const w = window;
952
- const AudioContext = w.OfflineAudioContext || w.webkitOfflineAudioContext;
953
- if (!AudioContext) {
954
- return -2 /* SpecialFingerprint.NotSupported */;
955
- }
956
- // In some browsers, audio context always stays suspended unless the context is started in response to a user action
957
- // (e.g. a click or a tap). It prevents audio fingerprint from being taken at an arbitrary moment of time.
958
- // Such browsers are old and unpopular, so the audio fingerprinting is just skipped in them.
959
- // See a similar case explanation at https://stackoverflow.com/questions/46363048/onaudioprocess-not-called-on-ios11#46534088
960
- if (doesBrowserSuspendAudioContext()) {
961
- return -1 /* SpecialFingerprint.KnownForSuspending */;
962
- }
963
- const hashFromIndex = 4500;
964
- const hashToIndex = 5000;
965
- const context = new AudioContext(1, hashToIndex, 44100);
966
- const oscillator = context.createOscillator();
967
- oscillator.type = 'triangle';
968
- oscillator.frequency.value = 10000;
969
- const compressor = context.createDynamicsCompressor();
970
- compressor.threshold.value = -50;
971
- compressor.knee.value = 40;
972
- compressor.ratio.value = 12;
973
- compressor.attack.value = 0;
974
- compressor.release.value = 0.25;
975
- oscillator.connect(compressor);
976
- compressor.connect(context.destination);
977
- oscillator.start(0);
978
- const [renderPromise, finishRendering] = startRenderingAudio(context);
979
- // Suppresses the console error message in case when the fingerprint fails before requested
980
- const fingerprintPromise = suppressUnhandledRejectionWarning(renderPromise.then((buffer) => getHash(buffer.getChannelData(0).subarray(hashFromIndex)), (error) => {
981
- if (error.name === "timeout" /* InnerErrorName.Timeout */ || error.name === "suspended" /* InnerErrorName.Suspended */) {
982
- return -3 /* SpecialFingerprint.Timeout */;
983
- }
984
- throw error;
985
- }));
986
- return () => {
987
- finishRendering();
988
- return fingerprintPromise;
989
- };
990
- }
991
- /**
992
- * Checks if the current browser is known for always suspending audio context
993
- */
994
- function doesBrowserSuspendAudioContext() {
995
- // Mobile Safari 11 and older
996
- return isWebKit() && !isDesktopWebKit() && !isWebKit606OrNewer();
997
- }
998
- /**
999
- * Checks if the current browser is known for applying anti-fingerprinting measures in all or some critical modes
1000
- */
1001
- function doesBrowserPerformAntifingerprinting() {
1002
- return (
1003
- // Safari ≥17
1004
- (isWebKit() && isWebKit616OrNewer() && isSafariWebKit()) ||
1005
- // Samsung Internet ≥26
1006
- (isChromium() && isSamsungInternet() && isChromium122OrNewer()));
1007
- }
1008
- /**
1009
- * Starts rendering the audio context.
1010
- * When the returned function is called, the render process starts finishing.
1011
- */
1012
- function startRenderingAudio(context) {
1013
- const renderTryMaxCount = 3;
1014
- const renderRetryDelay = 500;
1015
- const runningMaxAwaitTime = 500;
1016
- const runningSufficientTime = 5000;
1017
- let finalize = () => undefined;
1018
- const resultPromise = new Promise((resolve, reject) => {
1019
- let isFinalized = false;
1020
- let renderTryCount = 0;
1021
- let startedRunningAt = 0;
1022
- context.oncomplete = (event) => resolve(event.renderedBuffer);
1023
- const startRunningTimeout = () => {
1024
- setTimeout(() => reject(makeInnerError("timeout" /* InnerErrorName.Timeout */)), Math.min(runningMaxAwaitTime, startedRunningAt + runningSufficientTime - Date.now()));
1025
- };
1026
- const tryRender = () => {
1027
- try {
1028
- const renderingPromise = context.startRendering();
1029
- // `context.startRendering` has two APIs: Promise and callback, we check that it's really a promise just in case
1030
- if (isPromise(renderingPromise)) {
1031
- // Suppresses all unhandled rejections in case of scheduled redundant retries after successful rendering
1032
- suppressUnhandledRejectionWarning(renderingPromise);
1033
- }
1034
- switch (context.state) {
1035
- case 'running':
1036
- startedRunningAt = Date.now();
1037
- if (isFinalized) {
1038
- startRunningTimeout();
1039
- }
1040
- break;
1041
- // Sometimes the audio context doesn't start after calling `startRendering` (in addition to the cases where
1042
- // audio context doesn't start at all). A known case is starting an audio context when the browser tab is in
1043
- // background on iPhone. Retries usually help in this case.
1044
- case 'suspended':
1045
- // The audio context can reject starting until the tab is in foreground. Long fingerprint duration
1046
- // in background isn't a problem, therefore the retry attempts don't count in background. It can lead to
1047
- // a situation when a fingerprint takes very long time and finishes successfully. FYI, the audio context
1048
- // can be suspended when `document.hidden === false` and start running after a retry.
1049
- if (!document.hidden) {
1050
- renderTryCount++;
1051
- }
1052
- if (isFinalized && renderTryCount >= renderTryMaxCount) {
1053
- reject(makeInnerError("suspended" /* InnerErrorName.Suspended */));
1054
- }
1055
- else {
1056
- setTimeout(tryRender, renderRetryDelay);
1057
- }
1058
- break;
1059
- }
1060
- }
1061
- catch (error) {
1062
- reject(error);
1063
- }
1064
- };
1065
- tryRender();
1066
- finalize = () => {
1067
- if (!isFinalized) {
1068
- isFinalized = true;
1069
- if (startedRunningAt > 0) {
1070
- startRunningTimeout();
1071
- }
1072
- }
1073
- };
1074
- });
1075
- return [resultPromise, finalize];
1076
- }
1077
- function getHash(signal) {
1078
- let hash = 0;
1079
- for (let i = 0; i < signal.length; ++i) {
1080
- hash += Math.abs(signal[i]);
1081
- }
1082
- return hash;
1083
- }
1084
- function makeInnerError(name) {
1085
- const error = new Error(name);
1086
- error.name = name;
1087
- return error;
1088
- }
1089
-
1090
- /**
1091
- * Creates and keeps an invisible iframe while the given function runs.
1092
- * The given function is called when the iframe is loaded and has a body.
1093
- * The iframe allows to measure DOM sizes inside itself.
1094
- *
1095
- * Notice: passing an initial HTML code doesn't work in IE.
1096
- *
1097
- * Warning for package users:
1098
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
1099
- */
1100
- async function withIframe(action, initialHtml, domPollInterval = 50) {
1101
- var _a, _b, _c;
1102
- const d = document;
1103
- // document.body can be null while the page is loading
1104
- while (!d.body) {
1105
- await wait(domPollInterval);
1106
- }
1107
- const iframe = d.createElement('iframe');
1108
- try {
1109
- await new Promise((_resolve, _reject) => {
1110
- let isComplete = false;
1111
- const resolve = () => {
1112
- isComplete = true;
1113
- _resolve();
1114
- };
1115
- const reject = (error) => {
1116
- isComplete = true;
1117
- _reject(error);
1118
- };
1119
- iframe.onload = resolve;
1120
- iframe.onerror = reject;
1121
- const { style } = iframe;
1122
- style.setProperty('display', 'block', 'important'); // Required for browsers to calculate the layout
1123
- style.position = 'absolute';
1124
- style.top = '0';
1125
- style.left = '0';
1126
- style.visibility = 'hidden';
1127
- if (initialHtml && 'srcdoc' in iframe) {
1128
- iframe.srcdoc = initialHtml;
1129
- }
1130
- else {
1131
- iframe.src = 'about:blank';
1132
- }
1133
- d.body.appendChild(iframe);
1134
- // WebKit in WeChat doesn't fire the iframe's `onload` for some reason.
1135
- // This code checks for the loading state manually.
1136
- // See https://github.com/fingerprintjs/fingerprintjs/issues/645
1137
- const checkReadyState = () => {
1138
- var _a, _b;
1139
- // The ready state may never become 'complete' in Firefox despite the 'load' event being fired.
1140
- // So an infinite setTimeout loop can happen without this check.
1141
- // See https://github.com/fingerprintjs/fingerprintjs/pull/716#issuecomment-986898796
1142
- if (isComplete) {
1143
- return;
1144
- }
1145
- // Make sure iframe.contentWindow and iframe.contentWindow.document are both loaded
1146
- // The contentWindow.document can miss in JSDOM (https://github.com/jsdom/jsdom).
1147
- if (((_b = (_a = iframe.contentWindow) === null || _a === void 0 ? void 0 : _a.document) === null || _b === void 0 ? void 0 : _b.readyState) === 'complete') {
1148
- resolve();
1149
- }
1150
- else {
1151
- setTimeout(checkReadyState, 10);
1152
- }
1153
- };
1154
- checkReadyState();
1155
- });
1156
- while (!((_b = (_a = iframe.contentWindow) === null || _a === void 0 ? void 0 : _a.document) === null || _b === void 0 ? void 0 : _b.body)) {
1157
- await wait(domPollInterval);
1158
- }
1159
- return await action(iframe, iframe.contentWindow);
1160
- }
1161
- finally {
1162
- (_c = iframe.parentNode) === null || _c === void 0 ? void 0 : _c.removeChild(iframe);
1163
- }
1164
- }
1165
- /**
1166
- * Creates a DOM element that matches the given selector.
1167
- * Only single element selector are supported (without operators like space, +, >, etc).
1168
- */
1169
- function selectorToElement(selector) {
1170
- const [tag, attributes] = parseSimpleCssSelector(selector);
1171
- const element = document.createElement(tag !== null && tag !== void 0 ? tag : 'div');
1172
- for (const name of Object.keys(attributes)) {
1173
- const value = attributes[name].join(' ');
1174
- // Changing the `style` attribute can cause a CSP error, therefore we change the `style.cssText` property.
1175
- // https://github.com/fingerprintjs/fingerprintjs/issues/733
1176
- if (name === 'style') {
1177
- addStyleString(element.style, value);
1178
- }
1179
- else {
1180
- element.setAttribute(name, value);
1181
- }
1182
- }
1183
- return element;
1184
- }
1185
- /**
1186
- * Adds CSS styles from a string in such a way that doesn't trigger a CSP warning (unsafe-inline or unsafe-eval)
1187
- */
1188
- function addStyleString(style, source) {
1189
- // We don't use `style.cssText` because browsers must block it when no `unsafe-eval` CSP is presented: https://csplite.com/csp145/#w3c_note
1190
- // Even though the browsers ignore this standard, we don't use `cssText` just in case.
1191
- for (const property of source.split(';')) {
1192
- const match = /^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(property);
1193
- if (match) {
1194
- const [, name, value, , priority] = match;
1195
- style.setProperty(name, value, priority || ''); // The last argument can't be undefined in IE11
1196
- }
1197
- }
1198
- }
1199
- /**
1200
- * Returns true if the code runs in an iframe, and any parent page's origin doesn't match the current origin
1201
- */
1202
- function isAnyParentCrossOrigin() {
1203
- let currentWindow = window;
1204
- for (;;) {
1205
- const parentWindow = currentWindow.parent;
1206
- if (!parentWindow || parentWindow === currentWindow) {
1207
- return false; // The top page is reached
1208
- }
1209
- try {
1210
- if (parentWindow.location.origin !== currentWindow.location.origin) {
1211
- return true;
1212
- }
1213
- }
1214
- catch (error) {
1215
- // The error is thrown when `origin` is accessed on `parentWindow.location` when the parent is cross-origin
1216
- if (error instanceof Error && error.name === 'SecurityError') {
1217
- return true;
1218
- }
1219
- throw error;
1220
- }
1221
- currentWindow = parentWindow;
1222
- }
1223
- }
1224
-
1225
- // We use m or w because these two characters take up the maximum width.
1226
- // And we use a LLi so that the same matching fonts can get separated.
1227
- const testString = 'mmMwWLliI0O&1';
1228
- // We test using 48px font size, we may use any size. I guess larger the better.
1229
- const textSize = '48px';
1230
- // A font will be compared against all the three default fonts.
1231
- // And if for any default fonts it doesn't match, then that font is available.
1232
- const baseFonts = ['monospace', 'sans-serif', 'serif'];
1233
- const fontList = [
1234
- // This is android-specific font from "Roboto" family
1235
- 'sans-serif-thin',
1236
- 'ARNO PRO',
1237
- 'Agency FB',
1238
- 'Arabic Typesetting',
1239
- 'Arial Unicode MS',
1240
- 'AvantGarde Bk BT',
1241
- 'BankGothic Md BT',
1242
- 'Batang',
1243
- 'Bitstream Vera Sans Mono',
1244
- 'Calibri',
1245
- 'Century',
1246
- 'Century Gothic',
1247
- 'Clarendon',
1248
- 'EUROSTILE',
1249
- 'Franklin Gothic',
1250
- 'Futura Bk BT',
1251
- 'Futura Md BT',
1252
- 'GOTHAM',
1253
- 'Gill Sans',
1254
- 'HELV',
1255
- 'Haettenschweiler',
1256
- 'Helvetica Neue',
1257
- 'Humanst521 BT',
1258
- 'Leelawadee',
1259
- 'Letter Gothic',
1260
- 'Levenim MT',
1261
- 'Lucida Bright',
1262
- 'Lucida Sans',
1263
- 'Menlo',
1264
- 'MS Mincho',
1265
- 'MS Outlook',
1266
- 'MS Reference Specialty',
1267
- 'MS UI Gothic',
1268
- 'MT Extra',
1269
- 'MYRIAD PRO',
1270
- 'Marlett',
1271
- 'Meiryo UI',
1272
- 'Microsoft Uighur',
1273
- 'Minion Pro',
1274
- 'Monotype Corsiva',
1275
- 'PMingLiU',
1276
- 'Pristina',
1277
- 'SCRIPTINA',
1278
- 'Segoe UI Light',
1279
- 'Serifa',
1280
- 'SimHei',
1281
- 'Small Fonts',
1282
- 'Staccato222 BT',
1283
- 'TRAJAN PRO',
1284
- 'Univers CE 55 Medium',
1285
- 'Vrinda',
1286
- 'ZWAdobeF',
1287
- ];
1288
- // kudos to http://www.lalit.org/lab/javascript-css-font-detect/
1289
- function getFonts() {
1290
- // Running the script in an iframe makes it not affect the page look and not be affected by the page CSS. See:
1291
- // https://github.com/fingerprintjs/fingerprintjs/issues/592
1292
- // https://github.com/fingerprintjs/fingerprintjs/issues/628
1293
- return withIframe(async (_, { document }) => {
1294
- const holder = document.body;
1295
- holder.style.fontSize = textSize;
1296
- // div to load spans for the default fonts and the fonts to detect
1297
- const spansContainer = document.createElement('div');
1298
- spansContainer.style.setProperty('visibility', 'hidden', 'important');
1299
- const defaultWidth = {};
1300
- const defaultHeight = {};
1301
- // creates a span where the fonts will be loaded
1302
- const createSpan = (fontFamily) => {
1303
- const span = document.createElement('span');
1304
- const { style } = span;
1305
- style.position = 'absolute';
1306
- style.top = '0';
1307
- style.left = '0';
1308
- style.fontFamily = fontFamily;
1309
- span.textContent = testString;
1310
- spansContainer.appendChild(span);
1311
- return span;
1312
- };
1313
- // creates a span and load the font to detect and a base font for fallback
1314
- const createSpanWithFonts = (fontToDetect, baseFont) => {
1315
- return createSpan(`'${fontToDetect}',${baseFont}`);
1316
- };
1317
- // creates spans for the base fonts and adds them to baseFontsDiv
1318
- const initializeBaseFontsSpans = () => {
1319
- return baseFonts.map(createSpan);
1320
- };
1321
- // creates spans for the fonts to detect and adds them to fontsDiv
1322
- const initializeFontsSpans = () => {
1323
- // Stores {fontName : [spans for that font]}
1324
- const spans = {};
1325
- for (const font of fontList) {
1326
- spans[font] = baseFonts.map((baseFont) => createSpanWithFonts(font, baseFont));
1327
- }
1328
- return spans;
1329
- };
1330
- // checks if a font is available
1331
- const isFontAvailable = (fontSpans) => {
1332
- return baseFonts.some((baseFont, baseFontIndex) => fontSpans[baseFontIndex].offsetWidth !== defaultWidth[baseFont] ||
1333
- fontSpans[baseFontIndex].offsetHeight !== defaultHeight[baseFont]);
1334
- };
1335
- // create spans for base fonts
1336
- const baseFontsSpans = initializeBaseFontsSpans();
1337
- // create spans for fonts to detect
1338
- const fontsSpans = initializeFontsSpans();
1339
- // add all the spans to the DOM
1340
- holder.appendChild(spansContainer);
1341
- // get the default width for the three base fonts
1342
- for (let index = 0; index < baseFonts.length; index++) {
1343
- defaultWidth[baseFonts[index]] = baseFontsSpans[index].offsetWidth; // width for the default font
1344
- defaultHeight[baseFonts[index]] = baseFontsSpans[index].offsetHeight; // height for the default font
1345
- }
1346
- // check available fonts
1347
- return fontList.filter((font) => isFontAvailable(fontsSpans[font]));
1348
- });
1349
- }
1350
-
1351
- function getPlugins() {
1352
- const rawPlugins = navigator.plugins;
1353
- if (!rawPlugins) {
1354
- return undefined;
1355
- }
1356
- const plugins = [];
1357
- // Safari 10 doesn't support iterating navigator.plugins with for...of
1358
- for (let i = 0; i < rawPlugins.length; ++i) {
1359
- const plugin = rawPlugins[i];
1360
- if (!plugin) {
1361
- continue;
1362
- }
1363
- const mimeTypes = [];
1364
- for (let j = 0; j < plugin.length; ++j) {
1365
- const mimeType = plugin[j];
1366
- mimeTypes.push({
1367
- type: mimeType.type,
1368
- suffixes: mimeType.suffixes,
1369
- });
1370
- }
1371
- plugins.push({
1372
- name: plugin.name,
1373
- description: plugin.description,
1374
- mimeTypes,
1375
- });
1376
- }
1377
- return plugins;
1378
- }
1379
-
1380
- /**
1381
- * A version of the entropy source with stabilization to make it suitable for static fingerprinting.
1382
- *
1383
- * Canvas image is noised in private mode of Safari 17, so image rendering is skipped in Safari 17.
1384
- * Firefox 120+ randomizes canvas data in private browsing and strict ETP mode,
1385
- * so image rendering is skipped in Firefox 120+.
1386
- *
1387
- * @see https://www.browserleaks.com/canvas#how-does-it-work
1388
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1816189 Firefox canvas randomization
1389
- */
1390
- function getCanvasFingerprint() {
1391
- return getUnstableCanvasFingerprint(doesBrowserPerformAntiFingerprinting());
1392
- }
1393
- /**
1394
- * A version of the entropy source without stabilization.
1395
- *
1396
- * Warning for package users:
1397
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
1398
- */
1399
- function getUnstableCanvasFingerprint(skipImages) {
1400
- let winding = false;
1401
- let geometry;
1402
- let text;
1403
- const [canvas, context] = makeCanvasContext();
1404
- if (!isSupported(canvas, context)) {
1405
- geometry = text = "unsupported" /* ImageStatus.Unsupported */;
1406
- }
1407
- else {
1408
- winding = doesSupportWinding(context);
1409
- if (skipImages) {
1410
- geometry = text = "skipped" /* ImageStatus.Skipped */;
1411
- }
1412
- else {
1413
- [geometry, text] = renderImages(canvas, context);
1414
- }
1415
- }
1416
- return { winding, geometry, text };
1417
- }
1418
- function makeCanvasContext() {
1419
- const canvas = document.createElement('canvas');
1420
- canvas.width = 1;
1421
- canvas.height = 1;
1422
- return [canvas, canvas.getContext('2d')];
1423
- }
1424
- function isSupported(canvas, context) {
1425
- return !!(context && canvas.toDataURL);
1426
- }
1427
- function doesSupportWinding(context) {
1428
- // https://web.archive.org/web/20170825024655/http://blogs.adobe.com/webplatform/2013/01/30/winding-rules-in-canvas/
1429
- // https://github.com/Modernizr/Modernizr/blob/master/feature-detects/canvas/winding.js
1430
- context.rect(0, 0, 10, 10);
1431
- context.rect(2, 2, 6, 6);
1432
- return !context.isPointInPath(5, 5, 'evenodd');
1433
- }
1434
- function renderImages(canvas, context) {
1435
- renderTextImage(canvas, context);
1436
- const textImage1 = canvasToString(canvas);
1437
- const textImage2 = canvasToString(canvas); // It's slightly faster to double-encode the text image
1438
- // Some browsers add a noise to the canvas: https://github.com/fingerprintjs/fingerprintjs/issues/791
1439
- // The canvas is excluded from the fingerprint in this case
1440
- if (textImage1 !== textImage2) {
1441
- return ["unstable" /* ImageStatus.Unstable */, "unstable" /* ImageStatus.Unstable */];
1442
- }
1443
- // Text is unstable:
1444
- // https://github.com/fingerprintjs/fingerprintjs/issues/583
1445
- // https://github.com/fingerprintjs/fingerprintjs/issues/103
1446
- // Therefore it's extracted into a separate image.
1447
- renderGeometryImage(canvas, context);
1448
- const geometryImage = canvasToString(canvas);
1449
- return [geometryImage, textImage1];
1450
- }
1451
- function renderTextImage(canvas, context) {
1452
- // Resizing the canvas cleans it
1453
- canvas.width = 240;
1454
- canvas.height = 60;
1455
- context.textBaseline = 'alphabetic';
1456
- context.fillStyle = '#f60';
1457
- context.fillRect(100, 1, 62, 20);
1458
- context.fillStyle = '#069';
1459
- // It's important to use explicit built-in fonts in order to exclude the affect of font preferences
1460
- // (there is a separate entropy source for them).
1461
- context.font = '11pt "Times New Roman"';
1462
- // The choice of emojis has a gigantic impact on rendering performance (especially in FF).
1463
- // Some newer emojis cause it to slow down 50-200 times.
1464
- // There must be no text to the right of the emoji, see https://github.com/fingerprintjs/fingerprintjs/issues/574
1465
- // A bare emoji shouldn't be used because the canvas will change depending on the script encoding:
1466
- // https://github.com/fingerprintjs/fingerprintjs/issues/66
1467
- // Escape sequence shouldn't be used too because Terser will turn it into a bare unicode.
1468
- const printedText = `Cwm fjordbank gly ${String.fromCharCode(55357, 56835) /* 😃 */}`;
1469
- context.fillText(printedText, 2, 15);
1470
- context.fillStyle = 'rgba(102, 204, 0, 0.2)';
1471
- context.font = '18pt Arial';
1472
- context.fillText(printedText, 4, 45);
1473
- }
1474
- function renderGeometryImage(canvas, context) {
1475
- // Resizing the canvas cleans it
1476
- canvas.width = 122;
1477
- canvas.height = 110;
1478
- // Canvas blending
1479
- // https://web.archive.org/web/20170826194121/http://blogs.adobe.com/webplatform/2013/01/28/blending-features-in-canvas/
1480
- // http://jsfiddle.net/NDYV8/16/
1481
- context.globalCompositeOperation = 'multiply';
1482
- for (const [color, x, y] of [
1483
- ['#f2f', 40, 40],
1484
- ['#2ff', 80, 40],
1485
- ['#ff2', 60, 80],
1486
- ]) {
1487
- context.fillStyle = color;
1488
- context.beginPath();
1489
- context.arc(x, y, 40, 0, Math.PI * 2, true);
1490
- context.closePath();
1491
- context.fill();
1492
- }
1493
- // Canvas winding
1494
- // https://web.archive.org/web/20130913061632/http://blogs.adobe.com/webplatform/2013/01/30/winding-rules-in-canvas/
1495
- // http://jsfiddle.net/NDYV8/19/
1496
- context.fillStyle = '#f9c';
1497
- context.arc(60, 60, 60, 0, Math.PI * 2, true);
1498
- context.arc(60, 60, 20, 0, Math.PI * 2, true);
1499
- context.fill('evenodd');
1500
- }
1501
- function canvasToString(canvas) {
1502
- return canvas.toDataURL();
1503
- }
1504
- /**
1505
- * Checks if the current browser is known for applying anti-fingerprinting measures in all or some critical modes:
1506
- * - Safari 17+: noises canvas image in private mode
1507
- * - Firefox 120+: randomizes canvas data in private browsing and strict ETP mode (CanvasRandomization)
1508
- *
1509
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1816189 Firefox canvas randomization
1510
- */
1511
- function doesBrowserPerformAntiFingerprinting() {
1512
- const isSafari17OrAbove = isWebKit() && isWebKit616OrNewer() && isSafariWebKit();
1513
- const isFirefox120OrAbove = isGecko() && isGecko120OrNewer();
1514
- return isSafari17OrAbove || isFirefox120OrAbove;
1515
- }
1516
-
1517
- /**
1518
- * This is a crude and primitive touch screen detection. It's not possible to currently reliably detect the availability
1519
- * of a touch screen with a JS, without actually subscribing to a touch event.
1520
- *
1521
- * @see http://www.stucox.com/blog/you-cant-detect-a-touchscreen/
1522
- * @see https://github.com/Modernizr/Modernizr/issues/548
1523
- */
1524
- function getTouchSupport() {
1525
- const n = navigator;
1526
- let maxTouchPoints = 0;
1527
- let touchEvent;
1528
- if (n.maxTouchPoints !== undefined) {
1529
- maxTouchPoints = toInt(n.maxTouchPoints);
1530
- }
1531
- else if (n.msMaxTouchPoints !== undefined) {
1532
- maxTouchPoints = n.msMaxTouchPoints;
1533
- }
1534
- try {
1535
- document.createEvent('TouchEvent');
1536
- touchEvent = true;
1537
- }
1538
- catch (_a) {
1539
- touchEvent = false;
1540
- }
1541
- const touchStart = 'ontouchstart' in window;
1542
- return {
1543
- maxTouchPoints,
1544
- touchEvent,
1545
- touchStart,
1546
- };
1547
- }
1548
-
1549
- function getOsCpu() {
1550
- return navigator.oscpu;
1551
- }
1552
-
1553
- function getLanguages() {
1554
- const n = navigator;
1555
- const result = [];
1556
- const language = n.language || n.userLanguage || n.browserLanguage || n.systemLanguage;
1557
- if (language !== undefined) {
1558
- result.push([language]);
1559
- }
1560
- if (Array.isArray(n.languages)) {
1561
- // Starting from Chromium 86, there is only a single value in `navigator.language` in Incognito mode:
1562
- // the value of `navigator.language`. Therefore the value is ignored in this browser.
1563
- if (!(isChromium() && isChromium86OrNewer())) {
1564
- result.push(n.languages);
1565
- }
1566
- }
1567
- else if (typeof n.languages === 'string') {
1568
- const languages = n.languages;
1569
- if (languages) {
1570
- result.push(languages.split(','));
1571
- }
1572
- }
1573
- return result;
1574
- }
1575
-
1576
- function getColorDepth() {
1577
- return window.screen.colorDepth;
1578
- }
1579
-
1580
- function getDeviceMemory() {
1581
- // `navigator.deviceMemory` is a string containing a number in some unidentified cases
1582
- return replaceNaN(toFloat(navigator.deviceMemory), undefined);
1583
- }
1584
-
1585
- /**
1586
- * A version of the entropy source with stabilization to make it suitable for static fingerprinting.
1587
- * The window resolution is always the document size in private mode of Safari 17,
1588
- * so the window resolution is not used in Safari 17.
1589
- */
1590
- function getScreenResolution() {
1591
- if (isWebKit() && isWebKit616OrNewer() && isSafariWebKit()) {
1592
- return undefined;
1593
- }
1594
- return getUnstableScreenResolution();
1595
- }
1596
- /**
1597
- * A version of the entropy source without stabilization.
1598
- *
1599
- * Warning for package users:
1600
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
1601
- */
1602
- function getUnstableScreenResolution() {
1603
- const s = screen;
1604
- // Some browsers return screen resolution as strings, e.g. "1200", instead of a number, e.g. 1200.
1605
- // I suspect it's done by certain plugins that randomize browser properties to prevent fingerprinting.
1606
- // Some browsers even return screen resolution as not numbers.
1607
- const parseDimension = (value) => replaceNaN(toInt(value), null);
1608
- const dimensions = [parseDimension(s.width), parseDimension(s.height)];
1609
- dimensions.sort().reverse();
1610
- return dimensions;
1611
- }
1612
-
1613
- const screenFrameCheckInterval = 2500;
1614
- const roundingPrecision = 10;
1615
- // The type is readonly to protect from unwanted mutations
1616
- let screenFrameBackup;
1617
- let screenFrameSizeTimeoutId;
1618
- /**
1619
- * Starts watching the screen frame size. When a non-zero size appears, the size is saved and the watch is stopped.
1620
- * Later, when `getScreenFrame` runs, it will return the saved non-zero size if the current size is null.
1621
- *
1622
- * This trick is required to mitigate the fact that the screen frame turns null in some cases.
1623
- * See more on this at https://github.com/fingerprintjs/fingerprintjs/issues/568
1624
- */
1625
- function watchScreenFrame() {
1626
- if (screenFrameSizeTimeoutId !== undefined) {
1627
- return;
1628
- }
1629
- const checkScreenFrame = () => {
1630
- const frameSize = getCurrentScreenFrame();
1631
- if (isFrameSizeNull(frameSize)) {
1632
- screenFrameSizeTimeoutId = setTimeout(checkScreenFrame, screenFrameCheckInterval);
1633
- }
1634
- else {
1635
- screenFrameBackup = frameSize;
1636
- screenFrameSizeTimeoutId = undefined;
1637
- }
1638
- };
1639
- checkScreenFrame();
1640
- }
1641
- /**
1642
- * A version of the entropy source without stabilization.
1643
- *
1644
- * Warning for package users:
1645
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
1646
- */
1647
- function getUnstableScreenFrame() {
1648
- watchScreenFrame();
1649
- return async () => {
1650
- let frameSize = getCurrentScreenFrame();
1651
- if (isFrameSizeNull(frameSize)) {
1652
- if (screenFrameBackup) {
1653
- return [...screenFrameBackup];
1654
- }
1655
- if (getFullscreenElement()) {
1656
- // Some browsers set the screen frame to zero when programmatic fullscreen is on.
1657
- // There is a chance of getting a non-zero frame after exiting the fullscreen.
1658
- // See more on this at https://github.com/fingerprintjs/fingerprintjs/issues/568
1659
- await exitFullscreen();
1660
- frameSize = getCurrentScreenFrame();
1661
- }
1662
- }
1663
- if (!isFrameSizeNull(frameSize)) {
1664
- screenFrameBackup = frameSize;
1665
- }
1666
- return frameSize;
1667
- };
1668
- }
1669
- /**
1670
- * A version of the entropy source with stabilization to make it suitable for static fingerprinting.
1671
- *
1672
- * Sometimes the available screen resolution changes a bit, e.g. 1900x1440 → 1900x1439. A possible reason: macOS Dock
1673
- * shrinks to fit more icons when there is too little space. The rounding is used to mitigate the difference.
1674
- *
1675
- * The frame width is always 0 in the private mode of Safari 17, so the frame is not used in Safari 17.
1676
- * Firefox 143+ spoofs screen frame (ScreenAvailRect) in private browsing and strict ETP mode,
1677
- * so the frame is not used in Firefox 143+.
1678
- *
1679
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1978414 Firefox screen resolution spoofing
1680
- */
1681
- function getScreenFrame() {
1682
- const isSafari17OrAbove = isWebKit() && isWebKit616OrNewer() && isSafariWebKit();
1683
- const isFirefox143OrAbove = isGecko() && isGecko143OrNewer();
1684
- if (isSafari17OrAbove || isFirefox143OrAbove) {
1685
- return () => Promise.resolve(undefined);
1686
- }
1687
- const screenFrameGetter = getUnstableScreenFrame();
1688
- return async () => {
1689
- const frameSize = await screenFrameGetter();
1690
- const processSize = (sideSize) => (sideSize === null ? null : round(sideSize, roundingPrecision));
1691
- // It might look like I don't know about `for` and `map`.
1692
- // In fact, such code is used to avoid TypeScript issues without using `as`.
1693
- return [processSize(frameSize[0]), processSize(frameSize[1]), processSize(frameSize[2]), processSize(frameSize[3])];
1694
- };
1695
- }
1696
- function getCurrentScreenFrame() {
1697
- const s = screen;
1698
- // Some browsers return screen resolution as strings, e.g. "1200", instead of a number, e.g. 1200.
1699
- // I suspect it's done by certain plugins that randomize browser properties to prevent fingerprinting.
1700
- //
1701
- // Some browsers (IE, Edge ≤18) don't provide `screen.availLeft` and `screen.availTop`. The property values are
1702
- // replaced with 0 in such cases to not lose the entropy from `screen.availWidth` and `screen.availHeight`.
1703
- return [
1704
- replaceNaN(toFloat(s.availTop), null),
1705
- replaceNaN(toFloat(s.width) - toFloat(s.availWidth) - replaceNaN(toFloat(s.availLeft), 0), null),
1706
- replaceNaN(toFloat(s.height) - toFloat(s.availHeight) - replaceNaN(toFloat(s.availTop), 0), null),
1707
- replaceNaN(toFloat(s.availLeft), null),
1708
- ];
1709
- }
1710
- function isFrameSizeNull(frameSize) {
1711
- for (let i = 0; i < 4; ++i) {
1712
- if (frameSize[i]) {
1713
- return false;
1714
- }
1715
- }
1716
- return true;
1717
- }
1718
-
1719
- /**
1720
- * A version of the entropy source with stabilization to make it suitable for static fingerprinting.
1721
- *
1722
- * Firefox 143+ spoofs hardwareConcurrency (NavigatorHWConcurrency) in private browsing and strict ETP mode
1723
- * using tiered values: ≤4 cores -> 4, >4 cores -> 8. We apply the same tiering to stabilize the fingerprint
1724
- * across all browsing modes, since the tiering function is idempotent.
1725
- *
1726
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1978414 Firefox processor count spoofing
1727
- * @see https://searchfox.org/firefox-main/source/dom/workers/RuntimeService.cpp#2057:~:text=if%20(MOZ_UNLIKELY(aRFPTiered))%20%7B
1728
- */
1729
- function getHardwareConcurrency() {
1730
- const value = getUnstableHardwareConcurrency();
1731
- if (value !== undefined && isGecko() && isGecko143OrNewer()) {
1732
- return value >= 8 ? 8 : 4;
1733
- }
1734
- return value;
1735
- }
1736
- /**
1737
- * A version of the entropy source without stabilization.
1738
- *
1739
- * Warning for package users:
1740
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
1741
- */
1742
- function getUnstableHardwareConcurrency() {
1743
- // sometimes hardware concurrency is a string
1744
- return replaceNaN(toInt(navigator.hardwareConcurrency), undefined);
1745
- }
1746
-
1747
- function getTimezone() {
1748
- var _a;
1749
- const DateTimeFormat = (_a = window.Intl) === null || _a === void 0 ? void 0 : _a.DateTimeFormat;
1750
- if (DateTimeFormat) {
1751
- const timezone = new DateTimeFormat().resolvedOptions().timeZone;
1752
- if (timezone) {
1753
- return timezone;
1754
- }
1755
- }
1756
- // For browsers that don't support timezone names
1757
- // The minus is intentional because the JS offset is opposite to the real offset
1758
- const offset = -getTimezoneOffset();
1759
- return `UTC${offset >= 0 ? '+' : ''}${offset}`;
1760
- }
1761
- function getTimezoneOffset() {
1762
- const currentYear = new Date().getFullYear();
1763
- // The timezone offset may change over time due to daylight saving time (DST) shifts.
1764
- // The non-DST timezone offset is used as the result timezone offset.
1765
- // Since the DST season differs in the northern and the southern hemispheres,
1766
- // both January and July timezones offsets are considered.
1767
- return Math.max(
1768
- // `getTimezoneOffset` returns a number as a string in some unidentified cases
1769
- toFloat(new Date(currentYear, 0, 1).getTimezoneOffset()), toFloat(new Date(currentYear, 6, 1).getTimezoneOffset()));
1770
- }
1771
-
1772
- function getSessionStorage() {
1773
- try {
1774
- return !!window.sessionStorage;
1775
- }
1776
- catch (error) {
1777
- /* SecurityError when referencing it means it exists */
1778
- return true;
1779
- }
1780
- }
1781
-
1782
- // https://bugzilla.mozilla.org/show_bug.cgi?id=781447
1783
- function getLocalStorage() {
1784
- try {
1785
- return !!window.localStorage;
1786
- }
1787
- catch (e) {
1788
- /* SecurityError when referencing it means it exists */
1789
- return true;
1790
- }
1791
- }
1792
-
1793
- function getIndexedDB() {
1794
- // IE and Edge don't allow accessing indexedDB in private mode, therefore IE and Edge will have different
1795
- // visitor identifier in normal and private modes.
1796
- if (isTrident() || isEdgeHTML()) {
1797
- return undefined;
1798
- }
1799
- try {
1800
- return !!window.indexedDB;
1801
- }
1802
- catch (e) {
1803
- /* SecurityError when referencing it means it exists */
1804
- return true;
1805
- }
1806
- }
1807
-
1808
- function getOpenDatabase() {
1809
- return !!window.openDatabase;
1810
- }
1811
-
1812
- function getCpuClass() {
1813
- return navigator.cpuClass;
1814
- }
1815
-
1816
- function getPlatform() {
1817
- // Android Chrome 86 and 87 and Android Firefox 80 and 84 don't mock the platform value when desktop mode is requested
1818
- const { platform } = navigator;
1819
- // iOS mocks the platform value when desktop version is requested: https://github.com/fingerprintjs/fingerprintjs/issues/514
1820
- // iPad uses desktop mode by default since iOS 13
1821
- // The value is 'MacIntel' on M1 Macs
1822
- // The value is 'iPhone' on iPod Touch
1823
- if (platform === 'MacIntel') {
1824
- if (isWebKit() && !isDesktopWebKit()) {
1825
- return isIPad() ? 'iPad' : 'iPhone';
1826
- }
1827
- }
1828
- return platform;
1829
- }
1830
-
1831
- function getVendor() {
1832
- return navigator.vendor || '';
1833
- }
1834
-
1835
- /**
1836
- * Checks for browser-specific (not engine specific) global variables to tell browsers with the same engine apart.
1837
- * Only somewhat popular browsers are considered.
1838
- */
1839
- function getVendorFlavors() {
1840
- const flavors = [];
1841
- for (const key of [
1842
- // Blink and some browsers on iOS
1843
- 'chrome',
1844
- // Safari on macOS
1845
- 'safari',
1846
- // Chrome on iOS (checked in 85 on 13 and 87 on 14)
1847
- '__crWeb',
1848
- '__gCrWeb',
1849
- // Yandex Browser on iOS, macOS and Android (checked in 21.2 on iOS 14, macOS and Android)
1850
- 'yandex',
1851
- // Yandex Browser on iOS (checked in 21.2 on 14)
1852
- '__yb',
1853
- '__ybro',
1854
- // Firefox on iOS (checked in 32 on 14)
1855
- '__firefox__',
1856
- // Edge on iOS (checked in 46 on 14)
1857
- '__edgeTrackingPreventionStatistics',
1858
- 'webkit',
1859
- // Opera Touch on iOS (checked in 2.6 on 14)
1860
- 'oprt',
1861
- // Samsung Internet on Android (checked in 11.1)
1862
- 'samsungAr',
1863
- // UC Browser on Android (checked in 12.10 and 13.0)
1864
- 'ucweb',
1865
- 'UCShellJava',
1866
- // Puffin on Android (checked in 9.0)
1867
- 'puffinDevice',
1868
- // UC on iOS and Opera on Android have no specific global variables
1869
- // Edge for Android isn't checked
1870
- ]) {
1871
- const value = window[key];
1872
- if (value && typeof value === 'object') {
1873
- flavors.push(key);
1874
- }
1875
- }
1876
- return flavors.sort();
1877
- }
1878
-
1879
- /**
1880
- * navigator.cookieEnabled cannot detect custom or nuanced cookie blocking configurations. For example, when blocking
1881
- * cookies via the Advanced Privacy Settings in IE9, it always returns true. And there have been issues in the past with
1882
- * site-specific exceptions. Don't rely on it.
1883
- *
1884
- * @see https://github.com/Modernizr/Modernizr/blob/master/feature-detects/cookies.js Taken from here
1885
- */
1886
- function areCookiesEnabled() {
1887
- const d = document;
1888
- // Taken from here: https://github.com/Modernizr/Modernizr/blob/master/feature-detects/cookies.js
1889
- // navigator.cookieEnabled cannot detect custom or nuanced cookie blocking configurations. For example, when blocking
1890
- // cookies via the Advanced Privacy Settings in IE9, it always returns true. And there have been issues in the past
1891
- // with site-specific exceptions. Don't rely on it.
1892
- // try..catch because some in situations `document.cookie` is exposed but throws a
1893
- // SecurityError if you try to access it; e.g. documents created from data URIs
1894
- // or in sandboxed iframes (depending on flags/context)
1895
- try {
1896
- // Create cookie
1897
- d.cookie = 'cookietest=1; SameSite=Strict;';
1898
- const result = d.cookie.indexOf('cookietest=') !== -1;
1899
- // Delete cookie
1900
- d.cookie = 'cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT';
1901
- return result;
1902
- }
1903
- catch (e) {
1904
- return false;
1905
- }
1906
- }
1907
-
1908
- /**
1909
- * Only single element selector are supported (no operators like space, +, >, etc).
1910
- * `embed` and `position: fixed;` will be considered as blocked anyway because it always has no offsetParent.
1911
- * Avoid `iframe` and anything with `[src=]` because they produce excess HTTP requests.
1912
- *
1913
- * The "inappropriate" selectors are obfuscated. See https://github.com/fingerprintjs/fingerprintjs/issues/734.
1914
- * A function is used instead of a plain object to help tree-shaking.
1915
- *
1916
- * The function code is generated automatically. See docs/content_blockers.md to learn how to make the list.
1917
- */
1918
- function getFilters() {
1919
- const fromB64 = atob; // Just for better minification
1920
- return {
1921
- abpIndo: [
1922
- '#Iklan-Melayang',
1923
- '#Kolom-Iklan-728',
1924
- '#SidebarIklan-wrapper',
1925
- '[title="ALIENBOLA" i]',
1926
- fromB64('I0JveC1CYW5uZXItYWRz'),
1927
- ],
1928
- abpvn: ['.quangcao', '#mobileCatfish', fromB64('LmNsb3NlLWFkcw=='), '[id^="bn_bottom_fixed_"]', '#pmadv'],
1929
- adBlockFinland: [
1930
- '.mainostila',
1931
- fromB64('LnNwb25zb3JpdA=='),
1932
- '.ylamainos',
1933
- fromB64('YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd'),
1934
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd'),
1935
- ],
1936
- adBlockPersian: [
1937
- '#navbar_notice_50',
1938
- '.kadr',
1939
- 'TABLE[width="140px"]',
1940
- '#divAgahi',
1941
- fromB64('YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd'),
1942
- ],
1943
- adBlockWarningRemoval: [
1944
- '#adblock-honeypot',
1945
- '.adblocker-root',
1946
- '.wp_adblock_detect',
1947
- fromB64('LmhlYWRlci1ibG9ja2VkLWFk'),
1948
- fromB64('I2FkX2Jsb2NrZXI='),
1949
- ],
1950
- adGuardAnnoyances: [
1951
- '.hs-sosyal',
1952
- '#cookieconsentdiv',
1953
- 'div[class^="app_gdpr"]',
1954
- '.as-oil',
1955
- '[data-cypress="soft-push-notification-modal"]',
1956
- ],
1957
- adGuardBase: [
1958
- '.BetterJsPopOverlay',
1959
- fromB64('I2FkXzMwMFgyNTA='),
1960
- fromB64('I2Jhbm5lcmZsb2F0MjI='),
1961
- fromB64('I2NhbXBhaWduLWJhbm5lcg=='),
1962
- fromB64('I0FkLUNvbnRlbnQ='),
1963
- ],
1964
- adGuardChinese: [
1965
- fromB64('LlppX2FkX2FfSA=='),
1966
- fromB64('YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd'),
1967
- '#widget-quan',
1968
- fromB64('YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd'),
1969
- fromB64('YVtocmVmKj0iLjE5NTZobC5jb20vIl0='),
1970
- ],
1971
- adGuardFrench: [
1972
- '#pavePub',
1973
- fromB64('LmFkLWRlc2t0b3AtcmVjdGFuZ2xl'),
1974
- '.mobile_adhesion',
1975
- '.widgetadv',
1976
- fromB64('LmFkc19iYW4='),
1977
- ],
1978
- adGuardGerman: ['aside[data-portal-id="leaderboard"]'],
1979
- adGuardJapanese: [
1980
- '#kauli_yad_1',
1981
- fromB64('YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0='),
1982
- fromB64('Ll9wb3BJbl9pbmZpbml0ZV9hZA=='),
1983
- fromB64('LmFkZ29vZ2xl'),
1984
- fromB64('Ll9faXNib29zdFJldHVybkFk'),
1985
- ],
1986
- adGuardMobile: [
1987
- fromB64('YW1wLWF1dG8tYWRz'),
1988
- fromB64('LmFtcF9hZA=='),
1989
- 'amp-embed[type="24smi"]',
1990
- '#mgid_iframe1',
1991
- fromB64('I2FkX2ludmlld19hcmVh'),
1992
- ],
1993
- adGuardRussian: [
1994
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0='),
1995
- fromB64('LnJlY2xhbWE='),
1996
- 'div[id^="smi2adblock"]',
1997
- fromB64('ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd'),
1998
- '#psyduckpockeball',
1999
- ],
2000
- adGuardSocial: [
2001
- fromB64('YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0='),
2002
- fromB64('YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0='),
2003
- '.etsy-tweet',
2004
- '#inlineShare',
2005
- '.popup-social',
2006
- ],
2007
- adGuardSpanishPortuguese: ['#barraPublicidade', '#Publicidade', '#publiEspecial', '#queTooltip', '.cnt-publi'],
2008
- adGuardTrackingProtection: [
2009
- '#qoo-counter',
2010
- fromB64('YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=='),
2011
- fromB64('YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0='),
2012
- fromB64('YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=='),
2013
- '#top100counter',
2014
- ],
2015
- adGuardTurkish: [
2016
- '#backkapat',
2017
- fromB64('I3Jla2xhbWk='),
2018
- fromB64('YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0='),
2019
- fromB64('YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd'),
2020
- fromB64('YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ=='),
2021
- ],
2022
- bulgarian: [fromB64('dGQjZnJlZW5ldF90YWJsZV9hZHM='), '#ea_intext_div', '.lapni-pop-over', '#xenium_hot_offers'],
2023
- easyList: [
2024
- '.yb-floorad',
2025
- fromB64('LndpZGdldF9wb19hZHNfd2lkZ2V0'),
2026
- fromB64('LnRyYWZmaWNqdW5reS1hZA=='),
2027
- '.textad_headline',
2028
- fromB64('LnNwb25zb3JlZC10ZXh0LWxpbmtz'),
2029
- ],
2030
- easyListChina: [
2031
- fromB64('LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=='),
2032
- fromB64('LmZyb250cGFnZUFkdk0='),
2033
- '#taotaole',
2034
- '#aafoot.top_box',
2035
- '.cfa_popup',
2036
- ],
2037
- easyListCookie: [
2038
- '.ezmob-footer',
2039
- '.cc-CookieWarning',
2040
- '[data-cookie-number]',
2041
- fromB64('LmF3LWNvb2tpZS1iYW5uZXI='),
2042
- '.sygnal24-gdpr-modal-wrap',
2043
- ],
2044
- easyListCzechSlovak: [
2045
- '#onlajny-stickers',
2046
- fromB64('I3Jla2xhbW5pLWJveA=='),
2047
- fromB64('LnJla2xhbWEtbWVnYWJvYXJk'),
2048
- '.sklik',
2049
- fromB64('W2lkXj0ic2tsaWtSZWtsYW1hIl0='),
2050
- ],
2051
- easyListDutch: [
2052
- fromB64('I2FkdmVydGVudGll'),
2053
- fromB64('I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=='),
2054
- '.adstekst',
2055
- fromB64('YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0='),
2056
- '#semilo-lrectangle',
2057
- ],
2058
- easyListGermany: [
2059
- '#SSpotIMPopSlider',
2060
- fromB64('LnNwb25zb3JsaW5rZ3J1ZW4='),
2061
- fromB64('I3dlcmJ1bmdza3k='),
2062
- fromB64('I3Jla2xhbWUtcmVjaHRzLW1pdHRl'),
2063
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0='),
2064
- ],
2065
- easyListItaly: [
2066
- fromB64('LmJveF9hZHZfYW5udW5jaQ=='),
2067
- '.sb-box-pubbliredazionale',
2068
- fromB64('YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd'),
2069
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd'),
2070
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ=='),
2071
- ],
2072
- easyListLithuania: [
2073
- fromB64('LnJla2xhbW9zX3RhcnBhcw=='),
2074
- fromB64('LnJla2xhbW9zX251b3JvZG9z'),
2075
- fromB64('aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd'),
2076
- fromB64('aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd'),
2077
- fromB64('aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd'),
2078
- ],
2079
- estonian: [fromB64('QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==')],
2080
- fanboyAnnoyances: ['#ac-lre-player', '.navigate-to-top', '#subscribe_popup', '.newsletter_holder', '#back-top'],
2081
- fanboyAntiFacebook: ['.util-bar-module-firefly-visible'],
2082
- fanboyEnhancedTrackers: [
2083
- '.open.pushModal',
2084
- '#issuem-leaky-paywall-articles-zero-remaining-nag',
2085
- '#sovrn_container',
2086
- 'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',
2087
- '.BlockNag__Card',
2088
- ],
2089
- fanboySocial: ['#FollowUs', '#meteored_share', '#social_follow', '.article-sharer', '.community__social-desc'],
2090
- frellwitSwedish: [
2091
- fromB64('YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=='),
2092
- fromB64('YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=='),
2093
- 'article.category-samarbete',
2094
- fromB64('ZGl2LmhvbGlkQWRz'),
2095
- 'ul.adsmodern',
2096
- ],
2097
- greekAdBlock: [
2098
- fromB64('QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd'),
2099
- fromB64('QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=='),
2100
- fromB64('QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd'),
2101
- 'DIV.agores300',
2102
- 'TABLE.advright',
2103
- ],
2104
- hungarian: [
2105
- '#cemp_doboz',
2106
- '.optimonk-iframe-container',
2107
- fromB64('LmFkX19tYWlu'),
2108
- fromB64('W2NsYXNzKj0iR29vZ2xlQWRzIl0='),
2109
- '#hirdetesek_box',
2110
- ],
2111
- iDontCareAboutCookies: [
2112
- '.alert-info[data-block-track*="CookieNotice"]',
2113
- '.ModuleTemplateCookieIndicator',
2114
- '.o--cookies--container',
2115
- '#cookies-policy-sticky',
2116
- '#stickyCookieBar',
2117
- ],
2118
- icelandicAbp: [fromB64('QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==')],
2119
- latvian: [
2120
- fromB64('YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0O' +
2121
- 'iA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0='),
2122
- fromB64('YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6I' +
2123
- 'DMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ=='),
2124
- ],
2125
- listKr: [
2126
- fromB64('YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0='),
2127
- fromB64('I2xpdmVyZUFkV3JhcHBlcg=='),
2128
- fromB64('YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=='),
2129
- fromB64('aW5zLmZhc3R2aWV3LWFk'),
2130
- '.revenue_unit_item.dable',
2131
- ],
2132
- listeAr: [
2133
- fromB64('LmdlbWluaUxCMUFk'),
2134
- '.right-and-left-sponsers',
2135
- fromB64('YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=='),
2136
- fromB64('YVtocmVmKj0iYm9vcmFxLm9yZyJd'),
2137
- fromB64('YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd'),
2138
- ],
2139
- listeFr: [
2140
- fromB64('YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=='),
2141
- fromB64('I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=='),
2142
- fromB64('YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0='),
2143
- '.site-pub-interstitiel',
2144
- 'div[id^="crt-"][data-criteo-id]',
2145
- ],
2146
- officialPolish: [
2147
- '#ceneo-placeholder-ceneo-12',
2148
- fromB64('W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd'),
2149
- fromB64('YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=='),
2150
- fromB64('YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=='),
2151
- fromB64('ZGl2I3NrYXBpZWNfYWQ='),
2152
- ],
2153
- ro: [
2154
- fromB64('YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd'),
2155
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd'),
2156
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0='),
2157
- fromB64('YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd'),
2158
- 'a[href^="/url/"]',
2159
- ],
2160
- ruAd: [
2161
- fromB64('YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd'),
2162
- fromB64('YVtocmVmKj0iLy91dGltZy5ydS8iXQ=='),
2163
- fromB64('YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0='),
2164
- '#pgeldiz',
2165
- '.yandex-rtb-block',
2166
- ],
2167
- thaiAds: [
2168
- 'a[href*=macau-uta-popup]',
2169
- fromB64('I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=='),
2170
- fromB64('LmFkczMwMHM='),
2171
- '.bumq',
2172
- '.img-kosana',
2173
- ],
2174
- webAnnoyancesUltralist: [
2175
- '#mod-social-share-2',
2176
- '#social-tools',
2177
- fromB64('LmN0cGwtZnVsbGJhbm5lcg=='),
2178
- '.zergnet-recommend',
2179
- '.yt.btn-link.btn-md.btn',
2180
- ],
2181
- };
2182
- }
2183
- /**
2184
- * The order of the returned array means nothing (it's always sorted alphabetically).
2185
- *
2186
- * Notice that the source is slightly unstable.
2187
- * Safari provides a 2-taps way to disable all content blockers on a page temporarily.
2188
- * Also content blockers can be disabled permanently for a domain, but it requires 4 taps.
2189
- * So empty array shouldn't be treated as "no blockers", it should be treated as "no signal".
2190
- * If you are a website owner, don't make your visitors want to disable content blockers.
2191
- */
2192
- async function getDomBlockers({ debug } = {}) {
2193
- if (!isApplicable()) {
2194
- return undefined;
2195
- }
2196
- const filters = getFilters();
2197
- const filterNames = Object.keys(filters);
2198
- const allSelectors = [].concat(...filterNames.map((filterName) => filters[filterName]));
2199
- const blockedSelectors = await getBlockedSelectors(allSelectors);
2200
- if (debug) {
2201
- printDebug(filters, blockedSelectors);
2202
- }
2203
- const activeBlockers = filterNames.filter((filterName) => {
2204
- const selectors = filters[filterName];
2205
- const blockedCount = countTruthy(selectors.map((selector) => blockedSelectors[selector]));
2206
- return blockedCount > selectors.length * 0.6;
2207
- });
2208
- activeBlockers.sort();
2209
- return activeBlockers;
2210
- }
2211
- function isApplicable() {
2212
- // Safari (desktop and mobile) and all Android browsers keep content blockers in both regular and private mode
2213
- return isWebKit() || isAndroid();
2214
- }
2215
- async function getBlockedSelectors(selectors) {
2216
- var _a;
2217
- const d = document;
2218
- const root = d.createElement('div');
2219
- const elements = new Array(selectors.length);
2220
- const blockedSelectors = {}; // Set() isn't used just in case somebody need older browser support
2221
- forceShow(root);
2222
- // First create all elements that can be blocked. If the DOM steps below are done in a single cycle,
2223
- // browser will alternate tree modification and layout reading, that is very slow.
2224
- for (let i = 0; i < selectors.length; ++i) {
2225
- const element = selectorToElement(selectors[i]);
2226
- if (element.tagName === 'DIALOG') {
2227
- element.show();
2228
- }
2229
- const holder = d.createElement('div'); // Protects from unwanted effects of `+` and `~` selectors of filters
2230
- forceShow(holder);
2231
- holder.appendChild(element);
2232
- root.appendChild(holder);
2233
- elements[i] = element;
2234
- }
2235
- // document.body can be null while the page is loading
2236
- while (!d.body) {
2237
- await wait(50);
2238
- }
2239
- d.body.appendChild(root);
2240
- try {
2241
- // Then check which of the elements are blocked
2242
- for (let i = 0; i < selectors.length; ++i) {
2243
- if (!elements[i].offsetParent) {
2244
- blockedSelectors[selectors[i]] = true;
2245
- }
2246
- }
2247
- }
2248
- finally {
2249
- // Then remove the elements
2250
- (_a = root.parentNode) === null || _a === void 0 ? void 0 : _a.removeChild(root);
2251
- }
2252
- return blockedSelectors;
2253
- }
2254
- function forceShow(element) {
2255
- element.style.setProperty('visibility', 'hidden', 'important');
2256
- element.style.setProperty('display', 'block', 'important');
2257
- }
2258
- function printDebug(filters, blockedSelectors) {
2259
- let message = 'DOM blockers debug:\n```';
2260
- for (const filterName of Object.keys(filters)) {
2261
- message += `\n${filterName}:`;
2262
- for (const selector of filters[filterName]) {
2263
- message += `\n ${blockedSelectors[selector] ? '🚫' : '➡️'} ${selector}`;
2264
- }
2265
- }
2266
- // console.log is ok here because it's under a debug clause
2267
- // eslint-disable-next-line no-console
2268
- console.log(`${message}\n\`\`\``);
2269
- }
2270
-
2271
- /**
2272
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/color-gamut
2273
- */
2274
- function getColorGamut() {
2275
- // rec2020 includes p3 and p3 includes srgb
2276
- for (const gamut of ['rec2020', 'p3', 'srgb']) {
2277
- if (matchMedia(`(color-gamut: ${gamut})`).matches) {
2278
- return gamut;
2279
- }
2280
- }
2281
- return undefined;
2282
- }
2283
-
2284
- /**
2285
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/inverted-colors
2286
- */
2287
- function areColorsInverted() {
2288
- if (doesMatch$5('inverted')) {
2289
- return true;
2290
- }
2291
- if (doesMatch$5('none')) {
2292
- return false;
2293
- }
2294
- return undefined;
2295
- }
2296
- function doesMatch$5(value) {
2297
- return matchMedia(`(inverted-colors: ${value})`).matches;
2298
- }
2299
-
2300
- /**
2301
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/forced-colors
2302
- */
2303
- function areColorsForced() {
2304
- if (doesMatch$4('active')) {
2305
- return true;
2306
- }
2307
- if (doesMatch$4('none')) {
2308
- return false;
2309
- }
2310
- return undefined;
2311
- }
2312
- function doesMatch$4(value) {
2313
- return matchMedia(`(forced-colors: ${value})`).matches;
2314
- }
2315
-
2316
- const maxValueToCheck = 100;
2317
- /**
2318
- * If the display is monochrome (e.g. black&white), the value will be ≥0 and will mean the number of bits per pixel.
2319
- * If the display is not monochrome, the returned value will be 0.
2320
- * If the browser doesn't support this feature, the returned value will be undefined.
2321
- *
2322
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/monochrome
2323
- */
2324
- function getMonochromeDepth() {
2325
- if (!matchMedia('(min-monochrome: 0)').matches) {
2326
- // The media feature isn't supported by the browser
2327
- return undefined;
2328
- }
2329
- // A variation of binary search algorithm can be used here.
2330
- // But since expected values are very small (≤10), there is no sense in adding the complexity.
2331
- for (let i = 0; i <= maxValueToCheck; ++i) {
2332
- if (matchMedia(`(max-monochrome: ${i})`).matches) {
2333
- return i;
2334
- }
2335
- }
2336
- throw new Error('Too high value');
2337
- }
2338
-
2339
- /**
2340
- * @see https://www.w3.org/TR/mediaqueries-5/#prefers-contrast
2341
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-contrast
2342
- */
2343
- function getContrastPreference() {
2344
- if (doesMatch$3('no-preference')) {
2345
- return 0 /* ContrastPreference.None */;
2346
- }
2347
- // The sources contradict on the keywords. Probably 'high' and 'low' will never be implemented.
2348
- // Need to check it when all browsers implement the feature.
2349
- if (doesMatch$3('high') || doesMatch$3('more')) {
2350
- return 1 /* ContrastPreference.More */;
2351
- }
2352
- if (doesMatch$3('low') || doesMatch$3('less')) {
2353
- return -1 /* ContrastPreference.Less */;
2354
- }
2355
- if (doesMatch$3('forced')) {
2356
- return 10 /* ContrastPreference.ForcedColors */;
2357
- }
2358
- return undefined;
2359
- }
2360
- function doesMatch$3(value) {
2361
- return matchMedia(`(prefers-contrast: ${value})`).matches;
2362
- }
2363
-
2364
- /**
2365
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
2366
- */
2367
- function isMotionReduced() {
2368
- if (doesMatch$2('reduce')) {
2369
- return true;
2370
- }
2371
- if (doesMatch$2('no-preference')) {
2372
- return false;
2373
- }
2374
- return undefined;
2375
- }
2376
- function doesMatch$2(value) {
2377
- return matchMedia(`(prefers-reduced-motion: ${value})`).matches;
2378
- }
2379
-
2380
- /**
2381
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-transparency
2382
- */
2383
- function isTransparencyReduced() {
2384
- if (doesMatch$1('reduce')) {
2385
- return true;
2386
- }
2387
- if (doesMatch$1('no-preference')) {
2388
- return false;
2389
- }
2390
- return undefined;
2391
- }
2392
- function doesMatch$1(value) {
2393
- return matchMedia(`(prefers-reduced-transparency: ${value})`).matches;
2394
- }
2395
-
2396
- /**
2397
- * @see https://www.w3.org/TR/mediaqueries-5/#dynamic-range
2398
- */
2399
- function isHDR() {
2400
- if (doesMatch('high')) {
2401
- return true;
2402
- }
2403
- if (doesMatch('standard')) {
2404
- return false;
2405
- }
2406
- return undefined;
2407
- }
2408
- function doesMatch(value) {
2409
- return matchMedia(`(dynamic-range: ${value})`).matches;
2410
- }
2411
-
2412
- const M = Math; // To reduce the minified code size
2413
- const fallbackFn = () => 0;
2414
- /**
2415
- * @see https://gitlab.torproject.org/legacy/trac/-/issues/13018
2416
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=531915
2417
- */
2418
- function getMathFingerprint() {
2419
- // Native operations
2420
- const acos = M.acos || fallbackFn;
2421
- const acosh = M.acosh || fallbackFn;
2422
- const asin = M.asin || fallbackFn;
2423
- const asinh = M.asinh || fallbackFn;
2424
- const atanh = M.atanh || fallbackFn;
2425
- const atan = M.atan || fallbackFn;
2426
- const sin = M.sin || fallbackFn;
2427
- const sinh = M.sinh || fallbackFn;
2428
- const cos = M.cos || fallbackFn;
2429
- const cosh = M.cosh || fallbackFn;
2430
- const tan = M.tan || fallbackFn;
2431
- const tanh = M.tanh || fallbackFn;
2432
- const exp = M.exp || fallbackFn;
2433
- const expm1 = M.expm1 || fallbackFn;
2434
- const log1p = M.log1p || fallbackFn;
2435
- // Operation polyfills
2436
- const powPI = (value) => M.pow(M.PI, value);
2437
- const acoshPf = (value) => M.log(value + M.sqrt(value * value - 1));
2438
- const asinhPf = (value) => M.log(value + M.sqrt(value * value + 1));
2439
- const atanhPf = (value) => M.log((1 + value) / (1 - value)) / 2;
2440
- const sinhPf = (value) => M.exp(value) - 1 / M.exp(value) / 2;
2441
- const coshPf = (value) => (M.exp(value) + 1 / M.exp(value)) / 2;
2442
- const expm1Pf = (value) => M.exp(value) - 1;
2443
- const tanhPf = (value) => (M.exp(2 * value) - 1) / (M.exp(2 * value) + 1);
2444
- const log1pPf = (value) => M.log(1 + value);
2445
- // Note: constant values are empirical
2446
- return {
2447
- acos: acos(0.123124234234234242),
2448
- acosh: acosh(1e308),
2449
- acoshPf: acoshPf(1e154),
2450
- asin: asin(0.123124234234234242),
2451
- asinh: asinh(1),
2452
- asinhPf: asinhPf(1),
2453
- atanh: atanh(0.5),
2454
- atanhPf: atanhPf(0.5),
2455
- atan: atan(0.5),
2456
- sin: sin(-1e300),
2457
- sinh: sinh(1),
2458
- sinhPf: sinhPf(1),
2459
- cos: cos(10.000000000123),
2460
- cosh: cosh(1),
2461
- coshPf: coshPf(1),
2462
- tan: tan(-1e300),
2463
- tanh: tanh(1),
2464
- tanhPf: tanhPf(1),
2465
- exp: exp(1),
2466
- expm1: expm1(1),
2467
- expm1Pf: expm1Pf(1),
2468
- log1p: log1p(10),
2469
- log1pPf: log1pPf(10),
2470
- powPI: powPI(-100),
2471
- };
2472
- }
2473
-
2474
- /**
2475
- * We use m or w because these two characters take up the maximum width.
2476
- * Also there are a couple of ligatures.
2477
- */
2478
- const defaultText = 'mmMwWLliI0fiflO&1';
2479
- /**
2480
- * Settings of text blocks to measure. The keys are random but persistent words.
2481
- */
2482
- const presets = {
2483
- /**
2484
- * The default font. User can change it in desktop Chrome, desktop Firefox, IE 11,
2485
- * Android Chrome (but only when the size is ≥ than the default) and Android Firefox.
2486
- */
2487
- default: [],
2488
- /** OS font on macOS. User can change its size and weight. Applies after Safari restart. */
2489
- apple: [{ font: '-apple-system-body' }],
2490
- /** User can change it in desktop Chrome and desktop Firefox. */
2491
- serif: [{ fontFamily: 'serif' }],
2492
- /** User can change it in desktop Chrome and desktop Firefox. */
2493
- sans: [{ fontFamily: 'sans-serif' }],
2494
- /** User can change it in desktop Chrome and desktop Firefox. */
2495
- mono: [{ fontFamily: 'monospace' }],
2496
- /**
2497
- * Check the smallest allowed font size. User can change it in desktop Chrome, desktop Firefox and desktop Safari.
2498
- * The height can be 0 in Chrome on a retina display.
2499
- */
2500
- min: [{ fontSize: '1px' }],
2501
- /** Tells one OS from another in desktop Chrome. */
2502
- system: [{ fontFamily: 'system-ui' }],
2503
- };
2504
- /**
2505
- * The result is a dictionary of the width of the text samples.
2506
- * Heights aren't included because they give no extra entropy and are unstable.
2507
- *
2508
- * The result is very stable in IE 11, Edge 18 and Safari 14.
2509
- * The result changes when the OS pixel density changes in Chromium 87. The real pixel density is required to solve,
2510
- * but seems like it's impossible: https://stackoverflow.com/q/1713771/1118709.
2511
- * The "min" and the "mono" (only on Windows) value may change when the page is zoomed in Firefox 87.
2512
- */
2513
- function getFontPreferences() {
2514
- return withNaturalFonts((document, container) => {
2515
- const elements = {};
2516
- const sizes = {};
2517
- // First create all elements to measure. If the DOM steps below are done in a single cycle,
2518
- // browser will alternate tree modification and layout reading, that is very slow.
2519
- for (const key of Object.keys(presets)) {
2520
- const [style = {}, text = defaultText] = presets[key];
2521
- const element = document.createElement('span');
2522
- element.textContent = text;
2523
- element.style.whiteSpace = 'nowrap';
2524
- for (const name of Object.keys(style)) {
2525
- const value = style[name];
2526
- if (value !== undefined) {
2527
- element.style[name] = value;
2528
- }
2529
- }
2530
- elements[key] = element;
2531
- container.append(document.createElement('br'), element);
2532
- }
2533
- // Then measure the created elements
2534
- for (const key of Object.keys(presets)) {
2535
- sizes[key] = elements[key].getBoundingClientRect().width;
2536
- }
2537
- return sizes;
2538
- });
2539
- }
2540
- /**
2541
- * Creates a DOM environment that provides the most natural font available, including Android OS font.
2542
- * Measurements of the elements are zoom-independent.
2543
- * Don't put a content to measure inside an absolutely positioned element.
2544
- */
2545
- function withNaturalFonts(action, containerWidthPx = 4000) {
2546
- /*
2547
- * Requirements for Android Chrome to apply the system font size to a text inside an iframe:
2548
- * - The iframe mustn't have a `display: none;` style;
2549
- * - The text mustn't be positioned absolutely;
2550
- * - The text block must be wide enough.
2551
- * 2560px on some devices in portrait orientation for the biggest font size option (32px);
2552
- * - There must be much enough text to form a few lines (I don't know the exact numbers);
2553
- * - The text must have the `text-size-adjust: none` style. Otherwise the text will scale in "Desktop site" mode;
2554
- *
2555
- * Requirements for Android Firefox to apply the system font size to a text inside an iframe:
2556
- * - The iframe document must have a header: `<meta name="viewport" content="width=device-width, initial-scale=1" />`.
2557
- * The only way to set it is to use the `srcdoc` attribute of the iframe;
2558
- * - The iframe content must get loaded before adding extra content with JavaScript;
2559
- *
2560
- * https://example.com as the iframe target always inherits Android font settings so it can be used as a reference.
2561
- *
2562
- * Observations on how page zoom affects the measurements:
2563
- * - macOS Safari 11.1, 12.1, 13.1, 14.0: zoom reset + offsetWidth = 100% reliable;
2564
- * - macOS Safari 11.1, 12.1, 13.1, 14.0: zoom reset + getBoundingClientRect = 100% reliable;
2565
- * - macOS Safari 14.0: offsetWidth = 5% fluctuation;
2566
- * - macOS Safari 14.0: getBoundingClientRect = 5% fluctuation;
2567
- * - iOS Safari 9, 10, 11.0, 12.0: haven't found a way to zoom a page (pinch doesn't change layout);
2568
- * - iOS Safari 13.1, 14.0: zoom reset + offsetWidth = 100% reliable;
2569
- * - iOS Safari 13.1, 14.0: zoom reset + getBoundingClientRect = 100% reliable;
2570
- * - iOS Safari 14.0: offsetWidth = 100% reliable;
2571
- * - iOS Safari 14.0: getBoundingClientRect = 100% reliable;
2572
- * - Chrome 42, 65, 80, 87: zoom 1/devicePixelRatio + offsetWidth = 1px fluctuation;
2573
- * - Chrome 42, 65, 80, 87: zoom 1/devicePixelRatio + getBoundingClientRect = 100% reliable;
2574
- * - Chrome 87: offsetWidth = 1px fluctuation;
2575
- * - Chrome 87: getBoundingClientRect = 0.7px fluctuation;
2576
- * - Firefox 48, 51: offsetWidth = 10% fluctuation;
2577
- * - Firefox 48, 51: getBoundingClientRect = 10% fluctuation;
2578
- * - Firefox 52, 53, 57, 62, 66, 67, 68, 71, 75, 80, 84: offsetWidth = width 100% reliable, height 10% fluctuation;
2579
- * - Firefox 52, 53, 57, 62, 66, 67, 68, 71, 75, 80, 84: getBoundingClientRect = width 100% reliable, height 10%
2580
- * fluctuation;
2581
- * - Android Chrome 86: haven't found a way to zoom a page (pinch doesn't change layout);
2582
- * - Android Firefox 84: font size in accessibility settings changes all the CSS sizes, but offsetWidth and
2583
- * getBoundingClientRect keep measuring with regular units, so the size reflects the font size setting and doesn't
2584
- * fluctuate;
2585
- * - IE 11, Edge 18: zoom 1/devicePixelRatio + offsetWidth = 100% reliable;
2586
- * - IE 11, Edge 18: zoom 1/devicePixelRatio + getBoundingClientRect = reflects the zoom level;
2587
- * - IE 11, Edge 18: offsetWidth = 100% reliable;
2588
- * - IE 11, Edge 18: getBoundingClientRect = 100% reliable;
2589
- */
2590
- return withIframe((_, iframeWindow) => {
2591
- const iframeDocument = iframeWindow.document;
2592
- const iframeBody = iframeDocument.body;
2593
- const bodyStyle = iframeBody.style;
2594
- bodyStyle.width = `${containerWidthPx}px`;
2595
- bodyStyle.webkitTextSizeAdjust = bodyStyle.textSizeAdjust = 'none';
2596
- // See the big comment above
2597
- if (isChromium()) {
2598
- iframeBody.style.zoom = `${1 / iframeWindow.devicePixelRatio}`;
2599
- }
2600
- else if (isWebKit()) {
2601
- iframeBody.style.zoom = 'reset';
2602
- }
2603
- // See the big comment above
2604
- const linesOfText = iframeDocument.createElement('div');
2605
- linesOfText.textContent = [...Array((containerWidthPx / 20) << 0)].map(() => 'word').join(' ');
2606
- iframeBody.appendChild(linesOfText);
2607
- return action(iframeDocument, iframeBody);
2608
- }, '<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">');
2609
- }
2610
-
2611
- function isPdfViewerEnabled() {
2612
- return navigator.pdfViewerEnabled;
2613
- }
2614
-
2615
- /**
2616
- * Unlike most other architectures, on x86/x86-64 when floating-point instructions
2617
- * have no NaN arguments, but produce NaN output, the output NaN has sign bit set.
2618
- * We use it to distinguish x86/x86-64 from other architectures, by doing subtraction
2619
- * of two infinities (must produce NaN per IEEE 754 standard).
2620
- *
2621
- * See https://codebrowser.bddppq.com/pytorch/pytorch/third_party/XNNPACK/src/init.c.html#79
2622
- */
2623
- function getArchitecture() {
2624
- const f = new Float32Array(1);
2625
- const u8 = new Uint8Array(f.buffer);
2626
- f[0] = Infinity;
2627
- f[0] = f[0] - f[0];
2628
- return u8[3];
2629
- }
2630
-
2631
- /**
2632
- * The return type is a union instead of the enum, because it's too challenging to embed the const enum into another
2633
- * project. Turning it into a union is a simple and an elegant solution.
2634
- */
2635
- function getApplePayState() {
2636
- const { ApplePaySession } = window;
2637
- if (typeof (ApplePaySession === null || ApplePaySession === void 0 ? void 0 : ApplePaySession.canMakePayments) !== 'function') {
2638
- return -1 /* ApplePayState.NoAPI */;
2639
- }
2640
- if (willPrintConsoleError()) {
2641
- return -3 /* ApplePayState.NotAvailableInFrame */;
2642
- }
2643
- try {
2644
- return ApplePaySession.canMakePayments() ? 1 /* ApplePayState.Enabled */ : 0 /* ApplePayState.Disabled */;
2645
- }
2646
- catch (error) {
2647
- return getStateFromError(error);
2648
- }
2649
- }
2650
- /**
2651
- * Starting from Safari 15 calling `ApplePaySession.canMakePayments()` produces this error message when FingerprintJS
2652
- * runs in an iframe with a cross-origin parent page, and the iframe on that page has no allow="payment *" attribute:
2653
- * Feature policy 'Payment' check failed for element with origin 'https://example.com' and allow attribute ''.
2654
- * This function checks whether the error message is expected.
2655
- *
2656
- * We check for cross-origin parents, which is prone to false-positive results. Instead, we should check for allowed
2657
- * feature/permission, but we can't because none of these API works in Safari yet:
2658
- * navigator.permissions.query({ name: ‘payment' })
2659
- * navigator.permissions.query({ name: ‘payment-handler' })
2660
- * document.featurePolicy
2661
- */
2662
- const willPrintConsoleError = isAnyParentCrossOrigin;
2663
- function getStateFromError(error) {
2664
- // See full expected error messages in the test
2665
- if (error instanceof Error && error.name === 'InvalidAccessError' && /\bfrom\b.*\binsecure\b/i.test(error.message)) {
2666
- return -2 /* ApplePayState.NotAvailableInInsecureContext */;
2667
- }
2668
- throw error;
2669
- }
2670
-
2671
- /**
2672
- * Checks whether the Safari's Privacy Preserving Ad Measurement setting is on.
2673
- * The setting is on when the value is not undefined.
2674
- * A.k.a. private click measurement, privacy-preserving ad attribution.
2675
- *
2676
- * Unfortunately, it doesn't work in mobile Safari.
2677
- * Probably, it will start working in mobile Safari or stop working in desktop Safari later.
2678
- * We've found no way to detect the setting state in mobile Safari. Help wanted.
2679
- *
2680
- * @see https://webkit.org/blog/11529/introducing-private-click-measurement-pcm/
2681
- * @see https://developer.apple.com/videos/play/wwdc2021/10033
2682
- */
2683
- function getPrivateClickMeasurement() {
2684
- var _a;
2685
- const link = document.createElement('a');
2686
- const sourceId = (_a = link.attributionSourceId) !== null && _a !== void 0 ? _a : link.attributionsourceid;
2687
- return sourceId === undefined ? undefined : String(sourceId);
2688
- }
2689
-
2690
- /** WebGl context is not available */
2691
- const STATUS_NO_GL_CONTEXT = -1;
2692
- /** WebGL context `getParameter` method is not a function */
2693
- const STATUS_GET_PARAMETER_NOT_A_FUNCTION = -2;
2694
- const validContextParameters = new Set([
2695
- 10752, 2849, 2884, 2885, 2886, 2928, 2929, 2930, 2931, 2932, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968,
2696
- 2978, 3024, 3042, 3088, 3089, 3106, 3107, 32773, 32777, 32777, 32823, 32824, 32936, 32937, 32938, 32939, 32968, 32969,
2697
- 32970, 32971, 3317, 33170, 3333, 3379, 3386, 33901, 33902, 34016, 34024, 34076, 3408, 3410, 3411, 3412, 3413, 3414,
2698
- 3415, 34467, 34816, 34817, 34818, 34819, 34877, 34921, 34930, 35660, 35661, 35724, 35738, 35739, 36003, 36004, 36005,
2699
- 36347, 36348, 36349, 37440, 37441, 37443, 7936, 7937, 7938,
2700
- // SAMPLE_ALPHA_TO_COVERAGE (32926) and SAMPLE_COVERAGE (32928) are excluded because they trigger a console warning
2701
- // in IE, Chrome ≤ 59 and Safari ≤ 13 and give no entropy.
2702
- ]);
2703
- const validExtensionParams = new Set([
2704
- 34047,
2705
- 35723,
2706
- 36063,
2707
- 34852,
2708
- 34853,
2709
- 34854,
2710
- 34229,
2711
- 36392,
2712
- 36795,
2713
- 38449, // MAX_VIEWS_OVR
2714
- ]);
2715
- const shaderTypes = ['FRAGMENT_SHADER', 'VERTEX_SHADER'];
2716
- const precisionTypes = ['LOW_FLOAT', 'MEDIUM_FLOAT', 'HIGH_FLOAT', 'LOW_INT', 'MEDIUM_INT', 'HIGH_INT'];
2717
- const rendererInfoExtensionName = 'WEBGL_debug_renderer_info';
2718
- const polygonModeExtensionName = 'WEBGL_polygon_mode';
2719
- /**
2720
- * Gets the basic and simple WebGL parameters
2721
- */
2722
- function getWebGlBasics({ cache }) {
2723
- var _a, _b, _c, _d, _e, _f;
2724
- const gl = getWebGLContext(cache);
2725
- if (!gl) {
2726
- return STATUS_NO_GL_CONTEXT;
2727
- }
2728
- if (!isValidParameterGetter(gl)) {
2729
- return STATUS_GET_PARAMETER_NOT_A_FUNCTION;
2730
- }
2731
- const debugExtension = shouldAvoidDebugRendererInfo() ? null : gl.getExtension(rendererInfoExtensionName);
2732
- return {
2733
- version: ((_a = gl.getParameter(gl.VERSION)) === null || _a === void 0 ? void 0 : _a.toString()) || '',
2734
- vendor: ((_b = gl.getParameter(gl.VENDOR)) === null || _b === void 0 ? void 0 : _b.toString()) || '',
2735
- vendorUnmasked: debugExtension ? (_c = gl.getParameter(debugExtension.UNMASKED_VENDOR_WEBGL)) === null || _c === void 0 ? void 0 : _c.toString() : '',
2736
- renderer: ((_d = gl.getParameter(gl.RENDERER)) === null || _d === void 0 ? void 0 : _d.toString()) || '',
2737
- rendererUnmasked: debugExtension ? (_e = gl.getParameter(debugExtension.UNMASKED_RENDERER_WEBGL)) === null || _e === void 0 ? void 0 : _e.toString() : '',
2738
- shadingLanguageVersion: ((_f = gl.getParameter(gl.SHADING_LANGUAGE_VERSION)) === null || _f === void 0 ? void 0 : _f.toString()) || '',
2739
- };
2740
- }
2741
- /**
2742
- * Gets the advanced and massive WebGL parameters and extensions
2743
- */
2744
- function getWebGlExtensions({ cache }) {
2745
- const gl = getWebGLContext(cache);
2746
- if (!gl) {
2747
- return STATUS_NO_GL_CONTEXT;
2748
- }
2749
- if (!isValidParameterGetter(gl)) {
2750
- return STATUS_GET_PARAMETER_NOT_A_FUNCTION;
2751
- }
2752
- const extensions = gl.getSupportedExtensions();
2753
- const contextAttributes = gl.getContextAttributes();
2754
- const unsupportedExtensions = [];
2755
- // Features
2756
- const attributes = [];
2757
- const parameters = [];
2758
- const extensionParameters = [];
2759
- const shaderPrecisions = [];
2760
- // Context attributes
2761
- if (contextAttributes) {
2762
- for (const attributeName of Object.keys(contextAttributes)) {
2763
- attributes.push(`${attributeName}=${contextAttributes[attributeName]}`);
2764
- }
2765
- }
2766
- // Context parameters
2767
- const constants = getConstantsFromPrototype(gl);
2768
- for (const constant of constants) {
2769
- const code = gl[constant];
2770
- parameters.push(`${constant}=${code}${validContextParameters.has(code) ? `=${gl.getParameter(code)}` : ''}`);
2771
- }
2772
- // Extension parameters
2773
- if (extensions) {
2774
- for (const name of extensions) {
2775
- if ((name === rendererInfoExtensionName && shouldAvoidDebugRendererInfo()) ||
2776
- (name === polygonModeExtensionName && shouldAvoidPolygonModeExtensions())) {
2777
- continue;
2778
- }
2779
- const extension = gl.getExtension(name);
2780
- if (!extension) {
2781
- unsupportedExtensions.push(name);
2782
- continue;
2783
- }
2784
- for (const constant of getConstantsFromPrototype(extension)) {
2785
- const code = extension[constant];
2786
- extensionParameters.push(`${constant}=${code}${validExtensionParams.has(code) ? `=${gl.getParameter(code)}` : ''}`);
2787
- }
2788
- }
2789
- }
2790
- // Shader precision
2791
- for (const shaderType of shaderTypes) {
2792
- for (const precisionType of precisionTypes) {
2793
- const shaderPrecision = getShaderPrecision(gl, shaderType, precisionType);
2794
- shaderPrecisions.push(`${shaderType}.${precisionType}=${shaderPrecision.join(',')}`);
2795
- }
2796
- }
2797
- // Postprocess
2798
- extensionParameters.sort();
2799
- parameters.sort();
2800
- return {
2801
- contextAttributes: attributes,
2802
- parameters: parameters,
2803
- shaderPrecisions: shaderPrecisions,
2804
- extensions: extensions,
2805
- extensionParameters: extensionParameters,
2806
- unsupportedExtensions,
2807
- };
2808
- }
2809
- /**
2810
- * This function usually takes the most time to execute in all the sources, therefore we cache its result.
2811
- *
2812
- * Warning for package users:
2813
- * This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.
2814
- */
2815
- function getWebGLContext(cache) {
2816
- if (cache.webgl) {
2817
- return cache.webgl.context;
2818
- }
2819
- const canvas = document.createElement('canvas');
2820
- let context;
2821
- canvas.addEventListener('webglCreateContextError', () => (context = undefined));
2822
- for (const type of ['webgl', 'experimental-webgl']) {
2823
- try {
2824
- context = canvas.getContext(type);
2825
- }
2826
- catch (_a) {
2827
- // Ok, continue
2828
- }
2829
- if (context) {
2830
- break;
2831
- }
2832
- }
2833
- cache.webgl = { context };
2834
- return context;
2835
- }
2836
- /**
2837
- * https://developer.mozilla.org/en-US/docs/Web/API/WebGLShaderPrecisionFormat
2838
- * https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat
2839
- * https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.12
2840
- */
2841
- function getShaderPrecision(gl, shaderType, precisionType) {
2842
- const shaderPrecision = gl.getShaderPrecisionFormat(gl[shaderType], gl[precisionType]);
2843
- return shaderPrecision ? [shaderPrecision.rangeMin, shaderPrecision.rangeMax, shaderPrecision.precision] : [];
2844
- }
2845
- function getConstantsFromPrototype(obj) {
2846
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
2847
- const keys = Object.keys(obj.__proto__);
2848
- return keys.filter(isConstantLike);
2849
- }
2850
- function isConstantLike(key) {
2851
- return typeof key === 'string' && !key.match(/[^A-Z0-9_x]/);
2852
- }
2853
- /**
2854
- * Some browsers print a console warning when the WEBGL_debug_renderer_info extension is requested.
2855
- * JS Agent aims to avoid printing messages to console, so we avoid this extension in that browsers.
2856
- */
2857
- function shouldAvoidDebugRendererInfo() {
2858
- return isGecko();
2859
- }
2860
- /**
2861
- * Some browsers print a console warning when the WEBGL_polygon_mode extension is requested.
2862
- * JS Agent aims to avoid printing messages to console, so we avoid this extension in that browsers.
2863
- */
2864
- function shouldAvoidPolygonModeExtensions() {
2865
- return isChromium() || isWebKit();
2866
- }
2867
- /**
2868
- * Some unknown browsers have no `getParameter` method
2869
- */
2870
- function isValidParameterGetter(gl) {
2871
- return typeof gl.getParameter === 'function';
2872
- }
2873
-
2874
- function getAudioContextBaseLatency() {
2875
- // The signal emits warning in Chrome and Firefox, therefore it is enabled on Safari where it doesn't produce warning
2876
- // and on Android where it's less visible
2877
- const isAllowedPlatform = isAndroid() || isWebKit();
2878
- if (!isAllowedPlatform) {
2879
- return -2 /* SpecialFingerprint.Disabled */;
2880
- }
2881
- if (!window.AudioContext) {
2882
- return -1 /* SpecialFingerprint.NotSupported */;
2883
- }
2884
- const latency = new AudioContext().baseLatency;
2885
- if (latency === null || latency === undefined) {
2886
- return -1 /* SpecialFingerprint.NotSupported */;
2887
- }
2888
- if (!isFinite(latency)) {
2889
- return -3 /* SpecialFingerprint.NotFinite */;
2890
- }
2891
- return latency;
2892
- }
2893
-
2894
- /**
2895
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/resolvedOptions
2896
- *
2897
- * The return type is a union instead of a const enum due to the difficulty of embedding const enums in other projects.
2898
- * This makes integration simpler and more elegant.
2899
- */
2900
- function getDateTimeLocale() {
2901
- if (!window.Intl) {
2902
- return -1 /* Status.IntlAPINotSupported */;
2903
- }
2904
- const DateTimeFormat = window.Intl.DateTimeFormat;
2905
- if (!DateTimeFormat) {
2906
- return -2 /* Status.DateTimeFormatNotSupported */;
2907
- }
2908
- const locale = DateTimeFormat().resolvedOptions().locale;
2909
- if (!locale && locale !== '') {
2910
- return -3 /* Status.LocaleNotAvailable */;
2911
- }
2912
- return locale;
2913
- }
2914
-
2915
- /**
2916
- * The list of entropy sources used to make visitor identifiers.
2917
- *
2918
- * This value isn't restricted by Semantic Versioning, i.e. it may be changed without bumping minor or major version of
2919
- * this package.
2920
- *
2921
- * Note: Rollup and Webpack are smart enough to remove unused properties of this object during tree-shaking, so there is
2922
- * no need to export the sources individually.
2923
- */
2924
- const sources = {
2925
- // READ FIRST:
2926
- // See https://github.com/fingerprintjs/fingerprintjs/blob/master/contributing.md#how-to-add-an-entropy-source
2927
- // to learn how entropy source works and how to make your own.
2928
- // The sources run in this exact order.
2929
- // The asynchronous sources are at the start to run in parallel with other sources.
2930
- fonts: getFonts,
2931
- domBlockers: getDomBlockers,
2932
- fontPreferences: getFontPreferences,
2933
- audio: getAudioFingerprint,
2934
- screenFrame: getScreenFrame,
2935
- canvas: getCanvasFingerprint,
2936
- osCpu: getOsCpu,
2937
- languages: getLanguages,
2938
- colorDepth: getColorDepth,
2939
- deviceMemory: getDeviceMemory,
2940
- screenResolution: getScreenResolution,
2941
- hardwareConcurrency: getHardwareConcurrency,
2942
- timezone: getTimezone,
2943
- sessionStorage: getSessionStorage,
2944
- localStorage: getLocalStorage,
2945
- indexedDB: getIndexedDB,
2946
- openDatabase: getOpenDatabase,
2947
- cpuClass: getCpuClass,
2948
- platform: getPlatform,
2949
- plugins: getPlugins,
2950
- touchSupport: getTouchSupport,
2951
- vendor: getVendor,
2952
- vendorFlavors: getVendorFlavors,
2953
- cookiesEnabled: areCookiesEnabled,
2954
- colorGamut: getColorGamut,
2955
- invertedColors: areColorsInverted,
2956
- forcedColors: areColorsForced,
2957
- monochrome: getMonochromeDepth,
2958
- contrast: getContrastPreference,
2959
- reducedMotion: isMotionReduced,
2960
- reducedTransparency: isTransparencyReduced,
2961
- hdr: isHDR,
2962
- math: getMathFingerprint,
2963
- pdfViewerEnabled: isPdfViewerEnabled,
2964
- architecture: getArchitecture,
2965
- applePay: getApplePayState,
2966
- privateClickMeasurement: getPrivateClickMeasurement,
2967
- audioBaseLatency: getAudioContextBaseLatency,
2968
- dateTimeLocale: getDateTimeLocale,
2969
- // Some sources can affect other sources (e.g. WebGL can affect canvas), so it's important to run these sources
2970
- // after other sources.
2971
- webGlBasics: getWebGlBasics,
2972
- webGlExtensions: getWebGlExtensions,
2973
- };
2974
- /**
2975
- * Loads the built-in entropy sources.
2976
- * Returns a function that collects the entropy components to make the visitor identifier.
2977
- */
2978
- function loadBuiltinSources(options) {
2979
- return loadSources(sources, options, []);
2980
- }
2981
-
2982
- const commentTemplate = '$ if upgrade to Pro: https://fingerprint.com/github/?utm_source=oss&utm_medium=referral&utm_campaign=confidence_score';
2983
- function getConfidence(components) {
2984
- const openConfidenceScore = getOpenConfidenceScore(components);
2985
- const proConfidenceScore = deriveProConfidenceScore(openConfidenceScore);
2986
- return { score: openConfidenceScore, comment: commentTemplate.replace(/\$/g, `${proConfidenceScore}`) };
2987
- }
2988
- function getOpenConfidenceScore(components) {
2989
- // In order to calculate the true probability of the visitor identifier being correct, we need to know the number of
2990
- // website visitors (the higher the number, the less the probability because the fingerprint entropy is limited).
2991
- // JS agent doesn't know the number of visitors, so we can only do an approximate assessment.
2992
- if (isAndroid()) {
2993
- return 0.4;
2994
- }
2995
- // Safari (mobile and desktop)
2996
- if (isWebKit()) {
2997
- return isDesktopWebKit() && !(isWebKit616OrNewer() && isSafariWebKit()) ? 0.5 : 0.3;
2998
- }
2999
- const platform = 'value' in components.platform ? components.platform.value : '';
3000
- // Windows
3001
- if (/^Win/.test(platform)) {
3002
- // The score is greater than on macOS because of the higher variety of devices running Windows.
3003
- // Chrome provides more entropy than Firefox according too
3004
- // https://netmarketshare.com/browser-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22platform%22%3A%7B%22%24in%22%3A%5B%22Windows%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22browser%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22browsersDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-11%22%2C%22dateEnd%22%3A%222020-10%22%2C%22segments%22%3A%22-1000%22%7D
3005
- // So we assign the same score to them.
3006
- return 0.6;
3007
- }
3008
- // macOS
3009
- if (/^Mac/.test(platform)) {
3010
- // Chrome provides more entropy than Safari and Safari provides more entropy than Firefox.
3011
- // Chrome is more popular than Safari and Safari is more popular than Firefox according to
3012
- // https://netmarketshare.com/browser-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22platform%22%3A%7B%22%24in%22%3A%5B%22Mac%20OS%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22browser%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22browsersDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-11%22%2C%22dateEnd%22%3A%222020-10%22%2C%22segments%22%3A%22-1000%22%7D
3013
- // So we assign the same score to them.
3014
- return 0.5;
3015
- }
3016
- // Another platform, e.g. a desktop Linux. It's rare, so it should be pretty unique.
3017
- return 0.7;
3018
- }
3019
- function deriveProConfidenceScore(openConfidenceScore) {
3020
- return round(0.99 + 0.01 * openConfidenceScore, 0.0001);
3021
- }
3022
-
3023
- function componentsToCanonicalString(components) {
3024
- let result = '';
3025
- for (const componentKey of Object.keys(components).sort()) {
3026
- const component = components[componentKey];
3027
- const value = 'error' in component ? 'error' : JSON.stringify(component.value);
3028
- result += `${result ? '|' : ''}${componentKey.replace(/([:|\\])/g, '\\$1')}:${value}`;
3029
- }
3030
- return result;
3031
- }
3032
- function componentsToDebugString(components) {
3033
- return JSON.stringify(components, (_key, value) => {
3034
- if (value instanceof Error) {
3035
- return errorToObject(value);
3036
- }
3037
- return value;
3038
- }, 2);
3039
- }
3040
- function hashComponents(components) {
3041
- return x64hash128(componentsToCanonicalString(components));
3042
- }
3043
- /**
3044
- * Makes a GetResult implementation that calculates the visitor id hash on demand.
3045
- * Designed for optimisation.
3046
- */
3047
- function makeLazyGetResult(components) {
3048
- let visitorIdCache;
3049
- // This function runs very fast, so there is no need to make it lazy
3050
- const confidence = getConfidence(components);
3051
- // A plain class isn't used because its getters and setters aren't enumerable.
3052
- return {
3053
- get visitorId() {
3054
- if (visitorIdCache === undefined) {
3055
- visitorIdCache = hashComponents(this.components);
3056
- }
3057
- return visitorIdCache;
3058
- },
3059
- set visitorId(visitorId) {
3060
- visitorIdCache = visitorId;
3061
- },
3062
- confidence,
3063
- components,
3064
- version,
3065
- };
3066
- }
3067
- /**
3068
- * A delay is required to ensure consistent entropy components.
3069
- * See https://github.com/fingerprintjs/fingerprintjs/issues/254
3070
- * and https://github.com/fingerprintjs/fingerprintjs/issues/307
3071
- * and https://github.com/fingerprintjs/fingerprintjs/commit/945633e7c5f67ae38eb0fea37349712f0e669b18
3072
- */
3073
- function prepareForSources(delayFallback = 50) {
3074
- // A proper deadline is unknown. Let it be twice the fallback timeout so that both cases have the same average time.
3075
- return requestIdleCallbackIfAvailable(delayFallback, delayFallback * 2);
3076
- }
3077
- /**
3078
- * The function isn't exported from the index file to not allow to call it without `load()`.
3079
- * The hiding gives more freedom for future non-breaking updates.
3080
- *
3081
- * A factory function is used instead of a class to shorten the attribute names in the minified code.
3082
- * Native private class fields could've been used, but TypeScript doesn't allow them with `"target": "es5"`.
3083
- */
3084
- function makeAgent(getComponents, debug) {
3085
- const creationTime = Date.now();
3086
- return {
3087
- async get(options) {
3088
- const startTime = Date.now();
3089
- const components = await getComponents();
3090
- const result = makeLazyGetResult(components);
3091
- if (debug || (options === null || options === void 0 ? void 0 : options.debug)) {
3092
- // console.log is ok here because it's under a debug clause
3093
- // eslint-disable-next-line no-console
3094
- console.log(`Copy the text below to get the debug data:
3095
-
3096
- \`\`\`
3097
- version: ${result.version}
3098
- userAgent: ${navigator.userAgent}
3099
- timeBetweenLoadAndGet: ${startTime - creationTime}
3100
- visitorId: ${result.visitorId}
3101
- components: ${componentsToDebugString(components)}
3102
- \`\`\``);
3103
- }
3104
- return result;
3105
- },
3106
- };
3107
- }
3108
- /**
3109
- * Sends an unpersonalized AJAX request to collect installation statistics
3110
- */
3111
- function monitor() {
3112
- // The FingerprintJS CDN (https://github.com/fingerprintjs/cdn) replaces `window.__fpjs_d_m` with `true`
3113
- if (window.__fpjs_d_m || Math.random() >= 0.001) {
3114
- return;
3115
- }
3116
- try {
3117
- const request = new XMLHttpRequest();
3118
- request.open('get', `https://m1.openfpcdn.io/fingerprintjs/v${version}/npm-monitoring`, true);
3119
- request.send();
3120
- }
3121
- catch (error) {
3122
- // console.error is ok here because it's an unexpected error handler
3123
- // eslint-disable-next-line no-console
3124
- console.error(error);
3125
- }
3126
- }
3127
- /**
3128
- * Builds an instance of Agent and waits a delay required for a proper operation.
3129
- */
3130
- async function load(options = {}) {
3131
- const { delayFallback, debug, monitoring = true } = options;
3132
- if (monitoring) {
3133
- monitor();
3134
- }
3135
- await prepareForSources(delayFallback);
3136
- const getComponents = loadBuiltinSources({ cache: {}, debug });
3137
- return makeAgent(getComponents, debug);
3138
- }
3139
-
3140
- // The default export is a syntax sugar (`import * as FP from '...' → import FP from '...'`).
3141
- // It should contain all the public exported values.
3142
- var index = { load, hashComponents, componentsToDebugString };
3143
-
3144
- exports.componentsToDebugString = componentsToDebugString;
3145
- exports.default = index;
3146
- exports.getFullscreenElement = getFullscreenElement;
3147
- exports.getUnstableAudioFingerprint = getUnstableAudioFingerprint;
3148
- exports.getUnstableCanvasFingerprint = getUnstableCanvasFingerprint;
3149
- exports.getUnstableHardwareConcurrency = getUnstableHardwareConcurrency;
3150
- exports.getUnstableScreenFrame = getUnstableScreenFrame;
3151
- exports.getUnstableScreenResolution = getUnstableScreenResolution;
3152
- exports.getWebGLContext = getWebGLContext;
3153
- exports.hashComponents = hashComponents;
3154
- exports.isAndroid = isAndroid;
3155
- exports.isChromium = isChromium;
3156
- exports.isDesktopWebKit = isDesktopWebKit;
3157
- exports.isEdgeHTML = isEdgeHTML;
3158
- exports.isGecko = isGecko;
3159
- exports.isSamsungInternet = isSamsungInternet;
3160
- exports.isTrident = isTrident;
3161
- exports.isWebKit = isWebKit;
3162
- exports.load = load;
3163
- exports.loadSources = loadSources;
3164
- exports.prepareForSources = prepareForSources;
3165
- exports.sources = sources;
3166
- exports.withIframe = withIframe;