@windrun-huaiin/third-ui 7.6.1 → 10.0.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 (577) hide show
  1. package/dist/_virtual/advancedFormat.js +1 -1
  2. package/dist/_virtual/advancedFormat.mjs +1 -1
  3. package/dist/_virtual/customParseFormat.js +1 -1
  4. package/dist/_virtual/customParseFormat.mjs +1 -1
  5. package/dist/_virtual/dayjs.min.js +1 -1
  6. package/dist/_virtual/dayjs.min.mjs +1 -1
  7. package/dist/_virtual/isoWeek.js +1 -1
  8. package/dist/_virtual/isoWeek.mjs +1 -1
  9. package/dist/clerk/clerk-organization.js +1 -1
  10. package/dist/clerk/clerk-organization.mjs +1 -1
  11. package/dist/clerk/{clerk-page-generator-client.js → clerk-page-context-generator.js} +2 -2
  12. package/dist/clerk/{clerk-page-generator-client.mjs → clerk-page-context-generator.mjs} +2 -2
  13. package/dist/clerk/clerk-page-generator.js +3 -3
  14. package/dist/clerk/clerk-page-generator.mjs +3 -3
  15. package/dist/clerk/clerk-user-client.js +4 -3
  16. package/dist/clerk/clerk-user-client.mjs +4 -3
  17. package/dist/clerk/clerk-user.js +1 -1
  18. package/dist/clerk/clerk-user.mjs +1 -1
  19. package/dist/clerk/fingerprint/fingerprint-client.js +1 -1
  20. package/dist/clerk/fingerprint/fingerprint-client.mjs +1 -1
  21. package/dist/clerk/fingerprint/fingerprint-provider.js +147 -56
  22. package/dist/clerk/fingerprint/fingerprint-provider.mjs +148 -57
  23. package/dist/clerk/fingerprint/fingerprint-server.d.ts +16 -0
  24. package/dist/clerk/fingerprint/fingerprint-server.js +18 -0
  25. package/dist/clerk/fingerprint/fingerprint-server.mjs +18 -1
  26. package/dist/clerk/fingerprint/server.js +1 -0
  27. package/dist/clerk/fingerprint/server.mjs +1 -1
  28. package/dist/clerk/fingerprint/types.d.ts +13 -2
  29. package/dist/clerk/fingerprint/use-fingerprint.js +1 -1
  30. package/dist/clerk/fingerprint/use-fingerprint.mjs +1 -1
  31. package/dist/clerk/index.d.ts +2 -1
  32. package/dist/clerk/index.js +5 -3
  33. package/dist/clerk/index.mjs +2 -1
  34. package/dist/clerk/signin-with-fingerprint-client.js +4 -11
  35. package/dist/clerk/signin-with-fingerprint-client.mjs +4 -11
  36. package/dist/clerk/signup-button-with-fingerprint-client.d.ts +6 -0
  37. package/dist/clerk/signup-button-with-fingerprint-client.js +56 -0
  38. package/dist/clerk/signup-button-with-fingerprint-client.mjs +54 -0
  39. package/dist/clerk/signup-with-fingerprint-client.js +4 -11
  40. package/dist/clerk/signup-with-fingerprint-client.mjs +4 -11
  41. package/dist/fuma/base/custom-header.d.ts +38 -0
  42. package/dist/fuma/base/custom-header.js +163 -0
  43. package/dist/fuma/base/custom-header.mjs +161 -0
  44. package/dist/fuma/base/custom-home-layout.d.ts +68 -0
  45. package/dist/fuma/base/custom-home-layout.js +48 -0
  46. package/dist/fuma/base/custom-home-layout.mjs +46 -0
  47. package/dist/fuma/base/index.d.ts +2 -0
  48. package/dist/fuma/base/index.js +9 -0
  49. package/dist/fuma/base/index.mjs +2 -0
  50. package/dist/fuma/fuma-banner-suit.d.ts +2 -1
  51. package/dist/fuma/fuma-banner-suit.js +9 -3
  52. package/dist/fuma/fuma-banner-suit.mjs +9 -3
  53. package/dist/fuma/fuma-page-genarator.d.ts +4 -1
  54. package/dist/fuma/fuma-page-genarator.js +15 -6
  55. package/dist/fuma/fuma-page-genarator.mjs +15 -6
  56. package/dist/fuma/fuma-translate-util.d.ts +2 -0
  57. package/dist/fuma/fuma-translate-util.js +40 -0
  58. package/dist/fuma/fuma-translate-util.mjs +38 -0
  59. package/dist/fuma/llm-copy-handler.js +9 -8
  60. package/dist/fuma/llm-copy-handler.mjs +9 -8
  61. package/dist/fuma/mdx/banner.d.ts +7 -1
  62. package/dist/fuma/mdx/banner.js +15 -15
  63. package/dist/fuma/mdx/banner.mjs +15 -15
  64. package/dist/fuma/mdx/fuma-github-info.js +1 -1
  65. package/dist/fuma/mdx/fuma-github-info.mjs +1 -1
  66. package/dist/fuma/mdx/gradient-button.js +29 -18
  67. package/dist/fuma/mdx/gradient-button.mjs +29 -18
  68. package/dist/fuma/mdx/image-zoom.js +2 -2
  69. package/dist/fuma/mdx/image-zoom.mjs +2 -2
  70. package/dist/fuma/mdx/mermaid.js +3 -3
  71. package/dist/fuma/mdx/mermaid.mjs +3 -3
  72. package/dist/fuma/mdx/toc-base.js +9 -4
  73. package/dist/fuma/mdx/toc-base.mjs +9 -4
  74. package/dist/fuma/mdx/zia-card.js +3 -3
  75. package/dist/fuma/mdx/zia-card.mjs +3 -3
  76. package/dist/fuma/mdx/zia-file.js +1 -1
  77. package/dist/fuma/mdx/zia-file.mjs +1 -1
  78. package/dist/fuma/server.d.ts +1 -0
  79. package/dist/fuma/server.js +2 -0
  80. package/dist/fuma/server.mjs +1 -0
  81. package/dist/fuma/site-x.js +1 -1
  82. package/dist/fuma/site-x.mjs +1 -1
  83. package/dist/lib/fuma-schema-check-util.d.ts +4 -57
  84. package/dist/lib/fuma-schema-check-util.js +10 -31
  85. package/dist/lib/fuma-schema-check-util.mjs +11 -29
  86. package/dist/lib/server.d.ts +0 -1
  87. package/dist/lib/server.js +0 -5
  88. package/dist/lib/server.mjs +1 -2
  89. package/dist/main/ai-prompt-textarea.js +1 -1
  90. package/dist/main/ai-prompt-textarea.mjs +1 -1
  91. package/dist/main/credit/credit-nav-button.d.ts +21 -0
  92. package/dist/main/credit/credit-nav-button.js +117 -0
  93. package/dist/main/credit/credit-nav-button.mjs +114 -0
  94. package/dist/main/credit/credit-overview-client.d.ts +26 -0
  95. package/dist/main/credit/credit-overview-client.js +269 -0
  96. package/dist/main/credit/credit-overview-client.mjs +267 -0
  97. package/dist/main/credit/credit-overview.d.ts +8 -0
  98. package/dist/main/credit/credit-overview.js +34 -0
  99. package/dist/main/credit/credit-overview.mjs +32 -0
  100. package/dist/main/credit/types.d.ts +68 -0
  101. package/dist/main/cta.js +3 -2
  102. package/dist/main/cta.mjs +3 -2
  103. package/dist/main/faq.js +5 -4
  104. package/dist/main/faq.mjs +5 -4
  105. package/dist/main/features.js +3 -2
  106. package/dist/main/features.mjs +3 -2
  107. package/dist/main/footer.js +2 -2
  108. package/dist/main/footer.mjs +2 -2
  109. package/dist/main/gallery/gallery-desktop-grid.d.ts +6 -0
  110. package/dist/main/gallery/gallery-desktop-grid.js +10 -0
  111. package/dist/main/gallery/gallery-desktop-grid.mjs +8 -0
  112. package/dist/main/gallery/gallery-interactive.d.ts +4 -0
  113. package/dist/main/gallery/gallery-interactive.js +128 -0
  114. package/dist/main/gallery/gallery-interactive.mjs +126 -0
  115. package/dist/main/gallery/gallery-mobile-swiper.d.ts +6 -0
  116. package/dist/main/gallery/gallery-mobile-swiper.js +13 -0
  117. package/dist/main/gallery/gallery-mobile-swiper.mjs +11 -0
  118. package/dist/main/gallery/gallery-server.d.ts +2 -0
  119. package/dist/main/gallery/gallery-server.js +44 -0
  120. package/dist/main/gallery/gallery-server.mjs +42 -0
  121. package/dist/main/gallery/gallery-types.d.ts +19 -0
  122. package/dist/main/gallery-interactive.js +1 -1
  123. package/dist/main/gallery-interactive.mjs +1 -1
  124. package/dist/main/gallery.js +6 -5
  125. package/dist/main/gallery.mjs +6 -5
  126. package/dist/main/go-to-top.js +1 -1
  127. package/dist/main/go-to-top.mjs +1 -1
  128. package/dist/main/index.d.ts +3 -1
  129. package/dist/main/index.js +5 -1
  130. package/dist/main/index.mjs +3 -1
  131. package/dist/main/money-price/customer-portal.d.ts +7 -0
  132. package/dist/main/money-price/customer-portal.js +54 -0
  133. package/dist/main/money-price/customer-portal.mjs +52 -0
  134. package/dist/main/money-price/money-price-button.d.ts +1 -1
  135. package/dist/main/money-price/money-price-button.js +162 -42
  136. package/dist/main/money-price/money-price-button.mjs +162 -42
  137. package/dist/main/money-price/money-price-config-util.d.ts +50 -2
  138. package/dist/main/money-price/money-price-config-util.js +177 -4
  139. package/dist/main/money-price/money-price-config-util.mjs +175 -4
  140. package/dist/main/money-price/money-price-data.d.ts +8 -0
  141. package/dist/main/money-price/money-price-data.js +28 -0
  142. package/dist/main/money-price/money-price-data.mjs +26 -0
  143. package/dist/main/money-price/money-price-interactive.d.ts +1 -1
  144. package/dist/main/money-price/money-price-interactive.js +251 -288
  145. package/dist/main/money-price/money-price-interactive.mjs +253 -290
  146. package/dist/main/money-price/money-price-types.d.ts +69 -20
  147. package/dist/main/money-price/money-price.d.ts +1 -1
  148. package/dist/main/money-price/money-price.js +9 -62
  149. package/dist/main/money-price/money-price.mjs +10 -63
  150. package/dist/main/price-plan.js +6 -6
  151. package/dist/main/price-plan.mjs +6 -6
  152. package/dist/main/section-layout.d.ts +1 -0
  153. package/dist/main/section-layout.js +7 -0
  154. package/dist/main/section-layout.mjs +5 -0
  155. package/dist/main/seo-content.js +3 -2
  156. package/dist/main/seo-content.mjs +3 -2
  157. package/dist/main/server.d.ts +6 -3
  158. package/dist/main/server.js +9 -4
  159. package/dist/main/server.mjs +4 -2
  160. package/dist/main/tips.js +3 -2
  161. package/dist/main/tips.mjs +3 -2
  162. package/dist/main/usage.js +4 -3
  163. package/dist/main/usage.mjs +4 -3
  164. package/dist/main/x-button.js +6 -6
  165. package/dist/main/x-button.mjs +6 -6
  166. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js +1 -1
  167. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.mjs +1 -1
  168. package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.js +7 -6
  169. package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.mjs +7 -6
  170. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.js +39 -0
  171. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.mjs +34 -0
  172. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.js +20 -0
  173. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.mjs +18 -0
  174. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.js +60 -0
  175. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.mjs +57 -0
  176. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.js +15 -0
  177. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.mjs +13 -0
  178. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.js +30 -0
  179. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
  180. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.js +26 -0
  181. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
  182. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.js +118 -0
  183. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.mjs +115 -0
  184. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.js +36 -0
  185. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.mjs +32 -0
  186. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.js +12 -0
  187. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
  188. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.js +48 -0
  189. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.mjs +46 -0
  190. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.js +30 -0
  191. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.mjs +28 -0
  192. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.js +9 -0
  193. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.mjs} +2 -2
  194. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.js} +8 -8
  195. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.mjs} +1 -1
  196. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.js} +1 -1
  197. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.mjs} +1 -1
  198. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.js} +13 -13
  199. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.mjs} +1 -1
  200. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.js} +8 -8
  201. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.mjs} +1 -1
  202. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.js} +8 -8
  203. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.mjs} +1 -1
  204. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.js} +10 -10
  205. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.mjs} +1 -1
  206. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.js} +8 -8
  207. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.mjs} +1 -1
  208. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.js} +10 -10
  209. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.mjs} +1 -1
  210. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.js +9 -0
  211. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.mjs} +2 -2
  212. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.js +9 -0
  213. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.mjs +2 -0
  214. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.js +9 -0
  215. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.mjs +2 -0
  216. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.js +9 -0
  217. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.mjs +2 -0
  218. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.js +9 -0
  219. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.mjs +2 -0
  220. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.js +9 -0
  221. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.mjs +2 -0
  222. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
  223. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2 → @mermaid-js_parser@0.6.3}/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +16 -16
  224. package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +0 -3
  225. package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +0 -3
  226. package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/bk.js +24 -4
  227. package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +24 -4
  228. package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.js +59 -25
  229. package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.mjs +59 -25
  230. package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.js +26 -34
  231. package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.mjs +26 -34
  232. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +84 -0
  233. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.mjs +74 -0
  234. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.js} +373 -351
  235. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.mjs} +320 -298
  236. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.js} +393 -380
  237. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.mjs} +162 -149
  238. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.js} +126 -125
  239. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.mjs} +10 -9
  240. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.js} +2 -2
  241. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.mjs} +1 -1
  242. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.js} +2 -2
  243. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.mjs} +1 -1
  244. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.js} +15 -15
  245. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.mjs} +15 -15
  246. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.js} +142 -203
  247. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.mjs} +27 -85
  248. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +81 -0
  249. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs +76 -0
  250. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.js} +30 -11
  251. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.mjs} +22 -3
  252. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.js} +207 -205
  253. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.mjs} +132 -130
  254. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.js} +2 -2
  255. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.mjs} +1 -1
  256. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.js} +98 -97
  257. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.mjs} +10 -9
  258. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.js} +4 -3
  259. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.mjs} +2 -1
  260. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.js} +2 -2
  261. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.mjs} +1 -1
  262. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.js} +17 -9
  263. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.mjs} +11 -5
  264. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.js} +51 -50
  265. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.mjs} +23 -22
  266. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.js} +731 -440
  267. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.mjs} +404 -113
  268. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.js} +139 -139
  269. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.mjs} +5 -5
  270. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.js} +29 -22
  271. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.mjs} +13 -6
  272. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.js} +7 -6
  273. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.mjs} +2 -1
  274. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.js} +211 -85
  275. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.mjs} +142 -16
  276. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.js} +2 -2
  277. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.mjs} +1 -1
  278. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.js} +61 -49
  279. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.mjs} +13 -1
  280. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.js} +10 -9
  281. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.mjs} +2 -1
  282. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +31 -0
  283. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.mjs} +9 -8
  284. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +31 -0
  285. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.mjs} +9 -8
  286. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +302 -0
  287. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs +300 -0
  288. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.js} +123 -122
  289. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.mjs} +12 -11
  290. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.js} +46 -45
  291. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.mjs} +8 -7
  292. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.js} +45 -44
  293. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.mjs} +6 -5
  294. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.js} +68 -57
  295. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.mjs} +56 -45
  296. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.js} +70 -69
  297. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.mjs} +14 -13
  298. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.js} +97 -93
  299. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.mjs} +20 -16
  300. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.js} +134 -125
  301. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.mjs} +27 -18
  302. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.js} +116 -115
  303. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.mjs} +6 -5
  304. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +42 -0
  305. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.mjs} +5 -4
  306. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.js} +100 -99
  307. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.mjs} +10 -9
  308. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.js} +79 -78
  309. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.mjs} +12 -11
  310. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.js} +277 -379
  311. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.mjs} +234 -336
  312. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.js} +58 -56
  313. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.mjs} +30 -28
  314. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.js} +96 -95
  315. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.mjs} +6 -5
  316. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.js} +64 -63
  317. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.mjs} +14 -13
  318. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.js} +73 -69
  319. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.mjs} +17 -13
  320. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.js} +839 -376
  321. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.mjs} +591 -128
  322. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.js} +94 -93
  323. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.mjs} +12 -11
  324. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +31 -0
  325. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.mjs} +9 -8
  326. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.js} +93 -92
  327. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.mjs} +8 -7
  328. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.js} +136 -133
  329. package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.mjs} +43 -40
  330. package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.js +226 -225
  331. package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.mjs +43 -42
  332. package/dist/node_modules/.pnpm/{react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0 → react-medium-image-zoom@5.4.0_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/react-medium-image-zoom/dist/index.js +16 -12
  333. package/dist/node_modules/.pnpm/{react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0 → react-medium-image-zoom@5.4.0_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/react-medium-image-zoom/dist/index.mjs +16 -12
  334. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.js +461 -0
  335. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.mjs +459 -0
  336. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.js +8 -0
  337. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.mjs +6 -0
  338. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.js +23 -0
  339. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.mjs +21 -0
  340. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.js +143 -0
  341. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.mjs +140 -0
  342. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.js +3874 -0
  343. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.mjs +3871 -0
  344. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.js +129 -0
  345. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.mjs +124 -0
  346. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.js +226 -0
  347. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.mjs +216 -0
  348. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.js +310 -0
  349. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.mjs +288 -0
  350. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.js +390 -0
  351. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.mjs +387 -0
  352. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +6 -0
  353. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.mjs +4 -0
  354. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  355. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.mjs +13 -0
  356. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  357. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.mjs +28 -0
  358. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +21 -0
  359. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
  360. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.js +52 -0
  361. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.mjs +50 -0
  362. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.js +44 -0
  363. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.mjs +35 -0
  364. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.js +31 -0
  365. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.mjs +18 -0
  366. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.js +492 -0
  367. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.mjs +439 -0
  368. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.js +434 -0
  369. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.mjs +388 -0
  370. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.js +245 -0
  371. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.mjs +232 -0
  372. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.js +68 -0
  373. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.mjs +62 -0
  374. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.js +80 -0
  375. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.mjs +75 -0
  376. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.js +101 -0
  377. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.mjs +86 -0
  378. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.js +102 -0
  379. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.mjs +76 -0
  380. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.js +56 -0
  381. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.mjs +52 -0
  382. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.js +952 -0
  383. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.mjs +909 -0
  384. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.js +182 -0
  385. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.mjs +163 -0
  386. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.js +9 -0
  387. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.mjs +7 -0
  388. package/package.json +27 -21
  389. package/src/clerk/{clerk-page-generator-client.tsx → clerk-page-context-generator.tsx} +2 -2
  390. package/src/clerk/clerk-page-generator.tsx +3 -3
  391. package/src/clerk/clerk-user-client.tsx +7 -12
  392. package/src/clerk/fingerprint/fingerprint-provider.tsx +311 -112
  393. package/src/clerk/fingerprint/fingerprint-server.ts +33 -5
  394. package/src/clerk/fingerprint/types.ts +16 -2
  395. package/src/clerk/fingerprint/use-fingerprint.ts +1 -1
  396. package/src/clerk/index.ts +2 -1
  397. package/src/clerk/signin-with-fingerprint-client.tsx +3 -11
  398. package/src/clerk/signup-button-with-fingerprint-client.tsx +87 -0
  399. package/src/clerk/signup-with-fingerprint-client.tsx +3 -11
  400. package/src/fuma/base/custom-header.tsx +574 -0
  401. package/src/fuma/base/custom-home-layout.tsx +146 -0
  402. package/src/fuma/base/index.ts +2 -0
  403. package/src/fuma/fuma-banner-suit.tsx +22 -5
  404. package/src/fuma/fuma-page-genarator.tsx +29 -9
  405. package/src/fuma/fuma-translate-util.ts +44 -0
  406. package/src/fuma/llm-copy-handler.ts +8 -7
  407. package/src/fuma/mdx/airtical-card.tsx +1 -1
  408. package/src/fuma/mdx/banner.tsx +25 -7
  409. package/src/fuma/mdx/gradient-button.tsx +43 -26
  410. package/src/fuma/mdx/mermaid.tsx +2 -2
  411. package/src/fuma/mdx/toc-base.tsx +9 -4
  412. package/src/fuma/mdx/zia-card.tsx +6 -6
  413. package/src/fuma/server.ts +1 -0
  414. package/src/lib/fuma-schema-check-util.ts +11 -40
  415. package/src/lib/server.ts +0 -1
  416. package/src/main/ai-prompt-textarea.tsx +1 -1
  417. package/src/main/credit/credit-nav-button.tsx +283 -0
  418. package/src/main/credit/credit-overview-client.tsx +552 -0
  419. package/src/main/credit/credit-overview.tsx +53 -0
  420. package/src/main/credit/types.ts +89 -0
  421. package/src/main/cta.tsx +9 -8
  422. package/src/main/faq.tsx +4 -3
  423. package/src/main/features.tsx +3 -3
  424. package/src/main/footer.tsx +1 -1
  425. package/src/main/gallery/gallery-desktop-grid.tsx +41 -0
  426. package/src/main/gallery/gallery-interactive.tsx +153 -0
  427. package/src/main/gallery/gallery-mobile-swiper.tsx +65 -0
  428. package/src/main/gallery/gallery-server.tsx +46 -0
  429. package/src/main/gallery/gallery-types.ts +22 -0
  430. package/src/main/go-to-top.tsx +1 -1
  431. package/src/main/index.ts +5 -3
  432. package/src/main/money-price/customer-portal.ts +63 -0
  433. package/src/main/money-price/money-price-button.tsx +211 -56
  434. package/src/main/money-price/money-price-config-util.ts +222 -5
  435. package/src/main/money-price/money-price-data.ts +49 -0
  436. package/src/main/money-price/money-price-interactive.tsx +479 -356
  437. package/src/main/money-price/money-price-types.ts +76 -22
  438. package/src/main/money-price/money-price.tsx +28 -267
  439. package/src/main/price-plan.tsx +3 -3
  440. package/src/main/section-layout.ts +5 -0
  441. package/src/main/seo-content.tsx +2 -2
  442. package/src/main/server.ts +15 -4
  443. package/src/main/tips.tsx +2 -2
  444. package/src/main/usage.tsx +4 -4
  445. package/src/main/x-button.tsx +13 -13
  446. package/src/styles/fuma.css +38 -13
  447. package/src/styles/third-ui.css +37 -2
  448. package/dist/lib/fuma-search-util.d.ts +0 -2
  449. package/dist/lib/fuma-search-util.js +0 -8
  450. package/dist/lib/fuma-search-util.mjs +0 -6
  451. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -29
  452. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -24
  453. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -22
  454. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -20
  455. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +0 -55
  456. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -52
  457. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -18
  458. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -16
  459. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -29
  460. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -26
  461. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -25
  462. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -23
  463. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -122
  464. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -119
  465. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -34
  466. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -30
  467. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +0 -11
  468. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -9
  469. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +0 -30
  470. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -28
  471. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -42
  472. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -40
  473. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.js +0 -9
  474. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.js +0 -9
  475. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.js +0 -9
  476. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.mjs +0 -2
  477. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.js +0 -9
  478. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.mjs +0 -2
  479. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.js +0 -9
  480. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.mjs +0 -2
  481. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.js +0 -9
  482. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.mjs +0 -2
  483. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.js +0 -9
  484. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.mjs +0 -2
  485. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
  486. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +0 -83
  487. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +0 -73
  488. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +0 -30
  489. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +0 -30
  490. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +0 -41
  491. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +0 -30
  492. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +0 -135
  493. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +0 -132
  494. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +0 -11
  495. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +0 -8
  496. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +0 -8
  497. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +0 -8
  498. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +0 -122
  499. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +0 -111
  500. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +0 -138
  501. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +0 -135
  502. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +0 -113
  503. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +0 -111
  504. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +0 -3339
  505. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +0 -3297
  506. package/src/lib/fuma-search-util.ts +0 -6
  507. package/src/main/gallery-interactive.tsx +0 -171
  508. package/src/main/gallery.tsx +0 -98
  509. /package/dist/clerk/{clerk-page-generator-client.d.ts → clerk-page-context-generator.d.ts} +0 -0
  510. /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2 → @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 -0
  511. /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2 → @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 -0
  512. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/acyclic.js +0 -0
  513. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +0 -0
  514. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +0 -0
  515. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +0 -0
  516. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +0 -0
  517. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +0 -0
  518. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.js +0 -0
  519. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.mjs +0 -0
  520. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +0 -0
  521. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +0 -0
  522. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.js +0 -0
  523. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.mjs +0 -0
  524. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +0 -0
  525. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +0 -0
  526. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.js +0 -0
  527. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.mjs +0 -0
  528. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +0 -0
  529. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +0 -0
  530. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +0 -0
  531. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +0 -0
  532. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +0 -0
  533. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +0 -0
  534. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.js +0 -0
  535. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.mjs +0 -0
  536. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.js +0 -0
  537. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +0 -0
  538. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +0 -0
  539. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +0 -0
  540. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +0 -0
  541. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +0 -0
  542. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.js +0 -0
  543. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +0 -0
  544. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +0 -0
  545. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +0 -0
  546. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.js +0 -0
  547. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.mjs +0 -0
  548. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +0 -0
  549. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +0 -0
  550. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.js +0 -0
  551. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +0 -0
  552. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +0 -0
  553. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +0 -0
  554. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.js +0 -0
  555. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +0 -0
  556. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.js +0 -0
  557. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.mjs +0 -0
  558. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +0 -0
  559. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +0 -0
  560. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +0 -0
  561. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +0 -0
  562. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +0 -0
  563. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +0 -0
  564. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +0 -0
  565. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +0 -0
  566. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/graph.js +0 -0
  567. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/graph.mjs +0 -0
  568. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/json.js +0 -0
  569. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/json.mjs +0 -0
  570. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +0 -0
  571. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.mjs +0 -0
  572. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.js +0 -0
  573. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.mjs +0 -0
  574. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.js +0 -0
  575. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.mjs +0 -0
  576. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.js +0 -0
  577. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.mjs +0 -0
@@ -1,10 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunk353BL4L5 = require('./chunk-353BL4L5.js');
4
- var chunkAACKK3MU = require('./chunk-AACKK3MU.js');
5
- var chunk55PJQP7W = require('./chunk-55PJQP7W.js');
6
- var chunk3XYRH5AP = require('./chunk-3XYRH5AP.js');
7
- var mermaidParser_core = require('../../../../../../@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js');
3
+ var chunk4BX2VUAB = require('./chunk-4BX2VUAB.js');
4
+ var chunkQZHKN3VN = require('./chunk-QZHKN3VN.js');
5
+ var chunkS3R3BYOJ = require('./chunk-S3R3BYOJ.js');
6
+ var chunkABZYJK2D = require('./chunk-ABZYJK2D.js');
7
+ var chunkAGHRB4JF = require('./chunk-AGHRB4JF.js');
8
+ var mermaidParser_core = require('../../../../../../@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js');
8
9
  require('../../../../../../d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js');
9
10
  require('../../../../../../d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js');
10
11
  var select = require('../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.js');
@@ -19,15 +20,15 @@ var commitType = {
19
20
  };
20
21
 
21
22
  // src/diagrams/git/gitGraphAst.ts
22
- var DEFAULT_GITGRAPH_CONFIG = chunk3XYRH5AP.defaultConfig_default.gitGraph;
23
- var getConfig3 = /* @__PURE__ */ chunk3XYRH5AP.__name(() => {
24
- const config = chunk55PJQP7W.cleanAndMerge({
23
+ var DEFAULT_GITGRAPH_CONFIG = chunkABZYJK2D.defaultConfig_default.gitGraph;
24
+ var getConfig3 = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
25
+ const config = chunkS3R3BYOJ.cleanAndMerge({
25
26
  ...DEFAULT_GITGRAPH_CONFIG,
26
- ...chunk3XYRH5AP.getConfig().gitGraph
27
+ ...chunkABZYJK2D.getConfig().gitGraph
27
28
  });
28
29
  return config;
29
30
  }, "getConfig");
30
- var state = new chunkAACKK3MU.ImperativeState(() => {
31
+ var state = new chunkQZHKN3VN.ImperativeState(() => {
31
32
  const config = getConfig3();
32
33
  const mainBranchName = config.mainBranchName;
33
34
  const mainBranchOrder = config.mainBranchOrder;
@@ -44,9 +45,9 @@ var state = new chunkAACKK3MU.ImperativeState(() => {
44
45
  };
45
46
  });
46
47
  function getID() {
47
- return chunk55PJQP7W.random({ length: 7 });
48
+ return chunkS3R3BYOJ.random({ length: 7 });
48
49
  }
49
- chunk3XYRH5AP.__name(getID, "getID");
50
+ chunkAGHRB4JF.__name(getID, "getID");
50
51
  function uniqBy(list, fn) {
51
52
  const recordMap = /* @__PURE__ */ Object.create(null);
52
53
  return list.reduce((out, item) => {
@@ -58,34 +59,34 @@ function uniqBy(list, fn) {
58
59
  return out;
59
60
  }, []);
60
61
  }
61
- chunk3XYRH5AP.__name(uniqBy, "uniqBy");
62
- var setDirection = /* @__PURE__ */ chunk3XYRH5AP.__name(function(dir2) {
62
+ chunkAGHRB4JF.__name(uniqBy, "uniqBy");
63
+ var setDirection = /* @__PURE__ */ chunkAGHRB4JF.__name(function(dir2) {
63
64
  state.records.direction = dir2;
64
65
  }, "setDirection");
65
- var setOptions = /* @__PURE__ */ chunk3XYRH5AP.__name(function(rawOptString) {
66
- chunk3XYRH5AP.log.debug("options str", rawOptString);
66
+ var setOptions = /* @__PURE__ */ chunkAGHRB4JF.__name(function(rawOptString) {
67
+ chunkAGHRB4JF.log.debug("options str", rawOptString);
67
68
  rawOptString = rawOptString?.trim();
68
69
  rawOptString = rawOptString || "{}";
69
70
  try {
70
71
  state.records.options = JSON.parse(rawOptString);
71
72
  } catch (e) {
72
- chunk3XYRH5AP.log.error("error while parsing gitGraph options", e.message);
73
+ chunkAGHRB4JF.log.error("error while parsing gitGraph options", e.message);
73
74
  }
74
75
  }, "setOptions");
75
- var getOptions = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
76
+ var getOptions = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
76
77
  return state.records.options;
77
78
  }, "getOptions");
78
- var commit = /* @__PURE__ */ chunk3XYRH5AP.__name(function(commitDB) {
79
+ var commit = /* @__PURE__ */ chunkAGHRB4JF.__name(function(commitDB) {
79
80
  let msg = commitDB.msg;
80
81
  let id = commitDB.id;
81
82
  const type = commitDB.type;
82
83
  let tags = commitDB.tags;
83
- chunk3XYRH5AP.log.info("commit", msg, id, type, tags);
84
- chunk3XYRH5AP.log.debug("Entering commit:", msg, id, type, tags);
84
+ chunkAGHRB4JF.log.info("commit", msg, id, type, tags);
85
+ chunkAGHRB4JF.log.debug("Entering commit:", msg, id, type, tags);
85
86
  const config = getConfig3();
86
- id = chunk3XYRH5AP.common_default.sanitizeText(id, config);
87
- msg = chunk3XYRH5AP.common_default.sanitizeText(msg, config);
88
- tags = tags?.map((tag) => chunk3XYRH5AP.common_default.sanitizeText(tag, config));
87
+ id = chunkABZYJK2D.common_default.sanitizeText(id, config);
88
+ msg = chunkABZYJK2D.common_default.sanitizeText(msg, config);
89
+ tags = tags?.map((tag) => chunkABZYJK2D.common_default.sanitizeText(tag, config));
89
90
  const newCommit = {
90
91
  id: id ? id : state.records.seq + "-" + getID(),
91
92
  message: msg,
@@ -96,18 +97,18 @@ var commit = /* @__PURE__ */ chunk3XYRH5AP.__name(function(commitDB) {
96
97
  branch: state.records.currBranch
97
98
  };
98
99
  state.records.head = newCommit;
99
- chunk3XYRH5AP.log.info("main branch", config.mainBranchName);
100
+ chunkAGHRB4JF.log.info("main branch", config.mainBranchName);
100
101
  if (state.records.commits.has(newCommit.id)) {
101
- chunk3XYRH5AP.log.warn(`Commit ID ${newCommit.id} already exists`);
102
+ chunkAGHRB4JF.log.warn(`Commit ID ${newCommit.id} already exists`);
102
103
  }
103
104
  state.records.commits.set(newCommit.id, newCommit);
104
105
  state.records.branches.set(state.records.currBranch, newCommit.id);
105
- chunk3XYRH5AP.log.debug("in pushCommit " + newCommit.id);
106
+ chunkAGHRB4JF.log.debug("in pushCommit " + newCommit.id);
106
107
  }, "commit");
107
- var branch = /* @__PURE__ */ chunk3XYRH5AP.__name(function(branchDB) {
108
+ var branch = /* @__PURE__ */ chunkAGHRB4JF.__name(function(branchDB) {
108
109
  let name = branchDB.name;
109
110
  const order = branchDB.order;
110
- name = chunk3XYRH5AP.common_default.sanitizeText(name, getConfig3());
111
+ name = chunkABZYJK2D.common_default.sanitizeText(name, getConfig3());
111
112
  if (state.records.branches.has(name)) {
112
113
  throw new Error(
113
114
  `Trying to create an existing branch. (Help: Either use a new name if you want create a new branch or try using "checkout ${name}")`
@@ -116,17 +117,17 @@ var branch = /* @__PURE__ */ chunk3XYRH5AP.__name(function(branchDB) {
116
117
  state.records.branches.set(name, state.records.head != null ? state.records.head.id : null);
117
118
  state.records.branchConfig.set(name, { name, order });
118
119
  checkout(name);
119
- chunk3XYRH5AP.log.debug("in createBranch");
120
+ chunkAGHRB4JF.log.debug("in createBranch");
120
121
  }, "branch");
121
- var merge = /* @__PURE__ */ chunk3XYRH5AP.__name((mergeDB) => {
122
+ var merge = /* @__PURE__ */ chunkAGHRB4JF.__name((mergeDB) => {
122
123
  let otherBranch = mergeDB.branch;
123
124
  let customId = mergeDB.id;
124
125
  const overrideType = mergeDB.type;
125
126
  const customTags = mergeDB.tags;
126
127
  const config = getConfig3();
127
- otherBranch = chunk3XYRH5AP.common_default.sanitizeText(otherBranch, config);
128
+ otherBranch = chunkABZYJK2D.common_default.sanitizeText(otherBranch, config);
128
129
  if (customId) {
129
- customId = chunk3XYRH5AP.common_default.sanitizeText(customId, config);
130
+ customId = chunkABZYJK2D.common_default.sanitizeText(customId, config);
130
131
  }
131
132
  const currentBranchCheck = state.records.branches.get(state.records.currBranch);
132
133
  const otherBranchCheck = state.records.branches.get(otherBranch);
@@ -214,20 +215,20 @@ var merge = /* @__PURE__ */ chunk3XYRH5AP.__name((mergeDB) => {
214
215
  state.records.head = commit2;
215
216
  state.records.commits.set(commit2.id, commit2);
216
217
  state.records.branches.set(state.records.currBranch, commit2.id);
217
- chunk3XYRH5AP.log.debug(state.records.branches);
218
- chunk3XYRH5AP.log.debug("in mergeBranch");
218
+ chunkAGHRB4JF.log.debug(state.records.branches);
219
+ chunkAGHRB4JF.log.debug("in mergeBranch");
219
220
  }, "merge");
220
- var cherryPick = /* @__PURE__ */ chunk3XYRH5AP.__name(function(cherryPickDB) {
221
+ var cherryPick = /* @__PURE__ */ chunkAGHRB4JF.__name(function(cherryPickDB) {
221
222
  let sourceId = cherryPickDB.id;
222
223
  let targetId = cherryPickDB.targetId;
223
224
  let tags = cherryPickDB.tags;
224
225
  let parentCommitId = cherryPickDB.parent;
225
- chunk3XYRH5AP.log.debug("Entering cherryPick:", sourceId, targetId, tags);
226
+ chunkAGHRB4JF.log.debug("Entering cherryPick:", sourceId, targetId, tags);
226
227
  const config = getConfig3();
227
- sourceId = chunk3XYRH5AP.common_default.sanitizeText(sourceId, config);
228
- targetId = chunk3XYRH5AP.common_default.sanitizeText(targetId, config);
229
- tags = tags?.map((tag) => chunk3XYRH5AP.common_default.sanitizeText(tag, config));
230
- parentCommitId = chunk3XYRH5AP.common_default.sanitizeText(parentCommitId, config);
228
+ sourceId = chunkABZYJK2D.common_default.sanitizeText(sourceId, config);
229
+ targetId = chunkABZYJK2D.common_default.sanitizeText(targetId, config);
230
+ tags = tags?.map((tag) => chunkABZYJK2D.common_default.sanitizeText(tag, config));
231
+ parentCommitId = chunkABZYJK2D.common_default.sanitizeText(parentCommitId, config);
231
232
  if (!sourceId || !state.records.commits.has(sourceId)) {
232
233
  const error = new Error(
233
234
  'Incorrect usage of "cherryPick". Source commit id should exist and provided'
@@ -306,12 +307,12 @@ var cherryPick = /* @__PURE__ */ chunk3XYRH5AP.__name(function(cherryPickDB) {
306
307
  state.records.head = commit2;
307
308
  state.records.commits.set(commit2.id, commit2);
308
309
  state.records.branches.set(state.records.currBranch, commit2.id);
309
- chunk3XYRH5AP.log.debug(state.records.branches);
310
- chunk3XYRH5AP.log.debug("in cherryPick");
310
+ chunkAGHRB4JF.log.debug(state.records.branches);
311
+ chunkAGHRB4JF.log.debug("in cherryPick");
311
312
  }
312
313
  }, "cherryPick");
313
- var checkout = /* @__PURE__ */ chunk3XYRH5AP.__name(function(branch2) {
314
- branch2 = chunk3XYRH5AP.common_default.sanitizeText(branch2, getConfig3());
314
+ var checkout = /* @__PURE__ */ chunkAGHRB4JF.__name(function(branch2) {
315
+ branch2 = chunkABZYJK2D.common_default.sanitizeText(branch2, getConfig3());
315
316
  if (!state.records.branches.has(branch2)) {
316
317
  const error = new Error(
317
318
  `Trying to checkout branch which is not yet created. (Help try using "branch ${branch2}")`
@@ -340,7 +341,7 @@ function upsert(arr, key, newVal) {
340
341
  arr.splice(index, 1, newVal);
341
342
  }
342
343
  }
343
- chunk3XYRH5AP.__name(upsert, "upsert");
344
+ chunkAGHRB4JF.__name(upsert, "upsert");
344
345
  function prettyPrintCommitHistory(commitArr) {
345
346
  const commit2 = commitArr.reduce((out, commit3) => {
346
347
  if (out.seq > commit3.seq) {
@@ -362,7 +363,7 @@ function prettyPrintCommitHistory(commitArr) {
362
363
  label.push(branch2);
363
364
  }
364
365
  }
365
- chunk3XYRH5AP.log.debug(label.join(" "));
366
+ chunkAGHRB4JF.log.debug(label.join(" "));
366
367
  if (commit2.parents && commit2.parents.length == 2 && commit2.parents[0] && commit2.parents[1]) {
367
368
  const newCommit = state.records.commits.get(commit2.parents[0]);
368
369
  upsert(commitArr, commit2, newCommit);
@@ -380,17 +381,17 @@ function prettyPrintCommitHistory(commitArr) {
380
381
  commitArr = uniqBy(commitArr, (c) => c.id);
381
382
  prettyPrintCommitHistory(commitArr);
382
383
  }
383
- chunk3XYRH5AP.__name(prettyPrintCommitHistory, "prettyPrintCommitHistory");
384
- var prettyPrint = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
385
- chunk3XYRH5AP.log.debug(state.records.commits);
384
+ chunkAGHRB4JF.__name(prettyPrintCommitHistory, "prettyPrintCommitHistory");
385
+ var prettyPrint = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
386
+ chunkAGHRB4JF.log.debug(state.records.commits);
386
387
  const node = getCommitsArray()[0];
387
388
  prettyPrintCommitHistory([node]);
388
389
  }, "prettyPrint");
389
- var clear2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
390
+ var clear2 = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
390
391
  state.reset();
391
- chunk3XYRH5AP.clear();
392
+ chunkABZYJK2D.clear();
392
393
  }, "clear");
393
- var getBranchesAsObjArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
394
+ var getBranchesAsObjArray = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
394
395
  const branchesArray = [...state.records.branchConfig.values()].map((branchConfig, i) => {
395
396
  if (branchConfig.order !== null && branchConfig.order !== void 0) {
396
397
  return branchConfig;
@@ -402,27 +403,27 @@ var getBranchesAsObjArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
402
403
  }).sort((a, b) => (a.order ?? 0) - (b.order ?? 0)).map(({ name }) => ({ name }));
403
404
  return branchesArray;
404
405
  }, "getBranchesAsObjArray");
405
- var getBranches = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
406
+ var getBranches = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
406
407
  return state.records.branches;
407
408
  }, "getBranches");
408
- var getCommits = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
409
+ var getCommits = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
409
410
  return state.records.commits;
410
411
  }, "getCommits");
411
- var getCommitsArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
412
+ var getCommitsArray = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
412
413
  const commitArr = [...state.records.commits.values()];
413
414
  commitArr.forEach(function(o) {
414
- chunk3XYRH5AP.log.debug(o.id);
415
+ chunkAGHRB4JF.log.debug(o.id);
415
416
  });
416
417
  commitArr.sort((a, b) => a.seq - b.seq);
417
418
  return commitArr;
418
419
  }, "getCommitsArray");
419
- var getCurrentBranch = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
420
+ var getCurrentBranch = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
420
421
  return state.records.currBranch;
421
422
  }, "getCurrentBranch");
422
- var getDirection = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
423
+ var getDirection = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
423
424
  return state.records.direction;
424
425
  }, "getDirection");
425
- var getHead = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
426
+ var getHead = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
426
427
  return state.records.head;
427
428
  }, "getHead");
428
429
  var db = {
@@ -446,17 +447,17 @@ var db = {
446
447
  getCurrentBranch,
447
448
  getDirection,
448
449
  getHead,
449
- setAccTitle: chunk3XYRH5AP.setAccTitle,
450
- getAccTitle: chunk3XYRH5AP.getAccTitle,
451
- getAccDescription: chunk3XYRH5AP.getAccDescription,
452
- setAccDescription: chunk3XYRH5AP.setAccDescription,
453
- setDiagramTitle: chunk3XYRH5AP.setDiagramTitle,
454
- getDiagramTitle: chunk3XYRH5AP.getDiagramTitle
450
+ setAccTitle: chunkABZYJK2D.setAccTitle,
451
+ getAccTitle: chunkABZYJK2D.getAccTitle,
452
+ getAccDescription: chunkABZYJK2D.getAccDescription,
453
+ setAccDescription: chunkABZYJK2D.setAccDescription,
454
+ setDiagramTitle: chunkABZYJK2D.setDiagramTitle,
455
+ getDiagramTitle: chunkABZYJK2D.getDiagramTitle
455
456
  };
456
457
 
457
458
  // src/diagrams/git/gitGraphParser.ts
458
- var populate = /* @__PURE__ */ chunk3XYRH5AP.__name((ast, db2) => {
459
- chunk353BL4L5.populateCommonDb(ast, db2);
459
+ var populate = /* @__PURE__ */ chunkAGHRB4JF.__name((ast, db2) => {
460
+ chunk4BX2VUAB.populateCommonDb(ast, db2);
460
461
  if (ast.dir) {
461
462
  db2.setDirection(ast.dir);
462
463
  }
@@ -464,22 +465,22 @@ var populate = /* @__PURE__ */ chunk3XYRH5AP.__name((ast, db2) => {
464
465
  parseStatement(statement, db2);
465
466
  }
466
467
  }, "populate");
467
- var parseStatement = /* @__PURE__ */ chunk3XYRH5AP.__name((statement, db2) => {
468
+ var parseStatement = /* @__PURE__ */ chunkAGHRB4JF.__name((statement, db2) => {
468
469
  const parsers = {
469
- Commit: /* @__PURE__ */ chunk3XYRH5AP.__name((stmt) => db2.commit(parseCommit(stmt)), "Commit"),
470
- Branch: /* @__PURE__ */ chunk3XYRH5AP.__name((stmt) => db2.branch(parseBranch(stmt)), "Branch"),
471
- Merge: /* @__PURE__ */ chunk3XYRH5AP.__name((stmt) => db2.merge(parseMerge(stmt)), "Merge"),
472
- Checkout: /* @__PURE__ */ chunk3XYRH5AP.__name((stmt) => db2.checkout(parseCheckout(stmt)), "Checkout"),
473
- CherryPicking: /* @__PURE__ */ chunk3XYRH5AP.__name((stmt) => db2.cherryPick(parseCherryPicking(stmt)), "CherryPicking")
470
+ Commit: /* @__PURE__ */ chunkAGHRB4JF.__name((stmt) => db2.commit(parseCommit(stmt)), "Commit"),
471
+ Branch: /* @__PURE__ */ chunkAGHRB4JF.__name((stmt) => db2.branch(parseBranch(stmt)), "Branch"),
472
+ Merge: /* @__PURE__ */ chunkAGHRB4JF.__name((stmt) => db2.merge(parseMerge(stmt)), "Merge"),
473
+ Checkout: /* @__PURE__ */ chunkAGHRB4JF.__name((stmt) => db2.checkout(parseCheckout(stmt)), "Checkout"),
474
+ CherryPicking: /* @__PURE__ */ chunkAGHRB4JF.__name((stmt) => db2.cherryPick(parseCherryPicking(stmt)), "CherryPicking")
474
475
  };
475
476
  const parser2 = parsers[statement.$type];
476
477
  if (parser2) {
477
478
  parser2(statement);
478
479
  } else {
479
- chunk3XYRH5AP.log.error(`Unknown statement type: ${statement.$type}`);
480
+ chunkAGHRB4JF.log.error(`Unknown statement type: ${statement.$type}`);
480
481
  }
481
482
  }, "parseStatement");
482
- var parseCommit = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
483
+ var parseCommit = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2) => {
483
484
  const commitDB = {
484
485
  id: commit2.id,
485
486
  msg: commit2.message ?? "",
@@ -488,14 +489,14 @@ var parseCommit = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
488
489
  };
489
490
  return commitDB;
490
491
  }, "parseCommit");
491
- var parseBranch = /* @__PURE__ */ chunk3XYRH5AP.__name((branch2) => {
492
+ var parseBranch = /* @__PURE__ */ chunkAGHRB4JF.__name((branch2) => {
492
493
  const branchDB = {
493
494
  name: branch2.name,
494
495
  order: branch2.order ?? 0
495
496
  };
496
497
  return branchDB;
497
498
  }, "parseBranch");
498
- var parseMerge = /* @__PURE__ */ chunk3XYRH5AP.__name((merge2) => {
499
+ var parseMerge = /* @__PURE__ */ chunkAGHRB4JF.__name((merge2) => {
499
500
  const mergeDB = {
500
501
  branch: merge2.branch,
501
502
  id: merge2.id ?? "",
@@ -504,11 +505,11 @@ var parseMerge = /* @__PURE__ */ chunk3XYRH5AP.__name((merge2) => {
504
505
  };
505
506
  return mergeDB;
506
507
  }, "parseMerge");
507
- var parseCheckout = /* @__PURE__ */ chunk3XYRH5AP.__name((checkout2) => {
508
+ var parseCheckout = /* @__PURE__ */ chunkAGHRB4JF.__name((checkout2) => {
508
509
  const branch2 = checkout2.branch;
509
510
  return branch2;
510
511
  }, "parseCheckout");
511
- var parseCherryPicking = /* @__PURE__ */ chunk3XYRH5AP.__name((cherryPicking) => {
512
+ var parseCherryPicking = /* @__PURE__ */ chunkAGHRB4JF.__name((cherryPicking) => {
512
513
  const cherryPickDB = {
513
514
  id: cherryPicking.id,
514
515
  targetId: "",
@@ -518,13 +519,13 @@ var parseCherryPicking = /* @__PURE__ */ chunk3XYRH5AP.__name((cherryPicking) =>
518
519
  return cherryPickDB;
519
520
  }, "parseCherryPicking");
520
521
  var parser = {
521
- parse: /* @__PURE__ */ chunk3XYRH5AP.__name(async (input) => {
522
+ parse: /* @__PURE__ */ chunkAGHRB4JF.__name(async (input) => {
522
523
  const ast = await mermaidParser_core.parse("gitGraph", input);
523
- chunk3XYRH5AP.log.debug(ast);
524
+ chunkAGHRB4JF.log.debug(ast);
524
525
  populate(ast, db);
525
526
  }, "parse")
526
527
  };
527
- var DEFAULT_CONFIG = chunk3XYRH5AP.getConfig2();
528
+ var DEFAULT_CONFIG = chunkABZYJK2D.getConfig2();
528
529
  var DEFAULT_GITGRAPH_CONFIG2 = DEFAULT_CONFIG?.gitGraph;
529
530
  var LAYOUT_OFFSET = 10;
530
531
  var COMMIT_STEP = 40;
@@ -538,7 +539,7 @@ var allCommitsDict = /* @__PURE__ */ new Map();
538
539
  var lanes = [];
539
540
  var maxPos = 0;
540
541
  var dir = "LR";
541
- var clear3 = /* @__PURE__ */ chunk3XYRH5AP.__name(() => {
542
+ var clear3 = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
542
543
  branchPos.clear();
543
544
  commitPos.clear();
544
545
  allCommitsDict.clear();
@@ -546,7 +547,7 @@ var clear3 = /* @__PURE__ */ chunk3XYRH5AP.__name(() => {
546
547
  lanes = [];
547
548
  dir = "LR";
548
549
  }, "clear");
549
- var drawText = /* @__PURE__ */ chunk3XYRH5AP.__name((txt) => {
550
+ var drawText = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => {
550
551
  const svgLabel = document.createElementNS("http://www.w3.org/2000/svg", "text");
551
552
  const rows = typeof txt === "string" ? txt.split(/\\n|\n|<br\s*\/?>/gi) : txt;
552
553
  rows.forEach((row) => {
@@ -560,15 +561,15 @@ var drawText = /* @__PURE__ */ chunk3XYRH5AP.__name((txt) => {
560
561
  });
561
562
  return svgLabel;
562
563
  }, "drawText");
563
- var findClosestParent = /* @__PURE__ */ chunk3XYRH5AP.__name((parents) => {
564
+ var findClosestParent = /* @__PURE__ */ chunkAGHRB4JF.__name((parents) => {
564
565
  let closestParent;
565
566
  let comparisonFunc;
566
567
  let targetPosition;
567
568
  if (dir === "BT") {
568
- comparisonFunc = /* @__PURE__ */ chunk3XYRH5AP.__name((a, b) => a <= b, "comparisonFunc");
569
+ comparisonFunc = /* @__PURE__ */ chunkAGHRB4JF.__name((a, b) => a <= b, "comparisonFunc");
569
570
  targetPosition = Infinity;
570
571
  } else {
571
- comparisonFunc = /* @__PURE__ */ chunk3XYRH5AP.__name((a, b) => a >= b, "comparisonFunc");
572
+ comparisonFunc = /* @__PURE__ */ chunkAGHRB4JF.__name((a, b) => a >= b, "comparisonFunc");
572
573
  targetPosition = 0;
573
574
  }
574
575
  parents.forEach((parent) => {
@@ -580,7 +581,7 @@ var findClosestParent = /* @__PURE__ */ chunk3XYRH5AP.__name((parents) => {
580
581
  });
581
582
  return closestParent;
582
583
  }, "findClosestParent");
583
- var findClosestParentBT = /* @__PURE__ */ chunk3XYRH5AP.__name((parents) => {
584
+ var findClosestParentBT = /* @__PURE__ */ chunkAGHRB4JF.__name((parents) => {
584
585
  let closestParent = "";
585
586
  let maxPosition = Infinity;
586
587
  parents.forEach((parent) => {
@@ -592,7 +593,7 @@ var findClosestParentBT = /* @__PURE__ */ chunk3XYRH5AP.__name((parents) => {
592
593
  });
593
594
  return closestParent || void 0;
594
595
  }, "findClosestParentBT");
595
- var setParallelBTPos = /* @__PURE__ */ chunk3XYRH5AP.__name((sortedKeys, commits, defaultPos2) => {
596
+ var setParallelBTPos = /* @__PURE__ */ chunkAGHRB4JF.__name((sortedKeys, commits, defaultPos2) => {
596
597
  let curPos = defaultPos2;
597
598
  let maxPosition = defaultPos2;
598
599
  const roots = [];
@@ -627,7 +628,7 @@ var setParallelBTPos = /* @__PURE__ */ chunk3XYRH5AP.__name((sortedKeys, commits
627
628
  }
628
629
  });
629
630
  }, "setParallelBTPos");
630
- var findClosestParentPos = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
631
+ var findClosestParentPos = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2) => {
631
632
  const closestParent = findClosestParent(commit2.parents.filter((p) => p !== null));
632
633
  if (!closestParent) {
633
634
  throw new Error(`Closest parent not found for commit ${commit2.id}`);
@@ -638,11 +639,11 @@ var findClosestParentPos = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
638
639
  }
639
640
  return closestParentPos;
640
641
  }, "findClosestParentPos");
641
- var calculateCommitPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
642
+ var calculateCommitPosition = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2) => {
642
643
  const closestParentPos = findClosestParentPos(commit2);
643
644
  return closestParentPos + COMMIT_STEP;
644
645
  }, "calculateCommitPosition");
645
- var setCommitPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, curPos) => {
646
+ var setCommitPosition = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2, curPos) => {
646
647
  const branch2 = branchPos.get(commit2.branch);
647
648
  if (!branch2) {
648
649
  throw new Error(`Branch not found for commit ${commit2.id}`);
@@ -652,7 +653,7 @@ var setCommitPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, curPos) =
652
653
  commitPos.set(commit2.id, { x, y });
653
654
  return { x, y };
654
655
  }, "setCommitPosition");
655
- var setRootPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, curPos, defaultPos2) => {
656
+ var setRootPosition = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2, curPos, defaultPos2) => {
656
657
  const branch2 = branchPos.get(commit2.branch);
657
658
  if (!branch2) {
658
659
  throw new Error(`Branch not found for commit ${commit2.id}`);
@@ -661,7 +662,7 @@ var setRootPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, curPos, def
661
662
  const x = branch2.pos;
662
663
  commitPos.set(commit2.id, { x, y });
663
664
  }, "setRootPosition");
664
- var drawCommitBullet = /* @__PURE__ */ chunk3XYRH5AP.__name((gBullets, commit2, commitPosition, typeClass, branchIndex, commitSymbolType) => {
665
+ var drawCommitBullet = /* @__PURE__ */ chunkAGHRB4JF.__name((gBullets, commit2, commitPosition, typeClass, branchIndex, commitSymbolType) => {
665
666
  if (commitSymbolType === commitType.HIGHLIGHT) {
666
667
  gBullets.append("rect").attr("x", commitPosition.x - 10).attr("y", commitPosition.y - 10).attr("width", 20).attr("height", 20).attr(
667
668
  "class",
@@ -702,7 +703,7 @@ var drawCommitBullet = /* @__PURE__ */ chunk3XYRH5AP.__name((gBullets, commit2,
702
703
  }
703
704
  }
704
705
  }, "drawCommitBullet");
705
- var drawCommitLabel = /* @__PURE__ */ chunk3XYRH5AP.__name((gLabels, commit2, commitPosition, pos) => {
706
+ var drawCommitLabel = /* @__PURE__ */ chunkAGHRB4JF.__name((gLabels, commit2, commitPosition, pos) => {
706
707
  if (commit2.type !== commitType.CHERRY_PICK && (commit2.customId && commit2.type === commitType.MERGE || commit2.type !== commitType.MERGE) && DEFAULT_GITGRAPH_CONFIG2?.showCommitLabel) {
707
708
  const wrapper = gLabels.append("g");
708
709
  const labelBkg = wrapper.insert("rect").attr("class", "commit-label-bkg");
@@ -738,7 +739,7 @@ var drawCommitLabel = /* @__PURE__ */ chunk3XYRH5AP.__name((gLabels, commit2, co
738
739
  }
739
740
  }
740
741
  }, "drawCommitLabel");
741
- var drawCommitTags = /* @__PURE__ */ chunk3XYRH5AP.__name((gLabels, commit2, commitPosition, pos) => {
742
+ var drawCommitTags = /* @__PURE__ */ chunkAGHRB4JF.__name((gLabels, commit2, commitPosition, pos) => {
742
743
  if (commit2.tags.length > 0) {
743
744
  let yOffset = 0;
744
745
  let maxTagBboxWidth = 0;
@@ -795,7 +796,7 @@ var drawCommitTags = /* @__PURE__ */ chunk3XYRH5AP.__name((gLabels, commit2, com
795
796
  }
796
797
  }
797
798
  }, "drawCommitTags");
798
- var getCommitClassType = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
799
+ var getCommitClassType = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2) => {
799
800
  const commitSymbolType = commit2.customType ?? commit2.type;
800
801
  switch (commitSymbolType) {
801
802
  case commitType.NORMAL:
@@ -812,7 +813,7 @@ var getCommitClassType = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2) => {
812
813
  return "commit-normal";
813
814
  }
814
815
  }, "getCommitClassType");
815
- var calculatePosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, dir2, pos, commitPos2) => {
816
+ var calculatePosition = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2, dir2, pos, commitPos2) => {
816
817
  const defaultCommitPosition = { x: 0, y: 0 };
817
818
  if (commit2.parents.length > 0) {
818
819
  const closestParent = findClosestParent(commit2.parents);
@@ -839,7 +840,7 @@ var calculatePosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, dir2, pos
839
840
  }
840
841
  return 0;
841
842
  }, "calculatePosition");
842
- var getCommitPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, pos, isParallelCommits) => {
843
+ var getCommitPosition = /* @__PURE__ */ chunkAGHRB4JF.__name((commit2, pos, isParallelCommits) => {
843
844
  const posWithOffset = dir === "BT" && isParallelCommits ? pos : pos + LAYOUT_OFFSET;
844
845
  const y = dir === "TB" || dir === "BT" ? posWithOffset : branchPos.get(commit2.branch)?.pos;
845
846
  const x = dir === "TB" || dir === "BT" ? branchPos.get(commit2.branch)?.pos : posWithOffset;
@@ -848,7 +849,7 @@ var getCommitPosition = /* @__PURE__ */ chunk3XYRH5AP.__name((commit2, pos, isPa
848
849
  }
849
850
  return { x, y, posWithOffset };
850
851
  }, "getCommitPosition");
851
- var drawCommits = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commits, modifyGraph) => {
852
+ var drawCommits = /* @__PURE__ */ chunkAGHRB4JF.__name((svg, commits, modifyGraph) => {
852
853
  if (!DEFAULT_GITGRAPH_CONFIG2) {
853
854
  throw new Error("GitGraph config not found");
854
855
  }
@@ -857,7 +858,7 @@ var drawCommits = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commits, modifyGrap
857
858
  let pos = dir === "TB" || dir === "BT" ? defaultPos : 0;
858
859
  const keys = [...commits.keys()];
859
860
  const isParallelCommits = DEFAULT_GITGRAPH_CONFIG2?.parallelCommits ?? false;
860
- const sortKeys = /* @__PURE__ */ chunk3XYRH5AP.__name((a, b) => {
861
+ const sortKeys = /* @__PURE__ */ chunkAGHRB4JF.__name((a, b) => {
861
862
  const seqA = commits.get(a)?.seq;
862
863
  const seqB = commits.get(b)?.seq;
863
864
  return seqA !== void 0 && seqB !== void 0 ? seqA - seqB : 0;
@@ -897,16 +898,16 @@ var drawCommits = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commits, modifyGrap
897
898
  }
898
899
  });
899
900
  }, "drawCommits");
900
- var shouldRerouteArrow = /* @__PURE__ */ chunk3XYRH5AP.__name((commitA, commitB, p1, p2, allCommits) => {
901
+ var shouldRerouteArrow = /* @__PURE__ */ chunkAGHRB4JF.__name((commitA, commitB, p1, p2, allCommits) => {
901
902
  const commitBIsFurthest = dir === "TB" || dir === "BT" ? p1.x < p2.x : p1.y < p2.y;
902
903
  const branchToGetCurve = commitBIsFurthest ? commitB.branch : commitA.branch;
903
- const isOnBranchToGetCurve = /* @__PURE__ */ chunk3XYRH5AP.__name((x) => x.branch === branchToGetCurve, "isOnBranchToGetCurve");
904
- const isBetweenCommits = /* @__PURE__ */ chunk3XYRH5AP.__name((x) => x.seq > commitA.seq && x.seq < commitB.seq, "isBetweenCommits");
904
+ const isOnBranchToGetCurve = /* @__PURE__ */ chunkAGHRB4JF.__name((x) => x.branch === branchToGetCurve, "isOnBranchToGetCurve");
905
+ const isBetweenCommits = /* @__PURE__ */ chunkAGHRB4JF.__name((x) => x.seq > commitA.seq && x.seq < commitB.seq, "isBetweenCommits");
905
906
  return [...allCommits.values()].some((commitX) => {
906
907
  return isBetweenCommits(commitX) && isOnBranchToGetCurve(commitX);
907
908
  });
908
909
  }, "shouldRerouteArrow");
909
- var findLane = /* @__PURE__ */ chunk3XYRH5AP.__name((y1, y2, depth = 0) => {
910
+ var findLane = /* @__PURE__ */ chunkAGHRB4JF.__name((y1, y2, depth = 0) => {
910
911
  const candidate = y1 + Math.abs(y1 - y2) / 2;
911
912
  if (depth > 5) {
912
913
  return candidate;
@@ -919,7 +920,7 @@ var findLane = /* @__PURE__ */ chunk3XYRH5AP.__name((y1, y2, depth = 0) => {
919
920
  const diff = Math.abs(y1 - y2);
920
921
  return findLane(y1, y2 - diff / 5, depth + 1);
921
922
  }, "findLane");
922
- var drawArrow = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commitA, commitB, allCommits) => {
923
+ var drawArrow = /* @__PURE__ */ chunkAGHRB4JF.__name((svg, commitA, commitB, allCommits) => {
923
924
  const p1 = commitPos.get(commitA.id);
924
925
  const p2 = commitPos.get(commitB.id);
925
926
  if (p1 === void 0 || p2 === void 0) {
@@ -1038,7 +1039,7 @@ var drawArrow = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commitA, commitB, all
1038
1039
  }
1039
1040
  svg.append("path").attr("d", lineDef).attr("class", "arrow arrow" + colorClassNum % THEME_COLOR_LIMIT);
1040
1041
  }, "drawArrow");
1041
- var drawArrows = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commits) => {
1042
+ var drawArrows = /* @__PURE__ */ chunkAGHRB4JF.__name((svg, commits) => {
1042
1043
  const gArrows = svg.append("g").attr("class", "commit-arrows");
1043
1044
  [...commits.keys()].forEach((key) => {
1044
1045
  const commit2 = commits.get(key);
@@ -1049,7 +1050,7 @@ var drawArrows = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, commits) => {
1049
1050
  }
1050
1051
  });
1051
1052
  }, "drawArrows");
1052
- var drawBranches = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, branches) => {
1053
+ var drawBranches = /* @__PURE__ */ chunkAGHRB4JF.__name((svg, branches) => {
1053
1054
  const g = svg.append("g");
1054
1055
  branches.forEach((branch2, index) => {
1055
1056
  const adjustIndexForTheme = index % THEME_COLOR_LIMIT;
@@ -1098,14 +1099,14 @@ var drawBranches = /* @__PURE__ */ chunk3XYRH5AP.__name((svg, branches) => {
1098
1099
  }
1099
1100
  });
1100
1101
  }, "drawBranches");
1101
- var setBranchPosition = /* @__PURE__ */ chunk3XYRH5AP.__name(function(name, pos, index, bbox, rotateCommitLabel) {
1102
+ var setBranchPosition = /* @__PURE__ */ chunkAGHRB4JF.__name(function(name, pos, index, bbox, rotateCommitLabel) {
1102
1103
  branchPos.set(name, { pos, index });
1103
1104
  pos += 50 + (rotateCommitLabel ? 40 : 0) + (dir === "TB" || dir === "BT" ? bbox.width / 2 : 0);
1104
1105
  return pos;
1105
1106
  }, "setBranchPosition");
1106
- var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt, id, ver, diagObj) {
1107
+ var draw = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt, id, ver, diagObj) {
1107
1108
  clear3();
1108
- chunk3XYRH5AP.log.debug("in gitgraph renderer", txt + "\n", "id:", id, ver);
1109
+ chunkAGHRB4JF.log.debug("in gitgraph renderer", txt + "\n", "id:", id, ver);
1109
1110
  if (!DEFAULT_GITGRAPH_CONFIG2) {
1110
1111
  throw new Error("GitGraph config not found");
1111
1112
  }
@@ -1134,13 +1135,13 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt, id, ver, diagObj)
1134
1135
  }
1135
1136
  drawArrows(diagram2, allCommitsDict);
1136
1137
  drawCommits(diagram2, allCommitsDict, true);
1137
- chunk55PJQP7W.utils_default.insertTitle(
1138
+ chunkS3R3BYOJ.utils_default.insertTitle(
1138
1139
  diagram2,
1139
1140
  "gitTitleText",
1140
1141
  DEFAULT_GITGRAPH_CONFIG2.titleTopMargin ?? 0,
1141
1142
  db2.getDiagramTitle()
1142
1143
  );
1143
- chunk3XYRH5AP.setupGraphViewbox2(
1144
+ chunkABZYJK2D.setupGraphViewbox2(
1144
1145
  void 0,
1145
1146
  diagram2,
1146
1147
  DEFAULT_GITGRAPH_CONFIG2.diagramPadding,
@@ -1152,7 +1153,7 @@ var gitGraphRenderer_default = {
1152
1153
  };
1153
1154
 
1154
1155
  // src/diagrams/git/styles.js
1155
- var getStyles = /* @__PURE__ */ chunk3XYRH5AP.__name((options) => `
1156
+ var getStyles = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => `
1156
1157
  .commit-id,
1157
1158
  .commit-msg,
1158
1159
  .branch-label {
@@ -1,8 +1,9 @@
1
- import { populateCommonDb } from './chunk-353BL4L5.mjs';
2
- import { ImperativeState } from './chunk-AACKK3MU.mjs';
3
- import { utils_default, cleanAndMerge, random } from './chunk-55PJQP7W.mjs';
4
- import { __name, getDiagramTitle, setDiagramTitle, setAccDescription, getAccDescription, getAccTitle, setAccTitle, log, getConfig2, setupGraphViewbox2, clear, common_default, getConfig, defaultConfig_default } from './chunk-3XYRH5AP.mjs';
5
- import { parse } from '../../../../../../@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs';
1
+ import { populateCommonDb } from './chunk-4BX2VUAB.mjs';
2
+ import { ImperativeState } from './chunk-QZHKN3VN.mjs';
3
+ import { utils_default, cleanAndMerge, random } from './chunk-S3R3BYOJ.mjs';
4
+ import { getDiagramTitle, setDiagramTitle, setAccDescription, getAccDescription, getAccTitle, setAccTitle, getConfig2, setupGraphViewbox2, clear, common_default, getConfig, defaultConfig_default } from './chunk-ABZYJK2D.mjs';
5
+ import { __name, log } from './chunk-AGHRB4JF.mjs';
6
+ import { parse } from '../../../../../../@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs';
6
7
  import '../../../../../../d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs';
7
8
  import '../../../../../../d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs';
8
9
  import select from '../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs';