@agent-native/core 0.80.7 → 0.80.9
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/corpus/README.md +2 -2
- package/corpus/core/CHANGELOG.md +18 -0
- package/corpus/core/docs/content/locales/ar-SA/template-design.mdx +6 -0
- package/corpus/core/docs/content/locales/de-DE/template-design.mdx +8 -0
- package/corpus/core/docs/content/locales/es-ES/template-design.mdx +10 -2
- package/corpus/core/docs/content/locales/fr-FR/template-design.mdx +10 -2
- package/corpus/core/docs/content/locales/hi-IN/template-design.mdx +7 -0
- package/corpus/core/docs/content/locales/ja-JP/template-design.mdx +7 -0
- package/corpus/core/docs/content/locales/ko-KR/template-design.mdx +7 -0
- package/corpus/core/docs/content/locales/pt-BR/template-design.mdx +9 -2
- package/corpus/core/docs/content/locales/zh-CN/template-design.mdx +6 -0
- package/corpus/core/docs/content/locales/zh-TW/template-design.mdx +6 -0
- package/corpus/core/docs/content/template-design.mdx +9 -2
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/cli/mcp.ts +10 -0
- package/corpus/core/src/cli/skills.ts +58 -12
- package/corpus/core/src/client/AssistantChat.tsx +70 -27
- package/corpus/core/src/client/analytics.ts +3 -1
- package/corpus/core/src/client/error-format.ts +25 -0
- package/corpus/core/src/client/extensions/ExtensionViewer.tsx +13 -11
- package/corpus/core/src/client/guided-questions.tsx +32 -4
- package/corpus/core/src/client/onboarding/OnboardingPanel.tsx +33 -1
- package/corpus/core/src/client/resources/BuiltinCapabilityDetail.tsx +8 -0
- package/corpus/core/src/client/resources/use-builtin-capabilities.ts +4 -2
- package/corpus/core/src/client/session-replay.ts +34 -0
- package/corpus/core/src/client/sharing/ShareButton.tsx +106 -21
- package/corpus/core/src/coding-tools/index.ts +1 -1
- package/corpus/core/src/mcp/index.ts +2 -0
- package/corpus/core/src/mcp/screen-memory-stdio.ts +290 -0
- package/corpus/core/src/mcp-client/builtin-capabilities.ts +13 -1
- package/corpus/core/src/mcp-client/index.ts +9 -0
- package/corpus/core/src/mcp-client/screen-memory-local.ts +461 -0
- package/corpus/core/src/onboarding/types.ts +7 -0
- package/corpus/core/src/server/agent-chat-plugin.ts +25 -0
- package/corpus/core/src/server/agents-bundle.ts +35 -7
- package/corpus/core/src/styles/agent-native.css +5 -0
- package/corpus/core/src/templates/default/app/global.css +35 -35
- package/corpus/templates/analytics/AGENTS.md +6 -0
- package/corpus/templates/analytics/actions/github-repo-files.ts +9 -0
- package/corpus/templates/analytics/app/components/layout/Layout.tsx +4 -4
- package/corpus/templates/analytics/app/global.css +144 -40
- package/corpus/templates/analytics/app/pages/adhoc/explorer/index.tsx +1 -1
- package/corpus/templates/analytics/app/pages/adhoc/explorer-dashboard/ChartCard.tsx +1 -1
- package/corpus/templates/analytics/app/pages/adhoc/explorer-dashboard/index.tsx +1 -1
- package/corpus/templates/analytics/app/pages/sessions/SessionDetailPage.tsx +4 -4
- package/corpus/templates/analytics/app/pages/sessions/SessionsPage.tsx +9 -9
- package/corpus/templates/analytics/changelog/2026-06-29-agents-can-search-and-read-connected-github-repositories-whe.md +6 -0
- package/corpus/templates/analytics/changelog/2026-06-29-sessions-and-explorer-layouts-adapt-when-the-agent-sidebar-is.md +6 -0
- package/corpus/templates/assets/app/components/layout/Layout.tsx +3 -1
- package/corpus/templates/assets/app/components/library/LibraryPresetGrid.tsx +1 -1
- package/corpus/templates/assets/app/global.css +99 -35
- package/corpus/templates/assets/app/routes/asset.$id.tsx +2 -2
- package/corpus/templates/assets/app/routes/brand-kits.$id.tsx +4 -4
- package/corpus/templates/assets/app/routes/library.tsx +4 -4
- package/corpus/templates/assets/changelog/2026-06-29-asset-library-and-detail-layouts-adapt-when-the-agent-sidebar.md +6 -0
- package/corpus/templates/brain/app/components/layout/Layout.tsx +1 -1
- package/corpus/templates/brain/app/global.css +63 -35
- package/corpus/templates/brain/app/routes/search.tsx +1 -1
- package/corpus/templates/brain/app/routes/settings.tsx +1 -1
- package/corpus/templates/brain/app/routes/sources.tsx +2 -2
- package/corpus/templates/brain/changelog/2026-06-29-search-settings-and-source-layouts-adapt-when-the-agent-sidebar.md +6 -0
- package/corpus/templates/calendar/app/components/calendar/EventDetailPanel.tsx +4 -4
- package/corpus/templates/calendar/app/components/calendar/FindTimePanel.tsx +3 -2
- package/corpus/templates/calendar/app/components/layout/AppLayout.tsx +4 -2
- package/corpus/templates/calendar/app/global.css +69 -35
- package/corpus/templates/calendar/changelog/2026-06-29-event-and-find-time-layouts-adapt-when-the-agent-sidebar-is.md +6 -0
- package/corpus/templates/chat/app/components/layout/Layout.tsx +1 -1
- package/corpus/templates/chat/app/global.css +35 -35
- package/corpus/templates/chat/changelog/2026-06-29-chat-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/clips/AGENTS.md +13 -0
- package/corpus/templates/clips/actions/get-screen-memory-status.ts +12 -0
- package/corpus/templates/clips/actions/query-screen-memory-context.ts +29 -0
- package/corpus/templates/clips/actions/view-screen.ts +2 -2
- package/corpus/templates/clips/app/components/library/library-layout.tsx +1 -1
- package/corpus/templates/clips/app/global.css +47 -35
- package/corpus/templates/clips/app/routes/_app.meetings.$meetingId.tsx +3 -3
- package/corpus/templates/clips/app/routes/r.$recordingId.tsx +45 -18
- package/corpus/templates/clips/changelog/2026-06-29-meeting-detail-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/clips/changelog/2026-06-29-screen-memory-keeps-a-local-rolling-screen-buffer-for-agent-context.md +5 -0
- package/corpus/templates/clips/changelog/2026-06-29-video-chat-is-easier-to-find-on-recording-pages-and-s3-setup.md +6 -0
- package/corpus/templates/clips/chrome-extension/src/styles.css +39 -39
- package/corpus/templates/clips/desktop/src/app.tsx +290 -1
- package/corpus/templates/clips/desktop/src/shared/config.ts +83 -0
- package/corpus/templates/clips/desktop/src/styles.css +67 -52
- package/corpus/templates/clips/desktop/src-tauri/src/config.rs +50 -0
- package/corpus/templates/clips/desktop/src-tauri/src/lib.rs +17 -0
- package/corpus/templates/clips/desktop/src-tauri/src/native_screen.rs +13 -13
- package/corpus/templates/clips/desktop/src-tauri/src/screen_memory.rs +990 -0
- package/corpus/templates/clips/server/plugins/onboarding.ts +2 -0
- package/corpus/templates/content/app/components/editor/DocumentEditor.tsx +69 -16
- package/corpus/templates/content/app/components/editor/database/DatabaseView.tsx +3 -3
- package/corpus/templates/content/app/components/layout/Layout.tsx +1 -1
- package/corpus/templates/content/app/global.css +29 -15
- package/corpus/templates/content/changelog/2026-06-29-database-gallery-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/content/changelog/2026-06-29-read-only-pages-no-longer-try-to-autosave-or-open-editor-onl.md +6 -0
- package/corpus/templates/design/.agents/skills/design-generation/SKILL.md +25 -20
- package/corpus/templates/design/.agents/skills/design-systems/SKILL.md +8 -0
- package/corpus/templates/design/.agents/skills/export-handoff/SKILL.md +8 -0
- package/corpus/templates/design/.agents/skills/visual-edit/SKILL.md +13 -0
- package/corpus/templates/design/AGENTS.md +24 -14
- package/corpus/templates/design/CODE_NATIVE_DESIGN_STUDIO_IMPLEMENTATION_PLAN.md +1054 -0
- package/corpus/templates/design/actions/apply-visual-edit.ts +24 -4
- package/corpus/templates/design/actions/edit-design.ts +6 -3
- package/corpus/templates/design/actions/export-coding-handoff.ts +12 -4
- package/corpus/templates/design/actions/generate-design.ts +6 -21
- package/corpus/templates/design/actions/generate-screens.ts +48 -5
- package/corpus/templates/design/actions/get-design.ts +1 -0
- package/corpus/templates/design/actions/present-design-variants.ts +355 -30
- package/corpus/templates/design/actions/update-design.ts +47 -10
- package/corpus/templates/design/actions/update-file.ts +33 -8
- package/corpus/templates/design/actions/view-screen.ts +89 -31
- package/corpus/templates/design/app/components/design/DesignCanvas.tsx +389 -71
- package/corpus/templates/design/app/components/design/DesignEditorSkeleton.tsx +1 -1
- package/corpus/templates/design/app/components/design/EditPanel.tsx +596 -95
- package/corpus/templates/design/app/components/design/LayersPanel.tsx +428 -221
- package/corpus/templates/design/app/components/design/MultiScreenCanvas.tsx +1197 -228
- package/corpus/templates/design/app/components/design/QuestionFlow.tsx +94 -217
- package/corpus/templates/design/app/components/design/TweaksPanel.tsx +28 -14
- package/corpus/templates/design/app/components/design/index.ts +0 -1
- package/corpus/templates/design/app/components/design/inspector/AutoLayoutMatrix.tsx +228 -170
- package/corpus/templates/design/app/components/design/inspector/DesignColorPicker.tsx +140 -13
- package/corpus/templates/design/app/components/design/inspector/ExportSettingsPanel.tsx +39 -8
- package/corpus/templates/design/app/components/design/inspector/GradientEditor.tsx +4 -2
- package/corpus/templates/design/app/components/design/inspector/ImageFillControls.tsx +75 -5
- package/corpus/templates/design/app/components/design/inspector/ScrubInput.tsx +37 -12
- package/corpus/templates/design/app/components/design/inspector/index.ts +1 -0
- package/corpus/templates/design/app/components/design/inspector/scrub-input-utils.ts +17 -4
- package/corpus/templates/design/app/components/design/types.ts +9 -0
- package/corpus/templates/design/app/components/layout/Layout.tsx +23 -5
- package/corpus/templates/design/app/components/visual-editor/DrawOverlay.tsx +448 -259
- package/corpus/templates/design/app/global.css +77 -49
- package/corpus/templates/design/app/hooks/use-question-flow.ts +2 -2
- package/corpus/templates/design/app/hooks/useDesignHotkeys.ts +8 -1
- package/corpus/templates/design/app/i18n/zh-TW.ts +4 -0
- package/corpus/templates/design/app/i18n-data.ts +55 -3
- package/corpus/templates/design/app/pages/DesignEditor.tsx +2783 -658
- package/corpus/templates/design/app/root.tsx +1 -1
- package/corpus/templates/design/changelog/2026-06-29-agent-edits-to-a-design-are-no-longer-occasionally-dropped-o.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-box-shadow-and-gradient-colors-keep-named-css-colors-like-re.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-containers-no-longer-block-selecting-nested-elements-and-nor.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-cut-cmd-ctrl-x-now-removes-the-selected-element-to-the-clipb.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-deleting-with-multiple-layers-selected-in-the-layers-panel-n.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-design-agents-now-generate-and-refine-variants-from-stronger.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-design-inspector-controls-now-match-figmas-softer-dark-chrome.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-design-questions-now-appear-as-a-cleaner-canvas-intake-with-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-design-variant-directions-now-appear-as-board-screens-with-chat-buttons.md +5 -0
- package/corpus/templates/design/changelog/2026-06-29-duplicating-a-screen-now-gives-the-copy-its-own-layer-ids-so.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-element-selection-no-longer-snaps-back-to-the-previous-layer.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-frame-resize-measurements-now-stay-beside-the-cursor-while-d.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-hiding-and-re-showing-a-gradient-fill-now-preserves-each-sto.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-inspector-number-fields-have-cleaner-tooltips-and-draggable-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-layer-locking-layer-nesting-generated-question-intake-and-im.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-layer-names-in-the-sidebar-can-scroll-horizontally-instead-o.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-layer-nesting-in-the-sidebar-now-uses-tighter-spacing-so-nam.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-layers-no-longer-repeat-document-wrapper-rows-when-a-screen-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-overview-previews-now-keep-element-hover-and-selection-tied-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-picking-a-design-direction-now-submits-to-the-agent-right-aw.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-pressing-escape-now-cancels-a-stuck-screen-drag-in-the-overv.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-is-easier-to-find-and-named-screens-open-dir.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-only-highlights-screens-when-the-frame-or-ti.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-previews-now-resize-to-match-the-selected-de.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-selection-now-uses-a-pointer-cursor-instead-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-selection-outlines-now-stay-locked-to-the-se.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-zoom-now-reports-real-screen-scale-separatel.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-zooming-feels-smoother-and-selection-outline.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-screen-overview-zooming-now-stays-on-the-overview-canvas-ins.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-selecting-a-nested-layer-from-all-screens-now-keeps-you-in-a.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-share-now-groups-link-sharing-exports-and-agent-handoff.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-style-changes-that-set-several-properties-at-once-fixed-size.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-design-editor-loading-skeleton-now-uses-a-softer-charcoa.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-device-preview-menu-now-sits-next-to-the-preview-button-.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-editor-no-longer-crashes-when-a-screen-ends-up-with-dupl.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-inspector-stays-read-only-while-an-empty-design-is-still.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-missing-design-view-now-matches-the-rest-of-the-editor-c.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-the-pen-tool-icon-and-tool-option-menus-better-match-the-edi.md +6 -0
- package/corpus/templates/design/changelog/2026-06-29-typography-controls-now-keep-the-font-name-visible-and-move-.md +6 -0
- package/corpus/templates/design/e2e/README.md +4 -3
- package/corpus/templates/design/e2e/global-setup.ts +24 -23
- package/corpus/templates/design/e2e/helpers.ts +122 -11
- package/corpus/templates/design/playwright.config.ts +19 -4
- package/corpus/templates/design/server/lib/coding-handoff.ts +126 -2
- package/corpus/templates/design/server/plugins/core-routes.ts +1 -2
- package/corpus/templates/design/server/routes/api/design-handoff/[id].zip.get.ts +86 -0
- package/corpus/templates/design/shared/code-layer.ts +125 -22
- package/corpus/templates/design/shared/color-utils.ts +159 -0
- package/corpus/templates/design/shared/generation-session.ts +42 -0
- package/corpus/templates/dispatch/app/global.css +79 -35
- package/corpus/templates/dispatch/app/routes/integrations.tsx +8 -7
- package/corpus/templates/dispatch/changelog/2026-06-29-integration-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/forms/app/components/layout/Layout.tsx +6 -2
- package/corpus/templates/forms/app/global.css +64 -35
- package/corpus/templates/forms/app/pages/FormsListPage.tsx +2 -2
- package/corpus/templates/forms/app/pages/ResponseInsightsPage.tsx +3 -3
- package/corpus/templates/forms/changelog/2026-06-29-form-list-and-insight-layouts-adapt-when-the-agent-sidebar.md +6 -0
- package/corpus/templates/macros/app/components/layout/AppLayout.tsx +3 -1
- package/corpus/templates/macros/app/global.css +25 -9
- package/corpus/templates/macros/changelog/2026-06-29-macro-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/mail/app/components/layout/AppLayout.tsx +6 -2
- package/corpus/templates/mail/app/global.css +42 -36
- package/corpus/templates/mail/app/pages/InboxPage.tsx +1 -1
- package/corpus/templates/mail/changelog/2026-06-29-the-contact-panel-now-adapts-to-the-available-mail-pane-width.md +6 -0
- package/corpus/templates/plan/app/components/layout/Layout.tsx +3 -1
- package/corpus/templates/plan/app/components/plan/DocumentArea.tsx +6 -7
- package/corpus/templates/plan/app/global.css +74 -42
- package/corpus/templates/plan/changelog/2026-06-29-plan-document-blocks-adapt-to-the-available-document-width.md +6 -0
- package/corpus/templates/plan/changelog/2026-06-29-plan-titles-and-summaries-can-be-edited-inline-without-focus.md +6 -0
- package/corpus/templates/slides/app/components/layout/Layout.tsx +3 -1
- package/corpus/templates/slides/app/global.css +49 -33
- package/corpus/templates/slides/changelog/2026-06-29-slide-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/corpus/templates/videos/app/components/layout/Layout.tsx +3 -1
- package/corpus/templates/videos/app/global.css +35 -35
- package/corpus/templates/videos/changelog/2026-06-29-video-layouts-adapt-when-the-agent-sidebar-is-open.md +6 -0
- package/dist/cli/mcp.d.ts.map +1 -1
- package/dist/cli/mcp.js +10 -0
- package/dist/cli/mcp.js.map +1 -1
- package/dist/cli/skills.d.ts.map +1 -1
- package/dist/cli/skills.js +58 -12
- package/dist/cli/skills.js.map +1 -1
- package/dist/client/AssistantChat.d.ts.map +1 -1
- package/dist/client/AssistantChat.js +54 -24
- package/dist/client/AssistantChat.js.map +1 -1
- package/dist/client/analytics.d.ts.map +1 -1
- package/dist/client/analytics.js +2 -1
- package/dist/client/analytics.js.map +1 -1
- package/dist/client/error-format.d.ts.map +1 -1
- package/dist/client/error-format.js +17 -0
- package/dist/client/error-format.js.map +1 -1
- package/dist/client/extensions/ExtensionViewer.d.ts.map +1 -1
- package/dist/client/extensions/ExtensionViewer.js +3 -4
- package/dist/client/extensions/ExtensionViewer.js.map +1 -1
- package/dist/client/guided-questions.d.ts +4 -0
- package/dist/client/guided-questions.d.ts.map +1 -1
- package/dist/client/guided-questions.js +16 -7
- package/dist/client/guided-questions.js.map +1 -1
- package/dist/client/onboarding/OnboardingPanel.js +26 -1
- package/dist/client/onboarding/OnboardingPanel.js.map +1 -1
- package/dist/client/resources/BuiltinCapabilityDetail.d.ts.map +1 -1
- package/dist/client/resources/BuiltinCapabilityDetail.js +1 -1
- package/dist/client/resources/BuiltinCapabilityDetail.js.map +1 -1
- package/dist/client/resources/use-builtin-capabilities.d.ts +1 -1
- package/dist/client/resources/use-builtin-capabilities.d.ts.map +1 -1
- package/dist/client/resources/use-builtin-capabilities.js +2 -1
- package/dist/client/resources/use-builtin-capabilities.js.map +1 -1
- package/dist/client/session-replay.d.ts.map +1 -1
- package/dist/client/session-replay.js +31 -0
- package/dist/client/session-replay.js.map +1 -1
- package/dist/client/sharing/ShareButton.d.ts +14 -0
- package/dist/client/sharing/ShareButton.d.ts.map +1 -1
- package/dist/client/sharing/ShareButton.js +36 -7
- package/dist/client/sharing/ShareButton.js.map +1 -1
- package/dist/coding-tools/index.js +1 -1
- package/dist/coding-tools/index.js.map +1 -1
- package/dist/collab/routes.d.ts +1 -1
- package/dist/mcp/index.d.ts +2 -0
- package/dist/mcp/index.d.ts.map +1 -1
- package/dist/mcp/index.js +1 -0
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/screen-memory-stdio.d.ts +6 -0
- package/dist/mcp/screen-memory-stdio.d.ts.map +1 -0
- package/dist/mcp/screen-memory-stdio.js +213 -0
- package/dist/mcp/screen-memory-stdio.js.map +1 -0
- package/dist/mcp-client/builtin-capabilities.d.ts +1 -1
- package/dist/mcp-client/builtin-capabilities.d.ts.map +1 -1
- package/dist/mcp-client/builtin-capabilities.js +10 -0
- package/dist/mcp-client/builtin-capabilities.js.map +1 -1
- package/dist/mcp-client/index.d.ts +1 -0
- package/dist/mcp-client/index.d.ts.map +1 -1
- package/dist/mcp-client/index.js +1 -0
- package/dist/mcp-client/index.js.map +1 -1
- package/dist/mcp-client/screen-memory-local.d.ts +61 -0
- package/dist/mcp-client/screen-memory-local.d.ts.map +1 -0
- package/dist/mcp-client/screen-memory-local.js +336 -0
- package/dist/mcp-client/screen-memory-local.js.map +1 -0
- package/dist/onboarding/types.d.ts +7 -0
- package/dist/onboarding/types.d.ts.map +1 -1
- package/dist/onboarding/types.js.map +1 -1
- package/dist/resources/handlers.d.ts +2 -2
- package/dist/server/agent-chat-plugin.d.ts.map +1 -1
- package/dist/server/agent-chat-plugin.js +26 -0
- package/dist/server/agent-chat-plugin.js.map +1 -1
- package/dist/server/agents-bundle.d.ts.map +1 -1
- package/dist/server/agents-bundle.js +22 -7
- package/dist/server/agents-bundle.js.map +1 -1
- package/dist/server/transcribe-voice.d.ts +1 -1
- package/dist/styles/agent-native.css +5 -0
- package/dist/templates/default/app/global.css +35 -35
- package/docs/content/locales/ar-SA/template-design.mdx +6 -0
- package/docs/content/locales/de-DE/template-design.mdx +8 -0
- package/docs/content/locales/es-ES/template-design.mdx +10 -2
- package/docs/content/locales/fr-FR/template-design.mdx +10 -2
- package/docs/content/locales/hi-IN/template-design.mdx +7 -0
- package/docs/content/locales/ja-JP/template-design.mdx +7 -0
- package/docs/content/locales/ko-KR/template-design.mdx +7 -0
- package/docs/content/locales/pt-BR/template-design.mdx +9 -2
- package/docs/content/locales/zh-CN/template-design.mdx +6 -0
- package/docs/content/locales/zh-TW/template-design.mdx +6 -0
- package/docs/content/template-design.mdx +9 -2
- package/package.json +1 -1
- package/src/templates/default/app/global.css +35 -35
- package/corpus/templates/design/app/components/design/VariantGrid.tsx +0 -189
- package/corpus/templates/design/app/components/design/VariantHandoffCard.tsx +0 -115
- package/corpus/templates/design/app/hooks/use-variant-flow.ts +0 -258
|
@@ -8,33 +8,33 @@
|
|
|
8
8
|
|
|
9
9
|
:root {
|
|
10
10
|
--background: 0 0% 100%;
|
|
11
|
-
--foreground:
|
|
11
|
+
--foreground: 0 0% 10%;
|
|
12
12
|
--card: 0 0% 100%;
|
|
13
|
-
--card-foreground:
|
|
13
|
+
--card-foreground: 0 0% 10%;
|
|
14
14
|
--popover: 0 0% 100%;
|
|
15
|
-
--popover-foreground:
|
|
16
|
-
--primary:
|
|
15
|
+
--popover-foreground: 0 0% 10%;
|
|
16
|
+
--primary: 0 0% 15%;
|
|
17
17
|
--primary-foreground: 0 0% 100%;
|
|
18
|
-
--secondary:
|
|
19
|
-
--secondary-foreground:
|
|
20
|
-
--muted:
|
|
21
|
-
--muted-foreground:
|
|
22
|
-
--accent:
|
|
23
|
-
--accent-foreground:
|
|
18
|
+
--secondary: 0 0% 95%;
|
|
19
|
+
--secondary-foreground: 0 0% 15%;
|
|
20
|
+
--muted: 0 0% 95%;
|
|
21
|
+
--muted-foreground: 0 0% 45%;
|
|
22
|
+
--accent: 0 0% 95%;
|
|
23
|
+
--accent-foreground: 0 0% 15%;
|
|
24
24
|
--destructive: 0 84% 60%;
|
|
25
25
|
--destructive-foreground: 0 0% 98%;
|
|
26
|
-
--border:
|
|
27
|
-
--input:
|
|
28
|
-
--ring:
|
|
26
|
+
--border: 0 0% 90%;
|
|
27
|
+
--input: 0 0% 90%;
|
|
28
|
+
--ring: 0 0% 40%;
|
|
29
29
|
--radius: 0.5rem;
|
|
30
|
-
--sidebar-background:
|
|
31
|
-
--sidebar-foreground:
|
|
32
|
-
--sidebar-primary:
|
|
30
|
+
--sidebar-background: 0 0% 97%;
|
|
31
|
+
--sidebar-foreground: 0 0% 45%;
|
|
32
|
+
--sidebar-primary: 0 0% 15%;
|
|
33
33
|
--sidebar-primary-foreground: 0 0% 100%;
|
|
34
|
-
--sidebar-accent:
|
|
35
|
-
--sidebar-accent-foreground:
|
|
36
|
-
--sidebar-border:
|
|
37
|
-
--sidebar-ring:
|
|
34
|
+
--sidebar-accent: 0 0% 95%;
|
|
35
|
+
--sidebar-accent-foreground: 0 0% 15%;
|
|
36
|
+
--sidebar-border: 0 0% 90%;
|
|
37
|
+
--sidebar-ring: 0 0% 40%;
|
|
38
38
|
--design-editor-accent-color: hsl(213 91% 67%);
|
|
39
39
|
--design-editor-accent-hover-color: hsl(213 72% 56%);
|
|
40
40
|
--design-editor-selection-color: color-mix(
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
);
|
|
45
45
|
--design-editor-active-row-color: color-mix(
|
|
46
46
|
in srgb,
|
|
47
|
-
hsl(
|
|
47
|
+
hsl(0 0% 15%) 8%,
|
|
48
48
|
transparent
|
|
49
49
|
);
|
|
50
50
|
--design-editor-layer-hover-color: color-mix(
|
|
51
51
|
in srgb,
|
|
52
|
-
hsl(
|
|
52
|
+
hsl(0 0% 15%) 6%,
|
|
53
53
|
transparent
|
|
54
54
|
);
|
|
55
55
|
--design-editor-selected-subtree-color: color-mix(
|
|
@@ -69,37 +69,38 @@
|
|
|
69
69
|
--design-editor-panel-raised-bg: hsl(var(--secondary));
|
|
70
70
|
--design-editor-control-bg: hsl(var(--muted));
|
|
71
71
|
--design-editor-control-border: hsl(var(--border));
|
|
72
|
-
--design-editor-canvas-bg: hsl(
|
|
72
|
+
--design-editor-canvas-bg: hsl(0 0% 92%);
|
|
73
|
+
--design-editor-skeleton-canvas-bg: hsl(0 0% 92%);
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
.dark {
|
|
76
|
-
--background:
|
|
77
|
+
--background: 0 0% 13%;
|
|
77
78
|
--foreground: 0 0% 90%;
|
|
78
|
-
--card:
|
|
79
|
+
--card: 0 0% 15%;
|
|
79
80
|
--card-foreground: 0 0% 90%;
|
|
80
|
-
--popover:
|
|
81
|
+
--popover: 0 0% 15%;
|
|
81
82
|
--popover-foreground: 0 0% 90%;
|
|
82
83
|
--primary: 0 0% 75%;
|
|
83
|
-
--primary-foreground:
|
|
84
|
-
--secondary:
|
|
84
|
+
--primary-foreground: 0 0% 10%;
|
|
85
|
+
--secondary: 0 0% 18%;
|
|
85
86
|
--secondary-foreground: 0 0% 90%;
|
|
86
|
-
--muted:
|
|
87
|
-
--muted-foreground:
|
|
88
|
-
--accent:
|
|
87
|
+
--muted: 0 0% 16%;
|
|
88
|
+
--muted-foreground: 0 0% 60%;
|
|
89
|
+
--accent: 0 0% 18%;
|
|
89
90
|
--accent-foreground: 0 0% 96%;
|
|
90
91
|
--destructive: 0 63% 51%;
|
|
91
92
|
--destructive-foreground: 0 0% 98%;
|
|
92
|
-
--border:
|
|
93
|
-
--input:
|
|
93
|
+
--border: 0 0% 24%;
|
|
94
|
+
--input: 0 0% 24%;
|
|
94
95
|
--ring: 0 0% 60%;
|
|
95
96
|
--radius: 0.5rem;
|
|
96
|
-
--sidebar-background:
|
|
97
|
-
--sidebar-foreground:
|
|
97
|
+
--sidebar-background: 0 0% 10%;
|
|
98
|
+
--sidebar-foreground: 0 0% 60%;
|
|
98
99
|
--sidebar-primary: 0 0% 75%;
|
|
99
|
-
--sidebar-primary-foreground:
|
|
100
|
-
--sidebar-accent:
|
|
100
|
+
--sidebar-primary-foreground: 0 0% 10%;
|
|
101
|
+
--sidebar-accent: 0 0% 16%;
|
|
101
102
|
--sidebar-accent-foreground: 0 0% 90%;
|
|
102
|
-
--sidebar-border:
|
|
103
|
+
--sidebar-border: 0 0% 20%;
|
|
103
104
|
--sidebar-ring: 0 0% 60%;
|
|
104
105
|
--design-editor-accent-color: hsl(213 91% 67%);
|
|
105
106
|
--design-editor-accent-hover-color: hsl(213 72% 56%);
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
hsl(213 91% 67%) 24%,
|
|
109
110
|
transparent
|
|
110
111
|
);
|
|
111
|
-
--design-editor-active-row-color: hsl(
|
|
112
|
+
--design-editor-active-row-color: hsl(0 0% 20%);
|
|
112
113
|
--design-editor-layer-hover-color: color-mix(
|
|
113
114
|
in srgb,
|
|
114
115
|
hsl(0 0% 100%) 8%,
|
|
@@ -119,15 +120,16 @@
|
|
|
119
120
|
hsl(213 91% 67%) 18%,
|
|
120
121
|
transparent
|
|
121
122
|
);
|
|
122
|
-
--design-editor-panel-divider-color: hsl(
|
|
123
|
+
--design-editor-panel-divider-color: hsl(0 0% 22%);
|
|
123
124
|
--design-editor-accent-strong-color: var(--design-editor-accent-color);
|
|
124
125
|
--design-editor-accent-contrast-color: #ffffff;
|
|
125
126
|
--design-editor-measure-color: hsl(344 100% 63%);
|
|
126
|
-
--design-editor-panel-bg: hsl(
|
|
127
|
-
--design-editor-panel-raised-bg: hsl(
|
|
128
|
-
--design-editor-control-bg: hsl(
|
|
129
|
-
--design-editor-control-border: hsl(
|
|
130
|
-
--design-editor-canvas-bg: hsl(
|
|
127
|
+
--design-editor-panel-bg: hsl(0 0% 13%);
|
|
128
|
+
--design-editor-panel-raised-bg: hsl(0 0% 18%);
|
|
129
|
+
--design-editor-control-bg: hsl(0 0% 18%);
|
|
130
|
+
--design-editor-control-border: hsl(0 0% 24%);
|
|
131
|
+
--design-editor-canvas-bg: hsl(0 0% 10%);
|
|
132
|
+
--design-editor-skeleton-canvas-bg: hsl(0 0% 11%);
|
|
131
133
|
}
|
|
132
134
|
|
|
133
135
|
@layer base {
|
|
@@ -176,12 +178,38 @@
|
|
|
176
178
|
background: hsl(var(--muted-foreground) / 0.4);
|
|
177
179
|
}
|
|
178
180
|
|
|
181
|
+
.design-editor-not-found-grid {
|
|
182
|
+
background-image:
|
|
183
|
+
linear-gradient(
|
|
184
|
+
var(--design-editor-panel-divider-color) 1px,
|
|
185
|
+
transparent 1px
|
|
186
|
+
),
|
|
187
|
+
linear-gradient(
|
|
188
|
+
90deg,
|
|
189
|
+
var(--design-editor-panel-divider-color) 1px,
|
|
190
|
+
transparent 1px
|
|
191
|
+
);
|
|
192
|
+
background-size: 36px 36px;
|
|
193
|
+
-webkit-mask-image: radial-gradient(
|
|
194
|
+
circle at center,
|
|
195
|
+
black 0,
|
|
196
|
+
black 34%,
|
|
197
|
+
transparent 72%
|
|
198
|
+
);
|
|
199
|
+
mask-image: radial-gradient(
|
|
200
|
+
circle at center,
|
|
201
|
+
black 0,
|
|
202
|
+
black 34%,
|
|
203
|
+
transparent 72%
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
|
|
179
207
|
/* Design has a dense editor surface, so its side chrome needs more contrast
|
|
180
208
|
than the shared shell defaults and a real divider in addition to shadow. */
|
|
181
209
|
.agent-layout-shell,
|
|
182
210
|
.agent-sidebar-shell {
|
|
183
|
-
--design-shell-chrome-bg: hsl(
|
|
184
|
-
--design-shell-divider: hsl(
|
|
211
|
+
--design-shell-chrome-bg: hsl(0 0% 93%);
|
|
212
|
+
--design-shell-divider: hsl(0 0% 79%);
|
|
185
213
|
--agent-native-lower-surface: var(--design-shell-chrome-bg);
|
|
186
214
|
--agent-native-raised-border: var(--design-shell-divider);
|
|
187
215
|
--agent-native-raised-shadow-left: -1px 0 0 var(--design-shell-divider);
|
|
@@ -196,8 +224,8 @@
|
|
|
196
224
|
.dark .agent-sidebar-shell,
|
|
197
225
|
.dark.agent-layout-shell,
|
|
198
226
|
.dark.agent-sidebar-shell {
|
|
199
|
-
--design-shell-chrome-bg: hsl(
|
|
200
|
-
--design-shell-divider: hsl(
|
|
227
|
+
--design-shell-chrome-bg: hsl(0 0% 10%);
|
|
228
|
+
--design-shell-divider: hsl(0 0% 22%);
|
|
201
229
|
--agent-native-lower-surface: var(--design-shell-chrome-bg);
|
|
202
230
|
--agent-native-raised-border: var(--design-shell-divider);
|
|
203
231
|
}
|
|
@@ -40,7 +40,7 @@ export function useQuestionFlow(
|
|
|
40
40
|
formattedAnswers,
|
|
41
41
|
"",
|
|
42
42
|
designId
|
|
43
|
-
? "Now continue the design. Honor any answer about variations: if the user asked to explore options, call present-design-variants with 2-5 complete HTML directions
|
|
43
|
+
? "Now continue the design. Honor any answer about variations: if the user asked to explore options, call present-design-variants with 2-5 complete HTML directions, wait for their chat pick, delete the unchosen variant screens, then continue from the kept screen; otherwise call generate-design with one complete, renderable index.html first. Do not ask another question unless a required decision is still genuinely missing."
|
|
44
44
|
: "Now continue the design. Honor any answer about variations: use variants only if requested; otherwise generate one polished direction.",
|
|
45
45
|
]
|
|
46
46
|
.filter(Boolean)
|
|
@@ -78,7 +78,7 @@ export function useQuestionFlow(
|
|
|
78
78
|
formattedAnswers,
|
|
79
79
|
"",
|
|
80
80
|
designId
|
|
81
|
-
? "Now continue the design. Honor any answer about variations: if the user asked to explore options, call present-design-variants with 2-5 complete HTML directions
|
|
81
|
+
? "Now continue the design. Honor any answer about variations: if the user asked to explore options, call present-design-variants with 2-5 complete HTML directions, wait for their chat pick, delete the unchosen variant screens, then continue from the kept screen; otherwise call generate-design with one complete, renderable index.html first. Do not ask another question unless a required decision is still genuinely missing."
|
|
82
82
|
: "Now continue the design. Honor any answer about variations: use variants only if requested; otherwise generate one polished direction.",
|
|
83
83
|
]
|
|
84
84
|
.filter(Boolean)
|
|
@@ -271,7 +271,14 @@ function handleDesignHotkey(
|
|
|
271
271
|
if (
|
|
272
272
|
event.key === "Tab" &&
|
|
273
273
|
props.onTab &&
|
|
274
|
-
|
|
274
|
+
// Ignore synthetic (non-trusted) Tab events dispatched by handleIframeHotkey
|
|
275
|
+
// unless they carry the iframe-hotkey marker. This keeps inspector field
|
|
276
|
+
// tabbing native while allowing real iframe canvas Tab presses to cycle files.
|
|
277
|
+
(event.isTrusted !== false ||
|
|
278
|
+
(event as KeyboardEvent & { __agentNativeIframeHotkey?: boolean })
|
|
279
|
+
.__agentNativeIframeHotkey === true) &&
|
|
280
|
+
!isFocusableChromeTarget(event.target) &&
|
|
281
|
+
!isDesignHotkeyEditableTarget(document.activeElement)
|
|
275
282
|
) {
|
|
276
283
|
prevent();
|
|
277
284
|
props.onTab({ ...details, backwards: event.shiftKey });
|
|
@@ -409,12 +409,16 @@ const messages = {
|
|
|
409
409
|
propsPasted: "屬性已貼上",
|
|
410
410
|
primitiveInsertFailed: "無法將該圖層新增到畫面",
|
|
411
411
|
layerMoveFailed: "無法移動該圖層",
|
|
412
|
+
duplicateElementFailed: "無法複製該元素",
|
|
412
413
|
saveCopyError: "無法儲存這個設計的副本",
|
|
413
414
|
},
|
|
415
|
+
inspectorLockedTitle: "產生中,檢查器已鎖定",
|
|
416
|
+
inspectorLockedDescription: "第一個畫面準備好後即可使用控制項。",
|
|
414
417
|
},
|
|
415
418
|
layersPanel: {
|
|
416
419
|
title: "圖層",
|
|
417
420
|
screens: "畫面",
|
|
421
|
+
allScreens: "所有畫面",
|
|
418
422
|
thumbnail: "縮圖",
|
|
419
423
|
addScreen: "新增畫面",
|
|
420
424
|
searchPlaceholder: "搜尋圖層...",
|
|
@@ -319,7 +319,7 @@ const enUS = {
|
|
|
319
319
|
downloadZip: "Download ZIP",
|
|
320
320
|
exportHtml: "Export HTML",
|
|
321
321
|
exportPdf: "Export PDF",
|
|
322
|
-
copyCodingHandoff: "Copy
|
|
322
|
+
copyCodingHandoff: "Copy agent prompt",
|
|
323
323
|
designTools: "Design tools",
|
|
324
324
|
drawOnCanvas: "Draw on canvas",
|
|
325
325
|
dropCommentPin: "Drop comment pin",
|
|
@@ -330,6 +330,9 @@ const enUS = {
|
|
|
330
330
|
variations: "{{count}} variations",
|
|
331
331
|
close: "Close",
|
|
332
332
|
generating: "Generating design...",
|
|
333
|
+
inspectorLockedTitle: "Inspector locked while generating",
|
|
334
|
+
inspectorLockedDescription:
|
|
335
|
+
"Controls unlock when the first screen is ready.",
|
|
333
336
|
noFiles: "No files yet. Ask the agent to generate a design.",
|
|
334
337
|
tryAgain: "Try again",
|
|
335
338
|
newPrompt: "New prompt",
|
|
@@ -395,8 +398,8 @@ const enUS = {
|
|
|
395
398
|
"agent-structural-edit": "Agent needed for structural move",
|
|
396
399
|
},
|
|
397
400
|
toasts: {
|
|
398
|
-
codingHandoffError: "Could not create
|
|
399
|
-
codingHandoffCopied: "
|
|
401
|
+
codingHandoffError: "Could not create agent handoff",
|
|
402
|
+
codingHandoffCopied: "Agent prompt copied",
|
|
400
403
|
clipboardBlocked: "Clipboard blocked",
|
|
401
404
|
htmlCreateError: "Could not create HTML download",
|
|
402
405
|
htmlDownloaded: "HTML downloaded",
|
|
@@ -421,12 +424,14 @@ const enUS = {
|
|
|
421
424
|
propsPasted: "Properties pasted",
|
|
422
425
|
primitiveInsertFailed: "Could not add that layer to the screen",
|
|
423
426
|
layerMoveFailed: "Could not move that layer",
|
|
427
|
+
duplicateElementFailed: "Could not duplicate that element",
|
|
424
428
|
saveCopyError: "Could not save a copy of this design",
|
|
425
429
|
},
|
|
426
430
|
},
|
|
427
431
|
layersPanel: {
|
|
428
432
|
title: "Layers",
|
|
429
433
|
screens: "Screens",
|
|
434
|
+
allScreens: "All screens",
|
|
430
435
|
thumbnail: "Thumbnail",
|
|
431
436
|
addScreen: "Add screen",
|
|
432
437
|
searchPlaceholder: "Search layers...",
|
|
@@ -8071,6 +8076,8 @@ const designModeFeatureOverrides = {
|
|
|
8071
8076
|
const designCanvasFeatureOverrides = {
|
|
8072
8077
|
"zh-TW": {
|
|
8073
8078
|
designEditor: {
|
|
8079
|
+
inspectorLockedTitle: "產生中,檢查器已鎖定",
|
|
8080
|
+
inspectorLockedDescription: "第一個畫面準備好後即可使用控制項。",
|
|
8074
8081
|
toasts: {
|
|
8075
8082
|
propsCopied: "屬性已複製",
|
|
8076
8083
|
propsPasted: "屬性已貼上",
|
|
@@ -8079,6 +8086,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8079
8086
|
layersPanel: {
|
|
8080
8087
|
title: "圖層",
|
|
8081
8088
|
screens: "畫面",
|
|
8089
|
+
allScreens: "所有畫面",
|
|
8082
8090
|
thumbnail: "縮圖",
|
|
8083
8091
|
addScreen: "新增畫面",
|
|
8084
8092
|
searchPlaceholder: "搜尋圖層...",
|
|
@@ -8099,11 +8107,14 @@ const designCanvasFeatureOverrides = {
|
|
|
8099
8107
|
},
|
|
8100
8108
|
"zh-CN": {
|
|
8101
8109
|
designEditor: {
|
|
8110
|
+
inspectorLockedTitle: "生成期间检查器已锁定",
|
|
8111
|
+
inspectorLockedDescription: "第一个屏幕准备好后即可使用控件。",
|
|
8102
8112
|
toasts: {
|
|
8103
8113
|
propsCopied: "属性已复制",
|
|
8104
8114
|
propsPasted: "属性已粘贴",
|
|
8105
8115
|
primitiveInsertFailed: "无法将该图层添加到画面",
|
|
8106
8116
|
layerMoveFailed: "无法移动该图层",
|
|
8117
|
+
duplicateElementFailed: "无法复制该元素",
|
|
8107
8118
|
},
|
|
8108
8119
|
},
|
|
8109
8120
|
editPanel: {
|
|
@@ -8137,6 +8148,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8137
8148
|
layersPanel: {
|
|
8138
8149
|
title: "图层",
|
|
8139
8150
|
screens: "屏幕",
|
|
8151
|
+
allScreens: "所有屏幕",
|
|
8140
8152
|
thumbnail: "缩略图",
|
|
8141
8153
|
addScreen: "添加屏幕",
|
|
8142
8154
|
searchPlaceholder: "搜索图层...",
|
|
@@ -8157,11 +8169,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8157
8169
|
},
|
|
8158
8170
|
"es-ES": {
|
|
8159
8171
|
designEditor: {
|
|
8172
|
+
inspectorLockedTitle: "Inspector bloqueado durante la generación",
|
|
8173
|
+
inspectorLockedDescription:
|
|
8174
|
+
"Los controles se desbloquean cuando la primera pantalla esté lista.",
|
|
8160
8175
|
toasts: {
|
|
8161
8176
|
propsCopied: "Propiedades copiadas",
|
|
8162
8177
|
propsPasted: "Propiedades pegadas",
|
|
8163
8178
|
primitiveInsertFailed: "No se pudo añadir esa capa a la pantalla",
|
|
8164
8179
|
layerMoveFailed: "No se pudo mover esa capa",
|
|
8180
|
+
duplicateElementFailed: "No se pudo duplicar ese elemento",
|
|
8165
8181
|
},
|
|
8166
8182
|
},
|
|
8167
8183
|
editPanel: {
|
|
@@ -8195,6 +8211,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8195
8211
|
layersPanel: {
|
|
8196
8212
|
title: "Capas",
|
|
8197
8213
|
screens: "Pantallas",
|
|
8214
|
+
allScreens: "Todas las pantallas",
|
|
8198
8215
|
thumbnail: "Miniatura",
|
|
8199
8216
|
addScreen: "Añadir pantalla",
|
|
8200
8217
|
searchPlaceholder: "Buscar capas...",
|
|
@@ -8215,11 +8232,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8215
8232
|
},
|
|
8216
8233
|
"fr-FR": {
|
|
8217
8234
|
designEditor: {
|
|
8235
|
+
inspectorLockedTitle: "Inspecteur verrouillé pendant la génération",
|
|
8236
|
+
inspectorLockedDescription:
|
|
8237
|
+
"Les contrôles se déverrouillent lorsque le premier écran est prêt.",
|
|
8218
8238
|
toasts: {
|
|
8219
8239
|
propsCopied: "Propriétés copiées",
|
|
8220
8240
|
propsPasted: "Propriétés collées",
|
|
8221
8241
|
primitiveInsertFailed: "Impossible d’ajouter ce calque à l’écran",
|
|
8222
8242
|
layerMoveFailed: "Impossible de déplacer ce calque",
|
|
8243
|
+
duplicateElementFailed: "Impossible de dupliquer cet élément",
|
|
8223
8244
|
},
|
|
8224
8245
|
},
|
|
8225
8246
|
editPanel: {
|
|
@@ -8253,6 +8274,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8253
8274
|
layersPanel: {
|
|
8254
8275
|
title: "Calques",
|
|
8255
8276
|
screens: "Écrans",
|
|
8277
|
+
allScreens: "Tous les écrans",
|
|
8256
8278
|
thumbnail: "Miniature",
|
|
8257
8279
|
addScreen: "Ajouter un écran",
|
|
8258
8280
|
searchPlaceholder: "Rechercher des calques...",
|
|
@@ -8273,12 +8295,16 @@ const designCanvasFeatureOverrides = {
|
|
|
8273
8295
|
},
|
|
8274
8296
|
"de-DE": {
|
|
8275
8297
|
designEditor: {
|
|
8298
|
+
inspectorLockedTitle: "Inspektor während der Generierung gesperrt",
|
|
8299
|
+
inspectorLockedDescription:
|
|
8300
|
+
"Die Steuerelemente werden freigeschaltet, sobald der erste Screen bereit ist.",
|
|
8276
8301
|
toasts: {
|
|
8277
8302
|
propsCopied: "Eigenschaften kopiert",
|
|
8278
8303
|
propsPasted: "Eigenschaften eingefügt",
|
|
8279
8304
|
primitiveInsertFailed:
|
|
8280
8305
|
"Diese Ebene konnte nicht zur Ansicht hinzugefügt werden",
|
|
8281
8306
|
layerMoveFailed: "Diese Ebene konnte nicht verschoben werden",
|
|
8307
|
+
duplicateElementFailed: "Dieses Element konnte nicht dupliziert werden",
|
|
8282
8308
|
},
|
|
8283
8309
|
},
|
|
8284
8310
|
editPanel: {
|
|
@@ -8312,6 +8338,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8312
8338
|
layersPanel: {
|
|
8313
8339
|
title: "Ebenen",
|
|
8314
8340
|
screens: "Screens",
|
|
8341
|
+
allScreens: "Alle Screens",
|
|
8315
8342
|
thumbnail: "Miniaturansicht",
|
|
8316
8343
|
addScreen: "Screen hinzufügen",
|
|
8317
8344
|
searchPlaceholder: "Ebenen suchen...",
|
|
@@ -8332,11 +8359,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8332
8359
|
},
|
|
8333
8360
|
"ja-JP": {
|
|
8334
8361
|
designEditor: {
|
|
8362
|
+
inspectorLockedTitle: "生成中はインスペクターがロックされています",
|
|
8363
|
+
inspectorLockedDescription:
|
|
8364
|
+
"最初の画面の準備ができるとコントロールが使えます。",
|
|
8335
8365
|
toasts: {
|
|
8336
8366
|
propsCopied: "プロパティをコピーしました",
|
|
8337
8367
|
propsPasted: "プロパティを貼り付けました",
|
|
8338
8368
|
primitiveInsertFailed: "そのレイヤーを画面に追加できませんでした",
|
|
8339
8369
|
layerMoveFailed: "そのレイヤーを移動できませんでした",
|
|
8370
|
+
duplicateElementFailed: "その要素を複製できませんでした",
|
|
8340
8371
|
},
|
|
8341
8372
|
},
|
|
8342
8373
|
editPanel: {
|
|
@@ -8370,6 +8401,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8370
8401
|
layersPanel: {
|
|
8371
8402
|
title: "レイヤー",
|
|
8372
8403
|
screens: "画面",
|
|
8404
|
+
allScreens: "すべての画面",
|
|
8373
8405
|
thumbnail: "サムネイル",
|
|
8374
8406
|
addScreen: "画面を追加",
|
|
8375
8407
|
searchPlaceholder: "レイヤーを検索...",
|
|
@@ -8390,11 +8422,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8390
8422
|
},
|
|
8391
8423
|
"ko-KR": {
|
|
8392
8424
|
designEditor: {
|
|
8425
|
+
inspectorLockedTitle: "생성 중에는 인스펙터가 잠겨 있습니다",
|
|
8426
|
+
inspectorLockedDescription:
|
|
8427
|
+
"첫 화면이 준비되면 컨트롤이 잠금 해제됩니다.",
|
|
8393
8428
|
toasts: {
|
|
8394
8429
|
propsCopied: "속성이 복사됨",
|
|
8395
8430
|
propsPasted: "속성이 붙여넣어짐",
|
|
8396
8431
|
primitiveInsertFailed: "해당 레이어를 화면에 추가할 수 없습니다",
|
|
8397
8432
|
layerMoveFailed: "해당 레이어를 이동할 수 없습니다",
|
|
8433
|
+
duplicateElementFailed: "해당 요소를 복제할 수 없습니다",
|
|
8398
8434
|
},
|
|
8399
8435
|
},
|
|
8400
8436
|
editPanel: {
|
|
@@ -8428,6 +8464,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8428
8464
|
layersPanel: {
|
|
8429
8465
|
title: "레이어",
|
|
8430
8466
|
screens: "화면",
|
|
8467
|
+
allScreens: "모든 화면",
|
|
8431
8468
|
thumbnail: "썸네일",
|
|
8432
8469
|
addScreen: "화면 추가",
|
|
8433
8470
|
searchPlaceholder: "레이어 검색...",
|
|
@@ -8448,11 +8485,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8448
8485
|
},
|
|
8449
8486
|
"pt-BR": {
|
|
8450
8487
|
designEditor: {
|
|
8488
|
+
inspectorLockedTitle: "Inspetor bloqueado durante a geração",
|
|
8489
|
+
inspectorLockedDescription:
|
|
8490
|
+
"Os controles são desbloqueados quando a primeira tela estiver pronta.",
|
|
8451
8491
|
toasts: {
|
|
8452
8492
|
propsCopied: "Propriedades copiadas",
|
|
8453
8493
|
propsPasted: "Propriedades coladas",
|
|
8454
8494
|
primitiveInsertFailed: "Não foi possível adicionar essa camada à tela",
|
|
8455
8495
|
layerMoveFailed: "Não foi possível mover essa camada",
|
|
8496
|
+
duplicateElementFailed: "Não foi possível duplicar esse elemento",
|
|
8456
8497
|
},
|
|
8457
8498
|
},
|
|
8458
8499
|
editPanel: {
|
|
@@ -8486,6 +8527,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8486
8527
|
layersPanel: {
|
|
8487
8528
|
title: "Camadas",
|
|
8488
8529
|
screens: "Telas",
|
|
8530
|
+
allScreens: "Todas as telas",
|
|
8489
8531
|
thumbnail: "Miniatura",
|
|
8490
8532
|
addScreen: "Adicionar tela",
|
|
8491
8533
|
searchPlaceholder: "Buscar camadas...",
|
|
@@ -8506,11 +8548,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8506
8548
|
},
|
|
8507
8549
|
"hi-IN": {
|
|
8508
8550
|
designEditor: {
|
|
8551
|
+
inspectorLockedTitle: "जनरेट करते समय इंस्पेक्टर लॉक है",
|
|
8552
|
+
inspectorLockedDescription:
|
|
8553
|
+
"पहली स्क्रीन तैयार होने पर नियंत्रण अनलॉक हो जाएंगे.",
|
|
8509
8554
|
toasts: {
|
|
8510
8555
|
propsCopied: "गुण कॉपी किए गए",
|
|
8511
8556
|
propsPasted: "गुण चिपकाए गए",
|
|
8512
8557
|
primitiveInsertFailed: "उस परत को स्क्रीन में नहीं जोड़ा जा सका",
|
|
8513
8558
|
layerMoveFailed: "उस परत को स्थानांतरित नहीं किया जा सका",
|
|
8559
|
+
duplicateElementFailed: "उस तत्व की प्रतिलिपि नहीं बनाई जा सकी",
|
|
8514
8560
|
},
|
|
8515
8561
|
},
|
|
8516
8562
|
editPanel: {
|
|
@@ -8544,6 +8590,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8544
8590
|
layersPanel: {
|
|
8545
8591
|
title: "परतें",
|
|
8546
8592
|
screens: "स्क्रीन",
|
|
8593
|
+
allScreens: "सभी स्क्रीन",
|
|
8547
8594
|
thumbnail: "थंबनेल",
|
|
8548
8595
|
addScreen: "स्क्रीन जोड़ें",
|
|
8549
8596
|
searchPlaceholder: "परतें खोजें...",
|
|
@@ -8564,11 +8611,15 @@ const designCanvasFeatureOverrides = {
|
|
|
8564
8611
|
},
|
|
8565
8612
|
"ar-SA": {
|
|
8566
8613
|
designEditor: {
|
|
8614
|
+
inspectorLockedTitle: "المفتش مقفل أثناء الإنشاء",
|
|
8615
|
+
inspectorLockedDescription:
|
|
8616
|
+
"تُفتح عناصر التحكم عندما تكون الشاشة الأولى جاهزة.",
|
|
8567
8617
|
toasts: {
|
|
8568
8618
|
propsCopied: "تم نسخ الخصائص",
|
|
8569
8619
|
propsPasted: "تم لصق الخصائص",
|
|
8570
8620
|
primitiveInsertFailed: "تعذرت إضافة تلك الطبقة إلى الشاشة",
|
|
8571
8621
|
layerMoveFailed: "تعذر نقل تلك الطبقة",
|
|
8622
|
+
duplicateElementFailed: "تعذّر تكرار هذا العنصر",
|
|
8572
8623
|
},
|
|
8573
8624
|
},
|
|
8574
8625
|
editPanel: {
|
|
@@ -8602,6 +8653,7 @@ const designCanvasFeatureOverrides = {
|
|
|
8602
8653
|
layersPanel: {
|
|
8603
8654
|
title: "الطبقات",
|
|
8604
8655
|
screens: "الشاشات",
|
|
8656
|
+
allScreens: "كل الشاشات",
|
|
8605
8657
|
thumbnail: "الصورة المصغرة",
|
|
8606
8658
|
addScreen: "إضافة شاشة",
|
|
8607
8659
|
searchPlaceholder: "البحث في الطبقات...",
|