@windrun-huaiin/third-ui 7.6.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (581) hide show
  1. package/dist/_virtual/advancedFormat.js +1 -1
  2. package/dist/_virtual/advancedFormat.mjs +1 -1
  3. package/dist/_virtual/customParseFormat.js +1 -1
  4. package/dist/_virtual/customParseFormat.mjs +1 -1
  5. package/dist/_virtual/dayjs.min.js +1 -1
  6. package/dist/_virtual/dayjs.min.mjs +1 -1
  7. package/dist/_virtual/isoWeek.js +1 -1
  8. package/dist/_virtual/isoWeek.mjs +1 -1
  9. package/dist/clerk/clerk-organization.js +1 -1
  10. package/dist/clerk/clerk-organization.mjs +1 -1
  11. package/dist/clerk/{clerk-page-generator-client.js → clerk-page-context-generator.js} +2 -2
  12. package/dist/clerk/{clerk-page-generator-client.mjs → clerk-page-context-generator.mjs} +2 -2
  13. package/dist/clerk/clerk-page-generator.js +3 -3
  14. package/dist/clerk/clerk-page-generator.mjs +3 -3
  15. package/dist/clerk/clerk-user-client.js +4 -3
  16. package/dist/clerk/clerk-user-client.mjs +4 -3
  17. package/dist/clerk/clerk-user.js +1 -1
  18. package/dist/clerk/clerk-user.mjs +1 -1
  19. package/dist/clerk/fingerprint/fingerprint-client.js +1 -1
  20. package/dist/clerk/fingerprint/fingerprint-client.mjs +1 -1
  21. package/dist/clerk/fingerprint/fingerprint-provider.js +147 -56
  22. package/dist/clerk/fingerprint/fingerprint-provider.mjs +148 -57
  23. package/dist/clerk/fingerprint/fingerprint-server.d.ts +16 -0
  24. package/dist/clerk/fingerprint/fingerprint-server.js +18 -0
  25. package/dist/clerk/fingerprint/fingerprint-server.mjs +18 -1
  26. package/dist/clerk/fingerprint/server.js +1 -0
  27. package/dist/clerk/fingerprint/server.mjs +1 -1
  28. package/dist/clerk/fingerprint/types.d.ts +13 -2
  29. package/dist/clerk/fingerprint/use-fingerprint.js +1 -1
  30. package/dist/clerk/fingerprint/use-fingerprint.mjs +1 -1
  31. package/dist/clerk/index.d.ts +2 -1
  32. package/dist/clerk/index.js +5 -3
  33. package/dist/clerk/index.mjs +2 -1
  34. package/dist/clerk/signin-with-fingerprint-client.js +4 -11
  35. package/dist/clerk/signin-with-fingerprint-client.mjs +4 -11
  36. package/dist/clerk/signup-button-with-fingerprint-client.d.ts +6 -0
  37. package/dist/clerk/signup-button-with-fingerprint-client.js +56 -0
  38. package/dist/clerk/signup-button-with-fingerprint-client.mjs +54 -0
  39. package/dist/clerk/signup-with-fingerprint-client.js +4 -11
  40. package/dist/clerk/signup-with-fingerprint-client.mjs +4 -11
  41. package/dist/fuma/base/custom-header.d.ts +38 -0
  42. package/dist/fuma/base/custom-header.js +163 -0
  43. package/dist/fuma/base/custom-header.mjs +161 -0
  44. package/dist/fuma/base/custom-home-layout.d.ts +68 -0
  45. package/dist/fuma/base/custom-home-layout.js +48 -0
  46. package/dist/fuma/base/custom-home-layout.mjs +46 -0
  47. package/dist/fuma/base/index.d.ts +2 -0
  48. package/dist/fuma/base/index.js +9 -0
  49. package/dist/fuma/base/index.mjs +2 -0
  50. package/dist/fuma/fuma-banner-suit.d.ts +2 -1
  51. package/dist/fuma/fuma-banner-suit.js +9 -3
  52. package/dist/fuma/fuma-banner-suit.mjs +9 -3
  53. package/dist/fuma/fuma-page-genarator.d.ts +4 -1
  54. package/dist/fuma/fuma-page-genarator.js +15 -6
  55. package/dist/fuma/fuma-page-genarator.mjs +15 -6
  56. package/dist/fuma/fuma-translate-util.d.ts +2 -0
  57. package/dist/fuma/fuma-translate-util.js +40 -0
  58. package/dist/fuma/fuma-translate-util.mjs +38 -0
  59. package/dist/fuma/llm-copy-handler.js +9 -8
  60. package/dist/fuma/llm-copy-handler.mjs +9 -8
  61. package/dist/fuma/mdx/banner.d.ts +7 -1
  62. package/dist/fuma/mdx/banner.js +15 -15
  63. package/dist/fuma/mdx/banner.mjs +15 -15
  64. package/dist/fuma/mdx/fuma-github-info.js +1 -1
  65. package/dist/fuma/mdx/fuma-github-info.mjs +1 -1
  66. package/dist/fuma/mdx/gradient-button.js +29 -18
  67. package/dist/fuma/mdx/gradient-button.mjs +29 -18
  68. package/dist/fuma/mdx/image-zoom.js +2 -2
  69. package/dist/fuma/mdx/image-zoom.mjs +2 -2
  70. package/dist/fuma/mdx/mermaid.js +3 -3
  71. package/dist/fuma/mdx/mermaid.mjs +3 -3
  72. package/dist/fuma/mdx/toc-base.js +9 -4
  73. package/dist/fuma/mdx/toc-base.mjs +9 -4
  74. package/dist/fuma/mdx/zia-card.js +3 -3
  75. package/dist/fuma/mdx/zia-card.mjs +3 -3
  76. package/dist/fuma/mdx/zia-file.js +1 -1
  77. package/dist/fuma/mdx/zia-file.mjs +1 -1
  78. package/dist/fuma/server.d.ts +1 -0
  79. package/dist/fuma/server.js +2 -0
  80. package/dist/fuma/server.mjs +1 -0
  81. package/dist/fuma/site-x.js +1 -1
  82. package/dist/fuma/site-x.mjs +1 -1
  83. package/dist/lib/fuma-schema-check-util.d.ts +4 -57
  84. package/dist/lib/fuma-schema-check-util.js +10 -31
  85. package/dist/lib/fuma-schema-check-util.mjs +11 -29
  86. package/dist/lib/server.d.ts +0 -1
  87. package/dist/lib/server.js +0 -5
  88. package/dist/lib/server.mjs +1 -2
  89. package/dist/main/ai-prompt-textarea.js +1 -1
  90. package/dist/main/ai-prompt-textarea.mjs +1 -1
  91. package/dist/main/credit/credit-nav-button.d.ts +21 -0
  92. package/dist/main/credit/credit-nav-button.js +117 -0
  93. package/dist/main/credit/credit-nav-button.mjs +114 -0
  94. package/dist/main/credit/credit-overview-client.d.ts +26 -0
  95. package/dist/main/credit/credit-overview-client.js +269 -0
  96. package/dist/main/credit/credit-overview-client.mjs +267 -0
  97. package/dist/main/credit/credit-overview.d.ts +8 -0
  98. package/dist/main/credit/credit-overview.js +34 -0
  99. package/dist/main/credit/credit-overview.mjs +32 -0
  100. package/dist/main/credit/types.d.ts +68 -0
  101. package/dist/main/cta.js +3 -2
  102. package/dist/main/cta.mjs +3 -2
  103. package/dist/main/faq.js +5 -4
  104. package/dist/main/faq.mjs +5 -4
  105. package/dist/main/features.js +3 -2
  106. package/dist/main/features.mjs +3 -2
  107. package/dist/main/footer.js +2 -2
  108. package/dist/main/footer.mjs +2 -2
  109. package/dist/main/gallery/gallery-desktop-grid.d.ts +6 -0
  110. package/dist/main/gallery/gallery-desktop-grid.js +10 -0
  111. package/dist/main/gallery/gallery-desktop-grid.mjs +8 -0
  112. package/dist/main/gallery/gallery-interactive.d.ts +4 -0
  113. package/dist/main/gallery/gallery-interactive.js +128 -0
  114. package/dist/main/gallery/gallery-interactive.mjs +126 -0
  115. package/dist/main/gallery/gallery-mobile-swiper.d.ts +6 -0
  116. package/dist/main/gallery/gallery-mobile-swiper.js +13 -0
  117. package/dist/main/gallery/gallery-mobile-swiper.mjs +11 -0
  118. package/dist/main/gallery/gallery-server.d.ts +2 -0
  119. package/dist/main/gallery/gallery-server.js +44 -0
  120. package/dist/main/gallery/gallery-server.mjs +42 -0
  121. package/dist/main/gallery/gallery-types.d.ts +19 -0
  122. package/dist/main/gallery-interactive.js +1 -1
  123. package/dist/main/gallery-interactive.mjs +1 -1
  124. package/dist/main/gallery.js +6 -5
  125. package/dist/main/gallery.mjs +6 -5
  126. package/dist/main/go-to-top.js +1 -1
  127. package/dist/main/go-to-top.mjs +1 -1
  128. package/dist/main/index.d.ts +3 -1
  129. package/dist/main/index.js +5 -1
  130. package/dist/main/index.mjs +3 -1
  131. package/dist/main/money-price/customer-portal.d.ts +7 -0
  132. package/dist/main/money-price/customer-portal.js +54 -0
  133. package/dist/main/money-price/customer-portal.mjs +52 -0
  134. package/dist/main/money-price/money-price-button.d.ts +1 -1
  135. package/dist/main/money-price/money-price-button.js +162 -42
  136. package/dist/main/money-price/money-price-button.mjs +162 -42
  137. package/dist/main/money-price/money-price-config-util.d.ts +50 -2
  138. package/dist/main/money-price/money-price-config-util.js +177 -4
  139. package/dist/main/money-price/money-price-config-util.mjs +175 -4
  140. package/dist/main/money-price/money-price-data.d.ts +8 -0
  141. package/dist/main/money-price/money-price-data.js +28 -0
  142. package/dist/main/money-price/money-price-data.mjs +26 -0
  143. package/dist/main/money-price/money-price-interactive.d.ts +1 -1
  144. package/dist/main/money-price/money-price-interactive.js +259 -276
  145. package/dist/main/money-price/money-price-interactive.mjs +261 -278
  146. package/dist/main/money-price/money-price-types.d.ts +69 -20
  147. package/dist/main/money-price/money-price.d.ts +1 -1
  148. package/dist/main/money-price/money-price.js +9 -62
  149. package/dist/main/money-price/money-price.mjs +10 -63
  150. package/dist/main/price-plan.js +6 -6
  151. package/dist/main/price-plan.mjs +6 -6
  152. package/dist/main/section-layout.d.ts +1 -0
  153. package/dist/main/section-layout.js +7 -0
  154. package/dist/main/section-layout.mjs +5 -0
  155. package/dist/main/seo-content.js +3 -2
  156. package/dist/main/seo-content.mjs +3 -2
  157. package/dist/main/server.d.ts +6 -3
  158. package/dist/main/server.js +9 -4
  159. package/dist/main/server.mjs +4 -2
  160. package/dist/main/tips.js +3 -2
  161. package/dist/main/tips.mjs +3 -2
  162. package/dist/main/usage.js +4 -3
  163. package/dist/main/usage.mjs +4 -3
  164. package/dist/main/x-button.js +6 -6
  165. package/dist/main/x-button.mjs +6 -6
  166. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js +1 -1
  167. package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.mjs +1 -1
  168. package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.js +7 -6
  169. package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.mjs +7 -6
  170. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.js +39 -0
  171. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.mjs +34 -0
  172. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.js +20 -0
  173. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.mjs +18 -0
  174. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.js +60 -0
  175. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.mjs +57 -0
  176. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.js +15 -0
  177. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.mjs +13 -0
  178. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.js +30 -0
  179. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
  180. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.js +26 -0
  181. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
  182. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.js +118 -0
  183. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.mjs +115 -0
  184. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.js +36 -0
  185. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.mjs +32 -0
  186. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.js +12 -0
  187. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
  188. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.js +48 -0
  189. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.mjs +46 -0
  190. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.js +30 -0
  191. package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.mjs +28 -0
  192. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.js +9 -0
  193. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.mjs} +2 -2
  194. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.js} +8 -8
  195. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.mjs} +1 -1
  196. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.js} +1 -1
  197. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.mjs} +1 -1
  198. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.js} +13 -13
  199. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.mjs} +1 -1
  200. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.js} +8 -8
  201. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.mjs} +1 -1
  202. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.js} +8 -8
  203. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.mjs} +1 -1
  204. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.js} +10 -10
  205. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.mjs} +1 -1
  206. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.js} +8 -8
  207. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.mjs} +1 -1
  208. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.js} +10 -10
  209. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.mjs} +1 -1
  210. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.js +9 -0
  211. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.mjs} +2 -2
  212. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.js +9 -0
  213. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.mjs +2 -0
  214. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.js +9 -0
  215. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.mjs +2 -0
  216. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.js +9 -0
  217. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.mjs +2 -0
  218. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.js +9 -0
  219. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.mjs +2 -0
  220. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.js +9 -0
  221. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.mjs +2 -0
  222. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
  223. package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2 → @mermaid-js_parser@0.6.3}/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +16 -16
  224. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1 -1
  225. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +1 -1
  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/order/cross-count.js +0 -3
  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/order/cross-count.mjs +0 -3
  228. 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
  229. 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
  230. package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.js +59 -25
  231. package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.mjs +59 -25
  232. package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.js +26 -34
  233. package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.mjs +26 -34
  234. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +1 -1
  235. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +1 -1
  236. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +84 -0
  237. package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.mjs +74 -0
  238. 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
  239. 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
  240. 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
  241. 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
  242. 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
  243. 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
  244. 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
  245. 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
  246. 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
  247. 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
  248. 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
  249. 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
  250. 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
  251. 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
  252. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +81 -0
  253. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs +76 -0
  254. 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
  255. 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
  256. 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
  257. 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
  258. 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
  259. 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
  260. 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
  261. 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
  262. 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
  263. 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
  264. 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
  265. 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
  266. 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
  267. 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
  268. 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
  269. 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
  270. 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
  271. 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
  272. 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
  273. 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
  274. 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
  275. 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
  276. 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
  277. 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
  278. 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
  279. 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
  280. 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
  281. 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
  282. 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
  283. 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
  284. 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
  285. 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
  286. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +31 -0
  287. 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
  288. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +31 -0
  289. 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
  290. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +302 -0
  291. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs +300 -0
  292. 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
  293. 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
  294. 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
  295. 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
  296. 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
  297. 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
  298. 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
  299. 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
  300. 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
  301. 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
  302. 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
  303. 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
  304. 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
  305. 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
  306. 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
  307. 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
  308. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +42 -0
  309. 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
  310. 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
  311. 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
  312. 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
  313. 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
  314. 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
  315. 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
  316. 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
  317. 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
  318. 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
  319. 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
  320. 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
  321. 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
  322. 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
  323. 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
  324. 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
  325. 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
  326. 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
  327. 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
  328. package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +31 -0
  329. 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
  330. 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
  331. 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
  332. 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
  333. 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
  334. package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.js +226 -225
  335. package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.mjs +43 -42
  336. 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
  337. 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
  338. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.js +461 -0
  339. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.mjs +459 -0
  340. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.js +8 -0
  341. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.mjs +6 -0
  342. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.js +23 -0
  343. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.mjs +21 -0
  344. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.js +143 -0
  345. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.mjs +140 -0
  346. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.js +3874 -0
  347. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.mjs +3871 -0
  348. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.js +129 -0
  349. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.mjs +124 -0
  350. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.js +226 -0
  351. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.mjs +216 -0
  352. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.js +310 -0
  353. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.mjs +288 -0
  354. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.js +390 -0
  355. package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.mjs +387 -0
  356. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +6 -0
  357. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.mjs +4 -0
  358. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  359. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.mjs +13 -0
  360. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  361. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.mjs +28 -0
  362. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +21 -0
  363. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
  364. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.js +52 -0
  365. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.mjs +50 -0
  366. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.js +44 -0
  367. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.mjs +35 -0
  368. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.js +31 -0
  369. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.mjs +18 -0
  370. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.js +492 -0
  371. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.mjs +439 -0
  372. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.js +434 -0
  373. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.mjs +388 -0
  374. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.js +245 -0
  375. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.mjs +232 -0
  376. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.js +68 -0
  377. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.mjs +62 -0
  378. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.js +80 -0
  379. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.mjs +75 -0
  380. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.js +101 -0
  381. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.mjs +86 -0
  382. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.js +102 -0
  383. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.mjs +76 -0
  384. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.js +56 -0
  385. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.mjs +52 -0
  386. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.js +952 -0
  387. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.mjs +909 -0
  388. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.js +182 -0
  389. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.mjs +163 -0
  390. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.js +9 -0
  391. package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.mjs +7 -0
  392. package/package.json +27 -21
  393. package/src/clerk/{clerk-page-generator-client.tsx → clerk-page-context-generator.tsx} +2 -2
  394. package/src/clerk/clerk-page-generator.tsx +3 -3
  395. package/src/clerk/clerk-user-client.tsx +7 -12
  396. package/src/clerk/fingerprint/fingerprint-provider.tsx +311 -112
  397. package/src/clerk/fingerprint/fingerprint-server.ts +33 -5
  398. package/src/clerk/fingerprint/types.ts +16 -2
  399. package/src/clerk/fingerprint/use-fingerprint.ts +1 -1
  400. package/src/clerk/index.ts +2 -1
  401. package/src/clerk/signin-with-fingerprint-client.tsx +3 -11
  402. package/src/clerk/signup-button-with-fingerprint-client.tsx +87 -0
  403. package/src/clerk/signup-with-fingerprint-client.tsx +3 -11
  404. package/src/fuma/base/custom-header.tsx +574 -0
  405. package/src/fuma/base/custom-home-layout.tsx +146 -0
  406. package/src/fuma/base/index.ts +2 -0
  407. package/src/fuma/fuma-banner-suit.tsx +22 -5
  408. package/src/fuma/fuma-page-genarator.tsx +29 -9
  409. package/src/fuma/fuma-translate-util.ts +44 -0
  410. package/src/fuma/llm-copy-handler.ts +8 -7
  411. package/src/fuma/mdx/airtical-card.tsx +1 -1
  412. package/src/fuma/mdx/banner.tsx +25 -7
  413. package/src/fuma/mdx/gradient-button.tsx +43 -26
  414. package/src/fuma/mdx/mermaid.tsx +2 -2
  415. package/src/fuma/mdx/toc-base.tsx +9 -4
  416. package/src/fuma/mdx/zia-card.tsx +6 -6
  417. package/src/fuma/server.ts +1 -0
  418. package/src/lib/fuma-schema-check-util.ts +11 -40
  419. package/src/lib/server.ts +0 -1
  420. package/src/main/ai-prompt-textarea.tsx +1 -1
  421. package/src/main/credit/credit-nav-button.tsx +283 -0
  422. package/src/main/credit/credit-overview-client.tsx +552 -0
  423. package/src/main/credit/credit-overview.tsx +53 -0
  424. package/src/main/credit/types.ts +89 -0
  425. package/src/main/cta.tsx +9 -8
  426. package/src/main/faq.tsx +4 -3
  427. package/src/main/features.tsx +3 -3
  428. package/src/main/footer.tsx +1 -1
  429. package/src/main/gallery/gallery-desktop-grid.tsx +41 -0
  430. package/src/main/gallery/gallery-interactive.tsx +153 -0
  431. package/src/main/gallery/gallery-mobile-swiper.tsx +65 -0
  432. package/src/main/gallery/gallery-server.tsx +46 -0
  433. package/src/main/gallery/gallery-types.ts +22 -0
  434. package/src/main/go-to-top.tsx +1 -1
  435. package/src/main/index.ts +5 -3
  436. package/src/main/money-price/customer-portal.ts +63 -0
  437. package/src/main/money-price/money-price-button.tsx +211 -56
  438. package/src/main/money-price/money-price-config-util.ts +222 -5
  439. package/src/main/money-price/money-price-data.ts +49 -0
  440. package/src/main/money-price/money-price-interactive.tsx +487 -344
  441. package/src/main/money-price/money-price-types.ts +76 -22
  442. package/src/main/money-price/money-price.tsx +28 -267
  443. package/src/main/price-plan.tsx +3 -3
  444. package/src/main/section-layout.ts +5 -0
  445. package/src/main/seo-content.tsx +2 -2
  446. package/src/main/server.ts +15 -4
  447. package/src/main/tips.tsx +2 -2
  448. package/src/main/usage.tsx +4 -4
  449. package/src/main/x-button.tsx +13 -13
  450. package/src/styles/fuma.css +38 -13
  451. package/src/styles/third-ui.css +37 -2
  452. package/dist/lib/fuma-search-util.d.ts +0 -2
  453. package/dist/lib/fuma-search-util.js +0 -8
  454. package/dist/lib/fuma-search-util.mjs +0 -6
  455. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -29
  456. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -24
  457. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -22
  458. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -20
  459. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +0 -55
  460. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -52
  461. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -18
  462. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -16
  463. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -29
  464. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -26
  465. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -25
  466. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -23
  467. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -122
  468. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -119
  469. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -34
  470. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -30
  471. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +0 -11
  472. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -9
  473. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +0 -30
  474. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -28
  475. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -42
  476. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -40
  477. 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
  478. 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
  479. 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
  480. 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
  481. 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
  482. 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
  483. 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
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
  490. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +0 -83
  491. package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +0 -73
  492. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +0 -30
  493. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +0 -30
  494. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +0 -41
  495. package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +0 -30
  496. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +0 -135
  497. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +0 -132
  498. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +0 -11
  499. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +0 -8
  500. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +0 -8
  501. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +0 -8
  502. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +0 -122
  503. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +0 -111
  504. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +0 -138
  505. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +0 -135
  506. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +0 -113
  507. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +0 -111
  508. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +0 -3339
  509. package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +0 -3297
  510. package/src/lib/fuma-search-util.ts +0 -6
  511. package/src/main/gallery-interactive.tsx +0 -171
  512. package/src/main/gallery.tsx +0 -98
  513. /package/dist/clerk/{clerk-page-generator-client.d.ts → clerk-page-context-generator.d.ts} +0 -0
  514. /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
  515. /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
  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/acyclic.js +0 -0
  517. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +0 -0
  518. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +0 -0
  519. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +0 -0
  520. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +0 -0
  521. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +0 -0
  522. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.js +0 -0
  523. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.mjs +0 -0
  524. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +0 -0
  525. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +0 -0
  526. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.js +0 -0
  527. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.mjs +0 -0
  528. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +0 -0
  529. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +0 -0
  530. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.js +0 -0
  531. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.mjs +0 -0
  532. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +0 -0
  533. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +0 -0
  534. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +0 -0
  535. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +0 -0
  536. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +0 -0
  537. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +0 -0
  538. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.js +0 -0
  539. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.mjs +0 -0
  540. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.js +0 -0
  541. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +0 -0
  542. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +0 -0
  543. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +0 -0
  544. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +0 -0
  545. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +0 -0
  546. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.js +0 -0
  547. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +0 -0
  548. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +0 -0
  549. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +0 -0
  550. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.js +0 -0
  551. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.mjs +0 -0
  552. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +0 -0
  553. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +0 -0
  554. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.js +0 -0
  555. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +0 -0
  556. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +0 -0
  557. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +0 -0
  558. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.js +0 -0
  559. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +0 -0
  560. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.js +0 -0
  561. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.mjs +0 -0
  562. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +0 -0
  563. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +0 -0
  564. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +0 -0
  565. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +0 -0
  566. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +0 -0
  567. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +0 -0
  568. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +0 -0
  569. /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +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/graph.js +0 -0
  571. /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
  572. /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
  573. /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
  574. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +0 -0
  575. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.mjs +0 -0
  576. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.js +0 -0
  577. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.mjs +0 -0
  578. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.js +0 -0
  579. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.mjs +0 -0
  580. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.js +0 -0
  581. /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.mjs +0 -0
@@ -1,27 +1,28 @@
1
1
  'use strict';
2
2
 
3
- var chunk67H74DCK = require('./chunk-67H74DCK.js');
4
- var chunk55PJQP7W = require('./chunk-55PJQP7W.js');
5
- var chunk3XYRH5AP = require('./chunk-3XYRH5AP.js');
3
+ var chunkTZMSLE5B = require('./chunk-TZMSLE5B.js');
4
+ var chunkS3R3BYOJ = require('./chunk-S3R3BYOJ.js');
5
+ var chunkABZYJK2D = require('./chunk-ABZYJK2D.js');
6
+ var chunkAGHRB4JF = require('./chunk-AGHRB4JF.js');
6
7
  require('../../../../../../d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js');
7
8
  require('../../../../../../d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js');
8
9
  var index = require('../../../../../../../../_virtual/index.js');
9
10
  var select = require('../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.js');
10
11
 
11
12
  // src/diagrams/c4/parser/c4Diagram.jison
12
- var parser = function() {
13
- var o = /* @__PURE__ */ chunk3XYRH5AP.__name(function(k, v, o2, l) {
13
+ var parser = (function() {
14
+ var o = /* @__PURE__ */ chunkAGHRB4JF.__name(function(k, v, o2, l) {
14
15
  for (o2 = o2 || {}, l = k.length; l--; o2[k[l]] = v) ;
15
16
  return o2;
16
17
  }, "o"), $V0 = [1, 24], $V1 = [1, 25], $V2 = [1, 26], $V3 = [1, 27], $V4 = [1, 28], $V5 = [1, 63], $V6 = [1, 64], $V7 = [1, 65], $V8 = [1, 66], $V9 = [1, 67], $Va = [1, 68], $Vb = [1, 69], $Vc = [1, 29], $Vd = [1, 30], $Ve = [1, 31], $Vf = [1, 32], $Vg = [1, 33], $Vh = [1, 34], $Vi = [1, 35], $Vj = [1, 36], $Vk = [1, 37], $Vl = [1, 38], $Vm = [1, 39], $Vn = [1, 40], $Vo = [1, 41], $Vp = [1, 42], $Vq = [1, 43], $Vr = [1, 44], $Vs = [1, 45], $Vt = [1, 46], $Vu = [1, 47], $Vv = [1, 48], $Vw = [1, 50], $Vx = [1, 51], $Vy = [1, 52], $Vz = [1, 53], $VA = [1, 54], $VB = [1, 55], $VC = [1, 56], $VD = [1, 57], $VE = [1, 58], $VF = [1, 59], $VG = [1, 60], $VH = [14, 42], $VI = [14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], $VJ = [12, 14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], $VK = [1, 82], $VL = [1, 83], $VM = [1, 84], $VN = [1, 85], $VO = [12, 14, 42], $VP = [12, 14, 33, 42], $VQ = [12, 14, 33, 42, 76, 77, 79, 80], $VR = [12, 33], $VS = [34, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74];
17
18
  var parser2 = {
18
- trace: /* @__PURE__ */ chunk3XYRH5AP.__name(function trace() {
19
+ trace: /* @__PURE__ */ chunkAGHRB4JF.__name(function trace() {
19
20
  }, "trace"),
20
21
  yy: {},
21
22
  symbols_: { "error": 2, "start": 3, "mermaidDoc": 4, "direction": 5, "direction_tb": 6, "direction_bt": 7, "direction_rl": 8, "direction_lr": 9, "graphConfig": 10, "C4_CONTEXT": 11, "NEWLINE": 12, "statements": 13, "EOF": 14, "C4_CONTAINER": 15, "C4_COMPONENT": 16, "C4_DYNAMIC": 17, "C4_DEPLOYMENT": 18, "otherStatements": 19, "diagramStatements": 20, "otherStatement": 21, "title": 22, "accDescription": 23, "acc_title": 24, "acc_title_value": 25, "acc_descr": 26, "acc_descr_value": 27, "acc_descr_multiline_value": 28, "boundaryStatement": 29, "boundaryStartStatement": 30, "boundaryStopStatement": 31, "boundaryStart": 32, "LBRACE": 33, "ENTERPRISE_BOUNDARY": 34, "attributes": 35, "SYSTEM_BOUNDARY": 36, "BOUNDARY": 37, "CONTAINER_BOUNDARY": 38, "NODE": 39, "NODE_L": 40, "NODE_R": 41, "RBRACE": 42, "diagramStatement": 43, "PERSON": 44, "PERSON_EXT": 45, "SYSTEM": 46, "SYSTEM_DB": 47, "SYSTEM_QUEUE": 48, "SYSTEM_EXT": 49, "SYSTEM_EXT_DB": 50, "SYSTEM_EXT_QUEUE": 51, "CONTAINER": 52, "CONTAINER_DB": 53, "CONTAINER_QUEUE": 54, "CONTAINER_EXT": 55, "CONTAINER_EXT_DB": 56, "CONTAINER_EXT_QUEUE": 57, "COMPONENT": 58, "COMPONENT_DB": 59, "COMPONENT_QUEUE": 60, "COMPONENT_EXT": 61, "COMPONENT_EXT_DB": 62, "COMPONENT_EXT_QUEUE": 63, "REL": 64, "BIREL": 65, "REL_U": 66, "REL_D": 67, "REL_L": 68, "REL_R": 69, "REL_B": 70, "REL_INDEX": 71, "UPDATE_EL_STYLE": 72, "UPDATE_REL_STYLE": 73, "UPDATE_LAYOUT_CONFIG": 74, "attribute": 75, "STR": 76, "STR_KEY": 77, "STR_VALUE": 78, "ATTRIBUTE": 79, "ATTRIBUTE_EMPTY": 80, "$accept": 0, "$end": 1 },
22
23
  terminals_: { 2: "error", 6: "direction_tb", 7: "direction_bt", 8: "direction_rl", 9: "direction_lr", 11: "C4_CONTEXT", 12: "NEWLINE", 14: "EOF", 15: "C4_CONTAINER", 16: "C4_COMPONENT", 17: "C4_DYNAMIC", 18: "C4_DEPLOYMENT", 22: "title", 23: "accDescription", 24: "acc_title", 25: "acc_title_value", 26: "acc_descr", 27: "acc_descr_value", 28: "acc_descr_multiline_value", 33: "LBRACE", 34: "ENTERPRISE_BOUNDARY", 36: "SYSTEM_BOUNDARY", 37: "BOUNDARY", 38: "CONTAINER_BOUNDARY", 39: "NODE", 40: "NODE_L", 41: "NODE_R", 42: "RBRACE", 44: "PERSON", 45: "PERSON_EXT", 46: "SYSTEM", 47: "SYSTEM_DB", 48: "SYSTEM_QUEUE", 49: "SYSTEM_EXT", 50: "SYSTEM_EXT_DB", 51: "SYSTEM_EXT_QUEUE", 52: "CONTAINER", 53: "CONTAINER_DB", 54: "CONTAINER_QUEUE", 55: "CONTAINER_EXT", 56: "CONTAINER_EXT_DB", 57: "CONTAINER_EXT_QUEUE", 58: "COMPONENT", 59: "COMPONENT_DB", 60: "COMPONENT_QUEUE", 61: "COMPONENT_EXT", 62: "COMPONENT_EXT_DB", 63: "COMPONENT_EXT_QUEUE", 64: "REL", 65: "BIREL", 66: "REL_U", 67: "REL_D", 68: "REL_L", 69: "REL_R", 70: "REL_B", 71: "REL_INDEX", 72: "UPDATE_EL_STYLE", 73: "UPDATE_REL_STYLE", 74: "UPDATE_LAYOUT_CONFIG", 76: "STR", 77: "STR_KEY", 78: "STR_VALUE", 79: "ATTRIBUTE", 80: "ATTRIBUTE_EMPTY" },
23
24
  productions_: [0, [3, 1], [3, 1], [5, 1], [5, 1], [5, 1], [5, 1], [4, 1], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [13, 1], [13, 1], [13, 2], [19, 1], [19, 2], [19, 3], [21, 1], [21, 1], [21, 2], [21, 2], [21, 1], [29, 3], [30, 3], [30, 3], [30, 4], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [31, 1], [20, 1], [20, 2], [20, 3], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 1], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [35, 1], [35, 2], [75, 1], [75, 2], [75, 1], [75, 1]],
24
- performAction: /* @__PURE__ */ chunk3XYRH5AP.__name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
25
+ performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
25
26
  var $0 = $$.length - 1;
26
27
  switch (yystate) {
27
28
  case 3:
@@ -242,7 +243,7 @@ var parser = function() {
242
243
  }, "anonymous"),
243
244
  table: [{ 3: 1, 4: 2, 5: 3, 6: [1, 5], 7: [1, 6], 8: [1, 7], 9: [1, 8], 10: 4, 11: [1, 9], 15: [1, 10], 16: [1, 11], 17: [1, 12], 18: [1, 13] }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 7] }, { 1: [2, 3] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 12: [1, 14] }, { 12: [1, 15] }, { 12: [1, 16] }, { 12: [1, 17] }, { 12: [1, 18] }, { 13: 19, 19: 20, 20: 21, 21: 22, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 13: 70, 19: 20, 20: 21, 21: 22, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 13: 71, 19: 20, 20: 21, 21: 22, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 13: 72, 19: 20, 20: 21, 21: 22, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 13: 73, 19: 20, 20: 21, 21: 22, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 14: [1, 74] }, o($VH, [2, 13], { 43: 23, 29: 49, 30: 61, 32: 62, 20: 75, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }), o($VH, [2, 14]), o($VI, [2, 16], { 12: [1, 76] }), o($VH, [2, 36], { 12: [1, 77] }), o($VJ, [2, 19]), o($VJ, [2, 20]), { 25: [1, 78] }, { 27: [1, 79] }, o($VJ, [2, 23]), { 35: 80, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 86, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 87, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 88, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 89, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 90, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 91, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 92, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 93, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 94, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 95, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 96, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 97, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 98, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 99, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 100, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 101, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 102, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 103, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 104, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, o($VO, [2, 59]), { 35: 105, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 106, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 107, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 108, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 109, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 110, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 111, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 112, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 113, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 114, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 115, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 20: 116, 29: 49, 30: 61, 32: 62, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 43: 23, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }, { 12: [1, 118], 33: [1, 117] }, { 35: 119, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 120, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 121, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 122, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 123, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 124, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 35: 125, 75: 81, 76: $VK, 77: $VL, 79: $VM, 80: $VN }, { 14: [1, 126] }, { 14: [1, 127] }, { 14: [1, 128] }, { 14: [1, 129] }, { 1: [2, 8] }, o($VH, [2, 15]), o($VI, [2, 17], { 21: 22, 19: 130, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4 }), o($VH, [2, 37], { 19: 20, 20: 21, 21: 22, 43: 23, 29: 49, 30: 61, 32: 62, 13: 131, 22: $V0, 23: $V1, 24: $V2, 26: $V3, 28: $V4, 34: $V5, 36: $V6, 37: $V7, 38: $V8, 39: $V9, 40: $Va, 41: $Vb, 44: $Vc, 45: $Vd, 46: $Ve, 47: $Vf, 48: $Vg, 49: $Vh, 50: $Vi, 51: $Vj, 52: $Vk, 53: $Vl, 54: $Vm, 55: $Vn, 56: $Vo, 57: $Vp, 58: $Vq, 59: $Vr, 60: $Vs, 61: $Vt, 62: $Vu, 63: $Vv, 64: $Vw, 65: $Vx, 66: $Vy, 67: $Vz, 68: $VA, 69: $VB, 70: $VC, 71: $VD, 72: $VE, 73: $VF, 74: $VG }), o($VJ, [2, 21]), o($VJ, [2, 22]), o($VO, [2, 39]), o($VP, [2, 71], { 75: 81, 35: 132, 76: $VK, 77: $VL, 79: $VM, 80: $VN }), o($VQ, [2, 73]), { 78: [1, 133] }, o($VQ, [2, 75]), o($VQ, [2, 76]), o($VO, [2, 40]), o($VO, [2, 41]), o($VO, [2, 42]), o($VO, [2, 43]), o($VO, [2, 44]), o($VO, [2, 45]), o($VO, [2, 46]), o($VO, [2, 47]), o($VO, [2, 48]), o($VO, [2, 49]), o($VO, [2, 50]), o($VO, [2, 51]), o($VO, [2, 52]), o($VO, [2, 53]), o($VO, [2, 54]), o($VO, [2, 55]), o($VO, [2, 56]), o($VO, [2, 57]), o($VO, [2, 58]), o($VO, [2, 60]), o($VO, [2, 61]), o($VO, [2, 62]), o($VO, [2, 63]), o($VO, [2, 64]), o($VO, [2, 65]), o($VO, [2, 66]), o($VO, [2, 67]), o($VO, [2, 68]), o($VO, [2, 69]), o($VO, [2, 70]), { 31: 134, 42: [1, 135] }, { 12: [1, 136] }, { 33: [1, 137] }, o($VR, [2, 28]), o($VR, [2, 29]), o($VR, [2, 30]), o($VR, [2, 31]), o($VR, [2, 32]), o($VR, [2, 33]), o($VR, [2, 34]), { 1: [2, 9] }, { 1: [2, 10] }, { 1: [2, 11] }, { 1: [2, 12] }, o($VI, [2, 18]), o($VH, [2, 38]), o($VP, [2, 72]), o($VQ, [2, 74]), o($VO, [2, 24]), o($VO, [2, 35]), o($VS, [2, 25]), o($VS, [2, 26], { 12: [1, 138] }), o($VS, [2, 27])],
244
245
  defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 7], 5: [2, 3], 6: [2, 4], 7: [2, 5], 8: [2, 6], 74: [2, 8], 126: [2, 9], 127: [2, 10], 128: [2, 11], 129: [2, 12] },
245
- parseError: /* @__PURE__ */ chunk3XYRH5AP.__name(function parseError(str, hash) {
246
+ parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
246
247
  if (hash.recoverable) {
247
248
  this.trace(str);
248
249
  } else {
@@ -251,7 +252,7 @@ var parser = function() {
251
252
  throw error;
252
253
  }
253
254
  }, "parseError"),
254
- parse: /* @__PURE__ */ chunk3XYRH5AP.__name(function parse(input) {
255
+ parse: /* @__PURE__ */ chunkAGHRB4JF.__name(function parse(input) {
255
256
  var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, TERROR = 2, EOF = 1;
256
257
  var args = lstack.slice.call(arguments, 1);
257
258
  var lexer2 = Object.create(this.lexer);
@@ -280,7 +281,7 @@ var parser = function() {
280
281
  vstack.length = vstack.length - n;
281
282
  lstack.length = lstack.length - n;
282
283
  }
283
- chunk3XYRH5AP.__name(popStack, "popStack");
284
+ chunkAGHRB4JF.__name(popStack, "popStack");
284
285
  function lex() {
285
286
  var token;
286
287
  token = tstack.pop() || lexer2.lex() || EOF;
@@ -293,7 +294,7 @@ var parser = function() {
293
294
  }
294
295
  return token;
295
296
  }
296
- chunk3XYRH5AP.__name(lex, "lex");
297
+ chunkAGHRB4JF.__name(lex, "lex");
297
298
  var symbol, state, action, r, yyval = {}, p, len, newState, expected;
298
299
  while (true) {
299
300
  state = stack[stack.length - 1];
@@ -388,10 +389,10 @@ var parser = function() {
388
389
  return true;
389
390
  }, "parse")
390
391
  };
391
- var lexer = /* @__PURE__ */ function() {
392
+ var lexer = /* @__PURE__ */ (function() {
392
393
  var lexer2 = {
393
394
  EOF: 1,
394
- parseError: /* @__PURE__ */ chunk3XYRH5AP.__name(function parseError(str, hash) {
395
+ parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
395
396
  if (this.yy.parser) {
396
397
  this.yy.parser.parseError(str, hash);
397
398
  } else {
@@ -399,7 +400,7 @@ var parser = function() {
399
400
  }
400
401
  }, "parseError"),
401
402
  // resets the lexer, sets new input
402
- setInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function(input, yy) {
403
+ setInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(input, yy) {
403
404
  this.yy = yy || this.yy || {};
404
405
  this._input = input;
405
406
  this._more = this._backtrack = this.done = false;
@@ -419,7 +420,7 @@ var parser = function() {
419
420
  return this;
420
421
  }, "setInput"),
421
422
  // consumes and returns one char from the input
422
- input: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
423
+ input: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
423
424
  var ch = this._input[0];
424
425
  this.yytext += ch;
425
426
  this.yyleng++;
@@ -440,7 +441,7 @@ var parser = function() {
440
441
  return ch;
441
442
  }, "input"),
442
443
  // unshifts one char (or a string) into the input
443
- unput: /* @__PURE__ */ chunk3XYRH5AP.__name(function(ch) {
444
+ unput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(ch) {
444
445
  var len = ch.length;
445
446
  var lines = ch.split(/(?:\r\n?|\n)/g);
446
447
  this._input = ch + this._input;
@@ -466,12 +467,12 @@ var parser = function() {
466
467
  return this;
467
468
  }, "unput"),
468
469
  // When called from action, caches matched text and appends it on next action
469
- more: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
470
+ more: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
470
471
  this._more = true;
471
472
  return this;
472
473
  }, "more"),
473
474
  // 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.
474
- reject: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
475
+ reject: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
475
476
  if (this.options.backtrack_lexer) {
476
477
  this._backtrack = true;
477
478
  } else {
@@ -484,16 +485,16 @@ var parser = function() {
484
485
  return this;
485
486
  }, "reject"),
486
487
  // retain first n characters of the match
487
- less: /* @__PURE__ */ chunk3XYRH5AP.__name(function(n) {
488
+ less: /* @__PURE__ */ chunkAGHRB4JF.__name(function(n) {
488
489
  this.unput(this.match.slice(n));
489
490
  }, "less"),
490
491
  // displays already matched input, i.e. for error messages
491
- pastInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
492
+ pastInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
492
493
  var past = this.matched.substr(0, this.matched.length - this.match.length);
493
494
  return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
494
495
  }, "pastInput"),
495
496
  // displays upcoming input, i.e. for error messages
496
- upcomingInput: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
497
+ upcomingInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
497
498
  var next = this.match;
498
499
  if (next.length < 20) {
499
500
  next += this._input.substr(0, 20 - next.length);
@@ -501,13 +502,13 @@ var parser = function() {
501
502
  return (next.substr(0, 20) + (next.length > 20 ? "..." : "")).replace(/\n/g, "");
502
503
  }, "upcomingInput"),
503
504
  // displays the character position where the lexing error occurred, i.e. for error messages
504
- showPosition: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
505
+ showPosition: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
505
506
  var pre = this.pastInput();
506
507
  var c2 = new Array(pre.length + 1).join("-");
507
508
  return pre + this.upcomingInput() + "\n" + c2 + "^";
508
509
  }, "showPosition"),
509
510
  // test the lexed token: return FALSE when not a match, otherwise return token
510
- test_match: /* @__PURE__ */ chunk3XYRH5AP.__name(function(match, indexed_rule) {
511
+ test_match: /* @__PURE__ */ chunkAGHRB4JF.__name(function(match, indexed_rule) {
511
512
  var token, lines, backup;
512
513
  if (this.options.backtrack_lexer) {
513
514
  backup = {
@@ -570,7 +571,7 @@ var parser = function() {
570
571
  return false;
571
572
  }, "test_match"),
572
573
  // return next match in input
573
- next: /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
574
+ next: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
574
575
  if (this.done) {
575
576
  return this.EOF;
576
577
  }
@@ -621,7 +622,7 @@ var parser = function() {
621
622
  }
622
623
  }, "next"),
623
624
  // return next match that has a token
624
- lex: /* @__PURE__ */ chunk3XYRH5AP.__name(function lex() {
625
+ lex: /* @__PURE__ */ chunkAGHRB4JF.__name(function lex() {
625
626
  var r = this.next();
626
627
  if (r) {
627
628
  return r;
@@ -630,11 +631,11 @@ var parser = function() {
630
631
  }
631
632
  }, "lex"),
632
633
  // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
633
- begin: /* @__PURE__ */ chunk3XYRH5AP.__name(function begin(condition) {
634
+ begin: /* @__PURE__ */ chunkAGHRB4JF.__name(function begin(condition) {
634
635
  this.conditionStack.push(condition);
635
636
  }, "begin"),
636
637
  // pop the previously active lexer condition state off the condition stack
637
- popState: /* @__PURE__ */ chunk3XYRH5AP.__name(function popState() {
638
+ popState: /* @__PURE__ */ chunkAGHRB4JF.__name(function popState() {
638
639
  var n = this.conditionStack.length - 1;
639
640
  if (n > 0) {
640
641
  return this.conditionStack.pop();
@@ -643,7 +644,7 @@ var parser = function() {
643
644
  }
644
645
  }, "popState"),
645
646
  // produce the lexer rule set which is active for the currently active lexer condition state
646
- _currentRules: /* @__PURE__ */ chunk3XYRH5AP.__name(function _currentRules() {
647
+ _currentRules: /* @__PURE__ */ chunkAGHRB4JF.__name(function _currentRules() {
647
648
  if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
648
649
  return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
649
650
  } else {
@@ -651,7 +652,7 @@ var parser = function() {
651
652
  }
652
653
  }, "_currentRules"),
653
654
  // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
654
- topState: /* @__PURE__ */ chunk3XYRH5AP.__name(function topState(n) {
655
+ topState: /* @__PURE__ */ chunkAGHRB4JF.__name(function topState(n) {
655
656
  n = this.conditionStack.length - 1 - Math.abs(n || 0);
656
657
  if (n >= 0) {
657
658
  return this.conditionStack[n];
@@ -660,15 +661,15 @@ var parser = function() {
660
661
  }
661
662
  }, "topState"),
662
663
  // alias for begin(condition)
663
- pushState: /* @__PURE__ */ chunk3XYRH5AP.__name(function pushState(condition) {
664
+ pushState: /* @__PURE__ */ chunkAGHRB4JF.__name(function pushState(condition) {
664
665
  this.begin(condition);
665
666
  }, "pushState"),
666
667
  // return the number of states currently on the stack
667
- stateStackSize: /* @__PURE__ */ chunk3XYRH5AP.__name(function stateStackSize() {
668
+ stateStackSize: /* @__PURE__ */ chunkAGHRB4JF.__name(function stateStackSize() {
668
669
  return this.conditionStack.length;
669
670
  }, "stateStackSize"),
670
671
  options: {},
671
- performAction: /* @__PURE__ */ chunk3XYRH5AP.__name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
672
+ performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
672
673
  switch ($avoiding_name_collisions) {
673
674
  case 0:
674
675
  return 6;
@@ -910,16 +911,16 @@ var parser = function() {
910
911
  conditions: { "acc_descr_multiline": { "rules": [11, 12], "inclusive": false }, "acc_descr": { "rules": [9], "inclusive": false }, "acc_title": { "rules": [7], "inclusive": false }, "string_kv_value": { "rules": [78, 79], "inclusive": false }, "string_kv_key": { "rules": [77], "inclusive": false }, "string_kv": { "rules": [76], "inclusive": false }, "string": { "rules": [73, 74], "inclusive": false }, "attribute": { "rules": [68, 69, 70, 71, 72, 75, 80], "inclusive": false }, "update_layout_config": { "rules": [65, 66, 67, 68], "inclusive": false }, "update_rel_style": { "rules": [65, 66, 67, 68], "inclusive": false }, "update_el_style": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_b": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_r": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_l": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_d": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_u": { "rules": [65, 66, 67, 68], "inclusive": false }, "rel_bi": { "rules": [], "inclusive": false }, "rel": { "rules": [65, 66, 67, 68], "inclusive": false }, "node_r": { "rules": [65, 66, 67, 68], "inclusive": false }, "node_l": { "rules": [65, 66, 67, 68], "inclusive": false }, "node": { "rules": [65, 66, 67, 68], "inclusive": false }, "index": { "rules": [], "inclusive": false }, "rel_index": { "rules": [65, 66, 67, 68], "inclusive": false }, "component_ext_queue": { "rules": [], "inclusive": false }, "component_ext_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "component_ext": { "rules": [65, 66, 67, 68], "inclusive": false }, "component_queue": { "rules": [65, 66, 67, 68], "inclusive": false }, "component_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "component": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_boundary": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_ext_queue": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_ext_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_ext": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_queue": { "rules": [65, 66, 67, 68], "inclusive": false }, "container_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "container": { "rules": [65, 66, 67, 68], "inclusive": false }, "birel": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_boundary": { "rules": [65, 66, 67, 68], "inclusive": false }, "enterprise_boundary": { "rules": [65, 66, 67, 68], "inclusive": false }, "boundary": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_ext_queue": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_ext_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_ext": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_queue": { "rules": [65, 66, 67, 68], "inclusive": false }, "system_db": { "rules": [65, 66, 67, 68], "inclusive": false }, "system": { "rules": [65, 66, 67, 68], "inclusive": false }, "person_ext": { "rules": [65, 66, 67, 68], "inclusive": false }, "person": { "rules": [65, 66, 67, 68], "inclusive": false }, "INITIAL": { "rules": [0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 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, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 81, 82, 83, 84, 85], "inclusive": true } }
911
912
  };
912
913
  return lexer2;
913
- }();
914
+ })();
914
915
  parser2.lexer = lexer;
915
916
  function Parser() {
916
917
  this.yy = {};
917
918
  }
918
- chunk3XYRH5AP.__name(Parser, "Parser");
919
+ chunkAGHRB4JF.__name(Parser, "Parser");
919
920
  Parser.prototype = parser2;
920
921
  parser2.Parser = Parser;
921
922
  return new Parser();
922
- }();
923
+ })();
923
924
  parser.parser = parser;
924
925
  var c4Diagram_default = parser;
925
926
 
@@ -944,14 +945,14 @@ var wrapEnabled = false;
944
945
  var c4ShapeInRow = 4;
945
946
  var c4BoundaryInRow = 2;
946
947
  var c4Type;
947
- var getC4Type = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
948
+ var getC4Type = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
948
949
  return c4Type;
949
950
  }, "getC4Type");
950
- var setC4Type = /* @__PURE__ */ chunk3XYRH5AP.__name(function(c4TypeParam) {
951
- let sanitizedText = chunk3XYRH5AP.sanitizeText(c4TypeParam, chunk3XYRH5AP.getConfig2());
951
+ var setC4Type = /* @__PURE__ */ chunkAGHRB4JF.__name(function(c4TypeParam) {
952
+ let sanitizedText = chunkABZYJK2D.sanitizeText(c4TypeParam, chunkABZYJK2D.getConfig2());
952
953
  c4Type = sanitizedText;
953
954
  }, "setC4Type");
954
- var addRel = /* @__PURE__ */ chunk3XYRH5AP.__name(function(type, from, to, label, techn, descr, sprite, tags, link) {
955
+ var addRel = /* @__PURE__ */ chunkAGHRB4JF.__name(function(type, from, to, label, techn, descr, sprite, tags, link) {
955
956
  if (type === void 0 || type === null || from === void 0 || from === null || to === void 0 || to === null || label === void 0 || label === null) {
956
957
  return;
957
958
  }
@@ -1006,7 +1007,7 @@ var addRel = /* @__PURE__ */ chunk3XYRH5AP.__name(function(type, from, to, label
1006
1007
  }
1007
1008
  rel.wrap = autoWrap();
1008
1009
  }, "addRel");
1009
- var addPersonOrSystem = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, alias, label, descr, sprite, tags, link) {
1010
+ var addPersonOrSystem = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, alias, label, descr, sprite, tags, link) {
1010
1011
  if (alias === null || label === null) {
1011
1012
  return;
1012
1013
  }
@@ -1055,7 +1056,7 @@ var addPersonOrSystem = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shap
1055
1056
  personOrSystem.parentBoundary = currentBoundaryParse;
1056
1057
  personOrSystem.wrap = autoWrap();
1057
1058
  }, "addPersonOrSystem");
1058
- var addContainer = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, alias, label, techn, descr, sprite, tags, link) {
1059
+ var addContainer = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, alias, label, techn, descr, sprite, tags, link) {
1059
1060
  if (alias === null || label === null) {
1060
1061
  return;
1061
1062
  }
@@ -1114,7 +1115,7 @@ var addContainer = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, al
1114
1115
  container.typeC4Shape = { text: typeC4Shape };
1115
1116
  container.parentBoundary = currentBoundaryParse;
1116
1117
  }, "addContainer");
1117
- var addComponent = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, alias, label, techn, descr, sprite, tags, link) {
1118
+ var addComponent = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, alias, label, techn, descr, sprite, tags, link) {
1118
1119
  if (alias === null || label === null) {
1119
1120
  return;
1120
1121
  }
@@ -1173,7 +1174,7 @@ var addComponent = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, al
1173
1174
  component.typeC4Shape = { text: typeC4Shape };
1174
1175
  component.parentBoundary = currentBoundaryParse;
1175
1176
  }, "addComponent");
1176
- var addPersonOrSystemBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(alias, label, type, tags, link) {
1177
+ var addPersonOrSystemBoundary = /* @__PURE__ */ chunkAGHRB4JF.__name(function(alias, label, type, tags, link) {
1177
1178
  if (alias === null || label === null) {
1178
1179
  return;
1179
1180
  }
@@ -1218,7 +1219,7 @@ var addPersonOrSystemBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(al
1218
1219
  currentBoundaryParse = alias;
1219
1220
  boundaryParseStack.push(parentBoundaryParse);
1220
1221
  }, "addPersonOrSystemBoundary");
1221
- var addContainerBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(alias, label, type, tags, link) {
1222
+ var addContainerBoundary = /* @__PURE__ */ chunkAGHRB4JF.__name(function(alias, label, type, tags, link) {
1222
1223
  if (alias === null || label === null) {
1223
1224
  return;
1224
1225
  }
@@ -1263,7 +1264,7 @@ var addContainerBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(alias,
1263
1264
  currentBoundaryParse = alias;
1264
1265
  boundaryParseStack.push(parentBoundaryParse);
1265
1266
  }, "addContainerBoundary");
1266
- var addDeploymentNode = /* @__PURE__ */ chunk3XYRH5AP.__name(function(nodeType, alias, label, type, descr, sprite, tags, link) {
1267
+ var addDeploymentNode = /* @__PURE__ */ chunkAGHRB4JF.__name(function(nodeType, alias, label, type, descr, sprite, tags, link) {
1267
1268
  if (alias === null || label === null) {
1268
1269
  return;
1269
1270
  }
@@ -1319,13 +1320,13 @@ var addDeploymentNode = /* @__PURE__ */ chunk3XYRH5AP.__name(function(nodeType,
1319
1320
  currentBoundaryParse = alias;
1320
1321
  boundaryParseStack.push(parentBoundaryParse);
1321
1322
  }, "addDeploymentNode");
1322
- var popBoundaryParseStack = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1323
+ var popBoundaryParseStack = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1323
1324
  currentBoundaryParse = parentBoundaryParse;
1324
1325
  boundaryParseStack.pop();
1325
1326
  parentBoundaryParse = boundaryParseStack.pop();
1326
1327
  boundaryParseStack.push(parentBoundaryParse);
1327
1328
  }, "popBoundaryParseStack");
1328
- var updateElStyle = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, elementName, bgColor, fontColor, borderColor, shadowing, shape, sprite, techn, legendText, legendSprite) {
1329
+ var updateElStyle = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, elementName, bgColor, fontColor, borderColor, shadowing, shape, sprite, techn, legendText, legendSprite) {
1329
1330
  let old = c4ShapeArray.find((element) => element.alias === elementName);
1330
1331
  if (old === void 0) {
1331
1332
  old = boundaries.find((element) => element.alias === elementName);
@@ -1406,7 +1407,7 @@ var updateElStyle = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, e
1406
1407
  }
1407
1408
  }
1408
1409
  }, "updateElStyle");
1409
- var updateRelStyle = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, from, to, textColor, lineColor, offsetX, offsetY) {
1410
+ var updateRelStyle = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, from, to, textColor, lineColor, offsetX, offsetY) {
1410
1411
  const old = rels.find((rel) => rel.from === from && rel.to === to);
1411
1412
  if (old === void 0) {
1412
1413
  return;
@@ -1444,7 +1445,7 @@ var updateRelStyle = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape,
1444
1445
  }
1445
1446
  }
1446
1447
  }, "updateRelStyle");
1447
- var updateLayoutConfig = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Shape, c4ShapeInRowParam, c4BoundaryInRowParam) {
1448
+ var updateLayoutConfig = /* @__PURE__ */ chunkAGHRB4JF.__name(function(typeC4Shape, c4ShapeInRowParam, c4BoundaryInRowParam) {
1448
1449
  let c4ShapeInRowValue = c4ShapeInRow;
1449
1450
  let c4BoundaryInRowValue = c4BoundaryInRow;
1450
1451
  if (typeof c4ShapeInRowParam === "object") {
@@ -1466,19 +1467,19 @@ var updateLayoutConfig = /* @__PURE__ */ chunk3XYRH5AP.__name(function(typeC4Sha
1466
1467
  c4BoundaryInRow = c4BoundaryInRowValue;
1467
1468
  }
1468
1469
  }, "updateLayoutConfig");
1469
- var getC4ShapeInRow = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1470
+ var getC4ShapeInRow = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1470
1471
  return c4ShapeInRow;
1471
1472
  }, "getC4ShapeInRow");
1472
- var getC4BoundaryInRow = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1473
+ var getC4BoundaryInRow = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1473
1474
  return c4BoundaryInRow;
1474
1475
  }, "getC4BoundaryInRow");
1475
- var getCurrentBoundaryParse = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1476
+ var getCurrentBoundaryParse = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1476
1477
  return currentBoundaryParse;
1477
1478
  }, "getCurrentBoundaryParse");
1478
- var getParentBoundaryParse = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1479
+ var getParentBoundaryParse = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1479
1480
  return parentBoundaryParse;
1480
1481
  }, "getParentBoundaryParse");
1481
- var getC4ShapeArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function(parentBoundary) {
1482
+ var getC4ShapeArray = /* @__PURE__ */ chunkAGHRB4JF.__name(function(parentBoundary) {
1482
1483
  if (parentBoundary === void 0 || parentBoundary === null) {
1483
1484
  return c4ShapeArray;
1484
1485
  } else {
@@ -1487,13 +1488,13 @@ var getC4ShapeArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function(parentBounda
1487
1488
  });
1488
1489
  }
1489
1490
  }, "getC4ShapeArray");
1490
- var getC4Shape = /* @__PURE__ */ chunk3XYRH5AP.__name(function(alias) {
1491
+ var getC4Shape = /* @__PURE__ */ chunkAGHRB4JF.__name(function(alias) {
1491
1492
  return c4ShapeArray.find((personOrSystem) => personOrSystem.alias === alias);
1492
1493
  }, "getC4Shape");
1493
- var getC4ShapeKeys = /* @__PURE__ */ chunk3XYRH5AP.__name(function(parentBoundary) {
1494
+ var getC4ShapeKeys = /* @__PURE__ */ chunkAGHRB4JF.__name(function(parentBoundary) {
1494
1495
  return Object.keys(getC4ShapeArray(parentBoundary));
1495
1496
  }, "getC4ShapeKeys");
1496
- var getBoundaries = /* @__PURE__ */ chunk3XYRH5AP.__name(function(parentBoundary) {
1497
+ var getBoundaries = /* @__PURE__ */ chunkAGHRB4JF.__name(function(parentBoundary) {
1497
1498
  if (parentBoundary === void 0 || parentBoundary === null) {
1498
1499
  return boundaries;
1499
1500
  } else {
@@ -1501,19 +1502,19 @@ var getBoundaries = /* @__PURE__ */ chunk3XYRH5AP.__name(function(parentBoundary
1501
1502
  }
1502
1503
  }, "getBoundaries");
1503
1504
  var getBoundarys = getBoundaries;
1504
- var getRels = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1505
+ var getRels = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1505
1506
  return rels;
1506
1507
  }, "getRels");
1507
- var getTitle = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1508
+ var getTitle = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1508
1509
  return title;
1509
1510
  }, "getTitle");
1510
- var setWrap = /* @__PURE__ */ chunk3XYRH5AP.__name(function(wrapSetting) {
1511
+ var setWrap = /* @__PURE__ */ chunkAGHRB4JF.__name(function(wrapSetting) {
1511
1512
  wrapEnabled = wrapSetting;
1512
1513
  }, "setWrap");
1513
- var autoWrap = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1514
+ var autoWrap = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1514
1515
  return wrapEnabled;
1515
1516
  }, "autoWrap");
1516
- var clear = /* @__PURE__ */ chunk3XYRH5AP.__name(function() {
1517
+ var clear = /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
1517
1518
  c4ShapeArray = [];
1518
1519
  boundaries = [
1519
1520
  {
@@ -1569,8 +1570,8 @@ var PLACEMENT = {
1569
1570
  RIGHTOF: 1,
1570
1571
  OVER: 2
1571
1572
  };
1572
- var setTitle = /* @__PURE__ */ chunk3XYRH5AP.__name(function(txt) {
1573
- let sanitizedText = chunk3XYRH5AP.sanitizeText(txt, chunk3XYRH5AP.getConfig2());
1573
+ var setTitle = /* @__PURE__ */ chunkAGHRB4JF.__name(function(txt) {
1574
+ let sanitizedText = chunkABZYJK2D.sanitizeText(txt, chunkABZYJK2D.getConfig2());
1574
1575
  title = sanitizedText;
1575
1576
  }, "setTitle");
1576
1577
  var c4Db_default = {
@@ -1599,11 +1600,11 @@ var c4Db_default = {
1599
1600
  getC4Type,
1600
1601
  getC4ShapeInRow,
1601
1602
  getC4BoundaryInRow,
1602
- setAccTitle: chunk3XYRH5AP.setAccTitle,
1603
- getAccTitle: chunk3XYRH5AP.getAccTitle,
1604
- getAccDescription: chunk3XYRH5AP.getAccDescription,
1605
- setAccDescription: chunk3XYRH5AP.setAccDescription,
1606
- getConfig: /* @__PURE__ */ chunk3XYRH5AP.__name(() => chunk3XYRH5AP.getConfig2().c4, "getConfig"),
1603
+ setAccTitle: chunkABZYJK2D.setAccTitle,
1604
+ getAccTitle: chunkABZYJK2D.getAccTitle,
1605
+ getAccDescription: chunkABZYJK2D.getAccDescription,
1606
+ setAccDescription: chunkABZYJK2D.setAccDescription,
1607
+ getConfig: /* @__PURE__ */ chunkAGHRB4JF.__name(() => chunkABZYJK2D.getConfig2().c4, "getConfig"),
1607
1608
  clear,
1608
1609
  LINETYPE,
1609
1610
  ARROWTYPE,
@@ -1612,10 +1613,10 @@ var c4Db_default = {
1612
1613
  setC4Type
1613
1614
  // apply,
1614
1615
  };
1615
- var drawRect2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, rectData) {
1616
- return chunk67H74DCK.drawRect(elem, rectData);
1616
+ var drawRect2 = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem, rectData) {
1617
+ return chunkTZMSLE5B.drawRect(elem, rectData);
1617
1618
  }, "drawRect");
1618
- var drawImage = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, width, height, x, y, link) {
1619
+ var drawImage = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem, width, height, x, y, link) {
1619
1620
  const imageElem = elem.append("image");
1620
1621
  imageElem.attr("width", width);
1621
1622
  imageElem.attr("height", height);
@@ -1624,7 +1625,7 @@ var drawImage = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, width, heigh
1624
1625
  let sanitizedLink = link.startsWith("data:image/png;base64") ? link : index.distExports.sanitizeUrl(link);
1625
1626
  imageElem.attr("xlink:href", sanitizedLink);
1626
1627
  }, "drawImage");
1627
- var drawRels = /* @__PURE__ */ chunk3XYRH5AP.__name((elem, rels2, conf2) => {
1628
+ var drawRels = /* @__PURE__ */ chunkAGHRB4JF.__name((elem, rels2, conf2) => {
1628
1629
  const relsElem = elem.append("g");
1629
1630
  let i = 0;
1630
1631
  for (let rel of rels2) {
@@ -1691,7 +1692,7 @@ var drawRels = /* @__PURE__ */ chunk3XYRH5AP.__name((elem, rels2, conf2) => {
1691
1692
  }
1692
1693
  }
1693
1694
  }, "drawRels");
1694
- var drawBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, boundary, conf2) {
1695
+ var drawBoundary = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem, boundary, conf2) {
1695
1696
  const boundaryElem = elem.append("g");
1696
1697
  let fillColor = boundary.bgColor ? boundary.bgColor : "none";
1697
1698
  let strokeColor = boundary.borderColor ? boundary.borderColor : "#444444";
@@ -1756,7 +1757,7 @@ var drawBoundary = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, boundary,
1756
1757
  );
1757
1758
  }
1758
1759
  }, "drawBoundary");
1759
- var drawC4Shape = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, c4Shape, conf2) {
1760
+ var drawC4Shape = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem, c4Shape, conf2) {
1760
1761
  let fillColor = c4Shape.bgColor ? c4Shape.bgColor : conf2[c4Shape.typeC4Shape.text + "_bg_color"];
1761
1762
  let strokeColor = c4Shape.borderColor ? c4Shape.borderColor : conf2[c4Shape.typeC4Shape.text + "_border_color"];
1762
1763
  let fontColor = c4Shape.fontColor ? c4Shape.fontColor : "#FFFFFF";
@@ -1771,7 +1772,7 @@ var drawC4Shape = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, c4Shape, c
1771
1772
  }
1772
1773
  const c4ShapeElem = elem.append("g");
1773
1774
  c4ShapeElem.attr("class", "person-man");
1774
- const rect = chunk67H74DCK.getNoteRect();
1775
+ const rect = chunkTZMSLE5B.getNoteRect();
1775
1776
  switch (c4Shape.typeC4Shape.text) {
1776
1777
  case "person":
1777
1778
  case "external_person":
@@ -1893,58 +1894,58 @@ var drawC4Shape = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem, c4Shape, c
1893
1894
  }
1894
1895
  return c4Shape.height;
1895
1896
  }, "drawC4Shape");
1896
- var insertDatabaseIcon = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1897
+ var insertDatabaseIcon = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1897
1898
  elem.append("defs").append("symbol").attr("id", "database").attr("fill-rule", "evenodd").attr("clip-rule", "evenodd").append("path").attr("transform", "scale(.5)").attr(
1898
1899
  "d",
1899
1900
  "M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z"
1900
1901
  );
1901
1902
  }, "insertDatabaseIcon");
1902
- var insertComputerIcon = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1903
+ var insertComputerIcon = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1903
1904
  elem.append("defs").append("symbol").attr("id", "computer").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1904
1905
  "d",
1905
1906
  "M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z"
1906
1907
  );
1907
1908
  }, "insertComputerIcon");
1908
- var insertClockIcon = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1909
+ var insertClockIcon = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1909
1910
  elem.append("defs").append("symbol").attr("id", "clock").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1910
1911
  "d",
1911
1912
  "M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z"
1912
1913
  );
1913
1914
  }, "insertClockIcon");
1914
- var insertArrowHead = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1915
+ var insertArrowHead = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1915
1916
  elem.append("defs").append("marker").attr("id", "arrowhead").attr("refX", 9).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 12).attr("markerHeight", 12).attr("orient", "auto").append("path").attr("d", "M 0 0 L 10 5 L 0 10 z");
1916
1917
  }, "insertArrowHead");
1917
- var insertArrowEnd = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1918
+ var insertArrowEnd = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1918
1919
  elem.append("defs").append("marker").attr("id", "arrowend").attr("refX", 1).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 12).attr("markerHeight", 12).attr("orient", "auto").append("path").attr("d", "M 10 0 L 0 5 L 10 10 z");
1919
1920
  }, "insertArrowEnd");
1920
- var insertArrowFilledHead = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1921
+ var insertArrowFilledHead = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1921
1922
  elem.append("defs").append("marker").attr("id", "filled-head").attr("refX", 18).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L14,7 L9,1 Z");
1922
1923
  }, "insertArrowFilledHead");
1923
- var insertDynamicNumber = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1924
+ var insertDynamicNumber = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1924
1925
  elem.append("defs").append("marker").attr("id", "sequencenumber").attr("refX", 15).attr("refY", 15).attr("markerWidth", 60).attr("markerHeight", 40).attr("orient", "auto").append("circle").attr("cx", 15).attr("cy", 15).attr("r", 6);
1925
1926
  }, "insertDynamicNumber");
1926
- var insertArrowCrossHead = /* @__PURE__ */ chunk3XYRH5AP.__name(function(elem) {
1927
+ var insertArrowCrossHead = /* @__PURE__ */ chunkAGHRB4JF.__name(function(elem) {
1927
1928
  const defs = elem.append("defs");
1928
1929
  const marker = defs.append("marker").attr("id", "crosshead").attr("markerWidth", 15).attr("markerHeight", 8).attr("orient", "auto").attr("refX", 16).attr("refY", 4);
1929
1930
  marker.append("path").attr("fill", "black").attr("stroke", "#000000").style("stroke-dasharray", "0, 0").attr("stroke-width", "1px").attr("d", "M 9,2 V 6 L16,4 Z");
1930
1931
  marker.append("path").attr("fill", "none").attr("stroke", "#000000").style("stroke-dasharray", "0, 0").attr("stroke-width", "1px").attr("d", "M 0,1 L 6,7 M 6,1 L 0,7");
1931
1932
  }, "insertArrowCrossHead");
1932
- var getC4ShapeFont = /* @__PURE__ */ chunk3XYRH5AP.__name((cnf, typeC4Shape) => {
1933
+ var getC4ShapeFont = /* @__PURE__ */ chunkAGHRB4JF.__name((cnf, typeC4Shape) => {
1933
1934
  return {
1934
1935
  fontFamily: cnf[typeC4Shape + "FontFamily"],
1935
1936
  fontSize: cnf[typeC4Shape + "FontSize"],
1936
1937
  fontWeight: cnf[typeC4Shape + "FontWeight"]
1937
1938
  };
1938
1939
  }, "getC4ShapeFont");
1939
- var _drawTextCandidateFunc = /* @__PURE__ */ function() {
1940
+ var _drawTextCandidateFunc = /* @__PURE__ */ (function() {
1940
1941
  function byText(content, g, x, y, width, height, textAttrs) {
1941
1942
  const text = g.append("text").attr("x", x + width / 2).attr("y", y + height / 2 + 5).style("text-anchor", "middle").text(content);
1942
1943
  _setTextAttrs(text, textAttrs);
1943
1944
  }
1944
- chunk3XYRH5AP.__name(byText, "byText");
1945
+ chunkAGHRB4JF.__name(byText, "byText");
1945
1946
  function byTspan(content, g, x, y, width, height, textAttrs, conf2) {
1946
1947
  const { fontSize, fontFamily, fontWeight } = conf2;
1947
- const lines = content.split(chunk3XYRH5AP.common_default.lineBreakRegex);
1948
+ const lines = content.split(chunkABZYJK2D.common_default.lineBreakRegex);
1948
1949
  for (let i = 0; i < lines.length; i++) {
1949
1950
  const dy = i * fontSize - fontSize * (lines.length - 1) / 2;
1950
1951
  const text = g.append("text").attr("x", x + width / 2).attr("y", y).style("text-anchor", "middle").attr("dominant-baseline", "middle").style("font-size", fontSize).style("font-weight", fontWeight).style("font-family", fontFamily);
@@ -1952,7 +1953,7 @@ var _drawTextCandidateFunc = /* @__PURE__ */ function() {
1952
1953
  _setTextAttrs(text, textAttrs);
1953
1954
  }
1954
1955
  }
1955
- chunk3XYRH5AP.__name(byTspan, "byTspan");
1956
+ chunkAGHRB4JF.__name(byTspan, "byTspan");
1956
1957
  function byFo(content, g, x, y, width, height, textAttrs, conf2) {
1957
1958
  const s = g.append("switch");
1958
1959
  const f = s.append("foreignObject").attr("x", x).attr("y", y).attr("width", width).attr("height", height);
@@ -1961,7 +1962,7 @@ var _drawTextCandidateFunc = /* @__PURE__ */ function() {
1961
1962
  byTspan(content, s, x, y, width, height, textAttrs, conf2);
1962
1963
  _setTextAttrs(text, textAttrs);
1963
1964
  }
1964
- chunk3XYRH5AP.__name(byFo, "byFo");
1965
+ chunkAGHRB4JF.__name(byFo, "byFo");
1965
1966
  function _setTextAttrs(toText, fromTextAttrsDict) {
1966
1967
  for (const key in fromTextAttrsDict) {
1967
1968
  if (fromTextAttrsDict.hasOwnProperty(key)) {
@@ -1969,11 +1970,11 @@ var _drawTextCandidateFunc = /* @__PURE__ */ function() {
1969
1970
  }
1970
1971
  }
1971
1972
  }
1972
- chunk3XYRH5AP.__name(_setTextAttrs, "_setTextAttrs");
1973
+ chunkAGHRB4JF.__name(_setTextAttrs, "_setTextAttrs");
1973
1974
  return function(conf2) {
1974
1975
  return conf2.textPlacement === "fo" ? byFo : conf2.textPlacement === "old" ? byText : byTspan;
1975
1976
  };
1976
- }();
1977
+ })();
1977
1978
  var svgDraw_default = {
1978
1979
  drawRect: drawRect2,
1979
1980
  drawBoundary,
@@ -1999,7 +2000,7 @@ parser.yy = c4Db_default;
1999
2000
  var conf = {};
2000
2001
  var Bounds = class {
2001
2002
  static {
2002
- chunk3XYRH5AP.__name(this, "Bounds");
2003
+ chunkAGHRB4JF.__name(this, "Bounds");
2003
2004
  }
2004
2005
  constructor(diagObj) {
2005
2006
  this.name = "";
@@ -2078,8 +2079,8 @@ var Bounds = class {
2078
2079
  this.data.stopy += margin;
2079
2080
  }
2080
2081
  };
2081
- var setConf = /* @__PURE__ */ chunk3XYRH5AP.__name(function(cnf) {
2082
- chunk3XYRH5AP.assignWithDepth_default(conf, cnf);
2082
+ var setConf = /* @__PURE__ */ chunkAGHRB4JF.__name(function(cnf) {
2083
+ chunkABZYJK2D.assignWithDepth_default(conf, cnf);
2083
2084
  if (cnf.fontFamily) {
2084
2085
  conf.personFontFamily = conf.systemFontFamily = conf.messageFontFamily = cnf.fontFamily;
2085
2086
  }
@@ -2090,21 +2091,21 @@ var setConf = /* @__PURE__ */ chunk3XYRH5AP.__name(function(cnf) {
2090
2091
  conf.personFontWeight = conf.systemFontWeight = conf.messageFontWeight = cnf.fontWeight;
2091
2092
  }
2092
2093
  }, "setConf");
2093
- var c4ShapeFont = /* @__PURE__ */ chunk3XYRH5AP.__name((cnf, typeC4Shape) => {
2094
+ var c4ShapeFont = /* @__PURE__ */ chunkAGHRB4JF.__name((cnf, typeC4Shape) => {
2094
2095
  return {
2095
2096
  fontFamily: cnf[typeC4Shape + "FontFamily"],
2096
2097
  fontSize: cnf[typeC4Shape + "FontSize"],
2097
2098
  fontWeight: cnf[typeC4Shape + "FontWeight"]
2098
2099
  };
2099
2100
  }, "c4ShapeFont");
2100
- var boundaryFont = /* @__PURE__ */ chunk3XYRH5AP.__name((cnf) => {
2101
+ var boundaryFont = /* @__PURE__ */ chunkAGHRB4JF.__name((cnf) => {
2101
2102
  return {
2102
2103
  fontFamily: cnf.boundaryFontFamily,
2103
2104
  fontSize: cnf.boundaryFontSize,
2104
2105
  fontWeight: cnf.boundaryFontWeight
2105
2106
  };
2106
2107
  }, "boundaryFont");
2107
- var messageFont = /* @__PURE__ */ chunk3XYRH5AP.__name((cnf) => {
2108
+ var messageFont = /* @__PURE__ */ chunkAGHRB4JF.__name((cnf) => {
2108
2109
  return {
2109
2110
  fontFamily: cnf.messageFontFamily,
2110
2111
  fontSize: cnf.messageFontSize,
@@ -2114,29 +2115,29 @@ var messageFont = /* @__PURE__ */ chunk3XYRH5AP.__name((cnf) => {
2114
2115
  function calcC4ShapeTextWH(textType, c4Shape, c4ShapeTextWrap, textConf, textLimitWidth) {
2115
2116
  if (!c4Shape[textType].width) {
2116
2117
  if (c4ShapeTextWrap) {
2117
- c4Shape[textType].text = chunk55PJQP7W.wrapLabel(c4Shape[textType].text, textLimitWidth, textConf);
2118
- c4Shape[textType].textLines = c4Shape[textType].text.split(chunk3XYRH5AP.common_default.lineBreakRegex).length;
2118
+ c4Shape[textType].text = chunkS3R3BYOJ.wrapLabel(c4Shape[textType].text, textLimitWidth, textConf);
2119
+ c4Shape[textType].textLines = c4Shape[textType].text.split(chunkABZYJK2D.common_default.lineBreakRegex).length;
2119
2120
  c4Shape[textType].width = textLimitWidth;
2120
- c4Shape[textType].height = chunk55PJQP7W.calculateTextHeight(c4Shape[textType].text, textConf);
2121
+ c4Shape[textType].height = chunkS3R3BYOJ.calculateTextHeight(c4Shape[textType].text, textConf);
2121
2122
  } else {
2122
- let lines = c4Shape[textType].text.split(chunk3XYRH5AP.common_default.lineBreakRegex);
2123
+ let lines = c4Shape[textType].text.split(chunkABZYJK2D.common_default.lineBreakRegex);
2123
2124
  c4Shape[textType].textLines = lines.length;
2124
2125
  let lineHeight = 0;
2125
2126
  c4Shape[textType].height = 0;
2126
2127
  c4Shape[textType].width = 0;
2127
2128
  for (const line of lines) {
2128
2129
  c4Shape[textType].width = Math.max(
2129
- chunk55PJQP7W.calculateTextWidth(line, textConf),
2130
+ chunkS3R3BYOJ.calculateTextWidth(line, textConf),
2130
2131
  c4Shape[textType].width
2131
2132
  );
2132
- lineHeight = chunk55PJQP7W.calculateTextHeight(line, textConf);
2133
+ lineHeight = chunkS3R3BYOJ.calculateTextHeight(line, textConf);
2133
2134
  c4Shape[textType].height = c4Shape[textType].height + lineHeight;
2134
2135
  }
2135
2136
  }
2136
2137
  }
2137
2138
  }
2138
- chunk3XYRH5AP.__name(calcC4ShapeTextWH, "calcC4ShapeTextWH");
2139
- var drawBoundary2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function(diagram2, boundary, bounds) {
2139
+ chunkAGHRB4JF.__name(calcC4ShapeTextWH, "calcC4ShapeTextWH");
2140
+ var drawBoundary2 = /* @__PURE__ */ chunkAGHRB4JF.__name(function(diagram2, boundary, bounds) {
2140
2141
  boundary.x = bounds.data.startx;
2141
2142
  boundary.y = bounds.data.starty;
2142
2143
  boundary.width = bounds.data.stopx - bounds.data.startx;
@@ -2146,18 +2147,18 @@ var drawBoundary2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function(diagram2, boun
2146
2147
  let boundaryLabelConf = boundaryFont(conf);
2147
2148
  boundaryLabelConf.fontSize = boundaryLabelConf.fontSize + 2;
2148
2149
  boundaryLabelConf.fontWeight = "bold";
2149
- let textLimitWidth = chunk55PJQP7W.calculateTextWidth(boundary.label.text, boundaryLabelConf);
2150
+ let textLimitWidth = chunkS3R3BYOJ.calculateTextWidth(boundary.label.text, boundaryLabelConf);
2150
2151
  calcC4ShapeTextWH("label", boundary, boundaryTextWrap, boundaryLabelConf, textLimitWidth);
2151
2152
  svgDraw_default.drawBoundary(diagram2, boundary, conf);
2152
2153
  }, "drawBoundary");
2153
- var drawC4ShapeArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function(currentBounds, diagram2, c4ShapeArray2, c4ShapeKeys) {
2154
+ var drawC4ShapeArray = /* @__PURE__ */ chunkAGHRB4JF.__name(function(currentBounds, diagram2, c4ShapeArray2, c4ShapeKeys) {
2154
2155
  let Y = 0;
2155
2156
  for (const c4ShapeKey of c4ShapeKeys) {
2156
2157
  Y = 0;
2157
2158
  const c4Shape = c4ShapeArray2[c4ShapeKey];
2158
2159
  let c4ShapeTypeConf = c4ShapeFont(conf, c4Shape.typeC4Shape.text);
2159
2160
  c4ShapeTypeConf.fontSize = c4ShapeTypeConf.fontSize - 2;
2160
- c4Shape.typeC4Shape.width = chunk55PJQP7W.calculateTextWidth(
2161
+ c4Shape.typeC4Shape.width = chunkS3R3BYOJ.calculateTextWidth(
2161
2162
  "\xAB" + c4Shape.typeC4Shape.text + "\xBB",
2162
2163
  c4ShapeTypeConf
2163
2164
  );
@@ -2222,14 +2223,14 @@ var drawC4ShapeArray = /* @__PURE__ */ chunk3XYRH5AP.__name(function(currentBoun
2222
2223
  }, "drawC4ShapeArray");
2223
2224
  var Point = class {
2224
2225
  static {
2225
- chunk3XYRH5AP.__name(this, "Point");
2226
+ chunkAGHRB4JF.__name(this, "Point");
2226
2227
  }
2227
2228
  constructor(x, y) {
2228
2229
  this.x = x;
2229
2230
  this.y = y;
2230
2231
  }
2231
2232
  };
2232
- var getIntersectPoint = /* @__PURE__ */ chunk3XYRH5AP.__name(function(fromNode, endPoint) {
2233
+ var getIntersectPoint = /* @__PURE__ */ chunkAGHRB4JF.__name(function(fromNode, endPoint) {
2233
2234
  let x1 = fromNode.x;
2234
2235
  let y1 = fromNode.y;
2235
2236
  let x2 = endPoint.x;
@@ -2283,7 +2284,7 @@ var getIntersectPoint = /* @__PURE__ */ chunk3XYRH5AP.__name(function(fromNode,
2283
2284
  }
2284
2285
  return returnPoint;
2285
2286
  }, "getIntersectPoint");
2286
- var getIntersectPoints = /* @__PURE__ */ chunk3XYRH5AP.__name(function(fromNode, endNode) {
2287
+ var getIntersectPoints = /* @__PURE__ */ chunkAGHRB4JF.__name(function(fromNode, endNode) {
2287
2288
  let endIntersectPoint = { x: 0, y: 0 };
2288
2289
  endIntersectPoint.x = endNode.x + endNode.width / 2;
2289
2290
  endIntersectPoint.y = endNode.y + endNode.height / 2;
@@ -2293,7 +2294,7 @@ var getIntersectPoints = /* @__PURE__ */ chunk3XYRH5AP.__name(function(fromNode,
2293
2294
  let endPoint = getIntersectPoint(endNode, endIntersectPoint);
2294
2295
  return { startPoint, endPoint };
2295
2296
  }, "getIntersectPoints");
2296
- var drawRels2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function(diagram2, rels2, getC4ShapeObj, diagObj) {
2297
+ var drawRels2 = /* @__PURE__ */ chunkAGHRB4JF.__name(function(diagram2, rels2, getC4ShapeObj, diagObj) {
2297
2298
  let i = 0;
2298
2299
  for (let rel of rels2) {
2299
2300
  i = i + 1;
@@ -2303,14 +2304,14 @@ var drawRels2 = /* @__PURE__ */ chunk3XYRH5AP.__name(function(diagram2, rels2, g
2303
2304
  if (diagramType === "C4Dynamic") {
2304
2305
  rel.label.text = i + ": " + rel.label.text;
2305
2306
  }
2306
- let textLimitWidth = chunk55PJQP7W.calculateTextWidth(rel.label.text, relConf);
2307
+ let textLimitWidth = chunkS3R3BYOJ.calculateTextWidth(rel.label.text, relConf);
2307
2308
  calcC4ShapeTextWH("label", rel, relTextWrap, relConf, textLimitWidth);
2308
2309
  if (rel.techn && rel.techn.text !== "") {
2309
- textLimitWidth = chunk55PJQP7W.calculateTextWidth(rel.techn.text, relConf);
2310
+ textLimitWidth = chunkS3R3BYOJ.calculateTextWidth(rel.techn.text, relConf);
2310
2311
  calcC4ShapeTextWH("techn", rel, relTextWrap, relConf, textLimitWidth);
2311
2312
  }
2312
2313
  if (rel.descr && rel.descr.text !== "") {
2313
- textLimitWidth = chunk55PJQP7W.calculateTextWidth(rel.descr.text, relConf);
2314
+ textLimitWidth = chunkS3R3BYOJ.calculateTextWidth(rel.descr.text, relConf);
2314
2315
  calcC4ShapeTextWH("descr", rel, relTextWrap, relConf, textLimitWidth);
2315
2316
  }
2316
2317
  let fromNode = getC4ShapeObj(rel.from);
@@ -2418,10 +2419,10 @@ function drawInsideBoundary(diagram2, parentBoundaryAlias, parentBounds, current
2418
2419
  globalBoundaryMaxY = Math.max(globalBoundaryMaxY, parentBounds.data.stopy);
2419
2420
  }
2420
2421
  }
2421
- chunk3XYRH5AP.__name(drawInsideBoundary, "drawInsideBoundary");
2422
- var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(_text, id, _version, diagObj) {
2423
- conf = chunk3XYRH5AP.getConfig2().c4;
2424
- const securityLevel = chunk3XYRH5AP.getConfig2().securityLevel;
2422
+ chunkAGHRB4JF.__name(drawInsideBoundary, "drawInsideBoundary");
2423
+ var draw = /* @__PURE__ */ chunkAGHRB4JF.__name(function(_text, id, _version, diagObj) {
2424
+ conf = chunkABZYJK2D.getConfig2().c4;
2425
+ const securityLevel = chunkABZYJK2D.getConfig2().securityLevel;
2425
2426
  let sandboxElement;
2426
2427
  if (securityLevel === "sandbox") {
2427
2428
  sandboxElement = select("#i" + id);
@@ -2431,7 +2432,7 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(_text, id, _version, di
2431
2432
  diagObj.db.setWrap(conf.wrap);
2432
2433
  c4ShapeInRow2 = db.getC4ShapeInRow();
2433
2434
  c4BoundaryInRow2 = db.getC4BoundaryInRow();
2434
- chunk3XYRH5AP.log.debug(`C:${JSON.stringify(conf, null, 2)}`);
2435
+ chunkAGHRB4JF.log.debug(`C:${JSON.stringify(conf, null, 2)}`);
2435
2436
  const diagram2 = securityLevel === "sandbox" ? root.select(`[id="${id}"]`) : select(`[id="${id}"]`);
2436
2437
  svgDraw_default.insertComputerIcon(diagram2);
2437
2438
  svgDraw_default.insertDatabaseIcon(diagram2);
@@ -2464,13 +2465,13 @@ var draw = /* @__PURE__ */ chunk3XYRH5AP.__name(function(_text, id, _version, di
2464
2465
  if (title2) {
2465
2466
  diagram2.append("text").text(title2).attr("x", (box.stopx - box.startx) / 2 - 4 * conf.diagramMarginX).attr("y", box.starty + conf.diagramMarginY);
2466
2467
  }
2467
- chunk3XYRH5AP.configureSvgSize(diagram2, height, width, conf.useMaxWidth);
2468
+ chunkABZYJK2D.configureSvgSize(diagram2, height, width, conf.useMaxWidth);
2468
2469
  const extraVertForTitle = title2 ? 60 : 0;
2469
2470
  diagram2.attr(
2470
2471
  "viewBox",
2471
2472
  box.startx - conf.diagramMarginX + " -" + (conf.diagramMarginY + extraVertForTitle) + " " + width + " " + (height + extraVertForTitle)
2472
2473
  );
2473
- chunk3XYRH5AP.log.debug(`models:`, box);
2474
+ chunkAGHRB4JF.log.debug(`models:`, box);
2474
2475
  }, "draw");
2475
2476
  var c4Renderer_default = {
2476
2477
  drawPersonOrSystemArray: drawC4ShapeArray,
@@ -2480,7 +2481,7 @@ var c4Renderer_default = {
2480
2481
  };
2481
2482
 
2482
2483
  // src/diagrams/c4/styles.js
2483
- var getStyles = /* @__PURE__ */ chunk3XYRH5AP.__name((options) => `.person {
2484
+ var getStyles = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => `.person {
2484
2485
  stroke: ${options.personBorder};
2485
2486
  fill: ${options.personBkg};
2486
2487
  }
@@ -2493,7 +2494,7 @@ var diagram = {
2493
2494
  db: c4Db_default,
2494
2495
  renderer: c4Renderer_default,
2495
2496
  styles: styles_default,
2496
- init: /* @__PURE__ */ chunk3XYRH5AP.__name(({ c4, wrap }) => {
2497
+ init: /* @__PURE__ */ chunkAGHRB4JF.__name(({ c4, wrap }) => {
2497
2498
  c4Renderer_default.setConf(c4);
2498
2499
  c4Db_default.setWrap(wrap);
2499
2500
  }, "init")