@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.
- package/dist/_virtual/advancedFormat.js +1 -1
- package/dist/_virtual/advancedFormat.mjs +1 -1
- package/dist/_virtual/customParseFormat.js +1 -1
- package/dist/_virtual/customParseFormat.mjs +1 -1
- package/dist/_virtual/dayjs.min.js +1 -1
- package/dist/_virtual/dayjs.min.mjs +1 -1
- package/dist/_virtual/isoWeek.js +1 -1
- package/dist/_virtual/isoWeek.mjs +1 -1
- package/dist/clerk/clerk-organization.js +1 -1
- package/dist/clerk/clerk-organization.mjs +1 -1
- package/dist/clerk/{clerk-page-generator-client.js → clerk-page-context-generator.js} +2 -2
- package/dist/clerk/{clerk-page-generator-client.mjs → clerk-page-context-generator.mjs} +2 -2
- package/dist/clerk/clerk-page-generator.js +3 -3
- package/dist/clerk/clerk-page-generator.mjs +3 -3
- package/dist/clerk/clerk-user-client.js +4 -3
- package/dist/clerk/clerk-user-client.mjs +4 -3
- package/dist/clerk/clerk-user.js +1 -1
- package/dist/clerk/clerk-user.mjs +1 -1
- package/dist/clerk/fingerprint/fingerprint-client.js +1 -1
- package/dist/clerk/fingerprint/fingerprint-client.mjs +1 -1
- package/dist/clerk/fingerprint/fingerprint-provider.js +147 -56
- package/dist/clerk/fingerprint/fingerprint-provider.mjs +148 -57
- package/dist/clerk/fingerprint/fingerprint-server.d.ts +16 -0
- package/dist/clerk/fingerprint/fingerprint-server.js +18 -0
- package/dist/clerk/fingerprint/fingerprint-server.mjs +18 -1
- package/dist/clerk/fingerprint/server.js +1 -0
- package/dist/clerk/fingerprint/server.mjs +1 -1
- package/dist/clerk/fingerprint/types.d.ts +13 -2
- package/dist/clerk/fingerprint/use-fingerprint.js +1 -1
- package/dist/clerk/fingerprint/use-fingerprint.mjs +1 -1
- package/dist/clerk/index.d.ts +2 -1
- package/dist/clerk/index.js +5 -3
- package/dist/clerk/index.mjs +2 -1
- package/dist/clerk/signin-with-fingerprint-client.js +4 -11
- package/dist/clerk/signin-with-fingerprint-client.mjs +4 -11
- package/dist/clerk/signup-button-with-fingerprint-client.d.ts +6 -0
- package/dist/clerk/signup-button-with-fingerprint-client.js +56 -0
- package/dist/clerk/signup-button-with-fingerprint-client.mjs +54 -0
- package/dist/clerk/signup-with-fingerprint-client.js +4 -11
- package/dist/clerk/signup-with-fingerprint-client.mjs +4 -11
- package/dist/fuma/base/custom-header.d.ts +38 -0
- package/dist/fuma/base/custom-header.js +163 -0
- package/dist/fuma/base/custom-header.mjs +161 -0
- package/dist/fuma/base/custom-home-layout.d.ts +68 -0
- package/dist/fuma/base/custom-home-layout.js +48 -0
- package/dist/fuma/base/custom-home-layout.mjs +46 -0
- package/dist/fuma/base/index.d.ts +2 -0
- package/dist/fuma/base/index.js +9 -0
- package/dist/fuma/base/index.mjs +2 -0
- package/dist/fuma/fuma-banner-suit.d.ts +2 -1
- package/dist/fuma/fuma-banner-suit.js +9 -3
- package/dist/fuma/fuma-banner-suit.mjs +9 -3
- package/dist/fuma/fuma-page-genarator.d.ts +4 -1
- package/dist/fuma/fuma-page-genarator.js +15 -6
- package/dist/fuma/fuma-page-genarator.mjs +15 -6
- package/dist/fuma/fuma-translate-util.d.ts +2 -0
- package/dist/fuma/fuma-translate-util.js +40 -0
- package/dist/fuma/fuma-translate-util.mjs +38 -0
- package/dist/fuma/llm-copy-handler.js +9 -8
- package/dist/fuma/llm-copy-handler.mjs +9 -8
- package/dist/fuma/mdx/banner.d.ts +7 -1
- package/dist/fuma/mdx/banner.js +15 -15
- package/dist/fuma/mdx/banner.mjs +15 -15
- package/dist/fuma/mdx/fuma-github-info.js +1 -1
- package/dist/fuma/mdx/fuma-github-info.mjs +1 -1
- package/dist/fuma/mdx/gradient-button.js +29 -18
- package/dist/fuma/mdx/gradient-button.mjs +29 -18
- package/dist/fuma/mdx/image-zoom.js +2 -2
- package/dist/fuma/mdx/image-zoom.mjs +2 -2
- package/dist/fuma/mdx/mermaid.js +3 -3
- package/dist/fuma/mdx/mermaid.mjs +3 -3
- package/dist/fuma/mdx/toc-base.js +9 -4
- package/dist/fuma/mdx/toc-base.mjs +9 -4
- package/dist/fuma/mdx/zia-card.js +3 -3
- package/dist/fuma/mdx/zia-card.mjs +3 -3
- package/dist/fuma/mdx/zia-file.js +1 -1
- package/dist/fuma/mdx/zia-file.mjs +1 -1
- package/dist/fuma/server.d.ts +1 -0
- package/dist/fuma/server.js +2 -0
- package/dist/fuma/server.mjs +1 -0
- package/dist/fuma/site-x.js +1 -1
- package/dist/fuma/site-x.mjs +1 -1
- package/dist/lib/fuma-schema-check-util.d.ts +4 -57
- package/dist/lib/fuma-schema-check-util.js +10 -31
- package/dist/lib/fuma-schema-check-util.mjs +11 -29
- package/dist/lib/server.d.ts +0 -1
- package/dist/lib/server.js +0 -5
- package/dist/lib/server.mjs +1 -2
- package/dist/main/ai-prompt-textarea.js +1 -1
- package/dist/main/ai-prompt-textarea.mjs +1 -1
- package/dist/main/credit/credit-nav-button.d.ts +21 -0
- package/dist/main/credit/credit-nav-button.js +117 -0
- package/dist/main/credit/credit-nav-button.mjs +114 -0
- package/dist/main/credit/credit-overview-client.d.ts +26 -0
- package/dist/main/credit/credit-overview-client.js +269 -0
- package/dist/main/credit/credit-overview-client.mjs +267 -0
- package/dist/main/credit/credit-overview.d.ts +8 -0
- package/dist/main/credit/credit-overview.js +34 -0
- package/dist/main/credit/credit-overview.mjs +32 -0
- package/dist/main/credit/types.d.ts +68 -0
- package/dist/main/cta.js +3 -2
- package/dist/main/cta.mjs +3 -2
- package/dist/main/faq.js +5 -4
- package/dist/main/faq.mjs +5 -4
- package/dist/main/features.js +3 -2
- package/dist/main/features.mjs +3 -2
- package/dist/main/footer.js +2 -2
- package/dist/main/footer.mjs +2 -2
- package/dist/main/gallery/gallery-desktop-grid.d.ts +6 -0
- package/dist/main/gallery/gallery-desktop-grid.js +10 -0
- package/dist/main/gallery/gallery-desktop-grid.mjs +8 -0
- package/dist/main/gallery/gallery-interactive.d.ts +4 -0
- package/dist/main/gallery/gallery-interactive.js +128 -0
- package/dist/main/gallery/gallery-interactive.mjs +126 -0
- package/dist/main/gallery/gallery-mobile-swiper.d.ts +6 -0
- package/dist/main/gallery/gallery-mobile-swiper.js +13 -0
- package/dist/main/gallery/gallery-mobile-swiper.mjs +11 -0
- package/dist/main/gallery/gallery-server.d.ts +2 -0
- package/dist/main/gallery/gallery-server.js +44 -0
- package/dist/main/gallery/gallery-server.mjs +42 -0
- package/dist/main/gallery/gallery-types.d.ts +19 -0
- package/dist/main/gallery-interactive.js +1 -1
- package/dist/main/gallery-interactive.mjs +1 -1
- package/dist/main/gallery.js +6 -5
- package/dist/main/gallery.mjs +6 -5
- package/dist/main/go-to-top.js +1 -1
- package/dist/main/go-to-top.mjs +1 -1
- package/dist/main/index.d.ts +3 -1
- package/dist/main/index.js +5 -1
- package/dist/main/index.mjs +3 -1
- package/dist/main/money-price/customer-portal.d.ts +7 -0
- package/dist/main/money-price/customer-portal.js +54 -0
- package/dist/main/money-price/customer-portal.mjs +52 -0
- package/dist/main/money-price/money-price-button.d.ts +1 -1
- package/dist/main/money-price/money-price-button.js +162 -42
- package/dist/main/money-price/money-price-button.mjs +162 -42
- package/dist/main/money-price/money-price-config-util.d.ts +50 -2
- package/dist/main/money-price/money-price-config-util.js +177 -4
- package/dist/main/money-price/money-price-config-util.mjs +175 -4
- package/dist/main/money-price/money-price-data.d.ts +8 -0
- package/dist/main/money-price/money-price-data.js +28 -0
- package/dist/main/money-price/money-price-data.mjs +26 -0
- package/dist/main/money-price/money-price-interactive.d.ts +1 -1
- package/dist/main/money-price/money-price-interactive.js +259 -276
- package/dist/main/money-price/money-price-interactive.mjs +261 -278
- package/dist/main/money-price/money-price-types.d.ts +69 -20
- package/dist/main/money-price/money-price.d.ts +1 -1
- package/dist/main/money-price/money-price.js +9 -62
- package/dist/main/money-price/money-price.mjs +10 -63
- package/dist/main/price-plan.js +6 -6
- package/dist/main/price-plan.mjs +6 -6
- package/dist/main/section-layout.d.ts +1 -0
- package/dist/main/section-layout.js +7 -0
- package/dist/main/section-layout.mjs +5 -0
- package/dist/main/seo-content.js +3 -2
- package/dist/main/seo-content.mjs +3 -2
- package/dist/main/server.d.ts +6 -3
- package/dist/main/server.js +9 -4
- package/dist/main/server.mjs +4 -2
- package/dist/main/tips.js +3 -2
- package/dist/main/tips.mjs +3 -2
- package/dist/main/usage.js +4 -3
- package/dist/main/usage.mjs +4 -3
- package/dist/main/x-button.js +6 -6
- package/dist/main/x-button.mjs +6 -6
- package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js +1 -1
- package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.mjs +1 -1
- 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
- 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
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.js +39 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.mjs +34 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.js +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.mjs +18 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.js +60 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.mjs +57 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.js +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.mjs +13 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.js +26 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.js +118 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.mjs +115 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.js +36 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.mjs +32 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.js +12 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.js +48 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.mjs +46 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.mjs +28 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
- 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
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1 -1
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +1 -1
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.js +59 -25
- package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.mjs +59 -25
- package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.js +26 -34
- package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.mjs +26 -34
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +1 -1
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +1 -1
- package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +84 -0
- package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.mjs +74 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +81 -0
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs +76 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +31 -0
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +31 -0
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +302 -0
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs +300 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +42 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +31 -0
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.js +226 -225
- package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.mjs +43 -42
- 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
- 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
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.js +461 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.mjs +459 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.js +8 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.mjs +6 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.js +23 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.mjs +21 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.js +143 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.mjs +140 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.js +3874 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.mjs +3871 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.js +129 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.mjs +124 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.js +226 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.mjs +216 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.js +310 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.mjs +288 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.js +390 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.mjs +387 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +6 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.mjs +4 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.mjs +13 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.mjs +28 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +21 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.js +52 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.mjs +50 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.js +44 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.mjs +35 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.js +31 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.mjs +18 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.js +492 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.mjs +439 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.js +434 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.mjs +388 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.js +245 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.mjs +232 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.js +68 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.mjs +62 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.js +80 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.mjs +75 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.js +101 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.mjs +86 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.js +102 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.mjs +76 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.js +56 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.mjs +52 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.js +952 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.mjs +909 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.js +182 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.mjs +163 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.js +9 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.mjs +7 -0
- package/package.json +27 -21
- package/src/clerk/{clerk-page-generator-client.tsx → clerk-page-context-generator.tsx} +2 -2
- package/src/clerk/clerk-page-generator.tsx +3 -3
- package/src/clerk/clerk-user-client.tsx +7 -12
- package/src/clerk/fingerprint/fingerprint-provider.tsx +311 -112
- package/src/clerk/fingerprint/fingerprint-server.ts +33 -5
- package/src/clerk/fingerprint/types.ts +16 -2
- package/src/clerk/fingerprint/use-fingerprint.ts +1 -1
- package/src/clerk/index.ts +2 -1
- package/src/clerk/signin-with-fingerprint-client.tsx +3 -11
- package/src/clerk/signup-button-with-fingerprint-client.tsx +87 -0
- package/src/clerk/signup-with-fingerprint-client.tsx +3 -11
- package/src/fuma/base/custom-header.tsx +574 -0
- package/src/fuma/base/custom-home-layout.tsx +146 -0
- package/src/fuma/base/index.ts +2 -0
- package/src/fuma/fuma-banner-suit.tsx +22 -5
- package/src/fuma/fuma-page-genarator.tsx +29 -9
- package/src/fuma/fuma-translate-util.ts +44 -0
- package/src/fuma/llm-copy-handler.ts +8 -7
- package/src/fuma/mdx/airtical-card.tsx +1 -1
- package/src/fuma/mdx/banner.tsx +25 -7
- package/src/fuma/mdx/gradient-button.tsx +43 -26
- package/src/fuma/mdx/mermaid.tsx +2 -2
- package/src/fuma/mdx/toc-base.tsx +9 -4
- package/src/fuma/mdx/zia-card.tsx +6 -6
- package/src/fuma/server.ts +1 -0
- package/src/lib/fuma-schema-check-util.ts +11 -40
- package/src/lib/server.ts +0 -1
- package/src/main/ai-prompt-textarea.tsx +1 -1
- package/src/main/credit/credit-nav-button.tsx +283 -0
- package/src/main/credit/credit-overview-client.tsx +552 -0
- package/src/main/credit/credit-overview.tsx +53 -0
- package/src/main/credit/types.ts +89 -0
- package/src/main/cta.tsx +9 -8
- package/src/main/faq.tsx +4 -3
- package/src/main/features.tsx +3 -3
- package/src/main/footer.tsx +1 -1
- package/src/main/gallery/gallery-desktop-grid.tsx +41 -0
- package/src/main/gallery/gallery-interactive.tsx +153 -0
- package/src/main/gallery/gallery-mobile-swiper.tsx +65 -0
- package/src/main/gallery/gallery-server.tsx +46 -0
- package/src/main/gallery/gallery-types.ts +22 -0
- package/src/main/go-to-top.tsx +1 -1
- package/src/main/index.ts +5 -3
- package/src/main/money-price/customer-portal.ts +63 -0
- package/src/main/money-price/money-price-button.tsx +211 -56
- package/src/main/money-price/money-price-config-util.ts +222 -5
- package/src/main/money-price/money-price-data.ts +49 -0
- package/src/main/money-price/money-price-interactive.tsx +487 -344
- package/src/main/money-price/money-price-types.ts +76 -22
- package/src/main/money-price/money-price.tsx +28 -267
- package/src/main/price-plan.tsx +3 -3
- package/src/main/section-layout.ts +5 -0
- package/src/main/seo-content.tsx +2 -2
- package/src/main/server.ts +15 -4
- package/src/main/tips.tsx +2 -2
- package/src/main/usage.tsx +4 -4
- package/src/main/x-button.tsx +13 -13
- package/src/styles/fuma.css +38 -13
- package/src/styles/third-ui.css +37 -2
- package/dist/lib/fuma-search-util.d.ts +0 -2
- package/dist/lib/fuma-search-util.js +0 -8
- package/dist/lib/fuma-search-util.mjs +0 -6
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -29
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -24
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -22
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -20
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +0 -55
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -52
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -18
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -16
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -29
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -26
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -25
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -23
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -122
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -119
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -34
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -30
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +0 -11
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -9
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +0 -30
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -28
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -42
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -40
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +0 -83
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +0 -73
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +0 -30
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +0 -30
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +0 -41
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +0 -30
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +0 -135
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +0 -132
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +0 -11
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +0 -122
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +0 -111
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +0 -138
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +0 -135
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +0 -113
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +0 -111
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +0 -3339
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +0 -3297
- package/src/lib/fuma-search-util.ts +0 -6
- package/src/main/gallery-interactive.tsx +0 -171
- package/src/main/gallery.tsx +0 -98
- /package/dist/clerk/{clerk-page-generator-client.d.ts → clerk-page-context-generator.d.ts} +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.mjs +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var purify_es = require('../../../../../../dompurify@3.
|
|
3
|
+
var chunkAGHRB4JF = require('./chunk-AGHRB4JF.js');
|
|
4
|
+
var purify_es = require('../../../../../../dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js');
|
|
5
5
|
var adjust = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js');
|
|
6
6
|
var rgba = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js');
|
|
7
7
|
var is_dark = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js');
|
|
@@ -9,79 +9,6 @@ var lighten = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/m
|
|
|
9
9
|
var darken = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/darken.js');
|
|
10
10
|
var invert = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/invert.js');
|
|
11
11
|
|
|
12
|
-
var __defProp = Object.defineProperty;
|
|
13
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var LEVELS = {
|
|
19
|
-
trace: 0,
|
|
20
|
-
debug: 1,
|
|
21
|
-
info: 2,
|
|
22
|
-
warn: 3,
|
|
23
|
-
error: 4,
|
|
24
|
-
fatal: 5
|
|
25
|
-
};
|
|
26
|
-
var log = {
|
|
27
|
-
trace: /* @__PURE__ */ __name((..._args) => {
|
|
28
|
-
}, "trace"),
|
|
29
|
-
debug: /* @__PURE__ */ __name((..._args) => {
|
|
30
|
-
}, "debug"),
|
|
31
|
-
info: /* @__PURE__ */ __name((..._args) => {
|
|
32
|
-
}, "info"),
|
|
33
|
-
warn: /* @__PURE__ */ __name((..._args) => {
|
|
34
|
-
}, "warn"),
|
|
35
|
-
error: /* @__PURE__ */ __name((..._args) => {
|
|
36
|
-
}, "error"),
|
|
37
|
-
fatal: /* @__PURE__ */ __name((..._args) => {
|
|
38
|
-
}, "fatal")
|
|
39
|
-
};
|
|
40
|
-
var setLogLevel = /* @__PURE__ */ __name(function(level = "fatal") {
|
|
41
|
-
let numericLevel = LEVELS.fatal;
|
|
42
|
-
if (typeof level === "string") {
|
|
43
|
-
if (level.toLowerCase() in LEVELS) {
|
|
44
|
-
numericLevel = LEVELS[level];
|
|
45
|
-
}
|
|
46
|
-
} else if (typeof level === "number") {
|
|
47
|
-
numericLevel = level;
|
|
48
|
-
}
|
|
49
|
-
log.trace = () => {
|
|
50
|
-
};
|
|
51
|
-
log.debug = () => {
|
|
52
|
-
};
|
|
53
|
-
log.info = () => {
|
|
54
|
-
};
|
|
55
|
-
log.warn = () => {
|
|
56
|
-
};
|
|
57
|
-
log.error = () => {
|
|
58
|
-
};
|
|
59
|
-
log.fatal = () => {
|
|
60
|
-
};
|
|
61
|
-
if (numericLevel <= LEVELS.fatal) {
|
|
62
|
-
log.fatal = console.error ? console.error.bind(console, format("FATAL"), "color: orange") : console.log.bind(console, "\x1B[35m", format("FATAL"));
|
|
63
|
-
}
|
|
64
|
-
if (numericLevel <= LEVELS.error) {
|
|
65
|
-
log.error = console.error ? console.error.bind(console, format("ERROR"), "color: orange") : console.log.bind(console, "\x1B[31m", format("ERROR"));
|
|
66
|
-
}
|
|
67
|
-
if (numericLevel <= LEVELS.warn) {
|
|
68
|
-
log.warn = console.warn ? console.warn.bind(console, format("WARN"), "color: orange") : console.log.bind(console, `\x1B[33m`, format("WARN"));
|
|
69
|
-
}
|
|
70
|
-
if (numericLevel <= LEVELS.info) {
|
|
71
|
-
log.info = console.info ? console.info.bind(console, format("INFO"), "color: lightblue") : console.log.bind(console, "\x1B[34m", format("INFO"));
|
|
72
|
-
}
|
|
73
|
-
if (numericLevel <= LEVELS.debug) {
|
|
74
|
-
log.debug = console.debug ? console.debug.bind(console, format("DEBUG"), "color: lightgreen") : console.log.bind(console, "\x1B[32m", format("DEBUG"));
|
|
75
|
-
}
|
|
76
|
-
if (numericLevel <= LEVELS.trace) {
|
|
77
|
-
log.trace = console.debug ? console.debug.bind(console, format("TRACE"), "color: lightgreen") : console.log.bind(console, "\x1B[32m", format("TRACE"));
|
|
78
|
-
}
|
|
79
|
-
}, "setLogLevel");
|
|
80
|
-
var format = /* @__PURE__ */ __name((level) => {
|
|
81
|
-
const time = dayjs_min().format("ss.SSS");
|
|
82
|
-
return `%c${time} : ${level} : `;
|
|
83
|
-
}, "format");
|
|
84
|
-
|
|
85
12
|
// src/diagram-api/regexes.ts
|
|
86
13
|
var frontMatterRegex = /^-{3}\s*[\n\r](.*?)[\n\r]-{3}\s*[\n\r]+/s;
|
|
87
14
|
var directiveRegex = /%{2}{\s*(?:(\w+)\s*:|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi;
|
|
@@ -90,7 +17,7 @@ var anyCommentRegex = /\s*%%.*\n/gm;
|
|
|
90
17
|
// src/errors.ts
|
|
91
18
|
var UnknownDiagramError = class extends Error {
|
|
92
19
|
static {
|
|
93
|
-
__name(this, "UnknownDiagramError");
|
|
20
|
+
chunkAGHRB4JF.__name(this, "UnknownDiagramError");
|
|
94
21
|
}
|
|
95
22
|
constructor(message) {
|
|
96
23
|
super(message);
|
|
@@ -100,7 +27,7 @@ var UnknownDiagramError = class extends Error {
|
|
|
100
27
|
|
|
101
28
|
// src/diagram-api/detectType.ts
|
|
102
29
|
var detectors = {};
|
|
103
|
-
var detectType = /* @__PURE__ */ __name(function(text, config2) {
|
|
30
|
+
var detectType = /* @__PURE__ */ chunkAGHRB4JF.__name(function(text, config2) {
|
|
104
31
|
text = text.replace(frontMatterRegex, "").replace(directiveRegex, "").replace(anyCommentRegex, "\n");
|
|
105
32
|
for (const [key, { detector }] of Object.entries(detectors)) {
|
|
106
33
|
const diagram = detector(text, config2);
|
|
@@ -112,24 +39,24 @@ var detectType = /* @__PURE__ */ __name(function(text, config2) {
|
|
|
112
39
|
`No diagram type detected matching given configuration for text: ${text}`
|
|
113
40
|
);
|
|
114
41
|
}, "detectType");
|
|
115
|
-
var registerLazyLoadedDiagrams = /* @__PURE__ */ __name((...diagrams2) => {
|
|
42
|
+
var registerLazyLoadedDiagrams = /* @__PURE__ */ chunkAGHRB4JF.__name((...diagrams2) => {
|
|
116
43
|
for (const { id, detector, loader } of diagrams2) {
|
|
117
44
|
addDetector(id, detector, loader);
|
|
118
45
|
}
|
|
119
46
|
}, "registerLazyLoadedDiagrams");
|
|
120
|
-
var addDetector = /* @__PURE__ */ __name((key, detector, loader) => {
|
|
47
|
+
var addDetector = /* @__PURE__ */ chunkAGHRB4JF.__name((key, detector, loader) => {
|
|
121
48
|
if (detectors[key]) {
|
|
122
|
-
log.warn(`Detector with key ${key} already exists. Overwriting.`);
|
|
49
|
+
chunkAGHRB4JF.log.warn(`Detector with key ${key} already exists. Overwriting.`);
|
|
123
50
|
}
|
|
124
51
|
detectors[key] = { detector, loader };
|
|
125
|
-
log.debug(`Detector with key ${key} added${loader ? " with loader" : ""}`);
|
|
52
|
+
chunkAGHRB4JF.log.debug(`Detector with key ${key} added${loader ? " with loader" : ""}`);
|
|
126
53
|
}, "addDetector");
|
|
127
|
-
var getDiagramLoader = /* @__PURE__ */ __name((key) => {
|
|
54
|
+
var getDiagramLoader = /* @__PURE__ */ chunkAGHRB4JF.__name((key) => {
|
|
128
55
|
return detectors[key].loader;
|
|
129
56
|
}, "getDiagramLoader");
|
|
130
57
|
|
|
131
58
|
// src/assignWithDepth.ts
|
|
132
|
-
var assignWithDepth = /* @__PURE__ */ __name((dst, src, { depth = 2, clobber = false } = {}) => {
|
|
59
|
+
var assignWithDepth = /* @__PURE__ */ chunkAGHRB4JF.__name((dst, src, { depth = 2, clobber = false } = {}) => {
|
|
133
60
|
const config2 = { depth, clobber };
|
|
134
61
|
if (Array.isArray(src) && !Array.isArray(dst)) {
|
|
135
62
|
src.forEach((s) => assignWithDepth(dst, s, config2));
|
|
@@ -168,12 +95,12 @@ var assignWithDepth_default = assignWithDepth;
|
|
|
168
95
|
// src/themes/erDiagram-oldHardcodedValues.ts
|
|
169
96
|
var oldAttributeBackgroundColorOdd = "#ffffff";
|
|
170
97
|
var oldAttributeBackgroundColorEven = "#f2f2f2";
|
|
171
|
-
var mkBorder = /* @__PURE__ */ __name((col, darkMode) => darkMode ? adjust(col, { s: -40, l: 10 }) : adjust(col, { s: -40, l: -10 }), "mkBorder");
|
|
98
|
+
var mkBorder = /* @__PURE__ */ chunkAGHRB4JF.__name((col, darkMode) => darkMode ? adjust(col, { s: -40, l: 10 }) : adjust(col, { s: -40, l: -10 }), "mkBorder");
|
|
172
99
|
|
|
173
100
|
// src/themes/theme-base.js
|
|
174
101
|
var Theme = class {
|
|
175
102
|
static {
|
|
176
|
-
__name(this, "Theme");
|
|
103
|
+
chunkAGHRB4JF.__name(this, "Theme");
|
|
177
104
|
}
|
|
178
105
|
constructor() {
|
|
179
106
|
this.background = "#f4f4f4";
|
|
@@ -460,14 +387,14 @@ var Theme = class {
|
|
|
460
387
|
});
|
|
461
388
|
}
|
|
462
389
|
};
|
|
463
|
-
var getThemeVariables = /* @__PURE__ */ __name((userOverrides) => {
|
|
390
|
+
var getThemeVariables = /* @__PURE__ */ chunkAGHRB4JF.__name((userOverrides) => {
|
|
464
391
|
const theme = new Theme();
|
|
465
392
|
theme.calculate(userOverrides);
|
|
466
393
|
return theme;
|
|
467
394
|
}, "getThemeVariables");
|
|
468
395
|
var Theme2 = class {
|
|
469
396
|
static {
|
|
470
|
-
__name(this, "Theme");
|
|
397
|
+
chunkAGHRB4JF.__name(this, "Theme");
|
|
471
398
|
}
|
|
472
399
|
constructor() {
|
|
473
400
|
this.background = "#333";
|
|
@@ -765,14 +692,14 @@ var Theme2 = class {
|
|
|
765
692
|
});
|
|
766
693
|
}
|
|
767
694
|
};
|
|
768
|
-
var getThemeVariables2 = /* @__PURE__ */ __name((userOverrides) => {
|
|
695
|
+
var getThemeVariables2 = /* @__PURE__ */ chunkAGHRB4JF.__name((userOverrides) => {
|
|
769
696
|
const theme = new Theme2();
|
|
770
697
|
theme.calculate(userOverrides);
|
|
771
698
|
return theme;
|
|
772
699
|
}, "getThemeVariables");
|
|
773
700
|
var Theme3 = class {
|
|
774
701
|
static {
|
|
775
|
-
__name(this, "Theme");
|
|
702
|
+
chunkAGHRB4JF.__name(this, "Theme");
|
|
776
703
|
}
|
|
777
704
|
constructor() {
|
|
778
705
|
this.background = "#f4f4f4";
|
|
@@ -1100,14 +1027,14 @@ var Theme3 = class {
|
|
|
1100
1027
|
});
|
|
1101
1028
|
}
|
|
1102
1029
|
};
|
|
1103
|
-
var getThemeVariables3 = /* @__PURE__ */ __name((userOverrides) => {
|
|
1030
|
+
var getThemeVariables3 = /* @__PURE__ */ chunkAGHRB4JF.__name((userOverrides) => {
|
|
1104
1031
|
const theme = new Theme3();
|
|
1105
1032
|
theme.calculate(userOverrides);
|
|
1106
1033
|
return theme;
|
|
1107
1034
|
}, "getThemeVariables");
|
|
1108
1035
|
var Theme4 = class {
|
|
1109
1036
|
static {
|
|
1110
|
-
__name(this, "Theme");
|
|
1037
|
+
chunkAGHRB4JF.__name(this, "Theme");
|
|
1111
1038
|
}
|
|
1112
1039
|
constructor() {
|
|
1113
1040
|
this.background = "#f4f4f4";
|
|
@@ -1407,14 +1334,14 @@ var Theme4 = class {
|
|
|
1407
1334
|
});
|
|
1408
1335
|
}
|
|
1409
1336
|
};
|
|
1410
|
-
var getThemeVariables4 = /* @__PURE__ */ __name((userOverrides) => {
|
|
1337
|
+
var getThemeVariables4 = /* @__PURE__ */ chunkAGHRB4JF.__name((userOverrides) => {
|
|
1411
1338
|
const theme = new Theme4();
|
|
1412
1339
|
theme.calculate(userOverrides);
|
|
1413
1340
|
return theme;
|
|
1414
1341
|
}, "getThemeVariables");
|
|
1415
1342
|
var Theme5 = class {
|
|
1416
1343
|
static {
|
|
1417
|
-
__name(this, "Theme");
|
|
1344
|
+
chunkAGHRB4JF.__name(this, "Theme");
|
|
1418
1345
|
}
|
|
1419
1346
|
constructor() {
|
|
1420
1347
|
this.primaryColor = "#eee";
|
|
@@ -1705,7 +1632,7 @@ var Theme5 = class {
|
|
|
1705
1632
|
});
|
|
1706
1633
|
}
|
|
1707
1634
|
};
|
|
1708
|
-
var getThemeVariables5 = /* @__PURE__ */ __name((userOverrides) => {
|
|
1635
|
+
var getThemeVariables5 = /* @__PURE__ */ chunkAGHRB4JF.__name((userOverrides) => {
|
|
1709
1636
|
const theme = new Theme5();
|
|
1710
1637
|
theme.calculate(userOverrides);
|
|
1711
1638
|
return theme;
|
|
@@ -1968,7 +1895,8 @@ var config_schema_default = {
|
|
|
1968
1895
|
"mindmap": {
|
|
1969
1896
|
"useMaxWidth": true,
|
|
1970
1897
|
"padding": 10,
|
|
1971
|
-
"maxNodeWidth": 200
|
|
1898
|
+
"maxNodeWidth": 200,
|
|
1899
|
+
"layoutAlgorithm": "cose-bilkent"
|
|
1972
1900
|
},
|
|
1973
1901
|
"kanban": {
|
|
1974
1902
|
"useMaxWidth": true,
|
|
@@ -2234,28 +2162,30 @@ var config = {
|
|
|
2234
2162
|
elk: {
|
|
2235
2163
|
// mergeEdges is needed here to be considered
|
|
2236
2164
|
mergeEdges: false,
|
|
2237
|
-
nodePlacementStrategy: "BRANDES_KOEPF"
|
|
2165
|
+
nodePlacementStrategy: "BRANDES_KOEPF",
|
|
2166
|
+
forceNodeModelOrder: false,
|
|
2167
|
+
considerModelOrder: "NODES_AND_EDGES"
|
|
2238
2168
|
},
|
|
2239
2169
|
themeCSS: void 0,
|
|
2240
2170
|
// add non-JSON default config values
|
|
2241
2171
|
themeVariables: themes_default.default.getThemeVariables(),
|
|
2242
2172
|
sequence: {
|
|
2243
2173
|
...config_schema_default.sequence,
|
|
2244
|
-
messageFont: /* @__PURE__ */ __name(function() {
|
|
2174
|
+
messageFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2245
2175
|
return {
|
|
2246
2176
|
fontFamily: this.messageFontFamily,
|
|
2247
2177
|
fontSize: this.messageFontSize,
|
|
2248
2178
|
fontWeight: this.messageFontWeight
|
|
2249
2179
|
};
|
|
2250
2180
|
}, "messageFont"),
|
|
2251
|
-
noteFont: /* @__PURE__ */ __name(function() {
|
|
2181
|
+
noteFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2252
2182
|
return {
|
|
2253
2183
|
fontFamily: this.noteFontFamily,
|
|
2254
2184
|
fontSize: this.noteFontSize,
|
|
2255
2185
|
fontWeight: this.noteFontWeight
|
|
2256
2186
|
};
|
|
2257
2187
|
}, "noteFont"),
|
|
2258
|
-
actorFont: /* @__PURE__ */ __name(function() {
|
|
2188
|
+
actorFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2259
2189
|
return {
|
|
2260
2190
|
fontFamily: this.actorFontFamily,
|
|
2261
2191
|
fontSize: this.actorFontSize,
|
|
@@ -2275,7 +2205,7 @@ var config = {
|
|
|
2275
2205
|
c4: {
|
|
2276
2206
|
...config_schema_default.c4,
|
|
2277
2207
|
useWidth: void 0,
|
|
2278
|
-
personFont: /* @__PURE__ */ __name(function() {
|
|
2208
|
+
personFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2279
2209
|
return {
|
|
2280
2210
|
fontFamily: this.personFontFamily,
|
|
2281
2211
|
fontSize: this.personFontSize,
|
|
@@ -2287,147 +2217,147 @@ var config = {
|
|
|
2287
2217
|
inheritDir: false
|
|
2288
2218
|
// default to legacy behavior
|
|
2289
2219
|
},
|
|
2290
|
-
external_personFont: /* @__PURE__ */ __name(function() {
|
|
2220
|
+
external_personFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2291
2221
|
return {
|
|
2292
2222
|
fontFamily: this.external_personFontFamily,
|
|
2293
2223
|
fontSize: this.external_personFontSize,
|
|
2294
2224
|
fontWeight: this.external_personFontWeight
|
|
2295
2225
|
};
|
|
2296
2226
|
}, "external_personFont"),
|
|
2297
|
-
systemFont: /* @__PURE__ */ __name(function() {
|
|
2227
|
+
systemFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2298
2228
|
return {
|
|
2299
2229
|
fontFamily: this.systemFontFamily,
|
|
2300
2230
|
fontSize: this.systemFontSize,
|
|
2301
2231
|
fontWeight: this.systemFontWeight
|
|
2302
2232
|
};
|
|
2303
2233
|
}, "systemFont"),
|
|
2304
|
-
external_systemFont: /* @__PURE__ */ __name(function() {
|
|
2234
|
+
external_systemFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2305
2235
|
return {
|
|
2306
2236
|
fontFamily: this.external_systemFontFamily,
|
|
2307
2237
|
fontSize: this.external_systemFontSize,
|
|
2308
2238
|
fontWeight: this.external_systemFontWeight
|
|
2309
2239
|
};
|
|
2310
2240
|
}, "external_systemFont"),
|
|
2311
|
-
system_dbFont: /* @__PURE__ */ __name(function() {
|
|
2241
|
+
system_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2312
2242
|
return {
|
|
2313
2243
|
fontFamily: this.system_dbFontFamily,
|
|
2314
2244
|
fontSize: this.system_dbFontSize,
|
|
2315
2245
|
fontWeight: this.system_dbFontWeight
|
|
2316
2246
|
};
|
|
2317
2247
|
}, "system_dbFont"),
|
|
2318
|
-
external_system_dbFont: /* @__PURE__ */ __name(function() {
|
|
2248
|
+
external_system_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2319
2249
|
return {
|
|
2320
2250
|
fontFamily: this.external_system_dbFontFamily,
|
|
2321
2251
|
fontSize: this.external_system_dbFontSize,
|
|
2322
2252
|
fontWeight: this.external_system_dbFontWeight
|
|
2323
2253
|
};
|
|
2324
2254
|
}, "external_system_dbFont"),
|
|
2325
|
-
system_queueFont: /* @__PURE__ */ __name(function() {
|
|
2255
|
+
system_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2326
2256
|
return {
|
|
2327
2257
|
fontFamily: this.system_queueFontFamily,
|
|
2328
2258
|
fontSize: this.system_queueFontSize,
|
|
2329
2259
|
fontWeight: this.system_queueFontWeight
|
|
2330
2260
|
};
|
|
2331
2261
|
}, "system_queueFont"),
|
|
2332
|
-
external_system_queueFont: /* @__PURE__ */ __name(function() {
|
|
2262
|
+
external_system_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2333
2263
|
return {
|
|
2334
2264
|
fontFamily: this.external_system_queueFontFamily,
|
|
2335
2265
|
fontSize: this.external_system_queueFontSize,
|
|
2336
2266
|
fontWeight: this.external_system_queueFontWeight
|
|
2337
2267
|
};
|
|
2338
2268
|
}, "external_system_queueFont"),
|
|
2339
|
-
containerFont: /* @__PURE__ */ __name(function() {
|
|
2269
|
+
containerFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2340
2270
|
return {
|
|
2341
2271
|
fontFamily: this.containerFontFamily,
|
|
2342
2272
|
fontSize: this.containerFontSize,
|
|
2343
2273
|
fontWeight: this.containerFontWeight
|
|
2344
2274
|
};
|
|
2345
2275
|
}, "containerFont"),
|
|
2346
|
-
external_containerFont: /* @__PURE__ */ __name(function() {
|
|
2276
|
+
external_containerFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2347
2277
|
return {
|
|
2348
2278
|
fontFamily: this.external_containerFontFamily,
|
|
2349
2279
|
fontSize: this.external_containerFontSize,
|
|
2350
2280
|
fontWeight: this.external_containerFontWeight
|
|
2351
2281
|
};
|
|
2352
2282
|
}, "external_containerFont"),
|
|
2353
|
-
container_dbFont: /* @__PURE__ */ __name(function() {
|
|
2283
|
+
container_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2354
2284
|
return {
|
|
2355
2285
|
fontFamily: this.container_dbFontFamily,
|
|
2356
2286
|
fontSize: this.container_dbFontSize,
|
|
2357
2287
|
fontWeight: this.container_dbFontWeight
|
|
2358
2288
|
};
|
|
2359
2289
|
}, "container_dbFont"),
|
|
2360
|
-
external_container_dbFont: /* @__PURE__ */ __name(function() {
|
|
2290
|
+
external_container_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2361
2291
|
return {
|
|
2362
2292
|
fontFamily: this.external_container_dbFontFamily,
|
|
2363
2293
|
fontSize: this.external_container_dbFontSize,
|
|
2364
2294
|
fontWeight: this.external_container_dbFontWeight
|
|
2365
2295
|
};
|
|
2366
2296
|
}, "external_container_dbFont"),
|
|
2367
|
-
container_queueFont: /* @__PURE__ */ __name(function() {
|
|
2297
|
+
container_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2368
2298
|
return {
|
|
2369
2299
|
fontFamily: this.container_queueFontFamily,
|
|
2370
2300
|
fontSize: this.container_queueFontSize,
|
|
2371
2301
|
fontWeight: this.container_queueFontWeight
|
|
2372
2302
|
};
|
|
2373
2303
|
}, "container_queueFont"),
|
|
2374
|
-
external_container_queueFont: /* @__PURE__ */ __name(function() {
|
|
2304
|
+
external_container_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2375
2305
|
return {
|
|
2376
2306
|
fontFamily: this.external_container_queueFontFamily,
|
|
2377
2307
|
fontSize: this.external_container_queueFontSize,
|
|
2378
2308
|
fontWeight: this.external_container_queueFontWeight
|
|
2379
2309
|
};
|
|
2380
2310
|
}, "external_container_queueFont"),
|
|
2381
|
-
componentFont: /* @__PURE__ */ __name(function() {
|
|
2311
|
+
componentFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2382
2312
|
return {
|
|
2383
2313
|
fontFamily: this.componentFontFamily,
|
|
2384
2314
|
fontSize: this.componentFontSize,
|
|
2385
2315
|
fontWeight: this.componentFontWeight
|
|
2386
2316
|
};
|
|
2387
2317
|
}, "componentFont"),
|
|
2388
|
-
external_componentFont: /* @__PURE__ */ __name(function() {
|
|
2318
|
+
external_componentFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2389
2319
|
return {
|
|
2390
2320
|
fontFamily: this.external_componentFontFamily,
|
|
2391
2321
|
fontSize: this.external_componentFontSize,
|
|
2392
2322
|
fontWeight: this.external_componentFontWeight
|
|
2393
2323
|
};
|
|
2394
2324
|
}, "external_componentFont"),
|
|
2395
|
-
component_dbFont: /* @__PURE__ */ __name(function() {
|
|
2325
|
+
component_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2396
2326
|
return {
|
|
2397
2327
|
fontFamily: this.component_dbFontFamily,
|
|
2398
2328
|
fontSize: this.component_dbFontSize,
|
|
2399
2329
|
fontWeight: this.component_dbFontWeight
|
|
2400
2330
|
};
|
|
2401
2331
|
}, "component_dbFont"),
|
|
2402
|
-
external_component_dbFont: /* @__PURE__ */ __name(function() {
|
|
2332
|
+
external_component_dbFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2403
2333
|
return {
|
|
2404
2334
|
fontFamily: this.external_component_dbFontFamily,
|
|
2405
2335
|
fontSize: this.external_component_dbFontSize,
|
|
2406
2336
|
fontWeight: this.external_component_dbFontWeight
|
|
2407
2337
|
};
|
|
2408
2338
|
}, "external_component_dbFont"),
|
|
2409
|
-
component_queueFont: /* @__PURE__ */ __name(function() {
|
|
2339
|
+
component_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2410
2340
|
return {
|
|
2411
2341
|
fontFamily: this.component_queueFontFamily,
|
|
2412
2342
|
fontSize: this.component_queueFontSize,
|
|
2413
2343
|
fontWeight: this.component_queueFontWeight
|
|
2414
2344
|
};
|
|
2415
2345
|
}, "component_queueFont"),
|
|
2416
|
-
external_component_queueFont: /* @__PURE__ */ __name(function() {
|
|
2346
|
+
external_component_queueFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2417
2347
|
return {
|
|
2418
2348
|
fontFamily: this.external_component_queueFontFamily,
|
|
2419
2349
|
fontSize: this.external_component_queueFontSize,
|
|
2420
2350
|
fontWeight: this.external_component_queueFontWeight
|
|
2421
2351
|
};
|
|
2422
2352
|
}, "external_component_queueFont"),
|
|
2423
|
-
boundaryFont: /* @__PURE__ */ __name(function() {
|
|
2353
|
+
boundaryFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2424
2354
|
return {
|
|
2425
2355
|
fontFamily: this.boundaryFontFamily,
|
|
2426
2356
|
fontSize: this.boundaryFontSize,
|
|
2427
2357
|
fontWeight: this.boundaryFontWeight
|
|
2428
2358
|
};
|
|
2429
2359
|
}, "boundaryFont"),
|
|
2430
|
-
messageFont: /* @__PURE__ */ __name(function() {
|
|
2360
|
+
messageFont: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
2431
2361
|
return {
|
|
2432
2362
|
fontFamily: this.messageFontFamily,
|
|
2433
2363
|
fontSize: this.messageFontSize,
|
|
@@ -2466,7 +2396,7 @@ var config = {
|
|
|
2466
2396
|
valueFormat: ","
|
|
2467
2397
|
}
|
|
2468
2398
|
};
|
|
2469
|
-
var keyify = /* @__PURE__ */ __name((obj, prefix = "") => Object.keys(obj).reduce((res, el) => {
|
|
2399
|
+
var keyify = /* @__PURE__ */ chunkAGHRB4JF.__name((obj, prefix = "") => Object.keys(obj).reduce((res, el) => {
|
|
2470
2400
|
if (Array.isArray(obj[el])) {
|
|
2471
2401
|
return res;
|
|
2472
2402
|
} else if (typeof obj[el] === "object" && obj[el] !== null) {
|
|
@@ -2478,8 +2408,8 @@ var configKeys = new Set(keyify(config, ""));
|
|
|
2478
2408
|
var defaultConfig_default = config;
|
|
2479
2409
|
|
|
2480
2410
|
// src/utils/sanitizeDirective.ts
|
|
2481
|
-
var sanitizeDirective = /* @__PURE__ */ __name((args) => {
|
|
2482
|
-
log.debug("sanitizeDirective called with", args);
|
|
2411
|
+
var sanitizeDirective = /* @__PURE__ */ chunkAGHRB4JF.__name((args) => {
|
|
2412
|
+
chunkAGHRB4JF.log.debug("sanitizeDirective called with", args);
|
|
2483
2413
|
if (typeof args !== "object" || args == null) {
|
|
2484
2414
|
return;
|
|
2485
2415
|
}
|
|
@@ -2488,21 +2418,21 @@ var sanitizeDirective = /* @__PURE__ */ __name((args) => {
|
|
|
2488
2418
|
return;
|
|
2489
2419
|
}
|
|
2490
2420
|
for (const key of Object.keys(args)) {
|
|
2491
|
-
log.debug("Checking key", key);
|
|
2421
|
+
chunkAGHRB4JF.log.debug("Checking key", key);
|
|
2492
2422
|
if (key.startsWith("__") || key.includes("proto") || key.includes("constr") || !configKeys.has(key) || args[key] == null) {
|
|
2493
|
-
log.debug("sanitize deleting key: ", key);
|
|
2423
|
+
chunkAGHRB4JF.log.debug("sanitize deleting key: ", key);
|
|
2494
2424
|
delete args[key];
|
|
2495
2425
|
continue;
|
|
2496
2426
|
}
|
|
2497
2427
|
if (typeof args[key] === "object") {
|
|
2498
|
-
log.debug("sanitizing object", key);
|
|
2428
|
+
chunkAGHRB4JF.log.debug("sanitizing object", key);
|
|
2499
2429
|
sanitizeDirective(args[key]);
|
|
2500
2430
|
continue;
|
|
2501
2431
|
}
|
|
2502
2432
|
const cssMatchers = ["themeCSS", "fontFamily", "altFontFamily"];
|
|
2503
2433
|
for (const cssKey of cssMatchers) {
|
|
2504
2434
|
if (key.includes(cssKey)) {
|
|
2505
|
-
log.debug("sanitizing css option", key);
|
|
2435
|
+
chunkAGHRB4JF.log.debug("sanitizing css option", key);
|
|
2506
2436
|
args[key] = sanitizeCss(args[key]);
|
|
2507
2437
|
}
|
|
2508
2438
|
}
|
|
@@ -2515,9 +2445,9 @@ var sanitizeDirective = /* @__PURE__ */ __name((args) => {
|
|
|
2515
2445
|
}
|
|
2516
2446
|
}
|
|
2517
2447
|
}
|
|
2518
|
-
log.debug("After sanitization", args);
|
|
2448
|
+
chunkAGHRB4JF.log.debug("After sanitization", args);
|
|
2519
2449
|
}, "sanitizeDirective");
|
|
2520
|
-
var sanitizeCss = /* @__PURE__ */ __name((str) => {
|
|
2450
|
+
var sanitizeCss = /* @__PURE__ */ chunkAGHRB4JF.__name((str) => {
|
|
2521
2451
|
let startCnt = 0;
|
|
2522
2452
|
let endCnt = 0;
|
|
2523
2453
|
for (const element of str) {
|
|
@@ -2542,7 +2472,7 @@ var siteConfig = assignWithDepth_default({}, defaultConfig);
|
|
|
2542
2472
|
var configFromInitialize;
|
|
2543
2473
|
var directives = [];
|
|
2544
2474
|
var currentConfig = assignWithDepth_default({}, defaultConfig);
|
|
2545
|
-
var updateCurrentConfig = /* @__PURE__ */ __name((siteCfg, _directives) => {
|
|
2475
|
+
var updateCurrentConfig = /* @__PURE__ */ chunkAGHRB4JF.__name((siteCfg, _directives) => {
|
|
2546
2476
|
let cfg = assignWithDepth_default({}, siteCfg);
|
|
2547
2477
|
let sumOfDirectives = {};
|
|
2548
2478
|
for (const d of _directives) {
|
|
@@ -2564,7 +2494,7 @@ var updateCurrentConfig = /* @__PURE__ */ __name((siteCfg, _directives) => {
|
|
|
2564
2494
|
checkConfig(currentConfig);
|
|
2565
2495
|
return currentConfig;
|
|
2566
2496
|
}, "updateCurrentConfig");
|
|
2567
|
-
var setSiteConfig = /* @__PURE__ */ __name((conf) => {
|
|
2497
|
+
var setSiteConfig = /* @__PURE__ */ chunkAGHRB4JF.__name((conf) => {
|
|
2568
2498
|
siteConfig = assignWithDepth_default({}, defaultConfig);
|
|
2569
2499
|
siteConfig = assignWithDepth_default(siteConfig, conf);
|
|
2570
2500
|
if (conf.theme && themes_default[conf.theme]) {
|
|
@@ -2573,32 +2503,32 @@ var setSiteConfig = /* @__PURE__ */ __name((conf) => {
|
|
|
2573
2503
|
updateCurrentConfig(siteConfig, directives);
|
|
2574
2504
|
return siteConfig;
|
|
2575
2505
|
}, "setSiteConfig");
|
|
2576
|
-
var saveConfigFromInitialize = /* @__PURE__ */ __name((conf) => {
|
|
2506
|
+
var saveConfigFromInitialize = /* @__PURE__ */ chunkAGHRB4JF.__name((conf) => {
|
|
2577
2507
|
configFromInitialize = assignWithDepth_default({}, conf);
|
|
2578
2508
|
}, "saveConfigFromInitialize");
|
|
2579
|
-
var updateSiteConfig = /* @__PURE__ */ __name((conf) => {
|
|
2509
|
+
var updateSiteConfig = /* @__PURE__ */ chunkAGHRB4JF.__name((conf) => {
|
|
2580
2510
|
siteConfig = assignWithDepth_default(siteConfig, conf);
|
|
2581
2511
|
updateCurrentConfig(siteConfig, directives);
|
|
2582
2512
|
return siteConfig;
|
|
2583
2513
|
}, "updateSiteConfig");
|
|
2584
|
-
var getSiteConfig = /* @__PURE__ */ __name(() => {
|
|
2514
|
+
var getSiteConfig = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
|
|
2585
2515
|
return assignWithDepth_default({}, siteConfig);
|
|
2586
2516
|
}, "getSiteConfig");
|
|
2587
|
-
var setConfig = /* @__PURE__ */ __name((conf) => {
|
|
2517
|
+
var setConfig = /* @__PURE__ */ chunkAGHRB4JF.__name((conf) => {
|
|
2588
2518
|
checkConfig(conf);
|
|
2589
2519
|
assignWithDepth_default(currentConfig, conf);
|
|
2590
2520
|
return getConfig();
|
|
2591
2521
|
}, "setConfig");
|
|
2592
|
-
var getConfig = /* @__PURE__ */ __name(() => {
|
|
2522
|
+
var getConfig = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
|
|
2593
2523
|
return assignWithDepth_default({}, currentConfig);
|
|
2594
2524
|
}, "getConfig");
|
|
2595
|
-
var sanitize = /* @__PURE__ */ __name((options) => {
|
|
2525
|
+
var sanitize = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => {
|
|
2596
2526
|
if (!options) {
|
|
2597
2527
|
return;
|
|
2598
2528
|
}
|
|
2599
2529
|
["secure", ...siteConfig.secure ?? []].forEach((key) => {
|
|
2600
2530
|
if (Object.hasOwn(options, key)) {
|
|
2601
|
-
log.debug(`Denied attempt to modify a secure key ${key}`, options[key]);
|
|
2531
|
+
chunkAGHRB4JF.log.debug(`Denied attempt to modify a secure key ${key}`, options[key]);
|
|
2602
2532
|
delete options[key];
|
|
2603
2533
|
}
|
|
2604
2534
|
});
|
|
@@ -2616,7 +2546,7 @@ var sanitize = /* @__PURE__ */ __name((options) => {
|
|
|
2616
2546
|
}
|
|
2617
2547
|
});
|
|
2618
2548
|
}, "sanitize");
|
|
2619
|
-
var addDirective = /* @__PURE__ */ __name((directive) => {
|
|
2549
|
+
var addDirective = /* @__PURE__ */ chunkAGHRB4JF.__name((directive) => {
|
|
2620
2550
|
sanitizeDirective(directive);
|
|
2621
2551
|
if (directive.fontFamily && !directive.themeVariables?.fontFamily) {
|
|
2622
2552
|
directive.themeVariables = {
|
|
@@ -2627,7 +2557,7 @@ var addDirective = /* @__PURE__ */ __name((directive) => {
|
|
|
2627
2557
|
directives.push(directive);
|
|
2628
2558
|
updateCurrentConfig(siteConfig, directives);
|
|
2629
2559
|
}, "addDirective");
|
|
2630
|
-
var reset = /* @__PURE__ */ __name((config2 = siteConfig) => {
|
|
2560
|
+
var reset = /* @__PURE__ */ chunkAGHRB4JF.__name((config2 = siteConfig) => {
|
|
2631
2561
|
directives = [];
|
|
2632
2562
|
updateCurrentConfig(config2, directives);
|
|
2633
2563
|
}, "reset");
|
|
@@ -2635,14 +2565,14 @@ var ConfigWarning = {
|
|
|
2635
2565
|
LAZY_LOAD_DEPRECATED: "The configuration options lazyLoadedDiagrams and loadExternalDiagramsAtStartup are deprecated. Please use registerExternalDiagrams instead."
|
|
2636
2566
|
};
|
|
2637
2567
|
var issuedWarnings = {};
|
|
2638
|
-
var issueWarning = /* @__PURE__ */ __name((warning) => {
|
|
2568
|
+
var issueWarning = /* @__PURE__ */ chunkAGHRB4JF.__name((warning) => {
|
|
2639
2569
|
if (issuedWarnings[warning]) {
|
|
2640
2570
|
return;
|
|
2641
2571
|
}
|
|
2642
|
-
log.warn(ConfigWarning[warning]);
|
|
2572
|
+
chunkAGHRB4JF.log.warn(ConfigWarning[warning]);
|
|
2643
2573
|
issuedWarnings[warning] = true;
|
|
2644
2574
|
}, "issueWarning");
|
|
2645
|
-
var checkConfig = /* @__PURE__ */ __name((config2) => {
|
|
2575
|
+
var checkConfig = /* @__PURE__ */ chunkAGHRB4JF.__name((config2) => {
|
|
2646
2576
|
if (!config2) {
|
|
2647
2577
|
return;
|
|
2648
2578
|
}
|
|
@@ -2650,8 +2580,18 @@ var checkConfig = /* @__PURE__ */ __name((config2) => {
|
|
|
2650
2580
|
issueWarning("LAZY_LOAD_DEPRECATED");
|
|
2651
2581
|
}
|
|
2652
2582
|
}, "checkConfig");
|
|
2583
|
+
var getUserDefinedConfig = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
|
|
2584
|
+
let userConfig = {};
|
|
2585
|
+
if (configFromInitialize) {
|
|
2586
|
+
userConfig = assignWithDepth_default(userConfig, configFromInitialize);
|
|
2587
|
+
}
|
|
2588
|
+
for (const d of directives) {
|
|
2589
|
+
userConfig = assignWithDepth_default(userConfig, d);
|
|
2590
|
+
}
|
|
2591
|
+
return userConfig;
|
|
2592
|
+
}, "getUserDefinedConfig");
|
|
2653
2593
|
var lineBreakRegex = /<br\s*\/?>/gi;
|
|
2654
|
-
var getRows = /* @__PURE__ */ __name((s) => {
|
|
2594
|
+
var getRows = /* @__PURE__ */ chunkAGHRB4JF.__name((s) => {
|
|
2655
2595
|
if (!s) {
|
|
2656
2596
|
return [""];
|
|
2657
2597
|
}
|
|
@@ -2670,12 +2610,12 @@ var setupDompurifyHooksIfNotSetup = /* @__PURE__ */ (() => {
|
|
|
2670
2610
|
function setupDompurifyHooks() {
|
|
2671
2611
|
const TEMPORARY_ATTRIBUTE = "data-temp-href-target";
|
|
2672
2612
|
purify_es.addHook("beforeSanitizeAttributes", (node) => {
|
|
2673
|
-
if (node
|
|
2613
|
+
if (node.tagName === "A" && node.hasAttribute("target")) {
|
|
2674
2614
|
node.setAttribute(TEMPORARY_ATTRIBUTE, node.getAttribute("target") ?? "");
|
|
2675
2615
|
}
|
|
2676
2616
|
});
|
|
2677
2617
|
purify_es.addHook("afterSanitizeAttributes", (node) => {
|
|
2678
|
-
if (node
|
|
2618
|
+
if (node.tagName === "A" && node.hasAttribute(TEMPORARY_ATTRIBUTE)) {
|
|
2679
2619
|
node.setAttribute("target", node.getAttribute(TEMPORARY_ATTRIBUTE) ?? "");
|
|
2680
2620
|
node.removeAttribute(TEMPORARY_ATTRIBUTE);
|
|
2681
2621
|
if (node.getAttribute("target") === "_blank") {
|
|
@@ -2684,13 +2624,13 @@ function setupDompurifyHooks() {
|
|
|
2684
2624
|
}
|
|
2685
2625
|
});
|
|
2686
2626
|
}
|
|
2687
|
-
__name(setupDompurifyHooks, "setupDompurifyHooks");
|
|
2688
|
-
var removeScript = /* @__PURE__ */ __name((txt) => {
|
|
2627
|
+
chunkAGHRB4JF.__name(setupDompurifyHooks, "setupDompurifyHooks");
|
|
2628
|
+
var removeScript = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => {
|
|
2689
2629
|
setupDompurifyHooksIfNotSetup();
|
|
2690
2630
|
const sanitizedText = purify_es.sanitize(txt);
|
|
2691
2631
|
return sanitizedText;
|
|
2692
2632
|
}, "removeScript");
|
|
2693
|
-
var sanitizeMore = /* @__PURE__ */ __name((text, config2) => {
|
|
2633
|
+
var sanitizeMore = /* @__PURE__ */ chunkAGHRB4JF.__name((text, config2) => {
|
|
2694
2634
|
if (config2.flowchart?.htmlLabels !== false) {
|
|
2695
2635
|
const level = config2.securityLevel;
|
|
2696
2636
|
if (level === "antiscript" || level === "strict") {
|
|
@@ -2704,7 +2644,7 @@ var sanitizeMore = /* @__PURE__ */ __name((text, config2) => {
|
|
|
2704
2644
|
}
|
|
2705
2645
|
return text;
|
|
2706
2646
|
}, "sanitizeMore");
|
|
2707
|
-
var sanitizeText = /* @__PURE__ */ __name((text, config2) => {
|
|
2647
|
+
var sanitizeText = /* @__PURE__ */ chunkAGHRB4JF.__name((text, config2) => {
|
|
2708
2648
|
if (!text) {
|
|
2709
2649
|
return text;
|
|
2710
2650
|
}
|
|
@@ -2717,25 +2657,25 @@ var sanitizeText = /* @__PURE__ */ __name((text, config2) => {
|
|
|
2717
2657
|
}
|
|
2718
2658
|
return text;
|
|
2719
2659
|
}, "sanitizeText");
|
|
2720
|
-
var sanitizeTextOrArray = /* @__PURE__ */ __name((a, config2) => {
|
|
2660
|
+
var sanitizeTextOrArray = /* @__PURE__ */ chunkAGHRB4JF.__name((a, config2) => {
|
|
2721
2661
|
if (typeof a === "string") {
|
|
2722
2662
|
return sanitizeText(a, config2);
|
|
2723
2663
|
}
|
|
2724
2664
|
return a.flat().map((x) => sanitizeText(x, config2));
|
|
2725
2665
|
}, "sanitizeTextOrArray");
|
|
2726
|
-
var hasBreaks = /* @__PURE__ */ __name((text) => {
|
|
2666
|
+
var hasBreaks = /* @__PURE__ */ chunkAGHRB4JF.__name((text) => {
|
|
2727
2667
|
return lineBreakRegex.test(text);
|
|
2728
2668
|
}, "hasBreaks");
|
|
2729
|
-
var splitBreaks = /* @__PURE__ */ __name((text) => {
|
|
2669
|
+
var splitBreaks = /* @__PURE__ */ chunkAGHRB4JF.__name((text) => {
|
|
2730
2670
|
return text.split(lineBreakRegex);
|
|
2731
2671
|
}, "splitBreaks");
|
|
2732
|
-
var placeholderToBreak = /* @__PURE__ */ __name((s) => {
|
|
2672
|
+
var placeholderToBreak = /* @__PURE__ */ chunkAGHRB4JF.__name((s) => {
|
|
2733
2673
|
return s.replace(/#br#/g, "<br/>");
|
|
2734
2674
|
}, "placeholderToBreak");
|
|
2735
|
-
var breakToPlaceholder = /* @__PURE__ */ __name((s) => {
|
|
2675
|
+
var breakToPlaceholder = /* @__PURE__ */ chunkAGHRB4JF.__name((s) => {
|
|
2736
2676
|
return s.replace(lineBreakRegex, "#br#");
|
|
2737
2677
|
}, "breakToPlaceholder");
|
|
2738
|
-
var getUrl = /* @__PURE__ */ __name((useAbsolute) => {
|
|
2678
|
+
var getUrl = /* @__PURE__ */ chunkAGHRB4JF.__name((useAbsolute) => {
|
|
2739
2679
|
let url = "";
|
|
2740
2680
|
if (useAbsolute) {
|
|
2741
2681
|
url = window.location.protocol + "//" + window.location.host + window.location.pathname + window.location.search;
|
|
@@ -2743,20 +2683,20 @@ var getUrl = /* @__PURE__ */ __name((useAbsolute) => {
|
|
|
2743
2683
|
}
|
|
2744
2684
|
return url;
|
|
2745
2685
|
}, "getUrl");
|
|
2746
|
-
var evaluate = /* @__PURE__ */ __name((val) => val === false || ["false", "null", "0"].includes(String(val).trim().toLowerCase()) ? false : true, "evaluate");
|
|
2747
|
-
var getMax = /* @__PURE__ */ __name(function(...values) {
|
|
2686
|
+
var evaluate = /* @__PURE__ */ chunkAGHRB4JF.__name((val) => val === false || ["false", "null", "0"].includes(String(val).trim().toLowerCase()) ? false : true, "evaluate");
|
|
2687
|
+
var getMax = /* @__PURE__ */ chunkAGHRB4JF.__name(function(...values) {
|
|
2748
2688
|
const newValues = values.filter((value) => {
|
|
2749
2689
|
return !isNaN(value);
|
|
2750
2690
|
});
|
|
2751
2691
|
return Math.max(...newValues);
|
|
2752
2692
|
}, "getMax");
|
|
2753
|
-
var getMin = /* @__PURE__ */ __name(function(...values) {
|
|
2693
|
+
var getMin = /* @__PURE__ */ chunkAGHRB4JF.__name(function(...values) {
|
|
2754
2694
|
const newValues = values.filter((value) => {
|
|
2755
2695
|
return !isNaN(value);
|
|
2756
2696
|
});
|
|
2757
2697
|
return Math.min(...newValues);
|
|
2758
2698
|
}, "getMin");
|
|
2759
|
-
var parseGenericTypes = /* @__PURE__ */ __name(function(input) {
|
|
2699
|
+
var parseGenericTypes = /* @__PURE__ */ chunkAGHRB4JF.__name(function(input) {
|
|
2760
2700
|
const inputSets = input.split(/(,)/);
|
|
2761
2701
|
const output = [];
|
|
2762
2702
|
for (let i = 0; i < inputSets.length; i++) {
|
|
@@ -2774,15 +2714,15 @@ var parseGenericTypes = /* @__PURE__ */ __name(function(input) {
|
|
|
2774
2714
|
}
|
|
2775
2715
|
return output.join("");
|
|
2776
2716
|
}, "parseGenericTypes");
|
|
2777
|
-
var countOccurrence = /* @__PURE__ */ __name((string, substring) => {
|
|
2717
|
+
var countOccurrence = /* @__PURE__ */ chunkAGHRB4JF.__name((string, substring) => {
|
|
2778
2718
|
return Math.max(0, string.split(substring).length - 1);
|
|
2779
2719
|
}, "countOccurrence");
|
|
2780
|
-
var shouldCombineSets = /* @__PURE__ */ __name((previousSet, nextSet) => {
|
|
2720
|
+
var shouldCombineSets = /* @__PURE__ */ chunkAGHRB4JF.__name((previousSet, nextSet) => {
|
|
2781
2721
|
const prevCount = countOccurrence(previousSet, "~");
|
|
2782
2722
|
const nextCount = countOccurrence(nextSet, "~");
|
|
2783
2723
|
return prevCount === 1 && nextCount === 1;
|
|
2784
2724
|
}, "shouldCombineSets");
|
|
2785
|
-
var processSet = /* @__PURE__ */ __name((input) => {
|
|
2725
|
+
var processSet = /* @__PURE__ */ chunkAGHRB4JF.__name((input) => {
|
|
2786
2726
|
const tildeCount = countOccurrence(input, "~");
|
|
2787
2727
|
let hasStartingTilde = false;
|
|
2788
2728
|
if (tildeCount <= 1) {
|
|
@@ -2806,13 +2746,12 @@ var processSet = /* @__PURE__ */ __name((input) => {
|
|
|
2806
2746
|
}
|
|
2807
2747
|
return chars.join("");
|
|
2808
2748
|
}, "processSet");
|
|
2809
|
-
var isMathMLSupported = /* @__PURE__ */ __name(() => window.MathMLElement !== void 0, "isMathMLSupported");
|
|
2749
|
+
var isMathMLSupported = /* @__PURE__ */ chunkAGHRB4JF.__name(() => window.MathMLElement !== void 0, "isMathMLSupported");
|
|
2810
2750
|
var katexRegex = /\$\$(.*)\$\$/g;
|
|
2811
|
-
var hasKatex = /* @__PURE__ */ __name((text) => (text.match(katexRegex)?.length ?? 0) > 0, "hasKatex");
|
|
2812
|
-
var calculateMathMLDimensions = /* @__PURE__ */ __name(async (text, config2) => {
|
|
2813
|
-
text = await renderKatex(text, config2);
|
|
2751
|
+
var hasKatex = /* @__PURE__ */ chunkAGHRB4JF.__name((text) => (text.match(katexRegex)?.length ?? 0) > 0, "hasKatex");
|
|
2752
|
+
var calculateMathMLDimensions = /* @__PURE__ */ chunkAGHRB4JF.__name(async (text, config2) => {
|
|
2814
2753
|
const divElem = document.createElement("div");
|
|
2815
|
-
divElem.innerHTML = text;
|
|
2754
|
+
divElem.innerHTML = await renderKatexSanitized(text, config2);
|
|
2816
2755
|
divElem.id = "katex-temp";
|
|
2817
2756
|
divElem.style.visibility = "hidden";
|
|
2818
2757
|
divElem.style.position = "absolute";
|
|
@@ -2823,7 +2762,7 @@ var calculateMathMLDimensions = /* @__PURE__ */ __name(async (text, config2) =>
|
|
|
2823
2762
|
divElem.remove();
|
|
2824
2763
|
return dim;
|
|
2825
2764
|
}, "calculateMathMLDimensions");
|
|
2826
|
-
var
|
|
2765
|
+
var renderKatexUnsanitized = /* @__PURE__ */ chunkAGHRB4JF.__name(async (text, config2) => {
|
|
2827
2766
|
if (!hasKatex(text)) {
|
|
2828
2767
|
return text;
|
|
2829
2768
|
}
|
|
@@ -2831,7 +2770,7 @@ var renderKatex = /* @__PURE__ */ __name(async (text, config2) => {
|
|
|
2831
2770
|
return text.replace(katexRegex, "MathML is unsupported in this environment.");
|
|
2832
2771
|
}
|
|
2833
2772
|
{
|
|
2834
|
-
const { default: katex } = await Promise.resolve().then(function () { return require('../../../../../../katex@0.16.
|
|
2773
|
+
const { default: katex } = await Promise.resolve().then(function () { return require('../../../../../../katex@0.16.25/node_modules/katex/dist/katex.js'); });
|
|
2835
2774
|
const outputMode = config2.forceLegacyMathML || !isMathMLSupported() && config2.legacyMathML ? "htmlAndMathml" : "mathml";
|
|
2836
2775
|
return text.split(lineBreakRegex).map(
|
|
2837
2776
|
(line) => hasKatex(line) ? `<div style="display: flex; align-items: center; justify-content: center; white-space: nowrap;">${line}</div>` : `<div>${line}</div>`
|
|
@@ -2844,7 +2783,10 @@ var renderKatex = /* @__PURE__ */ __name(async (text, config2) => {
|
|
|
2844
2783
|
}).replace(/\n/g, " ").replace(/<annotation.*<\/annotation>/g, "")
|
|
2845
2784
|
);
|
|
2846
2785
|
}
|
|
2847
|
-
}, "
|
|
2786
|
+
}, "renderKatexUnsanitized");
|
|
2787
|
+
var renderKatexSanitized = /* @__PURE__ */ chunkAGHRB4JF.__name(async (text, config2) => {
|
|
2788
|
+
return sanitizeText(await renderKatexUnsanitized(text, config2), config2);
|
|
2789
|
+
}, "renderKatexSanitized");
|
|
2848
2790
|
var common_default = {
|
|
2849
2791
|
getRows,
|
|
2850
2792
|
sanitizeText,
|
|
@@ -2860,12 +2802,12 @@ var common_default = {
|
|
|
2860
2802
|
};
|
|
2861
2803
|
|
|
2862
2804
|
// src/setupGraphViewbox.js
|
|
2863
|
-
var d3Attrs = /* @__PURE__ */ __name(function(d3Elem, attrs) {
|
|
2805
|
+
var d3Attrs = /* @__PURE__ */ chunkAGHRB4JF.__name(function(d3Elem, attrs) {
|
|
2864
2806
|
for (let attr of attrs) {
|
|
2865
2807
|
d3Elem.attr(attr[0], attr[1]);
|
|
2866
2808
|
}
|
|
2867
2809
|
}, "d3Attrs");
|
|
2868
|
-
var calculateSvgSizeAttrs = /* @__PURE__ */ __name(function(height, width, useMaxWidth) {
|
|
2810
|
+
var calculateSvgSizeAttrs = /* @__PURE__ */ chunkAGHRB4JF.__name(function(height, width, useMaxWidth) {
|
|
2869
2811
|
let attrs = /* @__PURE__ */ new Map();
|
|
2870
2812
|
if (useMaxWidth) {
|
|
2871
2813
|
attrs.set("width", "100%");
|
|
@@ -2876,21 +2818,21 @@ var calculateSvgSizeAttrs = /* @__PURE__ */ __name(function(height, width, useMa
|
|
|
2876
2818
|
}
|
|
2877
2819
|
return attrs;
|
|
2878
2820
|
}, "calculateSvgSizeAttrs");
|
|
2879
|
-
var configureSvgSize = /* @__PURE__ */ __name(function(svgElem, height, width, useMaxWidth) {
|
|
2821
|
+
var configureSvgSize = /* @__PURE__ */ chunkAGHRB4JF.__name(function(svgElem, height, width, useMaxWidth) {
|
|
2880
2822
|
const attrs = calculateSvgSizeAttrs(height, width, useMaxWidth);
|
|
2881
2823
|
d3Attrs(svgElem, attrs);
|
|
2882
2824
|
}, "configureSvgSize");
|
|
2883
|
-
var setupGraphViewbox = /* @__PURE__ */ __name(function(graph, svgElem, padding, useMaxWidth) {
|
|
2825
|
+
var setupGraphViewbox = /* @__PURE__ */ chunkAGHRB4JF.__name(function(graph, svgElem, padding, useMaxWidth) {
|
|
2884
2826
|
const svgBounds = svgElem.node().getBBox();
|
|
2885
2827
|
const sWidth = svgBounds.width;
|
|
2886
2828
|
const sHeight = svgBounds.height;
|
|
2887
|
-
log.info(`SVG bounds: ${sWidth}x${sHeight}`, svgBounds);
|
|
2829
|
+
chunkAGHRB4JF.log.info(`SVG bounds: ${sWidth}x${sHeight}`, svgBounds);
|
|
2888
2830
|
let width = 0;
|
|
2889
2831
|
let height = 0;
|
|
2890
|
-
log.info(`Graph bounds: ${width}x${height}`, graph);
|
|
2832
|
+
chunkAGHRB4JF.log.info(`Graph bounds: ${width}x${height}`, graph);
|
|
2891
2833
|
width = sWidth + padding * 2;
|
|
2892
2834
|
height = sHeight + padding * 2;
|
|
2893
|
-
log.info(`Calculated bounds: ${width}x${height}`);
|
|
2835
|
+
chunkAGHRB4JF.log.info(`Calculated bounds: ${width}x${height}`);
|
|
2894
2836
|
configureSvgSize(svgElem, height, width, useMaxWidth);
|
|
2895
2837
|
const vBox = `${svgBounds.x - padding} ${svgBounds.y - padding} ${svgBounds.width + 2 * padding} ${svgBounds.height + 2 * padding}`;
|
|
2896
2838
|
svgElem.attr("viewBox", vBox);
|
|
@@ -2898,12 +2840,12 @@ var setupGraphViewbox = /* @__PURE__ */ __name(function(graph, svgElem, padding,
|
|
|
2898
2840
|
|
|
2899
2841
|
// src/styles.ts
|
|
2900
2842
|
var themes = {};
|
|
2901
|
-
var getStyles = /* @__PURE__ */ __name((type, userStyles, options) => {
|
|
2843
|
+
var getStyles = /* @__PURE__ */ chunkAGHRB4JF.__name((type, userStyles, options) => {
|
|
2902
2844
|
let diagramStyles = "";
|
|
2903
2845
|
if (type in themes && themes[type]) {
|
|
2904
2846
|
diagramStyles = themes[type](options);
|
|
2905
2847
|
} else {
|
|
2906
|
-
log.warn(`No theme found for ${type}`);
|
|
2848
|
+
chunkAGHRB4JF.log.warn(`No theme found for ${type}`);
|
|
2907
2849
|
}
|
|
2908
2850
|
return ` & {
|
|
2909
2851
|
font-family: ${options.fontFamily};
|
|
@@ -2983,7 +2925,7 @@ var getStyles = /* @__PURE__ */ __name((type, userStyles, options) => {
|
|
|
2983
2925
|
${userStyles}
|
|
2984
2926
|
`;
|
|
2985
2927
|
}, "getStyles");
|
|
2986
|
-
var addStylesForDiagram = /* @__PURE__ */ __name((type, diagramTheme) => {
|
|
2928
|
+
var addStylesForDiagram = /* @__PURE__ */ chunkAGHRB4JF.__name((type, diagramTheme) => {
|
|
2987
2929
|
if (diagramTheme !== void 0) {
|
|
2988
2930
|
themes[type] = diagramTheme;
|
|
2989
2931
|
}
|
|
@@ -2992,7 +2934,7 @@ var styles_default = getStyles;
|
|
|
2992
2934
|
|
|
2993
2935
|
// src/diagrams/common/commonDb.ts
|
|
2994
2936
|
var commonDb_exports = {};
|
|
2995
|
-
__export(commonDb_exports, {
|
|
2937
|
+
chunkAGHRB4JF.__export(commonDb_exports, {
|
|
2996
2938
|
clear: () => clear,
|
|
2997
2939
|
getAccDescription: () => getAccDescription,
|
|
2998
2940
|
getAccTitle: () => getAccTitle,
|
|
@@ -3004,38 +2946,38 @@ __export(commonDb_exports, {
|
|
|
3004
2946
|
var accTitle = "";
|
|
3005
2947
|
var diagramTitle = "";
|
|
3006
2948
|
var accDescription = "";
|
|
3007
|
-
var sanitizeText2 = /* @__PURE__ */ __name((txt) => sanitizeText(txt, getConfig()), "sanitizeText");
|
|
3008
|
-
var clear = /* @__PURE__ */ __name(() => {
|
|
2949
|
+
var sanitizeText2 = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => sanitizeText(txt, getConfig()), "sanitizeText");
|
|
2950
|
+
var clear = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
|
|
3009
2951
|
accTitle = "";
|
|
3010
2952
|
accDescription = "";
|
|
3011
2953
|
diagramTitle = "";
|
|
3012
2954
|
}, "clear");
|
|
3013
|
-
var setAccTitle = /* @__PURE__ */ __name((txt) => {
|
|
2955
|
+
var setAccTitle = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => {
|
|
3014
2956
|
accTitle = sanitizeText2(txt).replace(/^\s+/g, "");
|
|
3015
2957
|
}, "setAccTitle");
|
|
3016
|
-
var getAccTitle = /* @__PURE__ */ __name(() => accTitle, "getAccTitle");
|
|
3017
|
-
var setAccDescription = /* @__PURE__ */ __name((txt) => {
|
|
2958
|
+
var getAccTitle = /* @__PURE__ */ chunkAGHRB4JF.__name(() => accTitle, "getAccTitle");
|
|
2959
|
+
var setAccDescription = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => {
|
|
3018
2960
|
accDescription = sanitizeText2(txt).replace(/\n\s+/g, "\n");
|
|
3019
2961
|
}, "setAccDescription");
|
|
3020
|
-
var getAccDescription = /* @__PURE__ */ __name(() => accDescription, "getAccDescription");
|
|
3021
|
-
var setDiagramTitle = /* @__PURE__ */ __name((txt) => {
|
|
2962
|
+
var getAccDescription = /* @__PURE__ */ chunkAGHRB4JF.__name(() => accDescription, "getAccDescription");
|
|
2963
|
+
var setDiagramTitle = /* @__PURE__ */ chunkAGHRB4JF.__name((txt) => {
|
|
3022
2964
|
diagramTitle = sanitizeText2(txt);
|
|
3023
2965
|
}, "setDiagramTitle");
|
|
3024
|
-
var getDiagramTitle = /* @__PURE__ */ __name(() => diagramTitle, "getDiagramTitle");
|
|
2966
|
+
var getDiagramTitle = /* @__PURE__ */ chunkAGHRB4JF.__name(() => diagramTitle, "getDiagramTitle");
|
|
3025
2967
|
|
|
3026
2968
|
// src/diagram-api/diagramAPI.ts
|
|
3027
|
-
var log2 = log;
|
|
3028
|
-
var setLogLevel2 = setLogLevel;
|
|
2969
|
+
var log2 = chunkAGHRB4JF.log;
|
|
2970
|
+
var setLogLevel2 = chunkAGHRB4JF.setLogLevel;
|
|
3029
2971
|
var getConfig2 = getConfig;
|
|
3030
2972
|
var setConfig2 = setConfig;
|
|
3031
2973
|
var defaultConfig2 = defaultConfig;
|
|
3032
|
-
var sanitizeText3 = /* @__PURE__ */ __name((text) => sanitizeText(text, getConfig2()), "sanitizeText");
|
|
2974
|
+
var sanitizeText3 = /* @__PURE__ */ chunkAGHRB4JF.__name((text) => sanitizeText(text, getConfig2()), "sanitizeText");
|
|
3033
2975
|
var setupGraphViewbox2 = setupGraphViewbox;
|
|
3034
|
-
var getCommonDb = /* @__PURE__ */ __name(() => {
|
|
2976
|
+
var getCommonDb = /* @__PURE__ */ chunkAGHRB4JF.__name(() => {
|
|
3035
2977
|
return commonDb_exports;
|
|
3036
2978
|
}, "getCommonDb");
|
|
3037
2979
|
var diagrams = {};
|
|
3038
|
-
var registerDiagram = /* @__PURE__ */ __name((id, diagram, detector) => {
|
|
2980
|
+
var registerDiagram = /* @__PURE__ */ chunkAGHRB4JF.__name((id, diagram, detector) => {
|
|
3039
2981
|
if (diagrams[id]) {
|
|
3040
2982
|
log2.warn(`Diagram with id ${id} already registered. Overwriting.`);
|
|
3041
2983
|
}
|
|
@@ -3055,7 +2997,7 @@ var registerDiagram = /* @__PURE__ */ __name((id, diagram, detector) => {
|
|
|
3055
2997
|
}
|
|
3056
2998
|
);
|
|
3057
2999
|
}, "registerDiagram");
|
|
3058
|
-
var getDiagram = /* @__PURE__ */ __name((name) => {
|
|
3000
|
+
var getDiagram = /* @__PURE__ */ chunkAGHRB4JF.__name((name) => {
|
|
3059
3001
|
if (name in diagrams) {
|
|
3060
3002
|
return diagrams[name];
|
|
3061
3003
|
}
|
|
@@ -3063,7 +3005,7 @@ var getDiagram = /* @__PURE__ */ __name((name) => {
|
|
|
3063
3005
|
}, "getDiagram");
|
|
3064
3006
|
var DiagramNotFoundError = class extends Error {
|
|
3065
3007
|
static {
|
|
3066
|
-
__name(this, "DiagramNotFoundError");
|
|
3008
|
+
chunkAGHRB4JF.__name(this, "DiagramNotFoundError");
|
|
3067
3009
|
}
|
|
3068
3010
|
constructor(name) {
|
|
3069
3011
|
super(`Diagram ${name} not found.`);
|
|
@@ -3071,8 +3013,6 @@ var DiagramNotFoundError = class extends Error {
|
|
|
3071
3013
|
};
|
|
3072
3014
|
|
|
3073
3015
|
exports.UnknownDiagramError = UnknownDiagramError;
|
|
3074
|
-
exports.__export = __export;
|
|
3075
|
-
exports.__name = __name;
|
|
3076
3016
|
exports.addDirective = addDirective;
|
|
3077
3017
|
exports.assignWithDepth_default = assignWithDepth_default;
|
|
3078
3018
|
exports.calculateMathMLDimensions = calculateMathMLDimensions;
|
|
@@ -3098,13 +3038,13 @@ exports.getDiagramTitle = getDiagramTitle;
|
|
|
3098
3038
|
exports.getSiteConfig = getSiteConfig;
|
|
3099
3039
|
exports.getThemeVariables = getThemeVariables3;
|
|
3100
3040
|
exports.getUrl = getUrl;
|
|
3041
|
+
exports.getUserDefinedConfig = getUserDefinedConfig;
|
|
3101
3042
|
exports.hasKatex = hasKatex;
|
|
3102
3043
|
exports.lineBreakRegex = lineBreakRegex;
|
|
3103
|
-
exports.log = log;
|
|
3104
3044
|
exports.parseGenericTypes = parseGenericTypes;
|
|
3105
3045
|
exports.registerDiagram = registerDiagram;
|
|
3106
3046
|
exports.registerLazyLoadedDiagrams = registerLazyLoadedDiagrams;
|
|
3107
|
-
exports.
|
|
3047
|
+
exports.renderKatexSanitized = renderKatexSanitized;
|
|
3108
3048
|
exports.reset = reset;
|
|
3109
3049
|
exports.sanitizeDirective = sanitizeDirective;
|
|
3110
3050
|
exports.sanitizeText = sanitizeText;
|
|
@@ -3115,7 +3055,6 @@ exports.setAccTitle = setAccTitle;
|
|
|
3115
3055
|
exports.setConfig = setConfig;
|
|
3116
3056
|
exports.setConfig2 = setConfig2;
|
|
3117
3057
|
exports.setDiagramTitle = setDiagramTitle;
|
|
3118
|
-
exports.setLogLevel = setLogLevel;
|
|
3119
3058
|
exports.setSiteConfig = setSiteConfig;
|
|
3120
3059
|
exports.setupGraphViewbox = setupGraphViewbox;
|
|
3121
3060
|
exports.setupGraphViewbox2 = setupGraphViewbox2;
|