@1agh/maude 0.28.0 → 0.29.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/README.md +2 -2
- package/{plugins/design/dev-server → apps/studio}/ai-banner.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/annotations-context-toolbar.tsx +286 -6
- package/{plugins/design/dev-server → apps/studio}/annotations-layer.tsx +1209 -122
- package/{plugins/design/dev-server → apps/studio}/api.ts +486 -32
- package/{plugins/design/dev-server → apps/studio}/artboard-activity-overlay.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/artboard-marquee.tsx +1 -1
- package/apps/studio/bin/_motion-sample-playwright.mjs +129 -0
- package/{plugins/design/dev-server → apps/studio}/bin/canvas-edit.sh +1 -1
- package/{plugins/design/dev-server → apps/studio}/bin/draw-proof.sh +37 -2
- package/{plugins/design/dev-server → apps/studio}/bin/preflight.sh +1 -1
- package/apps/studio/bin/read-annotations.mjs +438 -0
- package/apps/studio/bin/read-annotations.sh +11 -0
- package/{plugins/design/dev-server → apps/studio}/bin/runtime-health.sh +1 -1
- package/{plugins/design/dev-server → apps/studio}/bin/scenario-report.mjs +1 -1
- package/{plugins/design/dev-server → apps/studio}/bin/screenshot.sh +62 -2
- package/apps/studio/bin/server-up.sh +234 -0
- package/apps/studio/bin/to-lottie-verify.html +68 -0
- package/apps/studio/bin/to-lottie.sh +128 -0
- package/{plugins/design/dev-server → apps/studio}/bin/visual-sanity.sh +19 -3
- package/{plugins/design/dev-server → apps/studio}/build.ts +5 -3
- package/{plugins/design/dev-server → apps/studio}/canvas-arrowheads.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/canvas-comment-mount.tsx +2 -2
- package/apps/studio/canvas-create.ts +104 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-cursors.ts +47 -13
- package/{plugins/design/dev-server → apps/studio}/canvas-icons.tsx +60 -1
- package/{plugins/design/dev-server → apps/studio}/canvas-lib-inline.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/canvas-lib-resolver.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/canvas-lib.tsx +41 -33
- package/{plugins/design/dev-server → apps/studio}/canvas-shell.tsx +57 -42
- package/{plugins/design/dev-server → apps/studio}/client/app.jsx +1713 -530
- package/apps/studio/client/canvas-url.js +81 -0
- package/{plugins/design/dev-server → apps/studio}/client/comments-overlay.css +41 -27
- package/{plugins/design/dev-server → apps/studio}/client/index.html +2 -1
- package/apps/studio/client/styles/1-tokens-maude.css +296 -0
- package/apps/studio/client/styles/3-shell-maude.css +459 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/3-shell.css +129 -0
- package/apps/studio/client/styles/4-components-maude.css +74 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/4-components.css +357 -34
- package/apps/studio/client/styles/5-maude-overrides.css +123 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/_index.css +9 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles.css +1 -1
- package/apps/studio/client/tour/overlay.jsx +191 -0
- package/apps/studio/client/tour/usage-tour.js +35 -0
- package/apps/studio/client/whats-new-seen.js +52 -0
- package/apps/studio/client/whats-new.jsx +250 -0
- package/{plugins/design/dev-server → apps/studio}/collab/index.ts +4 -4
- package/{plugins/design/dev-server → apps/studio}/collab/persistence.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/commands/annotation-strokes-command.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/commands/equal-spacing-command.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/commands/move-artboards-command.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/comments-overlay.tsx +25 -6
- package/{plugins/design/dev-server → apps/studio}/context-menu.tsx +2 -2
- package/{plugins/design/dev-server → apps/studio}/contextual-toolbar.tsx +4 -7
- package/{plugins/design/dev-server → apps/studio}/cursors-overlay.tsx +1 -1
- package/apps/studio/dist/client.bundle.js +22825 -0
- package/apps/studio/dist/comment-mount.js +1960 -0
- package/apps/studio/dist/runtime/lib0_decoding.js +1 -0
- package/apps/studio/dist/runtime/lib0_encoding.js +1 -0
- package/apps/studio/dist/runtime/motion.js +4 -0
- package/apps/studio/dist/runtime/motion_react.js +12 -0
- package/apps/studio/dist/runtime/pixi-js.js +3397 -0
- package/apps/studio/dist/runtime/react-dom.js +1 -0
- package/apps/studio/dist/runtime/react-dom_client.js +9 -0
- package/apps/studio/dist/runtime/react.js +1 -0
- package/apps/studio/dist/runtime/react_jsx-dev-runtime.js +1 -0
- package/apps/studio/dist/runtime/react_jsx-runtime.js +1 -0
- package/apps/studio/dist/runtime/y-protocols_awareness.js +1 -0
- package/apps/studio/dist/runtime/y-protocols_sync.js +1 -0
- package/apps/studio/dist/runtime/yjs.js +5 -0
- package/apps/studio/dist/styles.css +5695 -0
- package/{plugins/design/dev-server → apps/studio}/dom-selection.ts +75 -4
- package/apps/studio/draw/animate.ts +333 -0
- package/{plugins/design/dev-server → apps/studio}/draw/brush.ts +4 -4
- package/{plugins/design/dev-server → apps/studio}/draw/composition.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/draw/geometry.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/draw/index.ts +9 -6
- package/{plugins/design/dev-server → apps/studio}/draw/layout.ts +2 -2
- package/apps/studio/draw/morph.ts +204 -0
- package/{plugins/design/dev-server → apps/studio}/draw/optimize.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/draw/palette.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/draw/primitives.ts +1 -1
- package/apps/studio/draw/serialize-animate.ts +324 -0
- package/{plugins/design/dev-server → apps/studio}/draw/serialize.ts +9 -3
- package/apps/studio/draw/test/animate.test.ts +172 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/layout.test.ts +1 -1
- package/apps/studio/draw/test/morph.test.ts +107 -0
- package/apps/studio/draw/test/serialize-animate.test.ts +142 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/serialize.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/equal-spacing-detector.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/equal-spacing-handles.tsx +7 -29
- package/{plugins/design/dev-server → apps/studio}/examples/perf-100-artboards.tsx +1 -2
- package/{plugins/design/dev-server → apps/studio}/export-dialog.tsx +14 -2
- package/{plugins/design/dev-server → apps/studio}/exporters/index.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/http.ts +103 -2
- package/{plugins/design/dev-server → apps/studio}/input-router.tsx +8 -1
- package/{plugins/design/dev-server → apps/studio}/inspect.ts +20 -3
- package/{plugins/design/dev-server → apps/studio}/marquee-overlay.tsx +6 -3
- package/{plugins/design/dev-server → apps/studio}/participants-chrome.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/paths.ts +15 -11
- package/{plugins/design/dev-server → apps/studio}/server.ts +19 -1
- package/{plugins/design/dev-server → apps/studio}/sync/index.ts +6 -6
- package/{plugins/design/dev-server → apps/studio}/sync/materialize.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/ai-activity.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/annotations-api.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/annotations-layer.test.ts +69 -6
- package/{plugins/design/dev-server → apps/studio}/test/annotations-roundtrip.test.ts +98 -1
- package/apps/studio/test/annotations-text-format.test.ts +396 -0
- package/apps/studio/test/asset-api.test.ts +149 -0
- package/{plugins/design/dev-server → apps/studio}/test/boot-self-heal.test.ts +1 -1
- package/apps/studio/test/canvas-create-api.test.ts +361 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-cursors.test.ts +3 -1
- package/{plugins/design/dev-server → apps/studio}/test/canvas-edit.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/canvas-hmr-runtime.test.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/canvas-lib-inline.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/canvas-lib-resolver.test.ts +2 -3
- package/apps/studio/test/canvas-media-drop.test.ts +158 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-meta-api.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/canvas-origin-gate.test.ts +18 -3
- package/apps/studio/test/canvas-url.test.ts +99 -0
- package/{plugins/design/dev-server → apps/studio}/test/collab-annotations-bridge.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/collab-bridge.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/collab-room.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/collab-stress.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/comments-api.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/compile-entry.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/exporters/canva.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/exporters/history.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/exporters/pw-launch.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/exporters/scope.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/exporters/zip.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/git-lifecycle.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/handoff-static-frames.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/hmr-broadcast.test.ts +1 -1
- package/apps/studio/test/index-data-canvas-ds.test.ts +97 -0
- package/apps/studio/test/motion-sample.test.ts +35 -0
- package/{plugins/design/dev-server → apps/studio}/test/perf-harness.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/phase-3.6-smoke.test.ts +3 -1
- package/apps/studio/test/read-annotations.test.ts +409 -0
- package/{plugins/design/dev-server → apps/studio}/test/runtime-bundle.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sanitize-annotation-svg.test.ts +108 -2
- package/{plugins/design/dev-server → apps/studio}/test/shared-doc-convergence.test.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/shared-doc-migrate.test.ts +2 -3
- package/{plugins/design/dev-server → apps/studio}/test/shared-doc-projection.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/snap-distance-pill.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sync-agent.test.ts +2 -3
- package/{plugins/design/dev-server → apps/studio}/test/sync-atomic-write.test.ts +2 -3
- package/{plugins/design/dev-server → apps/studio}/test/sync-connection-state.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sync-echo-guard.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sync-fs-mirror.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/sync-hardening.test.ts +4 -5
- package/{plugins/design/dev-server → apps/studio}/test/sync-hubs-config.test.ts +1 -2
- package/{plugins/design/dev-server → apps/studio}/test/sync-runtime.test.ts +3 -8
- package/{plugins/design/dev-server → apps/studio}/test/sync-status.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sync-untrusted.test.ts +1 -2
- package/apps/studio/test/tour-overlay.test.tsx +56 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-agent-presence.test.tsx +4 -1
- package/{plugins/design/dev-server → apps/studio}/test/use-annotation-resize.test.ts +43 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-snap-guides.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/use-tool-mode.test.tsx +4 -1
- package/apps/studio/test/whats-new.test.ts +101 -0
- package/apps/studio/text-imports.d.ts +9 -0
- package/{plugins/design/dev-server → apps/studio}/tool-palette.tsx +4 -69
- package/{plugins/design/dev-server → apps/studio}/undo-hud.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/undo-stack.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/use-agent-presence.tsx +2 -2
- package/{plugins/design/dev-server → apps/studio}/use-annotation-resize.tsx +41 -12
- package/{plugins/design/dev-server → apps/studio}/use-annotation-selection.tsx +3 -7
- package/{plugins/design/dev-server → apps/studio}/use-annotations-visibility.tsx +2 -2
- package/{plugins/design/dev-server → apps/studio}/use-artboard-drag.tsx +2 -2
- package/{plugins/design/dev-server → apps/studio}/use-canvas-activity.tsx +2 -2
- package/apps/studio/use-canvas-media-drop.tsx +343 -0
- package/{plugins/design/dev-server → apps/studio}/use-collab.tsx +4 -5
- package/{plugins/design/dev-server → apps/studio}/use-cursor-modifiers.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/use-keyboard-discipline.tsx +5 -2
- package/{plugins/design/dev-server → apps/studio}/use-selection-set.tsx +10 -2
- package/{plugins/design/dev-server → apps/studio}/use-snap-guides.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/use-tool-mode.tsx +4 -2
- package/{plugins/design/dev-server → apps/studio}/use-undo-stack.tsx +5 -6
- package/apps/studio/whats-new.json +139 -0
- package/apps/studio/whats-new.schema.json +70 -0
- package/apps/studio/whats-new.ts +87 -0
- package/cli/bin/maude.mjs +10 -0
- package/cli/commands/design.mjs +84 -10
- package/cli/commands/design.test.mjs +133 -1
- package/cli/commands/help.mjs +8 -2
- package/cli/commands/hub.mjs +3 -3
- package/cli/commands/hub.test.mjs +1 -1
- package/cli/commands/scenario-report.mjs +2 -9
- package/cli/lib/cache.mjs +1 -1
- package/cli/lib/config-lint.mjs +1 -1
- package/cli/lib/copy-tree.mjs +1 -1
- package/cli/lib/design-link.mjs +1 -1
- package/cli/lib/flow-design-integration.test.mjs +2 -2
- package/cli/lib/gitignore-block.mjs +1 -0
- package/cli/lib/gitignore-block.test.mjs +2 -2
- package/cli/lib/plugin-cli-reachability.test.mjs +8 -7
- package/cli/lib/preflight.mjs +1 -1
- package/cli/lib/stack-detect.mjs +1 -1
- package/package.json +16 -16
- package/plugins/design/templates/_shell.html +3 -3
- package/plugins/design/templates/brief-board.tsx.template +61 -0
- package/plugins/design/templates/canvas.tsx.template +1 -1
- package/plugins/design/templates/design-system-inspiration/SUB-AGENT-PROMPTS.md +18 -3
- package/plugins/design/templates/design-system-inspiration/core/config.json.tpl +1 -1
- package/plugins/design/templates/design-system-inspiration/core/preview/_motion-readme.md.tpl +1 -1
- package/plugins/flow/.claude-plugin/config.schema.json +16 -0
- package/plugins/design/dev-server/bin/server-up.sh +0 -135
- package/plugins/design/dev-server/dist/client.bundle.js +0 -20692
- package/plugins/design/dev-server/dist/comment-mount.js +0 -1924
- package/plugins/design/dev-server/dist/runtime/lib0_decoding.js +0 -620
- package/plugins/design/dev-server/dist/runtime/lib0_encoding.js +0 -604
- package/plugins/design/dev-server/dist/runtime/motion.js +0 -4944
- package/plugins/design/dev-server/dist/runtime/motion_react.js +0 -10056
- package/plugins/design/dev-server/dist/runtime/pixi-js.js +0 -53104
- package/plugins/design/dev-server/dist/runtime/react-dom.js +0 -231
- package/plugins/design/dev-server/dist/runtime/react-dom_client.js +0 -10357
- package/plugins/design/dev-server/dist/runtime/react.js +0 -535
- package/plugins/design/dev-server/dist/runtime/react_jsx-dev-runtime.js +0 -60
- package/plugins/design/dev-server/dist/runtime/react_jsx-runtime.js +0 -85
- package/plugins/design/dev-server/dist/runtime/y-protocols_awareness.js +0 -376
- package/plugins/design/dev-server/dist/runtime/y-protocols_sync.js +0 -100
- package/plugins/design/dev-server/dist/runtime/yjs.js +0 -6687
- package/plugins/design/dev-server/dist/styles.css +0 -2710
- package/{plugins/design/dev-server → apps/studio}/activity.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_enumerate-artboards-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_html-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_pdf-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_png-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_pptx-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_pw-launch.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_screenshot-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_svg-optimize.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/_svg-playwright.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/asset-sweep.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/bootstrap-check.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/check-runtime-bundles.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/draw-build.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/handoff.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/prep.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/slug.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/smoke.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/bin/svg-optimize.sh +0 -0
- package/{plugins/design/dev-server → apps/studio}/boot-self-heal.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-build.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-edit.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-header.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-meta.schema.json +0 -0
- package/{plugins/design/dev-server → apps/studio}/canvas-pipeline.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/hmr.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/iframe-lazy.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/0-reset.css +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/1-tokens.css +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/2-layout.css +0 -0
- package/{plugins/design/dev-server → apps/studio}/client/styles/5-utilities.css +0 -0
- package/{plugins/design/dev-server → apps/studio}/collab/ai-activity.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/collab/awareness-bridge.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/collab/git-lifecycle.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/collab/protocol.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/collab/registry.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/collab/room.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/config.schema.json +0 -0
- package/{plugins/design/dev-server → apps/studio}/context.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/dist/runtime/.min-sizes.json +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/brush.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/composition.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/geometry.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/draw/test/gradient.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/optimize.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/palette.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/draw/test/primitives.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/examples/README.md +0 -0
- package/{plugins/design/dev-server → apps/studio}/exporters/_browser-bundles.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/exporters/canva-handoff-prompt.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/exporters/canva.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/exporters/html.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/exporters/pdf.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/exporters/png.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/exporters/pptx.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/exporters/scope.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/exporters/svg.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/exporters/zip.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/fs-watch.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/handoff.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/history.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/hmr-broadcast.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/locator.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/mem.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/runtime-bundle.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/server.mjs +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/agent.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/sync/atomic-write.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/codec.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/connection-state.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/echo-guard.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/fs-mirror.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/hubs-config.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/migrate-seed.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/sync/origins.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/projection.ts +3 -3
- package/{plugins/design/dev-server → apps/studio}/sync/status.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/sync/untrusted.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/_helpers.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/active-state.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/activity.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/annotation-strokes-command.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/annotations-draw-modifiers.test.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/artboard-activity-overlay.test.tsx +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/binary-smoke.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/bundle-smoke.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-build.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-header.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/canvas-lib-motion.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-pipeline.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/canvas-route.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/collab-awareness-bridge.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/collab-loopback.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/collab-protocol.test.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/collab-reseed-guard.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/comment-mount.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/context-resolve-tokens.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/csp-canvas-shell.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/equal-spacing-detector.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/endpoint.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/html.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/pdf.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/png.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/pptx-deck.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/pptx.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/exporters/svg.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/fixtures/phase-20-annotations.svg +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/fixtures/phase-21-annotations.svg +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/fs-watch.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/handoff.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/history-rollback.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/hmr-classify.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/input-router.test.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/locator.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/marquee-overlay.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/move-artboards-command.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/participants-chrome.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/paths.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/runtime-bundle-error-mapping.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/server-lifecycle.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/shared-doc-foundation.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/sync-codec.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/sync-meta-codec.test.ts +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/system-endpoint.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/tool-palette.test.tsx +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/undo-stack.test.ts +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/use-annotation-selection.test.tsx +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-artboard-drag.test.ts +3 -3
- package/{plugins/design/dev-server → apps/studio}/test/use-canvas-activity.test.tsx +2 -2
- package/{plugins/design/dev-server → apps/studio}/test/use-collab.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-cursor-modifiers.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-keyboard-discipline.test.ts +0 -0
- package/{plugins/design/dev-server → apps/studio}/test/use-selection-set.test.tsx +1 -1
- package/{plugins/design/dev-server → apps/studio}/test/use-undo-stack.test.tsx +2 -2
- /package/{plugins/design/dev-server → apps/studio}/test/ws-handshake.test.ts +0 -0
- /package/{plugins/design/dev-server → apps/studio}/tsconfig.json +0 -0
- /package/{plugins/design/dev-server → apps/studio}/ws.ts +0 -0
|
@@ -1,535 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __toESM = (mod, isNodeMode, target) => {
|
|
7
|
-
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
8
|
-
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
9
|
-
for (let key of __getOwnPropNames(mod))
|
|
10
|
-
if (!__hasOwnProp.call(to, key))
|
|
11
|
-
__defProp(to, key, {
|
|
12
|
-
get: () => mod[key],
|
|
13
|
-
enumerable: true
|
|
14
|
-
});
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
18
|
-
var __export = (target, all) => {
|
|
19
|
-
for (var name in all)
|
|
20
|
-
__defProp(target, name, {
|
|
21
|
-
get: all[name],
|
|
22
|
-
enumerable: true,
|
|
23
|
-
configurable: true,
|
|
24
|
-
set: (newValue) => all[name] = () => newValue
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
28
|
-
|
|
29
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
|
|
30
|
-
var exports_react_production = {};
|
|
31
|
-
__export(exports_react_production, {
|
|
32
|
-
version: () => $version,
|
|
33
|
-
useTransition: () => $useTransition,
|
|
34
|
-
useSyncExternalStore: () => $useSyncExternalStore,
|
|
35
|
-
useState: () => $useState,
|
|
36
|
-
useRef: () => $useRef,
|
|
37
|
-
useReducer: () => $useReducer,
|
|
38
|
-
useOptimistic: () => $useOptimistic,
|
|
39
|
-
useMemo: () => $useMemo,
|
|
40
|
-
useLayoutEffect: () => $useLayoutEffect,
|
|
41
|
-
useInsertionEffect: () => $useInsertionEffect,
|
|
42
|
-
useImperativeHandle: () => $useImperativeHandle,
|
|
43
|
-
useId: () => $useId,
|
|
44
|
-
useEffectEvent: () => $useEffectEvent,
|
|
45
|
-
useEffect: () => $useEffect,
|
|
46
|
-
useDeferredValue: () => $useDeferredValue,
|
|
47
|
-
useDebugValue: () => $useDebugValue,
|
|
48
|
-
useContext: () => $useContext,
|
|
49
|
-
useCallback: () => $useCallback,
|
|
50
|
-
useActionState: () => $useActionState,
|
|
51
|
-
use: () => $use,
|
|
52
|
-
unstable_useCacheRefresh: () => $unstable_useCacheRefresh,
|
|
53
|
-
startTransition: () => $startTransition,
|
|
54
|
-
memo: () => $memo,
|
|
55
|
-
lazy: () => $lazy,
|
|
56
|
-
isValidElement: () => $isValidElement,
|
|
57
|
-
forwardRef: () => $forwardRef,
|
|
58
|
-
createRef: () => $createRef,
|
|
59
|
-
createElement: () => $createElement,
|
|
60
|
-
createContext: () => $createContext,
|
|
61
|
-
cloneElement: () => $cloneElement,
|
|
62
|
-
cacheSignal: () => $cacheSignal,
|
|
63
|
-
cache: () => $cache,
|
|
64
|
-
__COMPILER_RUNTIME: () => $__COMPILER_RUNTIME,
|
|
65
|
-
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE: () => $__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
66
|
-
Suspense: () => $Suspense,
|
|
67
|
-
StrictMode: () => $StrictMode,
|
|
68
|
-
PureComponent: () => $PureComponent,
|
|
69
|
-
Profiler: () => $Profiler,
|
|
70
|
-
Fragment: () => $Fragment,
|
|
71
|
-
Component: () => $Component,
|
|
72
|
-
Children: () => $Children,
|
|
73
|
-
Activity: () => $Activity
|
|
74
|
-
});
|
|
75
|
-
function getIteratorFn(maybeIterable) {
|
|
76
|
-
if (maybeIterable === null || typeof maybeIterable !== "object")
|
|
77
|
-
return null;
|
|
78
|
-
maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
|
|
79
|
-
return typeof maybeIterable === "function" ? maybeIterable : null;
|
|
80
|
-
}
|
|
81
|
-
function Component(props, context, updater) {
|
|
82
|
-
this.props = props;
|
|
83
|
-
this.context = context;
|
|
84
|
-
this.refs = emptyObject;
|
|
85
|
-
this.updater = updater || ReactNoopUpdateQueue;
|
|
86
|
-
}
|
|
87
|
-
function ComponentDummy() {}
|
|
88
|
-
function PureComponent(props, context, updater) {
|
|
89
|
-
this.props = props;
|
|
90
|
-
this.context = context;
|
|
91
|
-
this.refs = emptyObject;
|
|
92
|
-
this.updater = updater || ReactNoopUpdateQueue;
|
|
93
|
-
}
|
|
94
|
-
function noop() {}
|
|
95
|
-
function ReactElement(type, key, props) {
|
|
96
|
-
var refProp = props.ref;
|
|
97
|
-
return {
|
|
98
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
99
|
-
type,
|
|
100
|
-
key,
|
|
101
|
-
ref: refProp !== undefined ? refProp : null,
|
|
102
|
-
props
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
function cloneAndReplaceKey(oldElement, newKey) {
|
|
106
|
-
return ReactElement(oldElement.type, newKey, oldElement.props);
|
|
107
|
-
}
|
|
108
|
-
function isValidElement(object) {
|
|
109
|
-
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
110
|
-
}
|
|
111
|
-
function escape(key) {
|
|
112
|
-
var escaperLookup = { "=": "=0", ":": "=2" };
|
|
113
|
-
return "$" + key.replace(/[=:]/g, function(match) {
|
|
114
|
-
return escaperLookup[match];
|
|
115
|
-
});
|
|
116
|
-
}
|
|
117
|
-
function getElementKey(element, index) {
|
|
118
|
-
return typeof element === "object" && element !== null && element.key != null ? escape("" + element.key) : index.toString(36);
|
|
119
|
-
}
|
|
120
|
-
function resolveThenable(thenable) {
|
|
121
|
-
switch (thenable.status) {
|
|
122
|
-
case "fulfilled":
|
|
123
|
-
return thenable.value;
|
|
124
|
-
case "rejected":
|
|
125
|
-
throw thenable.reason;
|
|
126
|
-
default:
|
|
127
|
-
switch (typeof thenable.status === "string" ? thenable.then(noop, noop) : (thenable.status = "pending", thenable.then(function(fulfilledValue) {
|
|
128
|
-
thenable.status === "pending" && (thenable.status = "fulfilled", thenable.value = fulfilledValue);
|
|
129
|
-
}, function(error) {
|
|
130
|
-
thenable.status === "pending" && (thenable.status = "rejected", thenable.reason = error);
|
|
131
|
-
})), thenable.status) {
|
|
132
|
-
case "fulfilled":
|
|
133
|
-
return thenable.value;
|
|
134
|
-
case "rejected":
|
|
135
|
-
throw thenable.reason;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
throw thenable;
|
|
139
|
-
}
|
|
140
|
-
function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
|
|
141
|
-
var type = typeof children;
|
|
142
|
-
if (type === "undefined" || type === "boolean")
|
|
143
|
-
children = null;
|
|
144
|
-
var invokeCallback = false;
|
|
145
|
-
if (children === null)
|
|
146
|
-
invokeCallback = true;
|
|
147
|
-
else
|
|
148
|
-
switch (type) {
|
|
149
|
-
case "bigint":
|
|
150
|
-
case "string":
|
|
151
|
-
case "number":
|
|
152
|
-
invokeCallback = true;
|
|
153
|
-
break;
|
|
154
|
-
case "object":
|
|
155
|
-
switch (children.$$typeof) {
|
|
156
|
-
case REACT_ELEMENT_TYPE:
|
|
157
|
-
case REACT_PORTAL_TYPE:
|
|
158
|
-
invokeCallback = true;
|
|
159
|
-
break;
|
|
160
|
-
case REACT_LAZY_TYPE:
|
|
161
|
-
return invokeCallback = children._init, mapIntoArray(invokeCallback(children._payload), array, escapedPrefix, nameSoFar, callback);
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
if (invokeCallback)
|
|
165
|
-
return callback = callback(children), invokeCallback = nameSoFar === "" ? "." + getElementKey(children, 0) : nameSoFar, isArrayImpl(callback) ? (escapedPrefix = "", invokeCallback != null && (escapedPrefix = invokeCallback.replace(userProvidedKeyEscapeRegex, "$&/") + "/"), mapIntoArray(callback, array, escapedPrefix, "", function(c) {
|
|
166
|
-
return c;
|
|
167
|
-
})) : callback != null && (isValidElement(callback) && (callback = cloneAndReplaceKey(callback, escapedPrefix + (callback.key == null || children && children.key === callback.key ? "" : ("" + callback.key).replace(userProvidedKeyEscapeRegex, "$&/") + "/") + invokeCallback)), array.push(callback)), 1;
|
|
168
|
-
invokeCallback = 0;
|
|
169
|
-
var nextNamePrefix = nameSoFar === "" ? "." : nameSoFar + ":";
|
|
170
|
-
if (isArrayImpl(children))
|
|
171
|
-
for (var i = 0;i < children.length; i++)
|
|
172
|
-
nameSoFar = children[i], type = nextNamePrefix + getElementKey(nameSoFar, i), invokeCallback += mapIntoArray(nameSoFar, array, escapedPrefix, type, callback);
|
|
173
|
-
else if (i = getIteratorFn(children), typeof i === "function")
|
|
174
|
-
for (children = i.call(children), i = 0;!(nameSoFar = children.next()).done; )
|
|
175
|
-
nameSoFar = nameSoFar.value, type = nextNamePrefix + getElementKey(nameSoFar, i++), invokeCallback += mapIntoArray(nameSoFar, array, escapedPrefix, type, callback);
|
|
176
|
-
else if (type === "object") {
|
|
177
|
-
if (typeof children.then === "function")
|
|
178
|
-
return mapIntoArray(resolveThenable(children), array, escapedPrefix, nameSoFar, callback);
|
|
179
|
-
array = String(children);
|
|
180
|
-
throw Error("Objects are not valid as a React child (found: " + (array === "[object Object]" ? "object with keys {" + Object.keys(children).join(", ") + "}" : array) + "). If you meant to render a collection of children, use an array instead.");
|
|
181
|
-
}
|
|
182
|
-
return invokeCallback;
|
|
183
|
-
}
|
|
184
|
-
function mapChildren(children, func, context) {
|
|
185
|
-
if (children == null)
|
|
186
|
-
return children;
|
|
187
|
-
var result = [], count = 0;
|
|
188
|
-
mapIntoArray(children, result, "", "", function(child) {
|
|
189
|
-
return func.call(context, child, count++);
|
|
190
|
-
});
|
|
191
|
-
return result;
|
|
192
|
-
}
|
|
193
|
-
function lazyInitializer(payload) {
|
|
194
|
-
if (payload._status === -1) {
|
|
195
|
-
var ctor = payload._result;
|
|
196
|
-
ctor = ctor();
|
|
197
|
-
ctor.then(function(moduleObject) {
|
|
198
|
-
if (payload._status === 0 || payload._status === -1)
|
|
199
|
-
payload._status = 1, payload._result = moduleObject;
|
|
200
|
-
}, function(error) {
|
|
201
|
-
if (payload._status === 0 || payload._status === -1)
|
|
202
|
-
payload._status = 2, payload._result = error;
|
|
203
|
-
});
|
|
204
|
-
payload._status === -1 && (payload._status = 0, payload._result = ctor);
|
|
205
|
-
}
|
|
206
|
-
if (payload._status === 1)
|
|
207
|
-
return payload._result.default;
|
|
208
|
-
throw payload._result;
|
|
209
|
-
}
|
|
210
|
-
var REACT_ELEMENT_TYPE, REACT_PORTAL_TYPE, REACT_FRAGMENT_TYPE, REACT_STRICT_MODE_TYPE, REACT_PROFILER_TYPE, REACT_CONSUMER_TYPE, REACT_CONTEXT_TYPE, REACT_FORWARD_REF_TYPE, REACT_SUSPENSE_TYPE, REACT_MEMO_TYPE, REACT_LAZY_TYPE, REACT_ACTIVITY_TYPE, MAYBE_ITERATOR_SYMBOL, ReactNoopUpdateQueue, assign, emptyObject, pureComponentPrototype, isArrayImpl, ReactSharedInternals, hasOwnProperty, userProvidedKeyEscapeRegex, reportGlobalError, Children, $Activity, $Children, $Component, $Fragment, $Profiler, $PureComponent, $StrictMode, $Suspense, $__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, $__COMPILER_RUNTIME, $cache = function(fn) {
|
|
211
|
-
return function() {
|
|
212
|
-
return fn.apply(null, arguments);
|
|
213
|
-
};
|
|
214
|
-
}, $cacheSignal = function() {
|
|
215
|
-
return null;
|
|
216
|
-
}, $cloneElement = function(element, config, children) {
|
|
217
|
-
if (element === null || element === undefined)
|
|
218
|
-
throw Error("The argument must be a React element, but you passed " + element + ".");
|
|
219
|
-
var props = assign({}, element.props), key = element.key;
|
|
220
|
-
if (config != null)
|
|
221
|
-
for (propName in config.key !== undefined && (key = "" + config.key), config)
|
|
222
|
-
!hasOwnProperty.call(config, propName) || propName === "key" || propName === "__self" || propName === "__source" || propName === "ref" && config.ref === undefined || (props[propName] = config[propName]);
|
|
223
|
-
var propName = arguments.length - 2;
|
|
224
|
-
if (propName === 1)
|
|
225
|
-
props.children = children;
|
|
226
|
-
else if (1 < propName) {
|
|
227
|
-
for (var childArray = Array(propName), i = 0;i < propName; i++)
|
|
228
|
-
childArray[i] = arguments[i + 2];
|
|
229
|
-
props.children = childArray;
|
|
230
|
-
}
|
|
231
|
-
return ReactElement(element.type, key, props);
|
|
232
|
-
}, $createContext = function(defaultValue) {
|
|
233
|
-
defaultValue = {
|
|
234
|
-
$$typeof: REACT_CONTEXT_TYPE,
|
|
235
|
-
_currentValue: defaultValue,
|
|
236
|
-
_currentValue2: defaultValue,
|
|
237
|
-
_threadCount: 0,
|
|
238
|
-
Provider: null,
|
|
239
|
-
Consumer: null
|
|
240
|
-
};
|
|
241
|
-
defaultValue.Provider = defaultValue;
|
|
242
|
-
defaultValue.Consumer = {
|
|
243
|
-
$$typeof: REACT_CONSUMER_TYPE,
|
|
244
|
-
_context: defaultValue
|
|
245
|
-
};
|
|
246
|
-
return defaultValue;
|
|
247
|
-
}, $createElement = function(type, config, children) {
|
|
248
|
-
var propName, props = {}, key = null;
|
|
249
|
-
if (config != null)
|
|
250
|
-
for (propName in config.key !== undefined && (key = "" + config.key), config)
|
|
251
|
-
hasOwnProperty.call(config, propName) && propName !== "key" && propName !== "__self" && propName !== "__source" && (props[propName] = config[propName]);
|
|
252
|
-
var childrenLength = arguments.length - 2;
|
|
253
|
-
if (childrenLength === 1)
|
|
254
|
-
props.children = children;
|
|
255
|
-
else if (1 < childrenLength) {
|
|
256
|
-
for (var childArray = Array(childrenLength), i = 0;i < childrenLength; i++)
|
|
257
|
-
childArray[i] = arguments[i + 2];
|
|
258
|
-
props.children = childArray;
|
|
259
|
-
}
|
|
260
|
-
if (type && type.defaultProps)
|
|
261
|
-
for (propName in childrenLength = type.defaultProps, childrenLength)
|
|
262
|
-
props[propName] === undefined && (props[propName] = childrenLength[propName]);
|
|
263
|
-
return ReactElement(type, key, props);
|
|
264
|
-
}, $createRef = function() {
|
|
265
|
-
return { current: null };
|
|
266
|
-
}, $forwardRef = function(render) {
|
|
267
|
-
return { $$typeof: REACT_FORWARD_REF_TYPE, render };
|
|
268
|
-
}, $isValidElement, $lazy = function(ctor) {
|
|
269
|
-
return {
|
|
270
|
-
$$typeof: REACT_LAZY_TYPE,
|
|
271
|
-
_payload: { _status: -1, _result: ctor },
|
|
272
|
-
_init: lazyInitializer
|
|
273
|
-
};
|
|
274
|
-
}, $memo = function(type, compare) {
|
|
275
|
-
return {
|
|
276
|
-
$$typeof: REACT_MEMO_TYPE,
|
|
277
|
-
type,
|
|
278
|
-
compare: compare === undefined ? null : compare
|
|
279
|
-
};
|
|
280
|
-
}, $startTransition = function(scope) {
|
|
281
|
-
var prevTransition = ReactSharedInternals.T, currentTransition = {};
|
|
282
|
-
ReactSharedInternals.T = currentTransition;
|
|
283
|
-
try {
|
|
284
|
-
var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
|
|
285
|
-
onStartTransitionFinish !== null && onStartTransitionFinish(currentTransition, returnValue);
|
|
286
|
-
typeof returnValue === "object" && returnValue !== null && typeof returnValue.then === "function" && returnValue.then(noop, reportGlobalError);
|
|
287
|
-
} catch (error) {
|
|
288
|
-
reportGlobalError(error);
|
|
289
|
-
} finally {
|
|
290
|
-
prevTransition !== null && currentTransition.types !== null && (prevTransition.types = currentTransition.types), ReactSharedInternals.T = prevTransition;
|
|
291
|
-
}
|
|
292
|
-
}, $unstable_useCacheRefresh = function() {
|
|
293
|
-
return ReactSharedInternals.H.useCacheRefresh();
|
|
294
|
-
}, $use = function(usable) {
|
|
295
|
-
return ReactSharedInternals.H.use(usable);
|
|
296
|
-
}, $useActionState = function(action, initialState, permalink) {
|
|
297
|
-
return ReactSharedInternals.H.useActionState(action, initialState, permalink);
|
|
298
|
-
}, $useCallback = function(callback, deps) {
|
|
299
|
-
return ReactSharedInternals.H.useCallback(callback, deps);
|
|
300
|
-
}, $useContext = function(Context) {
|
|
301
|
-
return ReactSharedInternals.H.useContext(Context);
|
|
302
|
-
}, $useDebugValue = function() {}, $useDeferredValue = function(value, initialValue) {
|
|
303
|
-
return ReactSharedInternals.H.useDeferredValue(value, initialValue);
|
|
304
|
-
}, $useEffect = function(create, deps) {
|
|
305
|
-
return ReactSharedInternals.H.useEffect(create, deps);
|
|
306
|
-
}, $useEffectEvent = function(callback) {
|
|
307
|
-
return ReactSharedInternals.H.useEffectEvent(callback);
|
|
308
|
-
}, $useId = function() {
|
|
309
|
-
return ReactSharedInternals.H.useId();
|
|
310
|
-
}, $useImperativeHandle = function(ref, create, deps) {
|
|
311
|
-
return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);
|
|
312
|
-
}, $useInsertionEffect = function(create, deps) {
|
|
313
|
-
return ReactSharedInternals.H.useInsertionEffect(create, deps);
|
|
314
|
-
}, $useLayoutEffect = function(create, deps) {
|
|
315
|
-
return ReactSharedInternals.H.useLayoutEffect(create, deps);
|
|
316
|
-
}, $useMemo = function(create, deps) {
|
|
317
|
-
return ReactSharedInternals.H.useMemo(create, deps);
|
|
318
|
-
}, $useOptimistic = function(passthrough, reducer) {
|
|
319
|
-
return ReactSharedInternals.H.useOptimistic(passthrough, reducer);
|
|
320
|
-
}, $useReducer = function(reducer, initialArg, init) {
|
|
321
|
-
return ReactSharedInternals.H.useReducer(reducer, initialArg, init);
|
|
322
|
-
}, $useRef = function(initialValue) {
|
|
323
|
-
return ReactSharedInternals.H.useRef(initialValue);
|
|
324
|
-
}, $useState = function(initialState) {
|
|
325
|
-
return ReactSharedInternals.H.useState(initialState);
|
|
326
|
-
}, $useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
|
|
327
|
-
return ReactSharedInternals.H.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
|
|
328
|
-
}, $useTransition = function() {
|
|
329
|
-
return ReactSharedInternals.H.useTransition();
|
|
330
|
-
}, $version = "19.2.6";
|
|
331
|
-
var init_react_production = __esm(() => {
|
|
332
|
-
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
|
|
333
|
-
REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
334
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
335
|
-
REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
|
|
336
|
-
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
|
|
337
|
-
REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
|
|
338
|
-
REACT_CONTEXT_TYPE = Symbol.for("react.context");
|
|
339
|
-
REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
|
|
340
|
-
REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
|
|
341
|
-
REACT_MEMO_TYPE = Symbol.for("react.memo");
|
|
342
|
-
REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
343
|
-
REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
|
|
344
|
-
MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
345
|
-
ReactNoopUpdateQueue = {
|
|
346
|
-
isMounted: function() {
|
|
347
|
-
return false;
|
|
348
|
-
},
|
|
349
|
-
enqueueForceUpdate: function() {},
|
|
350
|
-
enqueueReplaceState: function() {},
|
|
351
|
-
enqueueSetState: function() {}
|
|
352
|
-
};
|
|
353
|
-
assign = Object.assign;
|
|
354
|
-
emptyObject = {};
|
|
355
|
-
Component.prototype.isReactComponent = {};
|
|
356
|
-
Component.prototype.setState = function(partialState, callback) {
|
|
357
|
-
if (typeof partialState !== "object" && typeof partialState !== "function" && partialState != null)
|
|
358
|
-
throw Error("takes an object of state variables to update or a function which returns an object of state variables.");
|
|
359
|
-
this.updater.enqueueSetState(this, partialState, callback, "setState");
|
|
360
|
-
};
|
|
361
|
-
Component.prototype.forceUpdate = function(callback) {
|
|
362
|
-
this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
|
|
363
|
-
};
|
|
364
|
-
ComponentDummy.prototype = Component.prototype;
|
|
365
|
-
pureComponentPrototype = PureComponent.prototype = new ComponentDummy;
|
|
366
|
-
pureComponentPrototype.constructor = PureComponent;
|
|
367
|
-
assign(pureComponentPrototype, Component.prototype);
|
|
368
|
-
pureComponentPrototype.isPureReactComponent = true;
|
|
369
|
-
isArrayImpl = Array.isArray;
|
|
370
|
-
ReactSharedInternals = { H: null, A: null, T: null, S: null };
|
|
371
|
-
hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
372
|
-
userProvidedKeyEscapeRegex = /\/+/g;
|
|
373
|
-
reportGlobalError = typeof reportError === "function" ? reportError : function(error) {
|
|
374
|
-
if (typeof window === "object" && typeof window.ErrorEvent === "function") {
|
|
375
|
-
var event = new window.ErrorEvent("error", {
|
|
376
|
-
bubbles: true,
|
|
377
|
-
cancelable: true,
|
|
378
|
-
message: typeof error === "object" && error !== null && typeof error.message === "string" ? String(error.message) : String(error),
|
|
379
|
-
error
|
|
380
|
-
});
|
|
381
|
-
if (!window.dispatchEvent(event))
|
|
382
|
-
return;
|
|
383
|
-
} else if (typeof process === "object" && typeof process.emit === "function") {
|
|
384
|
-
process.emit("uncaughtException", error);
|
|
385
|
-
return;
|
|
386
|
-
}
|
|
387
|
-
console.error(error);
|
|
388
|
-
};
|
|
389
|
-
Children = {
|
|
390
|
-
map: mapChildren,
|
|
391
|
-
forEach: function(children, forEachFunc, forEachContext) {
|
|
392
|
-
mapChildren(children, function() {
|
|
393
|
-
forEachFunc.apply(this, arguments);
|
|
394
|
-
}, forEachContext);
|
|
395
|
-
},
|
|
396
|
-
count: function(children) {
|
|
397
|
-
var n = 0;
|
|
398
|
-
mapChildren(children, function() {
|
|
399
|
-
n++;
|
|
400
|
-
});
|
|
401
|
-
return n;
|
|
402
|
-
},
|
|
403
|
-
toArray: function(children) {
|
|
404
|
-
return mapChildren(children, function(child) {
|
|
405
|
-
return child;
|
|
406
|
-
}) || [];
|
|
407
|
-
},
|
|
408
|
-
only: function(children) {
|
|
409
|
-
if (!isValidElement(children))
|
|
410
|
-
throw Error("React.Children.only expected to receive a single React element child.");
|
|
411
|
-
return children;
|
|
412
|
-
}
|
|
413
|
-
};
|
|
414
|
-
$Activity = REACT_ACTIVITY_TYPE;
|
|
415
|
-
$Children = Children;
|
|
416
|
-
$Component = Component;
|
|
417
|
-
$Fragment = REACT_FRAGMENT_TYPE;
|
|
418
|
-
$Profiler = REACT_PROFILER_TYPE;
|
|
419
|
-
$PureComponent = PureComponent;
|
|
420
|
-
$StrictMode = REACT_STRICT_MODE_TYPE;
|
|
421
|
-
$Suspense = REACT_SUSPENSE_TYPE;
|
|
422
|
-
$__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
|
|
423
|
-
$__COMPILER_RUNTIME = {
|
|
424
|
-
__proto__: null,
|
|
425
|
-
c: function(size) {
|
|
426
|
-
return ReactSharedInternals.H.useMemoCache(size);
|
|
427
|
-
}
|
|
428
|
-
};
|
|
429
|
-
$isValidElement = isValidElement;
|
|
430
|
-
});
|
|
431
|
-
|
|
432
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js
|
|
433
|
-
var require_react = __commonJS((exports, module) => {
|
|
434
|
-
init_react_production();
|
|
435
|
-
if (true) {
|
|
436
|
-
module.exports = exports_react_production;
|
|
437
|
-
} else {}
|
|
438
|
-
});
|
|
439
|
-
|
|
440
|
-
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react-entry.tsx
|
|
441
|
-
var __mod__ = __toESM(require_react(), 1);
|
|
442
|
-
var {
|
|
443
|
-
Activity,
|
|
444
|
-
Children: Children2,
|
|
445
|
-
Component: Component2,
|
|
446
|
-
Fragment,
|
|
447
|
-
Profiler,
|
|
448
|
-
PureComponent: PureComponent2,
|
|
449
|
-
StrictMode,
|
|
450
|
-
Suspense,
|
|
451
|
-
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
452
|
-
__COMPILER_RUNTIME,
|
|
453
|
-
act,
|
|
454
|
-
cache,
|
|
455
|
-
cacheSignal,
|
|
456
|
-
captureOwnerStack,
|
|
457
|
-
cloneElement,
|
|
458
|
-
createContext,
|
|
459
|
-
createElement,
|
|
460
|
-
createRef,
|
|
461
|
-
forwardRef,
|
|
462
|
-
isValidElement: isValidElement2,
|
|
463
|
-
lazy,
|
|
464
|
-
memo,
|
|
465
|
-
startTransition,
|
|
466
|
-
unstable_useCacheRefresh,
|
|
467
|
-
use,
|
|
468
|
-
useActionState,
|
|
469
|
-
useCallback,
|
|
470
|
-
useContext,
|
|
471
|
-
useDebugValue,
|
|
472
|
-
useDeferredValue,
|
|
473
|
-
useEffect,
|
|
474
|
-
useEffectEvent,
|
|
475
|
-
useId,
|
|
476
|
-
useImperativeHandle,
|
|
477
|
-
useInsertionEffect,
|
|
478
|
-
useLayoutEffect,
|
|
479
|
-
useMemo,
|
|
480
|
-
useOptimistic,
|
|
481
|
-
useReducer,
|
|
482
|
-
useRef,
|
|
483
|
-
useState,
|
|
484
|
-
useSyncExternalStore,
|
|
485
|
-
useTransition,
|
|
486
|
-
version
|
|
487
|
-
} = __mod__;
|
|
488
|
-
var __runtime_bundle_react_entry_default = __mod__;
|
|
489
|
-
export {
|
|
490
|
-
version,
|
|
491
|
-
useTransition,
|
|
492
|
-
useSyncExternalStore,
|
|
493
|
-
useState,
|
|
494
|
-
useRef,
|
|
495
|
-
useReducer,
|
|
496
|
-
useOptimistic,
|
|
497
|
-
useMemo,
|
|
498
|
-
useLayoutEffect,
|
|
499
|
-
useInsertionEffect,
|
|
500
|
-
useImperativeHandle,
|
|
501
|
-
useId,
|
|
502
|
-
useEffectEvent,
|
|
503
|
-
useEffect,
|
|
504
|
-
useDeferredValue,
|
|
505
|
-
useDebugValue,
|
|
506
|
-
useContext,
|
|
507
|
-
useCallback,
|
|
508
|
-
useActionState,
|
|
509
|
-
use,
|
|
510
|
-
unstable_useCacheRefresh,
|
|
511
|
-
startTransition,
|
|
512
|
-
memo,
|
|
513
|
-
lazy,
|
|
514
|
-
isValidElement2 as isValidElement,
|
|
515
|
-
forwardRef,
|
|
516
|
-
__runtime_bundle_react_entry_default as default,
|
|
517
|
-
createRef,
|
|
518
|
-
createElement,
|
|
519
|
-
createContext,
|
|
520
|
-
cloneElement,
|
|
521
|
-
captureOwnerStack,
|
|
522
|
-
cacheSignal,
|
|
523
|
-
cache,
|
|
524
|
-
act,
|
|
525
|
-
__COMPILER_RUNTIME,
|
|
526
|
-
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
527
|
-
Suspense,
|
|
528
|
-
StrictMode,
|
|
529
|
-
PureComponent2 as PureComponent,
|
|
530
|
-
Profiler,
|
|
531
|
-
Fragment,
|
|
532
|
-
Component2 as Component,
|
|
533
|
-
Children2 as Children,
|
|
534
|
-
Activity
|
|
535
|
-
};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __toESM = (mod, isNodeMode, target) => {
|
|
7
|
-
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
8
|
-
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
9
|
-
for (let key of __getOwnPropNames(mod))
|
|
10
|
-
if (!__hasOwnProp.call(to, key))
|
|
11
|
-
__defProp(to, key, {
|
|
12
|
-
get: () => mod[key],
|
|
13
|
-
enumerable: true
|
|
14
|
-
});
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
18
|
-
var __export = (target, all) => {
|
|
19
|
-
for (var name in all)
|
|
20
|
-
__defProp(target, name, {
|
|
21
|
-
get: all[name],
|
|
22
|
-
enumerable: true,
|
|
23
|
-
configurable: true,
|
|
24
|
-
set: (newValue) => all[name] = () => newValue
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
28
|
-
|
|
29
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-dev-runtime.production.js
|
|
30
|
-
var exports_react_jsx_dev_runtime_production = {};
|
|
31
|
-
__export(exports_react_jsx_dev_runtime_production, {
|
|
32
|
-
jsxDEV: () => $jsxDEV,
|
|
33
|
-
Fragment: () => $Fragment
|
|
34
|
-
});
|
|
35
|
-
var REACT_FRAGMENT_TYPE, $Fragment, $jsxDEV = undefined;
|
|
36
|
-
var init_react_jsx_dev_runtime_production = __esm(() => {
|
|
37
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
38
|
-
$Fragment = REACT_FRAGMENT_TYPE;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/jsx-dev-runtime.js
|
|
42
|
-
var require_jsx_dev_runtime = __commonJS((exports, module) => {
|
|
43
|
-
init_react_jsx_dev_runtime_production();
|
|
44
|
-
if (true) {
|
|
45
|
-
module.exports = exports_react_jsx_dev_runtime_production;
|
|
46
|
-
} else {}
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react_jsx-dev-runtime-entry.tsx
|
|
50
|
-
var __mod__ = __toESM(require_jsx_dev_runtime(), 1);
|
|
51
|
-
var {
|
|
52
|
-
Fragment,
|
|
53
|
-
jsxDEV
|
|
54
|
-
} = __mod__;
|
|
55
|
-
var __runtime_bundle_react_jsx_dev_runtime_entry_default = __mod__;
|
|
56
|
-
export {
|
|
57
|
-
jsxDEV,
|
|
58
|
-
__runtime_bundle_react_jsx_dev_runtime_entry_default as default,
|
|
59
|
-
Fragment
|
|
60
|
-
};
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __toESM = (mod, isNodeMode, target) => {
|
|
7
|
-
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
8
|
-
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
9
|
-
for (let key of __getOwnPropNames(mod))
|
|
10
|
-
if (!__hasOwnProp.call(to, key))
|
|
11
|
-
__defProp(to, key, {
|
|
12
|
-
get: () => mod[key],
|
|
13
|
-
enumerable: true
|
|
14
|
-
});
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
18
|
-
var __export = (target, all) => {
|
|
19
|
-
for (var name in all)
|
|
20
|
-
__defProp(target, name, {
|
|
21
|
-
get: all[name],
|
|
22
|
-
enumerable: true,
|
|
23
|
-
configurable: true,
|
|
24
|
-
set: (newValue) => all[name] = () => newValue
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
28
|
-
|
|
29
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-runtime.production.js
|
|
30
|
-
var exports_react_jsx_runtime_production = {};
|
|
31
|
-
__export(exports_react_jsx_runtime_production, {
|
|
32
|
-
jsxs: () => $jsxs,
|
|
33
|
-
jsx: () => $jsx,
|
|
34
|
-
Fragment: () => $Fragment
|
|
35
|
-
});
|
|
36
|
-
function jsxProd(type, config, maybeKey) {
|
|
37
|
-
var key = null;
|
|
38
|
-
maybeKey !== undefined && (key = "" + maybeKey);
|
|
39
|
-
config.key !== undefined && (key = "" + config.key);
|
|
40
|
-
if ("key" in config) {
|
|
41
|
-
maybeKey = {};
|
|
42
|
-
for (var propName in config)
|
|
43
|
-
propName !== "key" && (maybeKey[propName] = config[propName]);
|
|
44
|
-
} else
|
|
45
|
-
maybeKey = config;
|
|
46
|
-
config = maybeKey.ref;
|
|
47
|
-
return {
|
|
48
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
49
|
-
type,
|
|
50
|
-
key,
|
|
51
|
-
ref: config !== undefined ? config : null,
|
|
52
|
-
props: maybeKey
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
var REACT_ELEMENT_TYPE, REACT_FRAGMENT_TYPE, $Fragment, $jsx, $jsxs;
|
|
56
|
-
var init_react_jsx_runtime_production = __esm(() => {
|
|
57
|
-
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
|
|
58
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
59
|
-
$Fragment = REACT_FRAGMENT_TYPE;
|
|
60
|
-
$jsx = jsxProd;
|
|
61
|
-
$jsxs = jsxProd;
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
// ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/jsx-runtime.js
|
|
65
|
-
var require_jsx_runtime = __commonJS((exports, module) => {
|
|
66
|
-
init_react_jsx_runtime_production();
|
|
67
|
-
if (true) {
|
|
68
|
-
module.exports = exports_react_jsx_runtime_production;
|
|
69
|
-
} else {}
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
// synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-react_jsx-runtime-entry.tsx
|
|
73
|
-
var __mod__ = __toESM(require_jsx_runtime(), 1);
|
|
74
|
-
var {
|
|
75
|
-
Fragment,
|
|
76
|
-
jsx,
|
|
77
|
-
jsxs
|
|
78
|
-
} = __mod__;
|
|
79
|
-
var __runtime_bundle_react_jsx_runtime_entry_default = __mod__;
|
|
80
|
-
export {
|
|
81
|
-
jsxs,
|
|
82
|
-
jsx,
|
|
83
|
-
__runtime_bundle_react_jsx_runtime_entry_default as default,
|
|
84
|
-
Fragment
|
|
85
|
-
};
|