@windrun-huaiin/third-ui 7.6.1 → 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) 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 +23 -0
  46. package/dist/fuma/base/custom-home-layout.mjs +21 -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 +8 -14
  52. package/dist/fuma/fuma-banner-suit.mjs +8 -14
  53. package/dist/fuma/fuma-page-genarator.d.ts +5 -2
  54. package/dist/fuma/fuma-page-genarator.js +14 -17
  55. package/dist/fuma/fuma-page-genarator.mjs +14 -17
  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 +3 -12
  104. package/dist/main/faq.mjs +3 -12
  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 +33 -0
  120. package/dist/main/gallery/gallery-server.mjs +31 -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 +4 -15
  151. package/dist/main/price-plan.mjs +4 -15
  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 +23 -6
  404. package/src/fuma/fuma-page-genarator.tsx +31 -11
  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/image-grid.tsx +1 -1
  411. package/src/fuma/mdx/mermaid.tsx +2 -2
  412. package/src/fuma/mdx/toc-base.tsx +9 -4
  413. package/src/fuma/mdx/zia-card.tsx +6 -6
  414. package/src/fuma/server.ts +1 -0
  415. package/src/lib/fuma-schema-check-util.ts +11 -40
  416. package/src/lib/server.ts +0 -1
  417. package/src/main/ai-prompt-textarea.tsx +1 -1
  418. package/src/main/credit/credit-nav-button.tsx +283 -0
  419. package/src/main/credit/credit-overview-client.tsx +552 -0
  420. package/src/main/credit/credit-overview.tsx +53 -0
  421. package/src/main/credit/types.ts +89 -0
  422. package/src/main/cta.tsx +10 -9
  423. package/src/main/faq.tsx +6 -5
  424. package/src/main/features.tsx +4 -4
  425. package/src/main/footer.tsx +1 -1
  426. package/src/main/gallery/gallery-desktop-grid.tsx +41 -0
  427. package/src/main/gallery/gallery-interactive.tsx +153 -0
  428. package/src/main/gallery/gallery-mobile-swiper.tsx +65 -0
  429. package/src/main/gallery/gallery-server.tsx +46 -0
  430. package/src/main/gallery/gallery-types.ts +22 -0
  431. package/src/main/go-to-top.tsx +1 -1
  432. package/src/main/index.ts +5 -3
  433. package/src/main/money-price/customer-portal.ts +63 -0
  434. package/src/main/money-price/money-price-button.tsx +211 -56
  435. package/src/main/money-price/money-price-config-util.ts +222 -5
  436. package/src/main/money-price/money-price-data.ts +49 -0
  437. package/src/main/money-price/money-price-interactive.tsx +479 -356
  438. package/src/main/money-price/money-price-types.ts +76 -22
  439. package/src/main/money-price/money-price.tsx +28 -267
  440. package/src/main/price-plan.tsx +4 -4
  441. package/src/main/section-layout.ts +5 -0
  442. package/src/main/seo-content.tsx +3 -3
  443. package/src/main/server.ts +15 -4
  444. package/src/main/tips.tsx +3 -3
  445. package/src/main/usage.tsx +5 -5
  446. package/src/main/x-button.tsx +13 -13
  447. package/src/styles/fuma.css +38 -13
  448. package/src/styles/third-ui.css +37 -2
  449. package/dist/lib/fuma-search-util.d.ts +0 -2
  450. package/dist/lib/fuma-search-util.js +0 -8
  451. package/dist/lib/fuma-search-util.mjs +0 -6
  452. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -29
  453. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -24
  454. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -22
  455. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -20
  456. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +0 -55
  457. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -52
  458. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -18
  459. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -16
  460. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -29
  461. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -26
  462. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -25
  463. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -23
  464. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -122
  465. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -119
  466. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -34
  467. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -30
  468. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +0 -11
  469. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -9
  470. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +0 -30
  471. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -28
  472. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -42
  473. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -40
  474. 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
  475. 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
  476. 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
  477. 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
  478. 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
  479. 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
  480. 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
  481. 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
  482. 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
  483. 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
  484. 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
  485. 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
  486. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
  487. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +0 -83
  488. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +0 -73
  489. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +0 -30
  490. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +0 -30
  491. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +0 -41
  492. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +0 -30
  493. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +0 -135
  494. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +0 -132
  495. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +0 -11
  496. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +0 -8
  497. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +0 -8
  498. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +0 -8
  499. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +0 -122
  500. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +0 -111
  501. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +0 -138
  502. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +0 -135
  503. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +0 -113
  504. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +0 -111
  505. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +0 -3339
  506. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +0 -3297
  507. package/src/lib/fuma-search-util.ts +0 -6
  508. package/src/main/gallery-interactive.tsx +0 -171
  509. package/src/main/gallery.tsx +0 -98
  510. /package/dist/clerk/{clerk-page-generator-client.d.ts → clerk-page-context-generator.d.ts} +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.js +0 -0
  512. /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
  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.js +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/acyclic.mjs +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.js +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/add-border-segments.mjs +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.js +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/coordinate-system.mjs +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.js +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/data/list.mjs +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.js +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/greedy-fas.mjs +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.js +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/layout.mjs +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.js +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/nesting-graph.mjs +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.js +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/normalize.mjs +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.js +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/add-subgraph-constraints.mjs +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.js +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/barycenter.mjs +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.js +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/build-layer-graph.mjs +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.js +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/index.mjs +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.js +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/init-order.mjs +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.js +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/resolve-conflicts.mjs +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.js +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-subgraph.mjs +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.js +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/order/sort.mjs +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.js +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/parent-dummy-chains.mjs +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.js +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/position/index.mjs +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.js +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/feasible-tree.mjs +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.js +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/index.mjs +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.js +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/network-simplex.mjs +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.js +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/rank/util.mjs +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.js +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/dagre/util.mjs +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.js +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/dfs.mjs +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.js +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/postorder.mjs +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.js +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/preorder.mjs +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.js +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/alg/topsort.mjs +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.js +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/graph.mjs +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.js +0 -0
  570. /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
  571. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +0 -0
  572. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.mjs +0 -0
  573. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.js +0 -0
  574. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.mjs +0 -0
  575. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.js +0 -0
  576. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.mjs +0 -0
  577. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.js +0 -0
  578. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.mjs +0 -0
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var chunk55PJQP7W = require('./chunk-55PJQP7W.js');
4
- var chunk3XYRH5AP = require('./chunk-3XYRH5AP.js');
3
+ var chunkS3R3BYOJ = require('./chunk-S3R3BYOJ.js');
4
+ var chunkABZYJK2D = require('./chunk-ABZYJK2D.js');
5
+ var chunkAGHRB4JF = require('./chunk-AGHRB4JF.js');
5
6
  var index = require('../../../../../../../../_virtual/index.js');
6
7
  var dayjs_min = require('../../../../../../../../_virtual/dayjs.min.js');
7
8
  var isoWeek = require('../../../../../../../../_virtual/isoWeek.js');
@@ -26,19 +27,19 @@ var millisecond = require('../../../../../../d3-time@3.1.0/node_modules/d3-time/
26
27
  var select = require('../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.js');
27
28
 
28
29
  // src/diagrams/gantt/parser/gantt.jison
29
- var parser = function() {
30
- var o = /* @__PURE__ */ chunk3XYRH5AP.__name(function(k, v, o2, l) {
30
+ var parser = (function() {
31
+ var o = /* @__PURE__ */ chunkAGHRB4JF.__name(function(k, v, o2, l) {
31
32
  for (o2 = o2 || {}, l = k.length; l--; o2[k[l]] = v) ;
32
33
  return o2;
33
34
  }, "o"), $V0 = [6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 38, 40], $V1 = [1, 26], $V2 = [1, 27], $V3 = [1, 28], $V4 = [1, 29], $V5 = [1, 30], $V6 = [1, 31], $V7 = [1, 32], $V8 = [1, 33], $V9 = [1, 34], $Va = [1, 9], $Vb = [1, 10], $Vc = [1, 11], $Vd = [1, 12], $Ve = [1, 13], $Vf = [1, 14], $Vg = [1, 15], $Vh = [1, 16], $Vi = [1, 19], $Vj = [1, 20], $Vk = [1, 21], $Vl = [1, 22], $Vm = [1, 23], $Vn = [1, 25], $Vo = [1, 35];
34
35
  var parser2 = {
35
- trace: /* @__PURE__ */ chunk3XYRH5AP.__name(function trace() {
36
+ trace: /* @__PURE__ */ chunkAGHRB4JF.__name(function trace() {
36
37
  }, "trace"),
37
38
  yy: {},
38
39
  symbols_: { "error": 2, "start": 3, "gantt": 4, "document": 5, "EOF": 6, "line": 7, "SPACE": 8, "statement": 9, "NL": 10, "weekday": 11, "weekday_monday": 12, "weekday_tuesday": 13, "weekday_wednesday": 14, "weekday_thursday": 15, "weekday_friday": 16, "weekday_saturday": 17, "weekday_sunday": 18, "weekend": 19, "weekend_friday": 20, "weekend_saturday": 21, "dateFormat": 22, "inclusiveEndDates": 23, "topAxis": 24, "axisFormat": 25, "tickInterval": 26, "excludes": 27, "includes": 28, "todayMarker": 29, "title": 30, "acc_title": 31, "acc_title_value": 32, "acc_descr": 33, "acc_descr_value": 34, "acc_descr_multiline_value": 35, "section": 36, "clickStatement": 37, "taskTxt": 38, "taskData": 39, "click": 40, "callbackname": 41, "callbackargs": 42, "href": 43, "clickStatementDebug": 44, "$accept": 0, "$end": 1 },
39
40
  terminals_: { 2: "error", 4: "gantt", 6: "EOF", 8: "SPACE", 10: "NL", 12: "weekday_monday", 13: "weekday_tuesday", 14: "weekday_wednesday", 15: "weekday_thursday", 16: "weekday_friday", 17: "weekday_saturday", 18: "weekday_sunday", 20: "weekend_friday", 21: "weekend_saturday", 22: "dateFormat", 23: "inclusiveEndDates", 24: "topAxis", 25: "axisFormat", 26: "tickInterval", 27: "excludes", 28: "includes", 29: "todayMarker", 30: "title", 31: "acc_title", 32: "acc_title_value", 33: "acc_descr", 34: "acc_descr_value", 35: "acc_descr_multiline_value", 36: "section", 38: "taskTxt", 39: "taskData", 40: "click", 41: "callbackname", 42: "callbackargs", 43: "href" },
40
41
  productions_: [0, [3, 3], [5, 0], [5, 2], [7, 2], [7, 1], [7, 1], [7, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [19, 1], [19, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 2], [9, 2], [9, 1], [9, 1], [9, 1], [9, 2], [37, 2], [37, 3], [37, 3], [37, 4], [37, 3], [37, 4], [37, 2], [44, 2], [44, 3], [44, 3], [44, 4], [44, 3], [44, 4], [44, 2]],
41
- performAction: /* @__PURE__ */ chunk3XYRH5AP.__name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
42
+ performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
42
43
  var $0 = $$.length - 1;
43
44
  switch (yystate) {
44
45
  case 1:
@@ -187,7 +188,7 @@ var parser = function() {
187
188
  }, "anonymous"),
188
189
  table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, o($V0, [2, 2], { 5: 3 }), { 6: [1, 4], 7: 5, 8: [1, 6], 9: 7, 10: [1, 8], 11: 17, 12: $V1, 13: $V2, 14: $V3, 15: $V4, 16: $V5, 17: $V6, 18: $V7, 19: 18, 20: $V8, 21: $V9, 22: $Va, 23: $Vb, 24: $Vc, 25: $Vd, 26: $Ve, 27: $Vf, 28: $Vg, 29: $Vh, 30: $Vi, 31: $Vj, 33: $Vk, 35: $Vl, 36: $Vm, 37: 24, 38: $Vn, 40: $Vo }, o($V0, [2, 7], { 1: [2, 1] }), o($V0, [2, 3]), { 9: 36, 11: 17, 12: $V1, 13: $V2, 14: $V3, 15: $V4, 16: $V5, 17: $V6, 18: $V7, 19: 18, 20: $V8, 21: $V9, 22: $Va, 23: $Vb, 24: $Vc, 25: $Vd, 26: $Ve, 27: $Vf, 28: $Vg, 29: $Vh, 30: $Vi, 31: $Vj, 33: $Vk, 35: $Vl, 36: $Vm, 37: 24, 38: $Vn, 40: $Vo }, o($V0, [2, 5]), o($V0, [2, 6]), o($V0, [2, 17]), o($V0, [2, 18]), o($V0, [2, 19]), o($V0, [2, 20]), o($V0, [2, 21]), o($V0, [2, 22]), o($V0, [2, 23]), o($V0, [2, 24]), o($V0, [2, 25]), o($V0, [2, 26]), o($V0, [2, 27]), { 32: [1, 37] }, { 34: [1, 38] }, o($V0, [2, 30]), o($V0, [2, 31]), o($V0, [2, 32]), { 39: [1, 39] }, o($V0, [2, 8]), o($V0, [2, 9]), o($V0, [2, 10]), o($V0, [2, 11]), o($V0, [2, 12]), o($V0, [2, 13]), o($V0, [2, 14]), o($V0, [2, 15]), o($V0, [2, 16]), { 41: [1, 40], 43: [1, 41] }, o($V0, [2, 4]), o($V0, [2, 28]), o($V0, [2, 29]), o($V0, [2, 33]), o($V0, [2, 34], { 42: [1, 42], 43: [1, 43] }), o($V0, [2, 40], { 41: [1, 44] }), o($V0, [2, 35], { 43: [1, 45] }), o($V0, [2, 36]), o($V0, [2, 38], { 42: [1, 46] }), o($V0, [2, 37]), o($V0, [2, 39])],
189
190
  defaultActions: {},
190
- parseError: /* @__PURE__ */ chunk3XYRH5AP.__name(function parseError(str, hash) {
191
+ parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
191
192
  if (hash.recoverable) {
192
193
  this.trace(str);
193
194
  } else {
@@ -196,7 +197,7 @@ var parser = function() {
196
197
  throw error;
197
198
  }
198
199
  }, "parseError"),
199
- parse: /* @__PURE__ */ chunk3XYRH5AP.__name(function parse(input) {
200
+ parse: /* @__PURE__ */ chunkAGHRB4JF.__name(function parse(input) {
200
201
  var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, TERROR = 2, EOF = 1;
201
202
  var args = lstack.slice.call(arguments, 1);
202
203
  var lexer2 = Object.create(this.lexer);
@@ -225,7 +226,7 @@ var parser = function() {
225
226
  vstack.length = vstack.length - n;
226
227
  lstack.length = lstack.length - n;
227
228
  }
228
- chunk3XYRH5AP.__name(popStack, "popStack");
229
+ chunkAGHRB4JF.__name(popStack, "popStack");
229
230
  function lex() {
230
231
  var token;
231
232
  token = tstack.pop() || lexer2.lex() || EOF;
@@ -238,7 +239,7 @@ var parser = function() {
238
239
  }
239
240
  return token;
240
241
  }
241
- chunk3XYRH5AP.__name(lex, "lex");
242
+ chunkAGHRB4JF.__name(lex, "lex");
242
243
  var symbol, state, action, r, yyval = {}, p, len, newState, expected;
243
244
  while (true) {
244
245
  state = stack[stack.length - 1];
@@ -333,10 +334,10 @@ var parser = function() {
333
334
  return true;
334
335
  }, "parse")
335
336
  };
336
- var lexer = /* @__PURE__ */ function() {
337
+ var lexer = /* @__PURE__ */ (function() {
337
338
  var lexer2 = {
338
339
  EOF: 1,
339
- parseError: /* @__PURE__ */ chunk3XYRH5AP.__name(function parseError(str, hash) {
340
+ parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
340
341
  if (this.yy.parser) {
341
342
  this.yy.parser.parseError(str, hash);
342
343
  } else {
@@ -344,7 +345,7 @@ var parser = function() {
344
345
  }
345
346
  }, "parseError"),
346
347
  // resets the lexer, sets new input
347
- setInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function(input, yy) {
348
+ setInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(input, yy) {
348
349
  this.yy = yy || this.yy || {};
349
350
  this._input = input;
350
351
  this._more = this._backtrack = this.done = false;
@@ -364,7 +365,7 @@ var parser = function() {
364
365
  return this;
365
366
  }, "setInput"),
366
367
  // consumes and returns one char from the input
367
- input: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
368
+ input: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
368
369
  var ch = this._input[0];
369
370
  this.yytext += ch;
370
371
  this.yyleng++;
@@ -385,7 +386,7 @@ var parser = function() {
385
386
  return ch;
386
387
  }, "input"),
387
388
  // unshifts one char (or a string) into the input
388
- unput: /* @__PURE__ */ chunk3XYRH5AP.__name(function(ch) {
389
+ unput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(ch) {
389
390
  var len = ch.length;
390
391
  var lines = ch.split(/(?:\r\n?|\n)/g);
391
392
  this._input = ch + this._input;
@@ -411,12 +412,12 @@ var parser = function() {
411
412
  return this;
412
413
  }, "unput"),
413
414
  // When called from action, caches matched text and appends it on next action
414
- more: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
415
+ more: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
415
416
  this._more = true;
416
417
  return this;
417
418
  }, "more"),
418
419
  // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
419
- reject: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
420
+ reject: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
420
421
  if (this.options.backtrack_lexer) {
421
422
  this._backtrack = true;
422
423
  } else {
@@ -429,16 +430,16 @@ var parser = function() {
429
430
  return this;
430
431
  }, "reject"),
431
432
  // retain first n characters of the match
432
- less: /* @__PURE__ */ chunk3XYRH5AP.__name(function(n) {
433
+ less: /* @__PURE__ */ chunkAGHRB4JF.__name(function(n) {
433
434
  this.unput(this.match.slice(n));
434
435
  }, "less"),
435
436
  // displays already matched input, i.e. for error messages
436
- pastInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
437
+ pastInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
437
438
  var past = this.matched.substr(0, this.matched.length - this.match.length);
438
439
  return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
439
440
  }, "pastInput"),
440
441
  // displays upcoming input, i.e. for error messages
441
- upcomingInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
442
+ upcomingInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
442
443
  var next = this.match;
443
444
  if (next.length < 20) {
444
445
  next += this._input.substr(0, 20 - next.length);
@@ -446,13 +447,13 @@ var parser = function() {
446
447
  return (next.substr(0, 20) + (next.length > 20 ? "..." : "")).replace(/\n/g, "");
447
448
  }, "upcomingInput"),
448
449
  // displays the character position where the lexing error occurred, i.e. for error messages
449
- showPosition: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
450
+ showPosition: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
450
451
  var pre = this.pastInput();
451
452
  var c = new Array(pre.length + 1).join("-");
452
453
  return pre + this.upcomingInput() + "\n" + c + "^";
453
454
  }, "showPosition"),
454
455
  // test the lexed token: return FALSE when not a match, otherwise return token
455
- test_match: /* @__PURE__ */ chunk3XYRH5AP.__name(function(match, indexed_rule) {
456
+ test_match: /* @__PURE__ */ chunkAGHRB4JF.__name(function(match, indexed_rule) {
456
457
  var token, lines, backup;
457
458
  if (this.options.backtrack_lexer) {
458
459
  backup = {
@@ -515,7 +516,7 @@ var parser = function() {
515
516
  return false;
516
517
  }, "test_match"),
517
518
  // return next match in input
518
- next: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
519
+ next: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
519
520
  if (this.done) {
520
521
  return this.EOF;
521
522
  }
@@ -566,7 +567,7 @@ var parser = function() {
566
567
  }
567
568
  }, "next"),
568
569
  // return next match that has a token
569
- lex: /* @__PURE__ */ chunk3XYRH5AP.__name(function lex() {
570
+ lex: /* @__PURE__ */ chunkAGHRB4JF.__name(function lex() {
570
571
  var r = this.next();
571
572
  if (r) {
572
573
  return r;
@@ -575,11 +576,11 @@ var parser = function() {
575
576
  }
576
577
  }, "lex"),
577
578
  // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
578
- begin: /* @__PURE__ */ chunk3XYRH5AP.__name(function begin(condition) {
579
+ begin: /* @__PURE__ */ chunkAGHRB4JF.__name(function begin(condition) {
579
580
  this.conditionStack.push(condition);
580
581
  }, "begin"),
581
582
  // pop the previously active lexer condition state off the condition stack
582
- popState: /* @__PURE__ */ chunk3XYRH5AP.__name(function popState() {
583
+ popState: /* @__PURE__ */ chunkAGHRB4JF.__name(function popState() {
583
584
  var n = this.conditionStack.length - 1;
584
585
  if (n > 0) {
585
586
  return this.conditionStack.pop();
@@ -588,7 +589,7 @@ var parser = function() {
588
589
  }
589
590
  }, "popState"),
590
591
  // produce the lexer rule set which is active for the currently active lexer condition state
591
- _currentRules: /* @__PURE__ */ chunk3XYRH5AP.__name(function _currentRules() {
592
+ _currentRules: /* @__PURE__ */ chunkAGHRB4JF.__name(function _currentRules() {
592
593
  if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
593
594
  return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
594
595
  } else {
@@ -596,7 +597,7 @@ var parser = function() {
596
597
  }
597
598
  }, "_currentRules"),
598
599
  // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
599
- topState: /* @__PURE__ */ chunk3XYRH5AP.__name(function topState(n) {
600
+ topState: /* @__PURE__ */ chunkAGHRB4JF.__name(function topState(n) {
600
601
  n = this.conditionStack.length - 1 - Math.abs(n || 0);
601
602
  if (n >= 0) {
602
603
  return this.conditionStack[n];
@@ -605,15 +606,15 @@ var parser = function() {
605
606
  }
606
607
  }, "topState"),
607
608
  // alias for begin(condition)
608
- pushState: /* @__PURE__ */ chunk3XYRH5AP.__name(function pushState(condition) {
609
+ pushState: /* @__PURE__ */ chunkAGHRB4JF.__name(function pushState(condition) {
609
610
  this.begin(condition);
610
611
  }, "pushState"),
611
612
  // return the number of states currently on the stack
612
- stateStackSize: /* @__PURE__ */ chunk3XYRH5AP.__name(function stateStackSize() {
613
+ stateStackSize: /* @__PURE__ */ chunkAGHRB4JF.__name(function stateStackSize() {
613
614
  return this.conditionStack.length;
614
615
  }, "stateStackSize"),
615
616
  options: { "case-insensitive": true },
616
- performAction: /* @__PURE__ */ chunk3XYRH5AP.__name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
617
+ performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
617
618
  switch ($avoiding_name_collisions) {
618
619
  case 0:
619
620
  this.begin("open_directive");
@@ -743,16 +744,16 @@ var parser = function() {
743
744
  conditions: { "acc_descr_multiline": { "rules": [6, 7], "inclusive": false }, "acc_descr": { "rules": [4], "inclusive": false }, "acc_title": { "rules": [2], "inclusive": false }, "callbackargs": { "rules": [21, 22], "inclusive": false }, "callbackname": { "rules": [18, 19, 20], "inclusive": false }, "href": { "rules": [15, 16], "inclusive": false }, "click": { "rules": [24, 25], "inclusive": false }, "INITIAL": { "rules": [0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 14, 17, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "inclusive": true } }
744
745
  };
745
746
  return lexer2;
746
- }();
747
+ })();
747
748
  parser2.lexer = lexer;
748
749
  function Parser() {
749
750
  this.yy = {};
750
751
  }
751
- chunk3XYRH5AP.__name(Parser, "Parser");
752
+ chunkAGHRB4JF.__name(Parser, "Parser");
752
753
  Parser.prototype = parser2;
753
754
  parser2.Parser = Parser;
754
755
  return new Parser();
755
- }();
756
+ })();
756
757
  parser.parser = parser;
757
758
  var gantt_default = parser;
758
759
  dayjs_min.extend(isoWeek);
@@ -777,7 +778,7 @@ var topAxis = false;
777
778
  var weekday = "sunday";
778
779
  var weekend = "saturday";
779
780
  var lastOrder = 0;
780
- var clear2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
781
+ var clear2 = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
781
782
  sections = [];
782
783
  tasks = [];
783
784
  currentSection = "";
@@ -797,75 +798,75 @@ var clear2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
797
798
  topAxis = false;
798
799
  lastOrder = 0;
799
800
  links = /* @__PURE__ */ new Map();
800
- chunk3XYRH5AP.clear();
801
+ chunkABZYJK2D.clear();
801
802
  weekday = "sunday";
802
803
  weekend = "saturday";
803
804
  }, "clear");
804
- var setAxisFormat = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
805
+ var setAxisFormat = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
805
806
  axisFormat = txt;
806
807
  }, "setAxisFormat");
807
- var getAxisFormat = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
808
+ var getAxisFormat = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
808
809
  return axisFormat;
809
810
  }, "getAxisFormat");
810
- var setTickInterval = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
811
+ var setTickInterval = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
811
812
  tickInterval = txt;
812
813
  }, "setTickInterval");
813
- var getTickInterval = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
814
+ var getTickInterval = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
814
815
  return tickInterval;
815
816
  }, "getTickInterval");
816
- var setTodayMarker = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
817
+ var setTodayMarker = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
817
818
  todayMarker = txt;
818
819
  }, "setTodayMarker");
819
- var getTodayMarker = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
820
+ var getTodayMarker = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
820
821
  return todayMarker;
821
822
  }, "getTodayMarker");
822
- var setDateFormat = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
823
+ var setDateFormat = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
823
824
  dateFormat = txt;
824
825
  }, "setDateFormat");
825
- var enableInclusiveEndDates = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
826
+ var enableInclusiveEndDates = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
826
827
  inclusiveEndDates = true;
827
828
  }, "enableInclusiveEndDates");
828
- var endDatesAreInclusive = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
829
+ var endDatesAreInclusive = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
829
830
  return inclusiveEndDates;
830
831
  }, "endDatesAreInclusive");
831
- var enableTopAxis = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
832
+ var enableTopAxis = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
832
833
  topAxis = true;
833
834
  }, "enableTopAxis");
834
- var topAxisEnabled = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
835
+ var topAxisEnabled = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
835
836
  return topAxis;
836
837
  }, "topAxisEnabled");
837
- var setDisplayMode = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
838
+ var setDisplayMode = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
838
839
  displayMode = txt;
839
840
  }, "setDisplayMode");
840
- var getDisplayMode = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
841
+ var getDisplayMode = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
841
842
  return displayMode;
842
843
  }, "getDisplayMode");
843
- var getDateFormat = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
844
+ var getDateFormat = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
844
845
  return dateFormat;
845
846
  }, "getDateFormat");
846
- var setIncludes = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
847
+ var setIncludes = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
847
848
  includes = txt.toLowerCase().split(/[\s,]+/);
848
849
  }, "setIncludes");
849
- var getIncludes = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
850
+ var getIncludes = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
850
851
  return includes;
851
852
  }, "getIncludes");
852
- var setExcludes = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
853
+ var setExcludes = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
853
854
  excludes = txt.toLowerCase().split(/[\s,]+/);
854
855
  }, "setExcludes");
855
- var getExcludes = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
856
+ var getExcludes = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
856
857
  return excludes;
857
858
  }, "getExcludes");
858
- var getLinks = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
859
+ var getLinks = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
859
860
  return links;
860
861
  }, "getLinks");
861
- var addSection = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
862
+ var addSection = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
862
863
  currentSection = txt;
863
864
  sections.push(txt);
864
865
  }, "addSection");
865
- var getSections = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
866
+ var getSections = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
866
867
  return sections;
867
868
  }, "getSections");
868
- var getTasks = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
869
+ var getTasks = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
869
870
  let allItemsProcessed = compileTasks();
870
871
  const maxDepth = 10;
871
872
  let iterationCount = 0;
@@ -876,8 +877,10 @@ var getTasks = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
876
877
  tasks = rawTasks;
877
878
  return tasks;
878
879
  }, "getTasks");
879
- var isInvalidDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(date, dateFormat2, excludes2, includes2) {
880
- if (includes2.includes(date.format(dateFormat2.trim()))) {
880
+ var isInvalidDate = /* @__PURE__ */ chunkAGHRB4JF.__name(function(date, dateFormat2, excludes2, includes2) {
881
+ const formattedDate = date.format(dateFormat2.trim());
882
+ const dateOnly = date.format("YYYY-MM-DD");
883
+ if (includes2.includes(formattedDate) || includes2.includes(dateOnly)) {
881
884
  return false;
882
885
  }
883
886
  if (excludes2.includes("weekends") && (date.isoWeekday() === WEEKEND_START_DAY[weekend] || date.isoWeekday() === WEEKEND_START_DAY[weekend] + 1)) {
@@ -886,18 +889,18 @@ var isInvalidDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(date, dateForm
886
889
  if (excludes2.includes(date.format("dddd").toLowerCase())) {
887
890
  return true;
888
891
  }
889
- return excludes2.includes(date.format(dateFormat2.trim()));
892
+ return excludes2.includes(formattedDate) || excludes2.includes(dateOnly);
890
893
  }, "isInvalidDate");
891
- var setWeekday = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
894
+ var setWeekday = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
892
895
  weekday = txt;
893
896
  }, "setWeekday");
894
- var getWeekday = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
897
+ var getWeekday = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
895
898
  return weekday;
896
899
  }, "getWeekday");
897
- var setWeekend = /* @__PURE__ */ chunk3XYRH5AP.__name(function(startDay) {
900
+ var setWeekend = /* @__PURE__ */ chunkAGHRB4JF.__name(function(startDay) {
898
901
  weekend = startDay;
899
902
  }, "setWeekend");
900
- var checkTaskDates = /* @__PURE__ */ chunk3XYRH5AP.__name(function(task, dateFormat2, excludes2, includes2) {
903
+ var checkTaskDates = /* @__PURE__ */ chunkAGHRB4JF.__name(function(task, dateFormat2, excludes2, includes2) {
901
904
  if (!excludes2.length || task.manualEndTime) {
902
905
  return;
903
906
  }
@@ -924,7 +927,7 @@ var checkTaskDates = /* @__PURE__ */ chunk3XYRH5AP.__name(function(task, dateFor
924
927
  task.endTime = fixedEndTime.toDate();
925
928
  task.renderEndTime = renderEndTime;
926
929
  }, "checkTaskDates");
927
- var fixTaskDates = /* @__PURE__ */ chunk3XYRH5AP.__name(function(startTime, endTime, dateFormat2, excludes2, includes2) {
930
+ var fixTaskDates = /* @__PURE__ */ chunkAGHRB4JF.__name(function(startTime, endTime, dateFormat2, excludes2, includes2) {
928
931
  let invalid = false;
929
932
  let renderEndTime = null;
930
933
  while (startTime <= endTime) {
@@ -939,8 +942,11 @@ var fixTaskDates = /* @__PURE__ */ chunk3XYRH5AP.__name(function(startTime, endT
939
942
  }
940
943
  return [endTime, renderEndTime];
941
944
  }, "fixTaskDates");
942
- var getStartDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTime, dateFormat2, str) {
945
+ var getStartDate = /* @__PURE__ */ chunkAGHRB4JF.__name(function(prevTime, dateFormat2, str) {
943
946
  str = str.trim();
947
+ if ((dateFormat2.trim() === "x" || dateFormat2.trim() === "X") && /^\d+$/.test(str)) {
948
+ return new Date(Number(str));
949
+ }
944
950
  const afterRePattern = /^after\s+(?<ids>[\d\w- ]+)/;
945
951
  const afterStatement = afterRePattern.exec(str);
946
952
  if (afterStatement !== null) {
@@ -962,8 +968,8 @@ var getStartDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTime, dateF
962
968
  if (mDate.isValid()) {
963
969
  return mDate.toDate();
964
970
  } else {
965
- chunk3XYRH5AP.log.debug("Invalid date:" + str);
966
- chunk3XYRH5AP.log.debug("With date format:" + dateFormat2.trim());
971
+ chunkAGHRB4JF.log.debug("Invalid date:" + str);
972
+ chunkAGHRB4JF.log.debug("With date format:" + dateFormat2.trim());
967
973
  const d = new Date(str);
968
974
  if (d === void 0 || isNaN(d.getTime()) || // WebKit browsers can mis-parse invalid dates to be ridiculously
969
975
  // huge numbers, e.g. new Date('202304') gets parsed as January 1, 202304.
@@ -976,14 +982,14 @@ var getStartDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTime, dateF
976
982
  return d;
977
983
  }
978
984
  }, "getStartDate");
979
- var parseDuration = /* @__PURE__ */ chunk3XYRH5AP.__name(function(str) {
985
+ var parseDuration = /* @__PURE__ */ chunkAGHRB4JF.__name(function(str) {
980
986
  const statement = /^(\d+(?:\.\d+)?)([Mdhmswy]|ms)$/.exec(str.trim());
981
987
  if (statement !== null) {
982
988
  return [Number.parseFloat(statement[1]), statement[2]];
983
989
  }
984
990
  return [NaN, "ms"];
985
991
  }, "parseDuration");
986
- var getEndDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTime, dateFormat2, str, inclusive = false) {
992
+ var getEndDate = /* @__PURE__ */ chunkAGHRB4JF.__name(function(prevTime, dateFormat2, str, inclusive = false) {
987
993
  str = str.trim();
988
994
  const untilRePattern = /^until\s+(?<ids>[\d\w- ]+)/;
989
995
  const untilStatement = untilRePattern.exec(str);
@@ -1020,14 +1026,14 @@ var getEndDate = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTime, dateFor
1020
1026
  return endTime.toDate();
1021
1027
  }, "getEndDate");
1022
1028
  var taskCnt = 0;
1023
- var parseId = /* @__PURE__ */ chunk3XYRH5AP.__name(function(idStr) {
1029
+ var parseId = /* @__PURE__ */ chunkAGHRB4JF.__name(function(idStr) {
1024
1030
  if (idStr === void 0) {
1025
1031
  taskCnt = taskCnt + 1;
1026
1032
  return "task" + taskCnt;
1027
1033
  }
1028
1034
  return idStr;
1029
1035
  }, "parseId");
1030
- var compileData = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTask, dataStr) {
1036
+ var compileData = /* @__PURE__ */ chunkAGHRB4JF.__name(function(prevTask, dataStr) {
1031
1037
  let ds;
1032
1038
  if (dataStr.substr(0, 1) === ":") {
1033
1039
  ds = dataStr.substr(1, dataStr.length);
@@ -1065,7 +1071,7 @@ var compileData = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTask, dataSt
1065
1071
  }
1066
1072
  return task;
1067
1073
  }, "compileData");
1068
- var parseData = /* @__PURE__ */ chunk3XYRH5AP.__name(function(prevTaskId, dataStr) {
1074
+ var parseData = /* @__PURE__ */ chunkAGHRB4JF.__name(function(prevTaskId, dataStr) {
1069
1075
  let ds;
1070
1076
  if (dataStr.substr(0, 1) === ":") {
1071
1077
  ds = dataStr.substr(1, dataStr.length);
@@ -1116,7 +1122,7 @@ var lastTask;
1116
1122
  var lastTaskID;
1117
1123
  var rawTasks = [];
1118
1124
  var taskDb = {};
1119
- var addTask = /* @__PURE__ */ chunk3XYRH5AP.__name(function(descr, data) {
1125
+ var addTask = /* @__PURE__ */ chunkAGHRB4JF.__name(function(descr, data) {
1120
1126
  const rawTask = {
1121
1127
  section: currentSection,
1122
1128
  type: currentSection,
@@ -1143,11 +1149,11 @@ var addTask = /* @__PURE__ */ chunk3XYRH5AP.__name(function(descr, data) {
1143
1149
  lastTaskID = rawTask.id;
1144
1150
  taskDb[rawTask.id] = pos - 1;
1145
1151
  }, "addTask");
1146
- var findTaskById = /* @__PURE__ */ chunk3XYRH5AP.__name(function(id) {
1152
+ var findTaskById = /* @__PURE__ */ chunkAGHRB4JF.__name(function(id) {
1147
1153
  const pos = taskDb[id];
1148
1154
  return rawTasks[pos];
1149
1155
  }, "findTaskById");
1150
- var addTaskOrg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(descr, data) {
1156
+ var addTaskOrg = /* @__PURE__ */ chunkAGHRB4JF.__name(function(descr, data) {
1151
1157
  const newTask = {
1152
1158
  section: currentSection,
1153
1159
  type: currentSection,
@@ -1167,8 +1173,8 @@ var addTaskOrg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(descr, data) {
1167
1173
  lastTask = newTask;
1168
1174
  tasks.push(newTask);
1169
1175
  }, "addTaskOrg");
1170
- var compileTasks = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1171
- const compileTask = /* @__PURE__ */ chunk3XYRH5AP.__name(function(pos) {
1176
+ var compileTasks = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1177
+ const compileTask = /* @__PURE__ */ chunkAGHRB4JF.__name(function(pos) {
1172
1178
  const task = rawTasks[pos];
1173
1179
  let startTime = "";
1174
1180
  switch (rawTasks[pos].raw.startTime.type) {
@@ -1210,9 +1216,9 @@ var compileTasks = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1210
1216
  }
1211
1217
  return allProcessed;
1212
1218
  }, "compileTasks");
1213
- var setLink = /* @__PURE__ */ chunk3XYRH5AP.__name(function(ids, _linkStr) {
1219
+ var setLink = /* @__PURE__ */ chunkAGHRB4JF.__name(function(ids, _linkStr) {
1214
1220
  let linkStr = _linkStr;
1215
- if (chunk3XYRH5AP.getConfig2().securityLevel !== "loose") {
1221
+ if (chunkABZYJK2D.getConfig2().securityLevel !== "loose") {
1216
1222
  linkStr = index.distExports.sanitizeUrl(_linkStr);
1217
1223
  }
1218
1224
  ids.split(",").forEach(function(id) {
@@ -1226,7 +1232,7 @@ var setLink = /* @__PURE__ */ chunk3XYRH5AP.__name(function(ids, _linkStr) {
1226
1232
  });
1227
1233
  setClass(ids, "clickable");
1228
1234
  }, "setLink");
1229
- var setClass = /* @__PURE__ */ chunk3XYRH5AP.__name(function(ids, className) {
1235
+ var setClass = /* @__PURE__ */ chunkAGHRB4JF.__name(function(ids, className) {
1230
1236
  ids.split(",").forEach(function(id) {
1231
1237
  let rawTask = findTaskById(id);
1232
1238
  if (rawTask !== void 0) {
@@ -1234,8 +1240,8 @@ var setClass = /* @__PURE__ */ chunk3XYRH5AP.__name(function(ids, className) {
1234
1240
  }
1235
1241
  });
1236
1242
  }, "setClass");
1237
- var setClickFun = /* @__PURE__ */ chunk3XYRH5AP.__name(function(id, functionName, functionArgs) {
1238
- if (chunk3XYRH5AP.getConfig2().securityLevel !== "loose") {
1243
+ var setClickFun = /* @__PURE__ */ chunkAGHRB4JF.__name(function(id, functionName, functionArgs) {
1244
+ if (chunkABZYJK2D.getConfig2().securityLevel !== "loose") {
1239
1245
  return;
1240
1246
  }
1241
1247
  if (functionName === void 0) {
@@ -1258,11 +1264,11 @@ var setClickFun = /* @__PURE__ */ chunk3XYRH5AP.__name(function(id, functionName
1258
1264
  let rawTask = findTaskById(id);
1259
1265
  if (rawTask !== void 0) {
1260
1266
  pushFun(id, () => {
1261
- chunk55PJQP7W.utils_default.runFunc(functionName, ...argList);
1267
+ chunkS3R3BYOJ.utils_default.runFunc(functionName, ...argList);
1262
1268
  });
1263
1269
  }
1264
1270
  }, "setClickFun");
1265
- var pushFun = /* @__PURE__ */ chunk3XYRH5AP.__name(function(id, callbackFunction) {
1271
+ var pushFun = /* @__PURE__ */ chunkAGHRB4JF.__name(function(id, callbackFunction) {
1266
1272
  funs.push(
1267
1273
  function() {
1268
1274
  const elem = document.querySelector(`[id="${id}"]`);
@@ -1282,19 +1288,19 @@ var pushFun = /* @__PURE__ */ chunk3XYRH5AP.__name(function(id, callbackFunction
1282
1288
  }
1283
1289
  );
1284
1290
  }, "pushFun");
1285
- var setClickEvent = /* @__PURE__ */ chunk3XYRH5AP.__name(function(ids, functionName, functionArgs) {
1291
+ var setClickEvent = /* @__PURE__ */ chunkAGHRB4JF.__name(function(ids, functionName, functionArgs) {
1286
1292
  ids.split(",").forEach(function(id) {
1287
1293
  setClickFun(id, functionName, functionArgs);
1288
1294
  });
1289
1295
  setClass(ids, "clickable");
1290
1296
  }, "setClickEvent");
1291
- var bindFunctions = /* @__PURE__ */ chunk3XYRH5AP.__name(function(element) {
1297
+ var bindFunctions = /* @__PURE__ */ chunkAGHRB4JF.__name(function(element) {
1292
1298
  funs.forEach(function(fun) {
1293
1299
  fun(element);
1294
1300
  });
1295
1301
  }, "bindFunctions");
1296
1302
  var ganttDb_default = {
1297
- getConfig: /* @__PURE__ */ chunk3XYRH5AP.__name(() => chunk3XYRH5AP.getConfig2().gantt, "getConfig"),
1303
+ getConfig: /* @__PURE__ */ chunkAGHRB4JF.__name(() => chunkABZYJK2D.getConfig2().gantt, "getConfig"),
1298
1304
  clear: clear2,
1299
1305
  setDateFormat,
1300
1306
  getDateFormat,
@@ -1308,14 +1314,14 @@ var ganttDb_default = {
1308
1314
  getTickInterval,
1309
1315
  setTodayMarker,
1310
1316
  getTodayMarker,
1311
- setAccTitle: chunk3XYRH5AP.setAccTitle,
1312
- getAccTitle: chunk3XYRH5AP.getAccTitle,
1313
- setDiagramTitle: chunk3XYRH5AP.setDiagramTitle,
1314
- getDiagramTitle: chunk3XYRH5AP.getDiagramTitle,
1317
+ setAccTitle: chunkABZYJK2D.setAccTitle,
1318
+ getAccTitle: chunkABZYJK2D.getAccTitle,
1319
+ setDiagramTitle: chunkABZYJK2D.setDiagramTitle,
1320
+ getDiagramTitle: chunkABZYJK2D.getDiagramTitle,
1315
1321
  setDisplayMode,
1316
1322
  getDisplayMode,
1317
- setAccDescription: chunk3XYRH5AP.setAccDescription,
1318
- getAccDescription: chunk3XYRH5AP.getAccDescription,
1323
+ setAccDescription: chunkABZYJK2D.setAccDescription,
1324
+ getAccDescription: chunkABZYJK2D.getAccDescription,
1319
1325
  addSection,
1320
1326
  getSections,
1321
1327
  getTasks,
@@ -1351,9 +1357,9 @@ function getTaskTags(data, task, tags2) {
1351
1357
  });
1352
1358
  }
1353
1359
  }
1354
- chunk3XYRH5AP.__name(getTaskTags, "getTaskTags");
1355
- var setConf = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1356
- chunk3XYRH5AP.log.debug("Something is calling, setConf, remove the call");
1360
+ chunkAGHRB4JF.__name(getTaskTags, "getTaskTags");
1361
+ var setConf = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1362
+ chunkAGHRB4JF.log.debug("Something is calling, setConf, remove the call");
1357
1363
  }, "setConf");
1358
1364
  var mapWeekdayToTimeFunction = {
1359
1365
  monday: week.timeMonday,
@@ -1364,7 +1370,7 @@ var mapWeekdayToTimeFunction = {
1364
1370
  saturday: week.timeSaturday,
1365
1371
  sunday: week.timeSunday
1366
1372
  };
1367
- var getMaxIntersections = /* @__PURE__ */ chunk3XYRH5AP.__name((tasks2, orderOffset) => {
1373
+ var getMaxIntersections = /* @__PURE__ */ chunkAGHRB4JF.__name((tasks2, orderOffset) => {
1368
1374
  let timeline = [...tasks2].map(() => -Infinity);
1369
1375
  let sorted = [...tasks2].sort((a, b) => a.startTime - b.startTime || a.order - b.order);
1370
1376
  let maxIntersections = 0;
@@ -1383,9 +1389,9 @@ var getMaxIntersections = /* @__PURE__ */ chunk3XYRH5AP.__name((tasks2, orderOff
1383
1389
  return maxIntersections;
1384
1390
  }, "getMaxIntersections");
1385
1391
  var w;
1386
- var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diagObj) {
1387
- const conf = chunk3XYRH5AP.getConfig2().gantt;
1388
- const securityLevel = chunk3XYRH5AP.getConfig2().securityLevel;
1392
+ var draw = /* @__PURE__ */ chunkAGHRB4JF.__name(function(text, id, version, diagObj) {
1393
+ const conf = chunkABZYJK2D.getConfig2().gantt;
1394
+ const securityLevel = chunkABZYJK2D.getConfig2().securityLevel;
1389
1395
  let sandboxElement;
1390
1396
  if (securityLevel === "sandbox") {
1391
1397
  sandboxElement = select("#i" + id);
@@ -1451,10 +1457,10 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1451
1457
  }
1452
1458
  return result;
1453
1459
  }
1454
- chunk3XYRH5AP.__name(taskCompare, "taskCompare");
1460
+ chunkAGHRB4JF.__name(taskCompare, "taskCompare");
1455
1461
  taskArray.sort(taskCompare);
1456
1462
  makeGantt(taskArray, w, h);
1457
- chunk3XYRH5AP.configureSvgSize(svg, h, w, conf.useMaxWidth);
1463
+ chunkABZYJK2D.configureSvgSize(svg, h, w, conf.useMaxWidth);
1458
1464
  svg.append("text").text(diagObj.db.getDiagramTitle()).attr("x", w / 2).attr("y", conf.titleTopMargin).attr("class", "titleText");
1459
1465
  function makeGantt(tasks2, pageWidth, pageHeight) {
1460
1466
  const barHeight = conf.barHeight;
@@ -1477,7 +1483,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1477
1483
  vertLabels(gap, topPadding);
1478
1484
  drawToday(leftPadding, topPadding, pageWidth, pageHeight);
1479
1485
  }
1480
- chunk3XYRH5AP.__name(makeGantt, "makeGantt");
1486
+ chunkAGHRB4JF.__name(makeGantt, "makeGantt");
1481
1487
  function drawRects(theArray, theGap, theTopPad, theSidePad, theBarHeight, theColorScale, w2) {
1482
1488
  theArray.sort((a, b) => a.vert === b.vert ? 0 : a.vert ? 1 : -1);
1483
1489
  const uniqueTaskOrderIds = [...new Set(theArray.map((item) => item.order))];
@@ -1651,7 +1657,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1651
1657
  return classStr + " taskText taskText" + secNum + " " + taskType + " width-" + textWidth;
1652
1658
  }
1653
1659
  });
1654
- const securityLevel2 = chunk3XYRH5AP.getConfig2().securityLevel;
1660
+ const securityLevel2 = chunkABZYJK2D.getConfig2().securityLevel;
1655
1661
  if (securityLevel2 === "sandbox") {
1656
1662
  let sandboxElement2;
1657
1663
  sandboxElement2 = select("#i" + id);
@@ -1671,7 +1677,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1671
1677
  });
1672
1678
  }
1673
1679
  }
1674
- chunk3XYRH5AP.__name(drawRects, "drawRects");
1680
+ chunkAGHRB4JF.__name(drawRects, "drawRects");
1675
1681
  function drawExcludeDays(theGap, theTopPad, theSidePad, w2, h2, tasks2, excludes2, includes2) {
1676
1682
  if (excludes2.length === 0 && includes2.length === 0) {
1677
1683
  return;
@@ -1690,7 +1696,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1690
1696
  return;
1691
1697
  }
1692
1698
  if (dayjs_min(maxTime).diff(dayjs_min(minTime), "year") > 5) {
1693
- chunk3XYRH5AP.log.warn(
1699
+ chunkAGHRB4JF.log.warn(
1694
1700
  "The difference between the min and max time is more than 5 years. This will cause performance issues. Skipping drawing exclude days."
1695
1701
  );
1696
1702
  return;
@@ -1718,20 +1724,23 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1718
1724
  d = d.add(1, "d");
1719
1725
  }
1720
1726
  const rectangles = svg.append("g").selectAll("rect").data(excludeRanges).enter();
1721
- rectangles.append("rect").attr("id", function(d2) {
1722
- return "exclude-" + d2.start.format("YYYY-MM-DD");
1723
- }).attr("x", function(d2) {
1724
- return timeScale(d2.start) + theSidePad;
1725
- }).attr("y", conf.gridLineStartPadding).attr("width", function(d2) {
1726
- const renderEnd = d2.end.add(1, "day");
1727
- return timeScale(renderEnd) - timeScale(d2.start);
1728
- }).attr("height", h2 - theTopPad - conf.gridLineStartPadding).attr("transform-origin", function(d2, i) {
1727
+ rectangles.append("rect").attr("id", (d2) => "exclude-" + d2.start.format("YYYY-MM-DD")).attr("x", (d2) => timeScale(d2.start.startOf("day")) + theSidePad).attr("y", conf.gridLineStartPadding).attr("width", (d2) => timeScale(d2.end.endOf("day")) - timeScale(d2.start.startOf("day"))).attr("height", h2 - theTopPad - conf.gridLineStartPadding).attr("transform-origin", function(d2, i) {
1729
1728
  return (timeScale(d2.start) + theSidePad + 0.5 * (timeScale(d2.end) - timeScale(d2.start))).toString() + "px " + (i * theGap + 0.5 * h2).toString() + "px";
1730
1729
  }).attr("class", "exclude-range");
1731
1730
  }
1732
- chunk3XYRH5AP.__name(drawExcludeDays, "drawExcludeDays");
1731
+ chunkAGHRB4JF.__name(drawExcludeDays, "drawExcludeDays");
1733
1732
  function makeGrid(theSidePad, theTopPad, w2, h2) {
1734
- let bottomXAxis = axis.axisBottom(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(defaultLocale.timeFormat(diagObj.db.getAxisFormat() || conf.axisFormat || "%Y-%m-%d"));
1733
+ const dateFormat2 = diagObj.db.getDateFormat();
1734
+ const userAxisFormat = diagObj.db.getAxisFormat();
1735
+ let axisFormat2;
1736
+ if (userAxisFormat) {
1737
+ axisFormat2 = userAxisFormat;
1738
+ } else if (dateFormat2 === "D") {
1739
+ axisFormat2 = "%d";
1740
+ } else {
1741
+ axisFormat2 = conf.axisFormat ?? "%Y-%m-%d";
1742
+ }
1743
+ let bottomXAxis = axis.axisBottom(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(defaultLocale.timeFormat(axisFormat2));
1735
1744
  const reTickInterval = /^([1-9]\d*)(millisecond|second|minute|hour|day|week|month)$/;
1736
1745
  const resultTickInterval = reTickInterval.exec(
1737
1746
  diagObj.db.getTickInterval() || conf.tickInterval
@@ -1766,7 +1775,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1766
1775
  }
1767
1776
  svg.append("g").attr("class", "grid").attr("transform", "translate(" + theSidePad + ", " + (h2 - 50) + ")").call(bottomXAxis).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10).attr("dy", "1em");
1768
1777
  if (diagObj.db.topAxisEnabled() || conf.topAxis) {
1769
- let topXAxis = axis.axisTop(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(defaultLocale.timeFormat(diagObj.db.getAxisFormat() || conf.axisFormat || "%Y-%m-%d"));
1778
+ let topXAxis = axis.axisTop(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(defaultLocale.timeFormat(axisFormat2));
1770
1779
  if (resultTickInterval !== null) {
1771
1780
  const every = resultTickInterval[1];
1772
1781
  const interval = resultTickInterval[2];
@@ -1798,12 +1807,12 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1798
1807
  svg.append("g").attr("class", "grid").attr("transform", "translate(" + theSidePad + ", " + theTopPad + ")").call(topXAxis).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10);
1799
1808
  }
1800
1809
  }
1801
- chunk3XYRH5AP.__name(makeGrid, "makeGrid");
1810
+ chunkAGHRB4JF.__name(makeGrid, "makeGrid");
1802
1811
  function vertLabels(theGap, theTopPad) {
1803
1812
  let prevGap = 0;
1804
1813
  const numOccurrences = Object.keys(categoryHeights).map((d) => [d, categoryHeights[d]]);
1805
1814
  svg.append("g").selectAll("text").data(numOccurrences).enter().append(function(d) {
1806
- const rows = d[0].split(chunk3XYRH5AP.common_default.lineBreakRegex);
1815
+ const rows = d[0].split(chunkABZYJK2D.common_default.lineBreakRegex);
1807
1816
  const dy = -(rows.length - 1) / 2;
1808
1817
  const svgLabel = doc.createElementNS("http://www.w3.org/2000/svg", "text");
1809
1818
  svgLabel.setAttribute("dy", dy + "em");
@@ -1836,7 +1845,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1836
1845
  return "sectionTitle";
1837
1846
  });
1838
1847
  }
1839
- chunk3XYRH5AP.__name(vertLabels, "vertLabels");
1848
+ chunkAGHRB4JF.__name(vertLabels, "vertLabels");
1840
1849
  function drawToday(theSidePad, theTopPad, w2, h2) {
1841
1850
  const todayMarker2 = diagObj.db.getTodayMarker();
1842
1851
  if (todayMarker2 === "off") {
@@ -1850,7 +1859,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1850
1859
  todayLine.attr("style", todayMarker2.replace(/,/g, ";"));
1851
1860
  }
1852
1861
  }
1853
- chunk3XYRH5AP.__name(drawToday, "drawToday");
1862
+ chunkAGHRB4JF.__name(drawToday, "drawToday");
1854
1863
  function checkUnique(arr) {
1855
1864
  const hash = {};
1856
1865
  const result = [];
@@ -1862,7 +1871,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(text, id, version, diag
1862
1871
  }
1863
1872
  return result;
1864
1873
  }
1865
- chunk3XYRH5AP.__name(checkUnique, "checkUnique");
1874
+ chunkAGHRB4JF.__name(checkUnique, "checkUnique");
1866
1875
  }, "draw");
1867
1876
  var ganttRenderer_default = {
1868
1877
  setConf,
@@ -1870,7 +1879,7 @@ var ganttRenderer_default = {
1870
1879
  };
1871
1880
 
1872
1881
  // src/diagrams/gantt/styles.js
1873
- var getStyles = /* @__PURE__ */ chunk3XYRH5AP.__name((options) => `
1882
+ var getStyles = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => `
1874
1883
  .mermaid-main-font {
1875
1884
  font-family: ${options.fontFamily};
1876
1885
  }