@agent-native/core 0.88.0 → 0.90.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1866) hide show
  1. package/corpus/README.md +2 -2
  2. package/corpus/core/CHANGELOG.md +96 -2
  3. package/corpus/core/docs/content/agent-native-toolkit.mdx +87 -146
  4. package/corpus/core/docs/content/cloneable-saas.mdx +19 -19
  5. package/corpus/core/docs/content/components.mdx +16 -4
  6. package/corpus/core/docs/content/data-programs.mdx +329 -0
  7. package/corpus/core/docs/content/deployment.mdx +9 -9
  8. package/corpus/core/docs/content/extensions.mdx +8 -7
  9. package/corpus/core/docs/content/generative-ui.mdx +5 -3
  10. package/corpus/core/docs/content/key-concepts.mdx +6 -9
  11. package/corpus/core/docs/content/locales/ar-SA/agent-native-toolkit.mdx +100 -70
  12. package/corpus/core/docs/content/locales/ar-SA/cloneable-saas.mdx +19 -19
  13. package/corpus/core/docs/content/locales/ar-SA/components.mdx +12 -2
  14. package/corpus/core/docs/content/locales/ar-SA/data-programs.mdx +329 -0
  15. package/corpus/core/docs/content/locales/ar-SA/deployment.mdx +8 -9
  16. package/corpus/core/docs/content/locales/ar-SA/extensions.mdx +6 -4
  17. package/corpus/core/docs/content/locales/ar-SA/key-concepts.mdx +7 -9
  18. package/corpus/core/docs/content/locales/ar-SA/real-time-collaboration.mdx +9 -10
  19. package/corpus/core/docs/content/locales/de-DE/agent-native-toolkit.mdx +100 -74
  20. package/corpus/core/docs/content/locales/de-DE/cloneable-saas.mdx +19 -19
  21. package/corpus/core/docs/content/locales/de-DE/components.mdx +12 -2
  22. package/corpus/core/docs/content/locales/de-DE/data-programs.mdx +329 -0
  23. package/corpus/core/docs/content/locales/de-DE/deployment.mdx +8 -9
  24. package/corpus/core/docs/content/locales/de-DE/extensions.mdx +6 -4
  25. package/corpus/core/docs/content/locales/de-DE/key-concepts.mdx +8 -10
  26. package/corpus/core/docs/content/locales/de-DE/real-time-collaboration.mdx +9 -10
  27. package/corpus/core/docs/content/locales/es-ES/agent-native-toolkit.mdx +100 -74
  28. package/corpus/core/docs/content/locales/es-ES/cloneable-saas.mdx +19 -19
  29. package/corpus/core/docs/content/locales/es-ES/components.mdx +12 -2
  30. package/corpus/core/docs/content/locales/es-ES/data-programs.mdx +329 -0
  31. package/corpus/core/docs/content/locales/es-ES/deployment.mdx +8 -9
  32. package/corpus/core/docs/content/locales/es-ES/extensions.mdx +6 -4
  33. package/corpus/core/docs/content/locales/es-ES/key-concepts.mdx +8 -10
  34. package/corpus/core/docs/content/locales/es-ES/real-time-collaboration.mdx +9 -10
  35. package/corpus/core/docs/content/locales/fr-FR/agent-native-toolkit.mdx +100 -76
  36. package/corpus/core/docs/content/locales/fr-FR/cloneable-saas.mdx +19 -19
  37. package/corpus/core/docs/content/locales/fr-FR/components.mdx +12 -2
  38. package/corpus/core/docs/content/locales/fr-FR/data-programs.mdx +329 -0
  39. package/corpus/core/docs/content/locales/fr-FR/deployment.mdx +8 -9
  40. package/corpus/core/docs/content/locales/fr-FR/extensions.mdx +6 -4
  41. package/corpus/core/docs/content/locales/fr-FR/key-concepts.mdx +8 -10
  42. package/corpus/core/docs/content/locales/fr-FR/real-time-collaboration.mdx +9 -10
  43. package/corpus/core/docs/content/locales/hi-IN/agent-native-toolkit.mdx +100 -71
  44. package/corpus/core/docs/content/locales/hi-IN/cloneable-saas.mdx +19 -19
  45. package/corpus/core/docs/content/locales/hi-IN/components.mdx +20 -10
  46. package/corpus/core/docs/content/locales/hi-IN/data-programs.mdx +329 -0
  47. package/corpus/core/docs/content/locales/hi-IN/deployment.mdx +8 -9
  48. package/corpus/core/docs/content/locales/hi-IN/extensions.mdx +6 -4
  49. package/corpus/core/docs/content/locales/hi-IN/key-concepts.mdx +8 -10
  50. package/corpus/core/docs/content/locales/hi-IN/real-time-collaboration.mdx +9 -10
  51. package/corpus/core/docs/content/locales/ja-JP/agent-native-toolkit.mdx +100 -64
  52. package/corpus/core/docs/content/locales/ja-JP/cloneable-saas.mdx +19 -19
  53. package/corpus/core/docs/content/locales/ja-JP/components.mdx +12 -2
  54. package/corpus/core/docs/content/locales/ja-JP/data-programs.mdx +329 -0
  55. package/corpus/core/docs/content/locales/ja-JP/deployment.mdx +8 -9
  56. package/corpus/core/docs/content/locales/ja-JP/extensions.mdx +6 -4
  57. package/corpus/core/docs/content/locales/ja-JP/key-concepts.mdx +9 -11
  58. package/corpus/core/docs/content/locales/ja-JP/real-time-collaboration.mdx +9 -10
  59. package/corpus/core/docs/content/locales/ko-KR/agent-native-toolkit.mdx +100 -60
  60. package/corpus/core/docs/content/locales/ko-KR/cloneable-saas.mdx +19 -19
  61. package/corpus/core/docs/content/locales/ko-KR/components.mdx +20 -10
  62. package/corpus/core/docs/content/locales/ko-KR/data-programs.mdx +329 -0
  63. package/corpus/core/docs/content/locales/ko-KR/deployment.mdx +8 -9
  64. package/corpus/core/docs/content/locales/ko-KR/extensions.mdx +16 -14
  65. package/corpus/core/docs/content/locales/ko-KR/key-concepts.mdx +9 -11
  66. package/corpus/core/docs/content/locales/ko-KR/real-time-collaboration.mdx +9 -10
  67. package/corpus/core/docs/content/locales/pt-BR/agent-native-toolkit.mdx +100 -74
  68. package/corpus/core/docs/content/locales/pt-BR/cloneable-saas.mdx +19 -19
  69. package/corpus/core/docs/content/locales/pt-BR/components.mdx +12 -2
  70. package/corpus/core/docs/content/locales/pt-BR/data-programs.mdx +329 -0
  71. package/corpus/core/docs/content/locales/pt-BR/deployment.mdx +8 -9
  72. package/corpus/core/docs/content/locales/pt-BR/extensions.mdx +6 -4
  73. package/corpus/core/docs/content/locales/pt-BR/key-concepts.mdx +8 -11
  74. package/corpus/core/docs/content/locales/pt-BR/real-time-collaboration.mdx +9 -10
  75. package/corpus/core/docs/content/locales/zh-CN/agent-native-toolkit.mdx +100 -58
  76. package/corpus/core/docs/content/locales/zh-CN/cloneable-saas.mdx +19 -19
  77. package/corpus/core/docs/content/locales/zh-CN/components.mdx +20 -10
  78. package/corpus/core/docs/content/locales/zh-CN/data-programs.mdx +329 -0
  79. package/corpus/core/docs/content/locales/zh-CN/deployment.mdx +7 -9
  80. package/corpus/core/docs/content/locales/zh-CN/extensions.mdx +16 -14
  81. package/corpus/core/docs/content/locales/zh-CN/key-concepts.mdx +7 -11
  82. package/corpus/core/docs/content/locales/zh-CN/real-time-collaboration.mdx +10 -11
  83. package/corpus/core/docs/content/locales/zh-TW/agent-native-toolkit.mdx +100 -58
  84. package/corpus/core/docs/content/locales/zh-TW/cloneable-saas.mdx +19 -19
  85. package/corpus/core/docs/content/locales/zh-TW/components.mdx +20 -10
  86. package/corpus/core/docs/content/locales/zh-TW/data-programs.mdx +329 -0
  87. package/corpus/core/docs/content/locales/zh-TW/deployment.mdx +7 -9
  88. package/corpus/core/docs/content/locales/zh-TW/extensions.mdx +16 -14
  89. package/corpus/core/docs/content/locales/zh-TW/key-concepts.mdx +7 -11
  90. package/corpus/core/docs/content/locales/zh-TW/real-time-collaboration.mdx +10 -11
  91. package/corpus/core/docs/content/real-time-collaboration.mdx +10 -11
  92. package/corpus/core/docs/content/toolkit-app-adapters.mdx +46 -0
  93. package/corpus/core/docs/content/toolkit-collaboration-ui.mdx +48 -0
  94. package/corpus/core/docs/content/toolkit-sharing-ui.mdx +33 -0
  95. package/corpus/core/docs/content/toolkit-shell-hooks.mdx +27 -0
  96. package/corpus/core/docs/content/toolkit-ui.mdx +69 -0
  97. package/corpus/core/package.json +5 -1
  98. package/corpus/core/src/agent/durable-background.ts +53 -0
  99. package/corpus/core/src/agent/engine/ai-sdk-engine.ts +7 -1
  100. package/corpus/core/src/agent/engine/anthropic-engine.ts +29 -1
  101. package/corpus/core/src/agent/engine/builder-engine.ts +1 -0
  102. package/corpus/core/src/agent/engine/output-tokens.ts +26 -13
  103. package/corpus/core/src/agent/engine/registry.ts +45 -26
  104. package/corpus/core/src/agent/engine/translate-ai-sdk.ts +56 -7
  105. package/corpus/core/src/agent/engine/translate-anthropic.ts +43 -1
  106. package/corpus/core/src/agent/engine/types.ts +16 -0
  107. package/corpus/core/src/agent/model-config.ts +100 -0
  108. package/corpus/core/src/agent/production-agent.ts +492 -241
  109. package/corpus/core/src/agent/runtime-context.ts +50 -12
  110. package/corpus/core/src/agent/tool-result-images.ts +178 -0
  111. package/corpus/core/src/brand-kit/fig/index.ts +8 -4
  112. package/corpus/core/src/client/AgentPanel.tsx +89 -32
  113. package/corpus/core/src/client/AssistantChat.tsx +95 -46
  114. package/corpus/core/src/client/KeepTabOpenNotice.tsx +176 -0
  115. package/corpus/core/src/client/MultiTabAssistantChat.tsx +7 -0
  116. package/corpus/core/src/client/RunStuckBanner.tsx +13 -1
  117. package/corpus/core/src/client/chat/run-recovery.tsx +7 -1
  118. package/corpus/core/src/client/clipboard.ts +17 -13
  119. package/corpus/core/src/client/components/AgentPresenceChip.tsx +4 -69
  120. package/corpus/core/src/client/components/LiveCursorOverlay.tsx +5 -240
  121. package/corpus/core/src/client/components/PresenceBar.tsx +4 -346
  122. package/corpus/core/src/client/components/RecentEditHighlights.tsx +4 -219
  123. package/corpus/core/src/client/components/RemoteSelectionRings.tsx +5 -220
  124. package/corpus/core/src/client/composer/TiptapComposer.tsx +94 -38
  125. package/corpus/core/src/client/db-admin/SqlEditor.tsx +13 -3
  126. package/corpus/core/src/client/dynamic-suggestions.ts +6 -1
  127. package/corpus/core/src/client/extensions/ExtensionViewer.tsx +0 -14
  128. package/corpus/core/src/client/extensions/ExtensionsListPage.tsx +29 -30
  129. package/corpus/core/src/client/extensions/ExtensionsSidebarSection.tsx +2 -1
  130. package/corpus/core/src/client/host-bridge.ts +29 -8
  131. package/corpus/core/src/client/i18n.tsx +7 -1
  132. package/corpus/core/src/client/index.ts +5 -0
  133. package/corpus/core/src/client/resources/McpIntegrationDialog.tsx +34 -69
  134. package/corpus/core/src/client/rich-markdown-editor/SharedRichEditor.tsx +4 -0
  135. package/corpus/core/src/client/rich-markdown-editor/useCollabReconcile.ts +18 -7
  136. package/corpus/core/src/client/settings/SettingsPanel.tsx +409 -230
  137. package/corpus/core/src/client/settings/SettingsTabsPage.tsx +5 -7
  138. package/corpus/core/src/client/settings/index.ts +5 -1
  139. package/corpus/core/src/client/sharing/VisibilityBadge.tsx +4 -37
  140. package/corpus/core/src/client/use-action.ts +39 -2
  141. package/corpus/core/src/client/use-db-sync.ts +44 -18
  142. package/corpus/core/src/client/use-run-stuck-detection.ts +10 -1
  143. package/corpus/core/src/coding-tools/run-code.ts +473 -74
  144. package/corpus/core/src/coding-tools/sandbox/background.ts +406 -0
  145. package/corpus/core/src/coding-tools/sandbox/executions-store.ts +517 -0
  146. package/corpus/core/src/coding-tools/sandbox/index.ts +53 -13
  147. package/corpus/core/src/coding-tools/sandbox/local-child-process-adapter.ts +61 -4
  148. package/corpus/core/src/collab/client.ts +870 -562
  149. package/corpus/core/src/collab/presence.ts +12 -23
  150. package/corpus/core/src/collab/recent-edits.ts +13 -32
  151. package/corpus/core/src/data-programs/actions.ts +335 -0
  152. package/corpus/core/src/data-programs/contract.ts +284 -0
  153. package/corpus/core/src/data-programs/execute.ts +693 -0
  154. package/corpus/core/src/data-programs/index.ts +72 -0
  155. package/corpus/core/src/data-programs/schema.ts +148 -0
  156. package/corpus/core/src/data-programs/store.ts +755 -0
  157. package/corpus/core/src/db/create-get-db.ts +32 -2
  158. package/corpus/core/src/deploy/build.ts +34 -0
  159. package/corpus/core/src/extensions/actions.ts +2 -2
  160. package/corpus/core/src/file-upload/builder.ts +11 -0
  161. package/corpus/core/src/integrations/webhook-handler.ts +27 -8
  162. package/corpus/core/src/local-artifacts/index.ts +1 -1
  163. package/corpus/core/src/localization/default-messages.ts +1 -2
  164. package/corpus/core/src/mcp-client/index.ts +29 -0
  165. package/corpus/core/src/onboarding/default-steps.ts +5 -2
  166. package/corpus/core/src/resources/store.ts +34 -3
  167. package/corpus/core/src/scripts/agent-engines/list-agent-engines.ts +4 -8
  168. package/corpus/core/src/scripts/agent-engines/test-agent-engine.ts +9 -2
  169. package/corpus/core/src/scripts/db/tool-mode.ts +2 -2
  170. package/corpus/core/src/scripts/resources/migrate-learnings.ts +9 -13
  171. package/corpus/core/src/server/agent-chat-plugin.ts +154 -62
  172. package/corpus/core/src/server/agent-discovery.ts +67 -7
  173. package/corpus/core/src/server/auth.ts +90 -3
  174. package/corpus/core/src/server/builder-design-systems.ts +2 -2
  175. package/corpus/core/src/server/core-routes-plugin.ts +119 -22
  176. package/corpus/core/src/server/credential-provider.ts +28 -8
  177. package/corpus/core/src/server/csrf.ts +3 -0
  178. package/corpus/core/src/server/framework-request-handler.ts +52 -4
  179. package/corpus/core/src/server/oauth-helpers.ts +11 -1
  180. package/corpus/core/src/server/onboarding-html.ts +80 -48
  181. package/corpus/core/src/server/prompts/shared-rules.ts +2 -2
  182. package/corpus/core/src/server/transcribe-voice.ts +93 -9
  183. package/corpus/core/src/styles/agent-native.css +57 -45
  184. package/corpus/core/src/templates/default/.agents/skills/actions/SKILL.md +55 -0
  185. package/corpus/core/src/templates/default/AGENTS.md +11 -14
  186. package/corpus/core/src/templates/default/actions/navigate.ts +1 -1
  187. package/corpus/core/src/templates/default/app/i18n/ar-SA.ts +0 -1
  188. package/corpus/core/src/templates/default/app/i18n/de-DE.ts +0 -1
  189. package/corpus/core/src/templates/default/app/i18n/en-US.ts +0 -1
  190. package/corpus/core/src/templates/default/app/i18n/es-ES.ts +0 -1
  191. package/corpus/core/src/templates/default/app/i18n/fr-FR.ts +0 -1
  192. package/corpus/core/src/templates/default/app/i18n/hi-IN.ts +0 -1
  193. package/corpus/core/src/templates/default/app/i18n/ja-JP.ts +0 -1
  194. package/corpus/core/src/templates/default/app/i18n/ko-KR.ts +0 -1
  195. package/corpus/core/src/templates/default/app/i18n/pt-BR.ts +0 -1
  196. package/corpus/core/src/templates/default/app/i18n/zh-CN.ts +0 -1
  197. package/corpus/core/src/templates/default/app/i18n/zh-TW.ts +0 -1
  198. package/corpus/core/src/templates/default/app/routes/settings.tsx +22 -33
  199. package/corpus/core/src/templates/headless/.agents/skills/agent-native-docs/SKILL.md +20 -7
  200. package/corpus/core/src/templates/headless/AGENTS.md +9 -6
  201. package/corpus/core/src/templates/workspace-core/.agents/skills/actions/SKILL.md +55 -0
  202. package/corpus/core/src/templates/workspace-core/.agents/skills/data-programs/SKILL.md +128 -0
  203. package/corpus/core/src/templates/workspace-core/.agents/skills/harness-agents/SKILL.md +10 -4
  204. package/corpus/core/src/vite/agents-bundle-plugin.ts +26 -1
  205. package/corpus/core/src/vite/client.ts +12 -0
  206. package/corpus/templates/analytics/.agents/skills/actions/SKILL.md +55 -0
  207. package/corpus/templates/analytics/.agents/skills/analysis-workspace/SKILL.md +8 -0
  208. package/corpus/templates/analytics/.agents/skills/data-programs/SKILL.md +348 -0
  209. package/corpus/templates/analytics/.agents/skills/provider-api/SKILL.md +10 -0
  210. package/corpus/templates/analytics/AGENTS.md +31 -32
  211. package/corpus/templates/analytics/actions/dashboard-mutation-api.ts +1 -1
  212. package/corpus/templates/analytics/actions/delete-data-source-credentials.ts +32 -0
  213. package/corpus/templates/analytics/actions/ensure-risk-meeting-dashboard.ts +247 -0
  214. package/corpus/templates/analytics/actions/update-data-source-credentials.ts +123 -0
  215. package/corpus/templates/analytics/app/components/InlineMetric.tsx +2 -2
  216. package/corpus/templates/analytics/app/components/dashboard/CumulativeNetChart.tsx +2 -7
  217. package/corpus/templates/analytics/app/components/dashboard/DataTable.tsx +11 -16
  218. package/corpus/templates/analytics/app/components/dashboard/DateRangePicker.tsx +1 -2
  219. package/corpus/templates/analytics/app/components/dashboard/MetricCard.tsx +2 -7
  220. package/corpus/templates/analytics/app/components/dashboard/RecentActivity.tsx +3 -6
  221. package/corpus/templates/analytics/app/components/dashboard/RevenueChart.tsx +1 -6
  222. package/corpus/templates/analytics/app/components/dashboard/RevenueComparisonChart.tsx +2 -7
  223. package/corpus/templates/analytics/app/components/dashboard/SqlChart.tsx +11 -15
  224. package/corpus/templates/analytics/app/components/dashboard/StatsCard.tsx +1 -7
  225. package/corpus/templates/analytics/app/components/dashboard/TimeSeriesChart.tsx +2 -7
  226. package/corpus/templates/analytics/app/components/layout/CommandPalette.tsx +16 -16
  227. package/corpus/templates/analytics/app/components/layout/Header.tsx +2 -2
  228. package/corpus/templates/analytics/app/components/layout/HeaderActions.tsx +2 -1
  229. package/corpus/templates/analytics/app/components/layout/Layout.tsx +2 -2
  230. package/corpus/templates/analytics/app/components/layout/MobileNav.tsx +33 -17
  231. package/corpus/templates/analytics/app/components/layout/NewAnalysisDialog.tsx +6 -6
  232. package/corpus/templates/analytics/app/components/layout/NewDashboardDialog.tsx +4 -3
  233. package/corpus/templates/analytics/app/components/layout/Sidebar.tsx +119 -68
  234. package/corpus/templates/analytics/app/components/ui/alert-dialog.tsx +1 -0
  235. package/corpus/templates/analytics/app/components/ui/alert.tsx +1 -0
  236. package/corpus/templates/analytics/app/components/ui/avatar.tsx +1 -0
  237. package/corpus/templates/analytics/app/components/ui/badge.tsx +1 -0
  238. package/corpus/templates/analytics/app/components/ui/button.tsx +1 -0
  239. package/corpus/templates/analytics/app/components/ui/calendar.tsx +1 -1
  240. package/corpus/templates/analytics/app/components/ui/card.tsx +1 -0
  241. package/corpus/templates/analytics/app/components/ui/checkbox.tsx +1 -0
  242. package/corpus/templates/analytics/app/components/ui/collapsible.tsx +1 -0
  243. package/corpus/templates/analytics/app/components/ui/command.tsx +1 -0
  244. package/corpus/templates/analytics/app/components/ui/date-picker.tsx +1 -0
  245. package/corpus/templates/analytics/app/components/ui/dialog.tsx +1 -0
  246. package/corpus/templates/analytics/app/components/ui/dropdown-menu.tsx +1 -0
  247. package/corpus/templates/analytics/app/components/ui/input.tsx +1 -0
  248. package/corpus/templates/analytics/app/components/ui/label.tsx +1 -0
  249. package/corpus/templates/analytics/app/components/ui/popover.tsx +1 -0
  250. package/corpus/templates/analytics/app/components/ui/progress.tsx +1 -0
  251. package/corpus/templates/analytics/app/components/ui/select.tsx +1 -0
  252. package/corpus/templates/analytics/app/components/ui/sheet.tsx +1 -0
  253. package/corpus/templates/analytics/app/components/ui/skeleton.tsx +1 -0
  254. package/corpus/templates/analytics/app/components/ui/sonner.tsx +1 -0
  255. package/corpus/templates/analytics/app/components/ui/spinner.tsx +1 -0
  256. package/corpus/templates/analytics/app/components/ui/switch.tsx +1 -0
  257. package/corpus/templates/analytics/app/components/ui/table.tsx +1 -0
  258. package/corpus/templates/analytics/app/components/ui/tabs.tsx +1 -0
  259. package/corpus/templates/analytics/app/components/ui/textarea.tsx +1 -0
  260. package/corpus/templates/analytics/app/components/ui/toaster.tsx +1 -0
  261. package/corpus/templates/analytics/app/components/ui/toggle-group.tsx +1 -0
  262. package/corpus/templates/analytics/app/components/ui/toolkit-provider.tsx +12 -0
  263. package/corpus/templates/analytics/app/components/ui/tooltip.tsx +1 -0
  264. package/corpus/templates/analytics/app/global.css +26 -3
  265. package/corpus/templates/analytics/app/i18n/zh-TW.ts +27 -4
  266. package/corpus/templates/analytics/app/i18n-data.ts +277 -42
  267. package/corpus/templates/analytics/app/pages/Agents.tsx +19 -19
  268. package/corpus/templates/analytics/app/pages/DataDictionary.tsx +21 -21
  269. package/corpus/templates/analytics/app/pages/DataSources.tsx +31 -54
  270. package/corpus/templates/analytics/app/pages/NotFound.tsx +2 -1
  271. package/corpus/templates/analytics/app/pages/Placeholder.tsx +2 -1
  272. package/corpus/templates/analytics/app/pages/Settings.tsx +19 -37
  273. package/corpus/templates/analytics/app/pages/adhoc/DashboardSkeleton.tsx +3 -2
  274. package/corpus/templates/analytics/app/pages/adhoc/_shared/KpiChart.tsx +8 -13
  275. package/corpus/templates/analytics/app/pages/adhoc/_shared/components/DateRangeInput.tsx +1 -2
  276. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/ChartTypePicker.tsx +2 -4
  277. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/DateRangePicker.tsx +1 -2
  278. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/EventCombobox.tsx +7 -7
  279. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/EventPanel.tsx +2 -1
  280. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/EventRow.tsx +2 -1
  281. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/ExplorerChart.tsx +3 -8
  282. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/FilterBuilder.tsx +5 -4
  283. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/GroupByPicker.tsx +2 -1
  284. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/PropertyCombobox.tsx +7 -7
  285. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/PropertyValueCombobox.tsx +7 -7
  286. package/corpus/templates/analytics/app/pages/adhoc/explorer/components/SqlPreview.tsx +1 -1
  287. package/corpus/templates/analytics/app/pages/adhoc/explorer/index.tsx +16 -16
  288. package/corpus/templates/analytics/app/pages/adhoc/explorer-dashboard/ChartCard.tsx +16 -21
  289. package/corpus/templates/analytics/app/pages/adhoc/explorer-dashboard/index.tsx +32 -32
  290. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/DashboardFilterBar.tsx +14 -14
  291. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/EmailReportDialog.tsx +14 -13
  292. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/PanelEditorDialog.tsx +200 -52
  293. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/SqlChartCard.tsx +23 -28
  294. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/ViewSqlPopover.tsx +13 -12
  295. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/ViewsMenu.tsx +15 -15
  296. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/index.tsx +32 -36
  297. package/corpus/templates/analytics/app/pages/adhoc/sql-dashboard/types.ts +2 -1
  298. package/corpus/templates/analytics/app/pages/analyses/AnalysesList.tsx +8 -7
  299. package/corpus/templates/analytics/app/pages/analyses/AnalysisDetail.tsx +19 -19
  300. package/corpus/templates/analytics/app/pages/analyses/LegacyFusionAnalysis.tsx +11 -15
  301. package/corpus/templates/analytics/app/pages/sessions/SessionDetailPage.tsx +14 -14
  302. package/corpus/templates/analytics/app/pages/sessions/SessionDevToolsPanel.tsx +7 -12
  303. package/corpus/templates/analytics/app/pages/sessions/SessionsPage.tsx +12 -12
  304. package/corpus/templates/analytics/app/pages/settings/AlertRulesSettingsCard.tsx +25 -25
  305. package/corpus/templates/analytics/app/root.tsx +22 -19
  306. package/corpus/templates/analytics/app/routes/catalog.tsx +8 -8
  307. package/corpus/templates/analytics/changelog/2026-07-06-dashboard-lists-and-headers-stay-compact.md +6 -0
  308. package/corpus/templates/analytics/changelog/2026-07-06-dashboards-can-now-chart-data-programs-saved-server-side-scr.md +6 -0
  309. package/corpus/templates/analytics/changelog/2026-07-06-extension-pages-and-mobile-headers-now-share-one-background-shade.md +6 -0
  310. package/corpus/templates/analytics/changelog/2026-07-06-mobile-chat-header-is-more-compact-and-the-menu-button-opens-navigation.md +5 -0
  311. package/corpus/templates/analytics/learnings.defaults.md +36 -0
  312. package/corpus/templates/analytics/seeds/data-programs/risk-meeting-cohort.js +254 -0
  313. package/corpus/templates/analytics/seeds/data-programs/risk-meeting-pylon-early-warning.js +184 -0
  314. package/corpus/templates/analytics/server/handlers/sql-query.ts +1 -1
  315. package/corpus/templates/analytics/server/lib/dashboard-panel-query.ts +109 -1
  316. package/corpus/templates/assets/.agents/skills/actions/SKILL.md +55 -0
  317. package/corpus/templates/assets/.agents/skills/asset-generation/SKILL.md +5 -0
  318. package/corpus/templates/assets/.agents/skills/logo-composite/SKILL.md +34 -6
  319. package/corpus/templates/assets/AGENTS.md +23 -4
  320. package/corpus/templates/assets/actions/_generation-preset-settings.ts +48 -0
  321. package/corpus/templates/assets/actions/_helpers.ts +8 -1
  322. package/corpus/templates/assets/actions/_preset-skeleton-validation.ts +64 -0
  323. package/corpus/templates/assets/actions/create-generation-preset.ts +11 -3
  324. package/corpus/templates/assets/actions/generate-image-batch.ts +7 -2
  325. package/corpus/templates/assets/actions/generate-image.ts +342 -25
  326. package/corpus/templates/assets/actions/get-library.ts +4 -3
  327. package/corpus/templates/assets/actions/navigate.ts +2 -1
  328. package/corpus/templates/assets/actions/refresh-generation-run.ts +5 -1
  329. package/corpus/templates/assets/actions/update-asset.ts +1 -0
  330. package/corpus/templates/assets/actions/update-generation-preset.ts +8 -1
  331. package/corpus/templates/assets/actions/view-screen.ts +8 -1
  332. package/corpus/templates/assets/app/components/create/RecentDraftsSection.tsx +3 -2
  333. package/corpus/templates/assets/app/components/generation/GenerationResults.tsx +25 -11
  334. package/corpus/templates/assets/app/components/layout/Header.tsx +1 -1
  335. package/corpus/templates/assets/app/components/layout/PageShell.tsx +4 -4
  336. package/corpus/templates/assets/app/components/layout/Sidebar.tsx +12 -12
  337. package/corpus/templates/assets/app/components/library/CreateLibraryDialog.tsx +8 -8
  338. package/corpus/templates/assets/app/components/library/EditLibraryDialog.tsx +7 -7
  339. package/corpus/templates/assets/app/components/library/LibraryCard.tsx +8 -8
  340. package/corpus/templates/assets/app/components/library/LibraryPresetGrid.tsx +3 -2
  341. package/corpus/templates/assets/app/components/ui/alert-dialog.tsx +1 -0
  342. package/corpus/templates/assets/app/components/ui/badge.tsx +1 -0
  343. package/corpus/templates/assets/app/components/ui/button.tsx +1 -0
  344. package/corpus/templates/assets/app/components/ui/card.tsx +1 -0
  345. package/corpus/templates/assets/app/components/ui/checkbox.tsx +1 -0
  346. package/corpus/templates/assets/app/components/ui/dialog.tsx +1 -0
  347. package/corpus/templates/assets/app/components/ui/dropdown-menu.tsx +1 -0
  348. package/corpus/templates/assets/app/components/ui/input.tsx +1 -0
  349. package/corpus/templates/assets/app/components/ui/label.tsx +1 -0
  350. package/corpus/templates/assets/app/components/ui/popover.tsx +1 -0
  351. package/corpus/templates/assets/app/components/ui/select.tsx +1 -0
  352. package/corpus/templates/assets/app/components/ui/separator.tsx +1 -0
  353. package/corpus/templates/assets/app/components/ui/sheet.tsx +1 -0
  354. package/corpus/templates/assets/app/components/ui/skeleton.tsx +1 -0
  355. package/corpus/templates/assets/app/components/ui/sonner.tsx +1 -0
  356. package/corpus/templates/assets/app/components/ui/spinner.tsx +1 -0
  357. package/corpus/templates/assets/app/components/ui/tabs.tsx +1 -0
  358. package/corpus/templates/assets/app/components/ui/toolkit-provider.tsx +12 -0
  359. package/corpus/templates/assets/app/components/ui/tooltip.tsx +1 -0
  360. package/corpus/templates/assets/app/global.css +1 -0
  361. package/corpus/templates/assets/app/hooks/use-image-model-menu.ts +1 -0
  362. package/corpus/templates/assets/app/hooks/use-navigation-state.ts +11 -0
  363. package/corpus/templates/assets/app/i18n/zh-TW.ts +64 -0
  364. package/corpus/templates/assets/app/i18n-data.ts +650 -0
  365. package/corpus/templates/assets/app/root.tsx +12 -9
  366. package/corpus/templates/assets/app/routes/asset.$id.tsx +21 -20
  367. package/corpus/templates/assets/app/routes/audit.tsx +15 -14
  368. package/corpus/templates/assets/app/routes/brand-kits.$id.tsx +93 -87
  369. package/corpus/templates/assets/app/routes/brand-kits.$id_.presets.$presetId.tsx +1474 -0
  370. package/corpus/templates/assets/app/routes/library.tsx +74 -32
  371. package/corpus/templates/assets/app/routes/settings.tsx +21 -35
  372. package/corpus/templates/assets/changelog/2026-07-06-mobile-layouts-no-longer-stack-two-top-headers.md +5 -0
  373. package/corpus/templates/assets/server/lib/generation.ts +366 -44
  374. package/corpus/templates/assets/server/lib/image-processing.ts +252 -0
  375. package/corpus/templates/assets/server/lib/preset-skeleton.ts +137 -0
  376. package/corpus/templates/assets/shared/api.ts +47 -0
  377. package/corpus/templates/brain/.agents/skills/actions/SKILL.md +55 -0
  378. package/corpus/templates/brain/.agents/skills/ask-across-everything/SKILL.md +6 -1
  379. package/corpus/templates/brain/.agents/skills/brain/SKILL.md +63 -5
  380. package/corpus/templates/brain/.agents/skills/ingestion-and-connectors/SKILL.md +112 -0
  381. package/corpus/templates/brain/AGENTS.md +93 -8
  382. package/corpus/templates/brain/app/components/brain/CanonicalPreviewSheet.tsx +6 -5
  383. package/corpus/templates/brain/app/components/brain/Surface.tsx +3 -8
  384. package/corpus/templates/brain/app/components/layout/Layout.tsx +7 -7
  385. package/corpus/templates/brain/app/components/layout/Sidebar.tsx +6 -6
  386. package/corpus/templates/brain/app/components/ui/badge.tsx +1 -0
  387. package/corpus/templates/brain/app/components/ui/button.tsx +1 -0
  388. package/corpus/templates/brain/app/components/ui/card.tsx +1 -0
  389. package/corpus/templates/brain/app/components/ui/input.tsx +1 -0
  390. package/corpus/templates/brain/app/components/ui/label.tsx +1 -0
  391. package/corpus/templates/brain/app/components/ui/progress.tsx +1 -0
  392. package/corpus/templates/brain/app/components/ui/select.tsx +1 -0
  393. package/corpus/templates/brain/app/components/ui/separator.tsx +1 -0
  394. package/corpus/templates/brain/app/components/ui/sheet.tsx +1 -0
  395. package/corpus/templates/brain/app/components/ui/skeleton.tsx +1 -0
  396. package/corpus/templates/brain/app/components/ui/switch.tsx +1 -0
  397. package/corpus/templates/brain/app/components/ui/table.tsx +1 -0
  398. package/corpus/templates/brain/app/components/ui/textarea.tsx +1 -0
  399. package/corpus/templates/brain/app/components/ui/toolkit-provider.tsx +12 -0
  400. package/corpus/templates/brain/app/components/ui/tooltip.tsx +1 -0
  401. package/corpus/templates/brain/app/global.css +1 -0
  402. package/corpus/templates/brain/app/hooks/use-distillation-bridge.ts +9 -4
  403. package/corpus/templates/brain/app/root.tsx +11 -8
  404. package/corpus/templates/brain/app/routes/knowledge.tsx +19 -19
  405. package/corpus/templates/brain/app/routes/ops.tsx +18 -18
  406. package/corpus/templates/brain/app/routes/review.tsx +22 -27
  407. package/corpus/templates/brain/app/routes/search.tsx +20 -20
  408. package/corpus/templates/brain/app/routes/settings.tsx +25 -40
  409. package/corpus/templates/brain/app/routes/sources.tsx +23 -23
  410. package/corpus/templates/calendar/.agents/skills/actions/SKILL.md +55 -0
  411. package/corpus/templates/calendar/actions/find-a-time.ts +29 -16
  412. package/corpus/templates/calendar/actions/list-bookings.ts +33 -2
  413. package/corpus/templates/calendar/actions/list-events.ts +34 -8
  414. package/corpus/templates/calendar/actions/update-calendar-visual-preferences.ts +105 -34
  415. package/corpus/templates/calendar/app/components/ThemeToggle.tsx +5 -5
  416. package/corpus/templates/calendar/app/components/TimezoneCombobox.tsx +6 -6
  417. package/corpus/templates/calendar/app/components/booking/BookingConfirmation.tsx +2 -1
  418. package/corpus/templates/calendar/app/components/booking/BookingForm.tsx +9 -8
  419. package/corpus/templates/calendar/app/components/booking/DatePicker.tsx +2 -2
  420. package/corpus/templates/calendar/app/components/booking/TimeSlotPicker.tsx +3 -2
  421. package/corpus/templates/calendar/app/components/calendar/AddCalendarDialog.tsx +10 -15
  422. package/corpus/templates/calendar/app/components/calendar/AttendeeAutocomplete.tsx +6 -6
  423. package/corpus/templates/calendar/app/components/calendar/CommandPalette.tsx +73 -3
  424. package/corpus/templates/calendar/app/components/calendar/CreateEventDialog.tsx +27 -27
  425. package/corpus/templates/calendar/app/components/calendar/DayView.tsx +553 -267
  426. package/corpus/templates/calendar/app/components/calendar/DeleteEventDialog.tsx +9 -12
  427. package/corpus/templates/calendar/app/components/calendar/EventAttendeesSection.tsx +10 -13
  428. package/corpus/templates/calendar/app/components/calendar/EventDetailPanel.tsx +7 -7
  429. package/corpus/templates/calendar/app/components/calendar/EventDetailPopover.tsx +21 -21
  430. package/corpus/templates/calendar/app/components/calendar/EventDialog.tsx +11 -11
  431. package/corpus/templates/calendar/app/components/calendar/EventOptionControls.tsx +9 -9
  432. package/corpus/templates/calendar/app/components/calendar/FindTimePanel.tsx +9 -9
  433. package/corpus/templates/calendar/app/components/calendar/GoogleConnectBanner.tsx +6 -6
  434. package/corpus/templates/calendar/app/components/calendar/GoogleSetupWizard.tsx +3 -3
  435. package/corpus/templates/calendar/app/components/calendar/GoogleSyncButton.tsx +1 -1
  436. package/corpus/templates/calendar/app/components/calendar/GuestNotificationDialog.tsx +8 -10
  437. package/corpus/templates/calendar/app/components/calendar/IntegrationsSidebar.tsx +12 -12
  438. package/corpus/templates/calendar/app/components/calendar/KeyboardShortcutsHelp.tsx +2 -2
  439. package/corpus/templates/calendar/app/components/calendar/MonthView.tsx +93 -41
  440. package/corpus/templates/calendar/app/components/calendar/PeopleSearchDialog.tsx +6 -6
  441. package/corpus/templates/calendar/app/components/calendar/WeekView.tsx +530 -299
  442. package/corpus/templates/calendar/app/components/layout/AppLayout.tsx +229 -134
  443. package/corpus/templates/calendar/app/components/layout/Sidebar.tsx +135 -108
  444. package/corpus/templates/calendar/app/components/ui/alert-dialog.tsx +1 -0
  445. package/corpus/templates/calendar/app/components/ui/badge.tsx +1 -0
  446. package/corpus/templates/calendar/app/components/ui/button.tsx +1 -0
  447. package/corpus/templates/calendar/app/components/ui/card.tsx +1 -0
  448. package/corpus/templates/calendar/app/components/ui/checkbox.tsx +1 -0
  449. package/corpus/templates/calendar/app/components/ui/collapsible.tsx +1 -0
  450. package/corpus/templates/calendar/app/components/ui/command.tsx +1 -0
  451. package/corpus/templates/calendar/app/components/ui/dialog.tsx +1 -0
  452. package/corpus/templates/calendar/app/components/ui/dropdown-menu.tsx +1 -0
  453. package/corpus/templates/calendar/app/components/ui/input.tsx +1 -0
  454. package/corpus/templates/calendar/app/components/ui/label.tsx +1 -0
  455. package/corpus/templates/calendar/app/components/ui/popover.tsx +1 -0
  456. package/corpus/templates/calendar/app/components/ui/radio-group.tsx +1 -0
  457. package/corpus/templates/calendar/app/components/ui/select.tsx +1 -0
  458. package/corpus/templates/calendar/app/components/ui/separator.tsx +1 -0
  459. package/corpus/templates/calendar/app/components/ui/skeleton.tsx +1 -0
  460. package/corpus/templates/calendar/app/components/ui/spinner.tsx +1 -0
  461. package/corpus/templates/calendar/app/components/ui/switch.tsx +1 -0
  462. package/corpus/templates/calendar/app/components/ui/table.tsx +1 -0
  463. package/corpus/templates/calendar/app/components/ui/tabs.tsx +1 -0
  464. package/corpus/templates/calendar/app/components/ui/textarea.tsx +1 -0
  465. package/corpus/templates/calendar/app/components/ui/toolkit-provider.tsx +12 -0
  466. package/corpus/templates/calendar/app/components/ui/tooltip.tsx +1 -0
  467. package/corpus/templates/calendar/app/global.css +1 -0
  468. package/corpus/templates/calendar/app/hooks/use-event-drag.ts +63 -9
  469. package/corpus/templates/calendar/app/hooks/use-google-auth.ts +15 -27
  470. package/corpus/templates/calendar/app/hooks/use-grid-create-drag.ts +254 -0
  471. package/corpus/templates/calendar/app/hooks/use-mobile.ts +1 -0
  472. package/corpus/templates/calendar/app/hooks/use-view-preferences.ts +287 -21
  473. package/corpus/templates/calendar/app/hooks/use-zoom-auth.ts +56 -19
  474. package/corpus/templates/calendar/app/i18n/zh-TW.ts +3 -0
  475. package/corpus/templates/calendar/app/i18n-data.ts +31 -0
  476. package/corpus/templates/calendar/app/lib/event-colors.ts +29 -8
  477. package/corpus/templates/calendar/app/pages/AvailabilitySettings.tsx +11 -11
  478. package/corpus/templates/calendar/app/pages/BookingLinksPage.tsx +45 -50
  479. package/corpus/templates/calendar/app/pages/BookingPage.tsx +2 -2
  480. package/corpus/templates/calendar/app/pages/BookingsList.tsx +12 -12
  481. package/corpus/templates/calendar/app/pages/CalendarView.tsx +438 -271
  482. package/corpus/templates/calendar/app/pages/ManageBookingPage.tsx +13 -13
  483. package/corpus/templates/calendar/app/pages/Settings.tsx +15 -29
  484. package/corpus/templates/calendar/app/root.tsx +19 -15
  485. package/corpus/templates/calendar/app/routes/event.tsx +2 -2
  486. package/corpus/templates/calendar/changelog/2026-07-06-calendar-now-loads-view-preferences-much-more-efficiently.md +6 -0
  487. package/corpus/templates/calendar/changelog/2026-07-06-connected-calendars-keep-their-own-color-when-you-customize-.md +6 -0
  488. package/corpus/templates/calendar/changelog/2026-07-06-create-events-from-the-command-menu-with-natural-phrases-lik.md +6 -0
  489. package/corpus/templates/calendar/changelog/2026-07-06-drag-across-empty-week-or-day-slots-to-create-an-event-with-.md +6 -0
  490. package/corpus/templates/calendar/changelog/2026-07-06-dragging-and-resizing-events-is-much-smoother-especially-on-.md +6 -0
  491. package/corpus/templates/calendar/changelog/2026-07-06-each-connected-google-account-can-now-have-its-own-calendar-.md +6 -0
  492. package/corpus/templates/calendar/changelog/2026-07-06-events-spanning-multiple-days-now-show-on-every-day-they-cov.md +6 -0
  493. package/corpus/templates/calendar/changelog/2026-07-06-google-calendar-now-finishes-connecting-correctly-after-sign.md +6 -0
  494. package/corpus/templates/calendar/changelog/2026-07-06-public-booking-pages-respond-faster.md +6 -0
  495. package/corpus/templates/calendar/changelog/2026-07-06-the-app-header-no-longer-shows-the-global-notifications-bell.md +6 -0
  496. package/corpus/templates/calendar/package.json +1 -0
  497. package/corpus/templates/calendar/server/handlers/bookings.ts +46 -52
  498. package/corpus/templates/calendar/server/handlers/google-auth.ts +21 -5
  499. package/corpus/templates/calendar/server/lib/google-calendar.ts +32 -3
  500. package/corpus/templates/calendar/shared/calendar-view-preferences.ts +66 -2
  501. package/corpus/templates/chat/.agents/skills/actions/SKILL.md +55 -0
  502. package/corpus/templates/chat/app/components/layout/Layout.tsx +6 -6
  503. package/corpus/templates/chat/app/components/layout/Sidebar.tsx +12 -12
  504. package/corpus/templates/chat/app/components/ui/button.tsx +1 -0
  505. package/corpus/templates/chat/app/components/ui/card.tsx +1 -0
  506. package/corpus/templates/chat/app/components/ui/dropdown-menu.tsx +1 -0
  507. package/corpus/templates/chat/app/components/ui/input.tsx +1 -0
  508. package/corpus/templates/chat/app/components/ui/label.tsx +1 -0
  509. package/corpus/templates/chat/app/components/ui/sheet.tsx +1 -0
  510. package/corpus/templates/chat/app/components/ui/toolkit-provider.tsx +12 -0
  511. package/corpus/templates/chat/app/components/ui/tooltip.tsx +1 -0
  512. package/corpus/templates/chat/app/global.css +1 -0
  513. package/corpus/templates/chat/app/root.tsx +7 -4
  514. package/corpus/templates/chat/app/routes/settings.tsx +6 -21
  515. package/corpus/templates/clips/.agents/skills/actions/SKILL.md +55 -0
  516. package/corpus/templates/clips/.agents/skills/video-sharing/SKILL.md +18 -4
  517. package/corpus/templates/clips/.env.example +8 -0
  518. package/corpus/templates/clips/actions/accept-invite.ts +3 -0
  519. package/corpus/templates/clips/actions/add-recording-to-space.ts +55 -27
  520. package/corpus/templates/clips/actions/add-vocabulary-term.ts +3 -1
  521. package/corpus/templates/clips/actions/archive-recording.ts +5 -12
  522. package/corpus/templates/clips/actions/cleanup-transcript.ts +5 -4
  523. package/corpus/templates/clips/actions/clear-edits.ts +42 -29
  524. package/corpus/templates/clips/actions/create-meeting.ts +87 -40
  525. package/corpus/templates/clips/actions/create-recording.ts +6 -3
  526. package/corpus/templates/clips/actions/delete-meeting.ts +25 -0
  527. package/corpus/templates/clips/actions/delete-recording-permanent.ts +3 -0
  528. package/corpus/templates/clips/actions/disconnect-calendar.ts +10 -4
  529. package/corpus/templates/clips/actions/export-insights-csv.ts +28 -8
  530. package/corpus/templates/clips/actions/finalize-meeting.ts +106 -33
  531. package/corpus/templates/clips/actions/finalize-recording.ts +201 -3
  532. package/corpus/templates/clips/actions/get-organization-insights.ts +51 -7
  533. package/corpus/templates/clips/actions/import-loom-recording.ts +17 -0
  534. package/corpus/templates/clips/actions/lib/audio-only-transcription.ts +18 -1
  535. package/corpus/templates/clips/actions/lib/create-recording-schema.ts +7 -1
  536. package/corpus/templates/clips/actions/lib/ensure-seekable-video.ts +16 -0
  537. package/corpus/templates/clips/actions/list-clip-views.ts +60 -0
  538. package/corpus/templates/clips/actions/regenerate-summary.ts +10 -0
  539. package/corpus/templates/clips/actions/remove-vocabulary-term.ts +59 -0
  540. package/corpus/templates/clips/actions/request-transcript.ts +170 -25
  541. package/corpus/templates/clips/actions/restore-recording.ts +5 -12
  542. package/corpus/templates/clips/actions/save-browser-transcript.ts +13 -2
  543. package/corpus/templates/clips/actions/set-chapters.ts +6 -15
  544. package/corpus/templates/clips/actions/set-thumbnail.ts +77 -36
  545. package/corpus/templates/clips/actions/split-recording.ts +49 -35
  546. package/corpus/templates/clips/actions/stitch-recordings.ts +7 -4
  547. package/corpus/templates/clips/actions/stop-meeting-recording.ts +15 -1
  548. package/corpus/templates/clips/actions/sync-calendars.ts +10 -108
  549. package/corpus/templates/clips/actions/trash-recording.ts +43 -14
  550. package/corpus/templates/clips/actions/trim-recording.ts +48 -27
  551. package/corpus/templates/clips/actions/undo-edit.ts +49 -37
  552. package/corpus/templates/clips/app/components/capture-install-options.tsx +6 -6
  553. package/corpus/templates/clips/app/components/dictate/vocabulary-section.tsx +208 -0
  554. package/corpus/templates/clips/app/components/editable-recording-title.tsx +2 -2
  555. package/corpus/templates/clips/app/components/editor/chapters-editor.tsx +7 -7
  556. package/corpus/templates/clips/app/components/editor/editor-toolbar.tsx +26 -26
  557. package/corpus/templates/clips/app/components/editor/split-button.tsx +5 -4
  558. package/corpus/templates/clips/app/components/editor/stitch-manager.tsx +9 -9
  559. package/corpus/templates/clips/app/components/editor/thumbnail-picker.tsx +11 -16
  560. package/corpus/templates/clips/app/components/editor/timeline.tsx +3 -3
  561. package/corpus/templates/clips/app/components/editor/transcript-editor.tsx +5 -5
  562. package/corpus/templates/clips/app/components/library/bulk-action-toolbar.tsx +4 -4
  563. package/corpus/templates/clips/app/components/library/create-space-dialog.tsx +8 -8
  564. package/corpus/templates/clips/app/components/library/empty-state.tsx +2 -1
  565. package/corpus/templates/clips/app/components/library/folder-tree.tsx +14 -14
  566. package/corpus/templates/clips/app/components/library/library-grid.tsx +24 -98
  567. package/corpus/templates/clips/app/components/library/library-layout.tsx +25 -21
  568. package/corpus/templates/clips/app/components/library/organization-switcher.tsx +11 -11
  569. package/corpus/templates/clips/app/components/library/recording-card.tsx +44 -50
  570. package/corpus/templates/clips/app/components/library/search-bar.tsx +5 -5
  571. package/corpus/templates/clips/app/components/library/sort-menu.tsx +5 -4
  572. package/corpus/templates/clips/app/components/library/tag-input.tsx +4 -4
  573. package/corpus/templates/clips/app/components/meetings/attendee-stack.tsx +2 -6
  574. package/corpus/templates/clips/app/components/meetings/auto-record-prompt.tsx +1 -1
  575. package/corpus/templates/clips/app/components/meetings/bullet-link.tsx +4 -4
  576. package/corpus/templates/clips/app/components/meetings/canvas-editor.tsx +5 -5
  577. package/corpus/templates/clips/app/components/meetings/meeting-card.tsx +3 -3
  578. package/corpus/templates/clips/app/components/meetings/quick-ask-sidebar.tsx +17 -9
  579. package/corpus/templates/clips/app/components/meetings/share-meeting-dialog.tsx +6 -11
  580. package/corpus/templates/clips/app/components/meetings/transcript-bubbles.tsx +215 -21
  581. package/corpus/templates/clips/app/components/player/access-password-prompt.tsx +3 -2
  582. package/corpus/templates/clips/app/components/player/comments-panel.tsx +14 -14
  583. package/corpus/templates/clips/app/components/player/delete-recording-menu.tsx +7 -6
  584. package/corpus/templates/clips/app/components/player/insights-panel.tsx +18 -6
  585. package/corpus/templates/clips/app/components/player/player-controls.tsx +42 -36
  586. package/corpus/templates/clips/app/components/player/reactions-tray.tsx +4 -4
  587. package/corpus/templates/clips/app/components/player/settings-panel.tsx +13 -12
  588. package/corpus/templates/clips/app/components/player/share-dialog.tsx +80 -49
  589. package/corpus/templates/clips/app/components/player/sign-in-prompt-dialog.tsx +3 -2
  590. package/corpus/templates/clips/app/components/player/timestamped-comment-button.tsx +2 -2
  591. package/corpus/templates/clips/app/components/player/transcript-panel.tsx +7 -7
  592. package/corpus/templates/clips/app/components/player/video-player.tsx +182 -15
  593. package/corpus/templates/clips/app/components/recorder/camera-visualizer.tsx +1 -1
  594. package/corpus/templates/clips/app/components/recorder/microphone-visualizer.tsx +1 -1
  595. package/corpus/templates/clips/app/components/recorder/pre-record-panel.tsx +49 -36
  596. package/corpus/templates/clips/app/components/recorder/recorder-engine.ts +399 -57
  597. package/corpus/templates/clips/app/components/recorder/recording-toolbar.tsx +6 -5
  598. package/corpus/templates/clips/app/components/recorder/storage-setup-card.tsx +7 -6
  599. package/corpus/templates/clips/app/components/sharing/share-ui.tsx +10 -10
  600. package/corpus/templates/clips/app/components/sharing/viewed-by-popover.tsx +132 -0
  601. package/corpus/templates/clips/app/components/ui/alert-dialog.tsx +1 -0
  602. package/corpus/templates/clips/app/components/ui/avatar.tsx +1 -0
  603. package/corpus/templates/clips/app/components/ui/badge.tsx +1 -0
  604. package/corpus/templates/clips/app/components/ui/button.tsx +1 -0
  605. package/corpus/templates/clips/app/components/ui/card.tsx +1 -0
  606. package/corpus/templates/clips/app/components/ui/checkbox.tsx +1 -0
  607. package/corpus/templates/clips/app/components/ui/collapsible.tsx +1 -0
  608. package/corpus/templates/clips/app/components/ui/context-menu.tsx +1 -0
  609. package/corpus/templates/clips/app/components/ui/dialog.tsx +1 -0
  610. package/corpus/templates/clips/app/components/ui/dropdown-menu.tsx +1 -0
  611. package/corpus/templates/clips/app/components/ui/input.tsx +1 -0
  612. package/corpus/templates/clips/app/components/ui/label.tsx +1 -0
  613. package/corpus/templates/clips/app/components/ui/popover.tsx +1 -0
  614. package/corpus/templates/clips/app/components/ui/scroll-area.tsx +1 -0
  615. package/corpus/templates/clips/app/components/ui/select.tsx +1 -0
  616. package/corpus/templates/clips/app/components/ui/separator.tsx +1 -0
  617. package/corpus/templates/clips/app/components/ui/sheet.tsx +1 -0
  618. package/corpus/templates/clips/app/components/ui/skeleton.tsx +1 -0
  619. package/corpus/templates/clips/app/components/ui/slider.tsx +1 -0
  620. package/corpus/templates/clips/app/components/ui/sonner.tsx +1 -0
  621. package/corpus/templates/clips/app/components/ui/spinner.tsx +1 -0
  622. package/corpus/templates/clips/app/components/ui/switch.tsx +1 -0
  623. package/corpus/templates/clips/app/components/ui/table.tsx +1 -0
  624. package/corpus/templates/clips/app/components/ui/tabs.tsx +1 -0
  625. package/corpus/templates/clips/app/components/ui/textarea.tsx +1 -0
  626. package/corpus/templates/clips/app/components/ui/toolkit-provider.tsx +12 -0
  627. package/corpus/templates/clips/app/components/ui/tooltip.tsx +1 -0
  628. package/corpus/templates/clips/app/components/workspace/branding-editor.tsx +5 -9
  629. package/corpus/templates/clips/app/components/workspace/insights-hub.tsx +9 -19
  630. package/corpus/templates/clips/app/components/workspace/invite-dialog.tsx +10 -9
  631. package/corpus/templates/clips/app/components/workspace/members-list.tsx +11 -10
  632. package/corpus/templates/clips/app/components/workspace/notifications-list.tsx +2 -1
  633. package/corpus/templates/clips/app/components/workspace/top-creators-table.tsx +3 -2
  634. package/corpus/templates/clips/app/components/workspace/top-videos-table.tsx +3 -2
  635. package/corpus/templates/clips/app/global.css +1 -0
  636. package/corpus/templates/clips/app/hooks/use-desktop-promo.ts +2 -1
  637. package/corpus/templates/clips/app/hooks/use-mobile.ts +1 -0
  638. package/corpus/templates/clips/app/hooks/use-player-shortcuts.ts +14 -10
  639. package/corpus/templates/clips/app/hooks/use-view-tracking.ts +14 -0
  640. package/corpus/templates/clips/app/i18n/ar-SA.ts +56 -0
  641. package/corpus/templates/clips/app/i18n/de-DE.ts +53 -0
  642. package/corpus/templates/clips/app/i18n/en-US.ts +52 -0
  643. package/corpus/templates/clips/app/i18n/es-ES.ts +53 -0
  644. package/corpus/templates/clips/app/i18n/fr-FR.ts +53 -0
  645. package/corpus/templates/clips/app/i18n/hi-IN.ts +52 -0
  646. package/corpus/templates/clips/app/i18n/ja-JP.ts +53 -0
  647. package/corpus/templates/clips/app/i18n/ko-KR.ts +52 -0
  648. package/corpus/templates/clips/app/i18n/pt-BR.ts +53 -0
  649. package/corpus/templates/clips/app/i18n/zh-CN.ts +51 -0
  650. package/corpus/templates/clips/app/i18n/zh-TW.ts +51 -0
  651. package/corpus/templates/clips/app/lib/recorder-preferences.ts +4 -0
  652. package/corpus/templates/clips/app/lib/timestamp-mapping.ts +5 -0
  653. package/corpus/templates/clips/app/root.tsx +26 -23
  654. package/corpus/templates/clips/app/routes/_app.dictate.tsx +39 -23
  655. package/corpus/templates/clips/app/routes/_app.library._index.tsx +27 -1
  656. package/corpus/templates/clips/app/routes/_app.meetings.$meetingId.tsx +134 -39
  657. package/corpus/templates/clips/app/routes/_app.meetings._index.tsx +20 -20
  658. package/corpus/templates/clips/app/routes/_app.notifications.tsx +3 -3
  659. package/corpus/templates/clips/app/routes/_app.settings._index.tsx +92 -60
  660. package/corpus/templates/clips/app/routes/_app.settings.organization.tsx +8 -13
  661. package/corpus/templates/clips/app/routes/_app.spaces._index.tsx +1 -1
  662. package/corpus/templates/clips/app/routes/_app.trash.tsx +96 -31
  663. package/corpus/templates/clips/app/routes/bug-report.done.tsx +1 -1
  664. package/corpus/templates/clips/app/routes/bug-report.tsx +11 -11
  665. package/corpus/templates/clips/app/routes/download.tsx +2 -2
  666. package/corpus/templates/clips/app/routes/embed.$shareId.tsx +2 -1
  667. package/corpus/templates/clips/app/routes/invite.$token.tsx +8 -13
  668. package/corpus/templates/clips/app/routes/r.$recordingId.tsx +263 -251
  669. package/corpus/templates/clips/app/routes/record.tsx +185 -78
  670. package/corpus/templates/clips/app/routes/share.$shareId.tsx +51 -29
  671. package/corpus/templates/clips/app/routes/share.meeting.$meetingId.tsx +71 -16
  672. package/corpus/templates/clips/changelog/2026-07-05-mobile-clip-pages-use-a-tighter-viewer-layout-with-inline-ac.md +6 -0
  673. package/corpus/templates/clips/changelog/2026-07-06-ai-setup-now-switches-to-your-saved-provider-key-and-uses-fa.md +6 -0
  674. package/corpus/templates/clips/changelog/2026-07-06-browsers-that-can-t-play-a-clip-s-video-format-now-see-a-cle.md +6 -0
  675. package/corpus/templates/clips/changelog/2026-07-06-calendar-connections-no-longer-ask-you-to-reconnect-after-te.md +6 -0
  676. package/corpus/templates/clips/changelog/2026-07-06-chrome-extension-recordings-keep-your-selected-microphone.md +6 -0
  677. package/corpus/templates/clips/changelog/2026-07-06-clip-recordings-now-use-streaming-uploads-by-default.md +6 -0
  678. package/corpus/templates/clips/changelog/2026-07-06-clip-titles-in-the-library-grid-now-open-the-clip-instead-of.md +6 -0
  679. package/corpus/templates/clips/changelog/2026-07-06-desktop-countdown-now-dims-the-screen-before-recording.md +5 -0
  680. package/corpus/templates/clips/changelog/2026-07-06-desktop-popover-no-longer-drops-bluetooth-headphones-into-call-quality-mode.md +6 -0
  681. package/corpus/templates/clips/changelog/2026-07-06-desktop-recorder-now-refreshes-cameras-and-mics-when-the-pop.md +6 -0
  682. package/corpus/templates/clips/changelog/2026-07-06-desktop-recordings-keep-microphone-volume-clear-while-recor.md +5 -0
  683. package/corpus/templates/clips/changelog/2026-07-06-desktop-recordings-no-longer-get-stuck-optimizing-when-scree.md +6 -0
  684. package/corpus/templates/clips/changelog/2026-07-06-dictation-history-from-the-desktop-app-now-appears-in-the-di.md +6 -0
  685. package/corpus/templates/clips/changelog/2026-07-06-dictation-no-longer-overwrites-your-clipboard-and-messaging-.md +6 -0
  686. package/corpus/templates/clips/changelog/2026-07-06-double-tap-your-dictation-key-for-hands-free-dictation-tap-a.md +6 -0
  687. package/corpus/templates/clips/changelog/2026-07-06-fixed-desktop-recordings-sometimes-uploading-without-audio-a.md +6 -0
  688. package/corpus/templates/clips/changelog/2026-07-06-fixed-desktop-recordings-that-could-get-stuck-uploading-and-.md +6 -0
  689. package/corpus/templates/clips/changelog/2026-07-06-fixed-recordings-sometimes-capturing-from-the-wrong-micropho.md +6 -0
  690. package/corpus/templates/clips/changelog/2026-07-06-hands-free-dictation-and-meeting-cleanup-recover-more-reliab.md +6 -0
  691. package/corpus/templates/clips/changelog/2026-07-06-live-meetings-show-time-remaining-and-you-can-end-a-meeting-.md +6 -0
  692. package/corpus/templates/clips/changelog/2026-07-06-manage-your-personal-dictation-dictionary-from-the-dictate-t.md +6 -0
  693. package/corpus/templates/clips/changelog/2026-07-06-meetings-interrupted-by-quitting-or-crashing-now-close-out-c.md +6 -0
  694. package/corpus/templates/clips/changelog/2026-07-06-mic-only-desktop-recordings-now-use-the-selected-microphone-.md +6 -0
  695. package/corpus/templates/clips/changelog/2026-07-06-paste-your-last-dictation-anytime-with-cmd-ctrl-v-or-from-th.md +6 -0
  696. package/corpus/templates/clips/changelog/2026-07-06-press-esc-to-cancel-a-dictation-in-progress.md +6 -0
  697. package/corpus/templates/clips/changelog/2026-07-06-recordings-whose-video-file-contains-no-audio-track-no-longe.md +6 -0
  698. package/corpus/templates/clips/changelog/2026-07-06-search-inside-meeting-transcripts.md +6 -0
  699. package/corpus/templates/clips/changelog/2026-07-06-see-who-viewed-your-shared-clips-and-when-click-the-view-cou.md +6 -0
  700. package/corpus/templates/clips/changelog/2026-07-06-share-links-for-agents-now-appear-as-soon-as-the-share-menu-.md +6 -0
  701. package/corpus/templates/clips/changelog/2026-07-06-share-popovers-now-stay-above-video-playback-controls.md +6 -0
  702. package/corpus/templates/clips/changelog/2026-07-06-shared-clip-pages-now-recover-automatically-from-transient-v.md +6 -0
  703. package/corpus/templates/clips/changelog/2026-07-06-the-desktop-app-now-walks-you-through-permissions-on-first-l.md +6 -0
  704. package/corpus/templates/clips/changelog/2026-07-06-transcript-cleanup-preferences-now-save-per-user.md +6 -0
  705. package/corpus/templates/clips/changelog/2026-07-06-transcripts-now-retry-automatically-after-transient-failures.md +6 -0
  706. package/corpus/templates/clips/changelog/2026-07-06-video-compression-now-runs-in-the-background-without-blocking.md +6 -0
  707. package/corpus/templates/clips/changelog/2026-07-07-native-microphone-recordings-now-reduce-steady-background-noise.md +6 -0
  708. package/corpus/templates/clips/changelog/2026-07-07-recording-transcripts-now-line-up-with-the-video-start-afte.md +6 -0
  709. package/corpus/templates/clips/chrome-extension/public/manifest.json +1 -1
  710. package/corpus/templates/clips/chrome-extension/src/background.ts +141 -48
  711. package/corpus/templates/clips/chrome-extension/src/offscreen.ts +383 -59
  712. package/corpus/templates/clips/chrome-extension/src/overlay.ts +51 -10
  713. package/corpus/templates/clips/chrome-extension/src/popup.ts +57 -6
  714. package/corpus/templates/clips/desktop/package.json +1 -1
  715. package/corpus/templates/clips/desktop/scripts/sign-macos-local.ts +67 -0
  716. package/corpus/templates/clips/desktop/src/app.tsx +38 -13
  717. package/corpus/templates/clips/desktop/src/components/SourceRow.tsx +1 -0
  718. package/corpus/templates/clips/desktop/src/hooks/useMediaDevices.ts +88 -28
  719. package/corpus/templates/clips/desktop/src/hooks/useMeetingTranscription.ts +165 -55
  720. package/corpus/templates/clips/desktop/src/hooks/useMicMeter.ts +35 -10
  721. package/corpus/templates/clips/desktop/src/lib/backtrack.ts +12 -0
  722. package/corpus/templates/clips/desktop/src/lib/media-capture-constraints.ts +129 -34
  723. package/corpus/templates/clips/desktop/src/lib/media-device-selection.ts +157 -0
  724. package/corpus/templates/clips/desktop/src/lib/permissions.ts +2 -0
  725. package/corpus/templates/clips/desktop/src/lib/recorder.ts +109 -47
  726. package/corpus/templates/clips/desktop/src/lib/transcription-capture.ts +22 -2
  727. package/corpus/templates/clips/desktop/src/lib/transcription-engine.ts +29 -1
  728. package/corpus/templates/clips/desktop/src/lib/updater.ts +6 -0
  729. package/corpus/templates/clips/desktop/src/lib/voice-dictation.ts +372 -31
  730. package/corpus/templates/clips/desktop/src/overlays/finalizing.tsx +90 -0
  731. package/corpus/templates/clips/desktop/src/overlays/flow-bar.tsx +4 -6
  732. package/corpus/templates/clips/desktop/src/overlays/onboarding.tsx +214 -9
  733. package/corpus/templates/clips/desktop/src/overlays/recording-pill.tsx +37 -52
  734. package/corpus/templates/clips/desktop/src/styles.css +1 -1
  735. package/corpus/templates/clips/desktop/src-tauri/Cargo.toml +7 -0
  736. package/corpus/templates/clips/desktop/src-tauri/src/clips/mod.rs +371 -43
  737. package/corpus/templates/clips/desktop/src-tauri/src/lib.rs +79 -0
  738. package/corpus/templates/clips/desktop/src-tauri/src/native_screen.rs +1418 -260
  739. package/corpus/templates/clips/desktop/src-tauri/src/native_speech.rs +188 -44
  740. package/corpus/templates/clips/desktop/src-tauri/src/shortcuts.rs +197 -8
  741. package/corpus/templates/clips/desktop/src-tauri/src/silence_detector.rs +64 -8
  742. package/corpus/templates/clips/desktop/src-tauri/src/state.rs +3 -2
  743. package/corpus/templates/clips/desktop/src-tauri/src/system_audio.rs +10 -0
  744. package/corpus/templates/clips/desktop/src-tauri/src/tray.rs +29 -8
  745. package/corpus/templates/clips/desktop/src-tauri/src/whisper_speech.rs +136 -13
  746. package/corpus/templates/clips/desktop/vite.config.ts +3 -0
  747. package/corpus/templates/clips/package.json +1 -1
  748. package/corpus/templates/clips/server/db/schema.ts +26 -0
  749. package/corpus/templates/clips/server/jobs/builder-media-compression.ts +41 -0
  750. package/corpus/templates/clips/server/jobs/stale-meeting-sweeper.ts +294 -0
  751. package/corpus/templates/clips/server/lib/builder-media-compression.ts +976 -0
  752. package/corpus/templates/clips/server/lib/calendar-event-meetings.ts +107 -56
  753. package/corpus/templates/clips/server/lib/env-flags.ts +4 -0
  754. package/corpus/templates/clips/server/lib/google-calendar-client.ts +8 -1
  755. package/corpus/templates/clips/server/lib/media-worker.ts +153 -0
  756. package/corpus/templates/clips/server/lib/s3-upload-provider.ts +58 -17
  757. package/corpus/templates/clips/server/lib/streaming-upload-mode.ts +17 -5
  758. package/corpus/templates/clips/server/lib/video-remux.ts +90 -0
  759. package/corpus/templates/clips/server/plugins/calendar-jobs.ts +4 -0
  760. package/corpus/templates/clips/server/plugins/db.ts +196 -0
  761. package/corpus/templates/clips/server/register-secrets.ts +78 -0
  762. package/corpus/templates/clips/server/routes/_agent-native/clips/user-prefs.get.ts +15 -0
  763. package/corpus/templates/clips/server/routes/_agent-native/clips/user-prefs.put.ts +27 -0
  764. package/corpus/templates/clips/server/routes/api/media-worker/callback.post.ts +88 -0
  765. package/corpus/templates/clips/server/routes/api/public-recording.get.ts +87 -7
  766. package/corpus/templates/clips/server/routes/api/uploads/[recordingId]/abort.post.ts +11 -4
  767. package/corpus/templates/clips/server/routes/api/uploads/[recordingId]/chunk.post.ts +55 -13
  768. package/corpus/templates/clips/server/routes/api/video/[recordingId].get.ts +24 -42
  769. package/corpus/templates/clips/server/routes/api/view-event.post.ts +29 -1
  770. package/corpus/templates/clips/shared/finalize-recovery.ts +23 -3
  771. package/corpus/templates/clips/shared/media-device-selection.ts +157 -0
  772. package/corpus/templates/clips/shared/media-worker-contract.ts +146 -0
  773. package/corpus/templates/content/.agents/skills/actions/SKILL.md +55 -0
  774. package/corpus/templates/content/.agents/skills/notion-integration/SKILL.md +67 -2
  775. package/corpus/templates/content/AGENTS.md +73 -65
  776. package/corpus/templates/content/actions/_builder-cms-read-client.ts +188 -8
  777. package/corpus/templates/content/actions/_builder-docs-client.ts +41 -3
  778. package/corpus/templates/content/actions/_database-source-utils.ts +998 -160
  779. package/corpus/templates/content/actions/_database-utils.ts +44 -4
  780. package/corpus/templates/content/actions/_local-file-documents.ts +90 -1
  781. package/corpus/templates/content/actions/_notion-action-utils.ts +12 -4
  782. package/corpus/templates/content/actions/add-content-database-source-field-property.ts +23 -1
  783. package/corpus/templates/content/actions/attach-content-database-source.ts +85 -12
  784. package/corpus/templates/content/actions/change-content-database-source-role.ts +9 -1
  785. package/corpus/templates/content/actions/delete-content-database.ts +1 -0
  786. package/corpus/templates/content/actions/delete-document.ts +8 -0
  787. package/corpus/templates/content/actions/get-document.ts +11 -2
  788. package/corpus/templates/content/actions/list-content-databases.ts +57 -9
  789. package/corpus/templates/content/actions/prepare-builder-source-review.ts +23 -6
  790. package/corpus/templates/content/actions/refresh-content-database-source.ts +26 -3
  791. package/corpus/templates/content/actions/remove-local-file-source.ts +100 -0
  792. package/corpus/templates/content/actions/restore-content-database.ts +1 -0
  793. package/corpus/templates/content/actions/sync-notion-comments.ts +174 -20
  794. package/corpus/templates/content/actions/update-document.ts +134 -5
  795. package/corpus/templates/content/app/blocks/SourceComponentBlock.tsx +31 -3
  796. package/corpus/templates/content/app/blocks/contentBlockRegistry.tsx +4 -4
  797. package/corpus/templates/content/app/components/EmptyState.tsx +1 -1
  798. package/corpus/templates/content/app/components/ThemeToggle.tsx +6 -6
  799. package/corpus/templates/content/app/components/editor/BubbleToolbar.tsx +5 -5
  800. package/corpus/templates/content/app/components/editor/BuilderBodySyncingNotice.tsx +21 -0
  801. package/corpus/templates/content/app/components/editor/CommentsSidebar.tsx +5 -5
  802. package/corpus/templates/content/app/components/editor/ContentReferencePreview.tsx +1 -1
  803. package/corpus/templates/content/app/components/editor/DocumentDatabase.tsx +9 -14630
  804. package/corpus/templates/content/app/components/editor/DocumentEditor.tsx +142 -79
  805. package/corpus/templates/content/app/components/editor/DocumentEditorSkeleton.tsx +36 -0
  806. package/corpus/templates/content/app/components/editor/DocumentProperties.tsx +98 -46
  807. package/corpus/templates/content/app/components/editor/DocumentToolbar.tsx +29 -44
  808. package/corpus/templates/content/app/components/editor/EmojiPicker.tsx +5 -4
  809. package/corpus/templates/content/app/components/editor/LinkHoverPreview.tsx +5 -4
  810. package/corpus/templates/content/app/components/editor/NotionConflictBanner.tsx +1 -1
  811. package/corpus/templates/content/app/components/editor/NotionSyncBar.tsx +2 -2
  812. package/corpus/templates/content/app/components/editor/SlashCommandMenu.tsx +5 -5
  813. package/corpus/templates/content/app/components/editor/TableHoverControls.tsx +13 -13
  814. package/corpus/templates/content/app/components/editor/VersionHistoryPanel.tsx +10 -10
  815. package/corpus/templates/content/app/components/editor/VisualEditor.tsx +28 -11
  816. package/corpus/templates/content/app/components/editor/body-hydration.ts +112 -0
  817. package/corpus/templates/content/app/components/editor/builder-body-hydration-pump.ts +52 -0
  818. package/corpus/templates/content/app/components/editor/database/DatabaseView.tsx +736 -69
  819. package/corpus/templates/content/app/components/editor/database/navigation-state.ts +36 -1
  820. package/corpus/templates/content/app/components/editor/database/settings.tsx +3224 -0
  821. package/corpus/templates/content/app/components/editor/database/shared.tsx +19 -19
  822. package/corpus/templates/content/app/components/editor/database/text.ts +23 -0
  823. package/corpus/templates/content/app/components/editor/database-sources/BuilderSourceReviewDialog.tsx +50 -9
  824. package/corpus/templates/content/app/components/editor/extensions/AudioBlock.tsx +19 -18
  825. package/corpus/templates/content/app/components/editor/extensions/ImageBlock.tsx +57 -31
  826. package/corpus/templates/content/app/components/editor/extensions/LocalMdxComponentNode.tsx +8 -8
  827. package/corpus/templates/content/app/components/editor/extensions/NotionExtensions.tsx +9 -0
  828. package/corpus/templates/content/app/components/editor/extensions/VideoBlock.tsx +19 -18
  829. package/corpus/templates/content/app/components/editor/previewDocumentSaveController.ts +21 -1
  830. package/corpus/templates/content/app/components/layout/Header.tsx +1 -5
  831. package/corpus/templates/content/app/components/layout/Layout.tsx +25 -8
  832. package/corpus/templates/content/app/components/sidebar/DocumentSidebar.tsx +214 -56
  833. package/corpus/templates/content/app/components/sidebar/DocumentTreeItem.tsx +33 -30
  834. package/corpus/templates/content/app/components/sidebar/NotionButton.tsx +11 -11
  835. package/corpus/templates/content/app/components/sidebar/document-sidebar-sections.ts +109 -1
  836. package/corpus/templates/content/app/components/ui/alert-dialog.tsx +1 -0
  837. package/corpus/templates/content/app/components/ui/button.tsx +1 -0
  838. package/corpus/templates/content/app/components/ui/dialog.tsx +1 -0
  839. package/corpus/templates/content/app/components/ui/dropdown-menu.tsx +1 -0
  840. package/corpus/templates/content/app/components/ui/input.tsx +1 -0
  841. package/corpus/templates/content/app/components/ui/label.tsx +1 -0
  842. package/corpus/templates/content/app/components/ui/popover.tsx +1 -0
  843. package/corpus/templates/content/app/components/ui/separator.tsx +1 -0
  844. package/corpus/templates/content/app/components/ui/sheet.tsx +1 -0
  845. package/corpus/templates/content/app/components/ui/skeleton.tsx +1 -0
  846. package/corpus/templates/content/app/components/ui/sonner.tsx +1 -0
  847. package/corpus/templates/content/app/components/ui/spinner.tsx +1 -0
  848. package/corpus/templates/content/app/components/ui/table.tsx +1 -0
  849. package/corpus/templates/content/app/components/ui/toaster.tsx +1 -0
  850. package/corpus/templates/content/app/components/ui/toolkit-provider.tsx +12 -0
  851. package/corpus/templates/content/app/components/ui/tooltip.tsx +1 -0
  852. package/corpus/templates/content/app/global.css +42 -0
  853. package/corpus/templates/content/app/hooks/use-content-database.ts +346 -42
  854. package/corpus/templates/content/app/hooks/use-db-sync.ts +9 -0
  855. package/corpus/templates/content/app/hooks/use-documents.ts +136 -37
  856. package/corpus/templates/content/app/hooks/use-mobile.ts +1 -0
  857. package/corpus/templates/content/app/hooks/use-notion.ts +85 -15
  858. package/corpus/templates/content/app/i18n/zh-TW.ts +49 -0
  859. package/corpus/templates/content/app/i18n-data.ts +508 -0
  860. package/corpus/templates/content/app/root.tsx +57 -29
  861. package/corpus/templates/content/app/routes/_app._index.tsx +1 -1
  862. package/corpus/templates/content/app/routes/_app.local-files.tsx +268 -81
  863. package/corpus/templates/content/app/routes/_app.settings.tsx +4 -21
  864. package/corpus/templates/content/changelog/2026-07-01-builder-database-sources-keep-loading-rows-in-the-background.md +6 -0
  865. package/corpus/templates/content/changelog/2026-07-01-builder-source-attach-starts-with-usable-rows.md +6 -0
  866. package/corpus/templates/content/changelog/2026-07-01-builder-source-attachment-now-stays-connected-after-large.md +6 -0
  867. package/corpus/templates/content/changelog/2026-07-01-builder-source-components-show-preservation-and-review-states.md +6 -0
  868. package/corpus/templates/content/changelog/2026-07-01-builder-source-refreshes-now-show-progress-for-large-docs-blog.md +6 -0
  869. package/corpus/templates/content/changelog/2026-07-01-database-pages-now-delete-to-trash-without-route-errors.md +6 -0
  870. package/corpus/templates/content/changelog/2026-07-02-builder-source-refreshes-recover-from-stalled-background-row.md +6 -0
  871. package/corpus/templates/content/changelog/2026-07-02-builder-sourced-rows-open-with-sync-protection.md +6 -0
  872. package/corpus/templates/content/changelog/2026-07-02-database-rows-and-pages-open-faster-from-recently-loaded-dat.md +6 -0
  873. package/corpus/templates/content/changelog/2026-07-02-preview-panels-close-reliably-narrow-sidebar-row-actions-sta.md +6 -0
  874. package/corpus/templates/content/changelog/2026-07-06-builder-sync-progress-no-longer-shows-continue.md +6 -0
  875. package/corpus/templates/content/changelog/2026-07-06-document-headers-and-page-bodies-now-share-one-background-shade.md +6 -0
  876. package/corpus/templates/content/changelog/2026-07-06-export-submenus-stay-visible-outside-the-page-actions-menu.md +6 -0
  877. package/corpus/templates/content/changelog/2026-07-06-fixed-collaborative-documents-reapplying-content-before-save.md +6 -0
  878. package/corpus/templates/content/changelog/2026-07-06-local-files-now-remember-sidebar-collapse-state-and-include-.md +6 -0
  879. package/corpus/templates/content/changelog/2026-07-06-notion-comment-sync-now-preserves-threads-replies-stay-attac.md +6 -0
  880. package/corpus/templates/content/changelog/2026-07-06-notion-sync-is-far-more-reliable-auto-sync-no-longer-overwri.md +6 -0
  881. package/corpus/templates/content/changelog/2026-07-06-opening-pages-now-highlights-the-sidebar-item-and-shows-the-.md +6 -0
  882. package/corpus/templates/content/changelog/2026-07-06-presence-markers-in-the-editor-are-now-compact-instead-of-co.md +6 -0
  883. package/corpus/templates/content/changelog/2026-07-06-sidebar-collapse-now-keeps-the-same-background-shade-as-the-.md +6 -0
  884. package/corpus/templates/content/changelog/2026-07-06-the-content-header-no-longer-shows-the-global-notifications-.md +6 -0
  885. package/corpus/templates/content/parity/matrix.md +24 -24
  886. package/corpus/templates/content/parity/matrix.ts +7 -3
  887. package/corpus/templates/content/server/db/schema.ts +15 -0
  888. package/corpus/templates/content/server/lib/notion-sync.ts +481 -39
  889. package/corpus/templates/content/server/lib/notion.ts +212 -48
  890. package/corpus/templates/content/server/plugins/db.ts +20 -0
  891. package/corpus/templates/content/server/routes/api/documents/[id]/notion/resolve.post.ts +14 -2
  892. package/corpus/templates/content/server/routes/api/notion/callback.get.ts +54 -6
  893. package/corpus/templates/content/shared/api.ts +13 -0
  894. package/corpus/templates/content/shared/builder-mdx.ts +84 -15
  895. package/corpus/templates/content/shared/builder-source-component-registry.ts +177 -0
  896. package/corpus/templates/content/shared/nfm.ts +459 -66
  897. package/corpus/templates/content/shared/source-component-block.ts +72 -6
  898. package/corpus/templates/content/vite.config.ts +17 -1
  899. package/corpus/templates/design/.agents/skills/actions/SKILL.md +55 -0
  900. package/corpus/templates/design/.agents/skills/design-generation/SKILL.md +44 -25
  901. package/corpus/templates/design/.agents/skills/responsive-breakpoints/SKILL.md +98 -0
  902. package/corpus/templates/design/.agents/skills/shader-fills/SKILL.md +162 -0
  903. package/corpus/templates/design/AGENTS.md +12 -4
  904. package/corpus/templates/design/actions/add-breakpoint.ts +6 -3
  905. package/corpus/templates/design/actions/apply-a11y-fix.ts +57 -37
  906. package/corpus/templates/design/actions/apply-component-prop-edit.ts +41 -20
  907. package/corpus/templates/design/actions/apply-motion-edit.ts +251 -38
  908. package/corpus/templates/design/actions/apply-shader-fill.ts +90 -66
  909. package/corpus/templates/design/actions/apply-visual-edit.ts +282 -55
  910. package/corpus/templates/design/actions/create-component.ts +29 -60
  911. package/corpus/templates/design/actions/create-file.ts +9 -2
  912. package/corpus/templates/design/actions/duplicate-design.ts +31 -2
  913. package/corpus/templates/design/actions/edit-design.ts +36 -38
  914. package/corpus/templates/design/actions/generate-design-title.ts +87 -0
  915. package/corpus/templates/design/actions/generate-design.ts +53 -18
  916. package/corpus/templates/design/actions/generate-screens.ts +108 -4
  917. package/corpus/templates/design/actions/get-motion-timeline.ts +35 -7
  918. package/corpus/templates/design/actions/import-design-source.ts +8 -58
  919. package/corpus/templates/design/actions/insert-asset.ts +34 -29
  920. package/corpus/templates/design/actions/insert-design-native-asset.ts +129 -32
  921. package/corpus/templates/design/actions/insert-figma-library-asset.ts +35 -30
  922. package/corpus/templates/design/actions/present-design-variants.ts +7 -2
  923. package/corpus/templates/design/actions/remove-motion-timeline.ts +31 -36
  924. package/corpus/templates/design/actions/run-design-audit.ts +127 -1
  925. package/corpus/templates/design/actions/take-design-screenshot.ts +673 -0
  926. package/corpus/templates/design/actions/update-file.ts +190 -75
  927. package/corpus/templates/design/app/components/ThemeToggle.tsx +6 -6
  928. package/corpus/templates/design/app/components/design/BreakpointBar.tsx +403 -0
  929. package/corpus/templates/design/app/components/design/CanvasContextMenu.tsx +480 -233
  930. package/corpus/templates/design/app/components/design/DesignCanvas.tsx +708 -53
  931. package/corpus/templates/design/app/components/design/DesignEditorSkeleton.tsx +2 -2
  932. package/corpus/templates/design/app/components/design/DesignExtensionsPanel.tsx +99 -24
  933. package/corpus/templates/design/app/components/design/DesignImportPanel.tsx +6 -97
  934. package/corpus/templates/design/app/components/design/DrawOverlay.tsx +7 -7
  935. package/corpus/templates/design/app/components/design/EditPanel.tsx +1120 -6977
  936. package/corpus/templates/design/app/components/design/FusionAppBanner.tsx +9 -8
  937. package/corpus/templates/design/app/components/design/LayersPanel.tsx +433 -99
  938. package/corpus/templates/design/app/components/design/LocalhostWriteConsentDialog.tsx +6 -5
  939. package/corpus/templates/design/app/components/design/MotionDock.tsx +1138 -117
  940. package/corpus/templates/design/app/components/design/MultiScreenCanvas.tsx +2610 -1398
  941. package/corpus/templates/design/app/components/design/QuestionFlow.tsx +3 -3
  942. package/corpus/templates/design/app/components/design/ReadOnlyDesignBanner.tsx +22 -0
  943. package/corpus/templates/design/app/components/design/ReviewPanel.tsx +3 -3
  944. package/corpus/templates/design/app/components/design/StatesPanel.tsx +13 -13
  945. package/corpus/templates/design/app/components/design/TokensPanel.tsx +14 -14
  946. package/corpus/templates/design/app/components/design/TweaksPanel.tsx +6 -6
  947. package/corpus/templates/design/app/components/design/bridge/editor-chrome.bridge.ts +2221 -244
  948. package/corpus/templates/design/app/components/design/bridge/motion-preview.bridge.ts +187 -11
  949. package/corpus/templates/design/app/components/design/bridge/shader-fill-preview.bridge.ts +376 -1
  950. package/corpus/templates/design/app/components/design/bridge/shader-runtime.bridge.ts +746 -0
  951. package/corpus/templates/design/app/components/design/canvas-primitive-style.ts +17 -0
  952. package/corpus/templates/design/app/components/design/code-workbench/ActivityBar.tsx +3 -3
  953. package/corpus/templates/design/app/components/design/code-workbench/SideBar.tsx +5 -8
  954. package/corpus/templates/design/app/components/design/code-workbench/editor/EditorTabs.tsx +6 -6
  955. package/corpus/templates/design/app/components/design/code-workbench/editor/MonacoHost.tsx +2 -1
  956. package/corpus/templates/design/app/components/design/code-workbench/explorer/FileTree.tsx +18 -20
  957. package/corpus/templates/design/app/components/design/code-workbench/quickinput/QuickInput.tsx +1 -1
  958. package/corpus/templates/design/app/components/design/code-workbench/search/SearchView.tsx +6 -6
  959. package/corpus/templates/design/app/components/design/edit-panel/appearance-properties.tsx +518 -0
  960. package/corpus/templates/design/app/components/design/edit-panel/code-inspect-helpers.tsx +562 -0
  961. package/corpus/templates/design/app/components/design/edit-panel/component-section.tsx +763 -0
  962. package/corpus/templates/design/app/components/design/edit-panel/document-colors.ts +94 -0
  963. package/corpus/templates/design/app/components/design/edit-panel/effects-properties.tsx +780 -0
  964. package/corpus/templates/design/app/components/design/edit-panel/element-classification.ts +446 -0
  965. package/corpus/templates/design/app/components/design/edit-panel/element-identity.ts +79 -0
  966. package/corpus/templates/design/app/components/design/edit-panel/field-primitives.tsx +315 -0
  967. package/corpus/templates/design/app/components/design/edit-panel/fill-gradient-helpers.ts +344 -0
  968. package/corpus/templates/design/app/components/design/edit-panel/fill-properties.tsx +594 -0
  969. package/corpus/templates/design/app/components/design/edit-panel/frame-presets-panel.tsx +119 -0
  970. package/corpus/templates/design/app/components/design/edit-panel/inspector-controls.tsx +248 -0
  971. package/corpus/templates/design/app/components/design/edit-panel/interaction-state-helpers.ts +45 -0
  972. package/corpus/templates/design/app/components/design/edit-panel/layout-properties.tsx +693 -0
  973. package/corpus/templates/design/app/components/design/edit-panel/panel-primitives.tsx +724 -0
  974. package/corpus/templates/design/app/components/design/edit-panel/position-helpers.ts +207 -0
  975. package/corpus/templates/design/app/components/design/edit-panel/position-layout-properties.tsx +628 -0
  976. package/corpus/templates/design/app/components/design/edit-panel/selection-helpers.ts +91 -0
  977. package/corpus/templates/design/app/components/design/edit-panel/stroke-properties.tsx +649 -0
  978. package/corpus/templates/design/app/components/design/edit-panel/style-change-types.ts +118 -0
  979. package/corpus/templates/design/app/components/design/edit-panel/style-options.ts +88 -0
  980. package/corpus/templates/design/app/components/design/edit-panel/transform-helpers.ts +100 -0
  981. package/corpus/templates/design/app/components/design/edit-panel/typography-helpers.ts +117 -0
  982. package/corpus/templates/design/app/components/design/edit-panel/typography-properties.tsx +501 -0
  983. package/corpus/templates/design/app/components/design/inspector/AlignmentMatrix.tsx +3 -3
  984. package/corpus/templates/design/app/components/design/inspector/AutoLayoutMatrix.tsx +98 -47
  985. package/corpus/templates/design/app/components/design/inspector/BreakpointOverrideIndicator.tsx +82 -0
  986. package/corpus/templates/design/app/components/design/inspector/ConstraintsWidget.tsx +3 -3
  987. package/corpus/templates/design/app/components/design/inspector/DesignColorPicker.tsx +207 -105
  988. package/corpus/templates/design/app/components/design/inspector/ExportSettingsPanel.tsx +6 -6
  989. package/corpus/templates/design/app/components/design/inspector/GlslShaderPanel.tsx +1097 -0
  990. package/corpus/templates/design/app/components/design/inspector/GradientEditor.tsx +44 -0
  991. package/corpus/templates/design/app/components/design/inspector/ImageFillControls.tsx +6 -6
  992. package/corpus/templates/design/app/components/design/inspector/InteractionStatePanel.tsx +258 -0
  993. package/corpus/templates/design/app/components/design/inspector/MotionKeyframeDiamond.tsx +144 -0
  994. package/corpus/templates/design/app/components/design/inspector/ScrubInput.tsx +106 -16
  995. package/corpus/templates/design/app/components/design/inspector/ShaderControls.tsx +14 -14
  996. package/corpus/templates/design/app/components/design/inspector/ShaderEffectRow.tsx +9 -9
  997. package/corpus/templates/design/app/components/design/inspector/ShaderFillsPanel.tsx +6 -6
  998. package/corpus/templates/design/app/components/design/inspector/frame-size-presets.ts +116 -0
  999. package/corpus/templates/design/app/components/design/inspector/index.ts +26 -0
  1000. package/corpus/templates/design/app/components/design/inspector/scrub-input-utils.ts +29 -0
  1001. package/corpus/templates/design/app/components/design/multi-screen/alt-hover-measurement.ts +171 -0
  1002. package/corpus/templates/design/app/components/design/multi-screen/board-surface-html.ts +220 -0
  1003. package/corpus/templates/design/app/components/design/multi-screen/chrome-transitions.ts +35 -0
  1004. package/corpus/templates/design/app/components/design/multi-screen/cross-screen-drop.ts +134 -0
  1005. package/corpus/templates/design/app/components/design/multi-screen/culling.ts +185 -0
  1006. package/corpus/templates/design/app/components/design/multi-screen/gradient-overlay-geometry.ts +120 -0
  1007. package/corpus/templates/design/app/components/design/multi-screen/types.ts +892 -0
  1008. package/corpus/templates/design/app/components/design/multi-screen/vector-edit-geometry.ts +21 -0
  1009. package/corpus/templates/design/app/components/design/types.ts +15 -0
  1010. package/corpus/templates/design/app/components/design-system/DesignSystemCard.tsx +3 -2
  1011. package/corpus/templates/design/app/components/editor/PromptDialog.tsx +124 -23
  1012. package/corpus/templates/design/app/components/layout/Header.tsx +2 -2
  1013. package/corpus/templates/design/app/components/layout/Sidebar.tsx +5 -5
  1014. package/corpus/templates/design/app/components/ui/alert-dialog.tsx +1 -0
  1015. package/corpus/templates/design/app/components/ui/avatar.tsx +1 -0
  1016. package/corpus/templates/design/app/components/ui/badge.tsx +1 -0
  1017. package/corpus/templates/design/app/components/ui/button.tsx +1 -0
  1018. package/corpus/templates/design/app/components/ui/card.tsx +1 -0
  1019. package/corpus/templates/design/app/components/ui/checkbox.tsx +1 -0
  1020. package/corpus/templates/design/app/components/ui/collapsible.tsx +1 -0
  1021. package/corpus/templates/design/app/components/ui/context-menu.tsx +1 -0
  1022. package/corpus/templates/design/app/components/ui/dialog.tsx +1 -0
  1023. package/corpus/templates/design/app/components/ui/dropdown-menu.tsx +1 -0
  1024. package/corpus/templates/design/app/components/ui/input.tsx +1 -0
  1025. package/corpus/templates/design/app/components/ui/label.tsx +1 -0
  1026. package/corpus/templates/design/app/components/ui/popover.tsx +1 -0
  1027. package/corpus/templates/design/app/components/ui/select.tsx +1 -0
  1028. package/corpus/templates/design/app/components/ui/separator.tsx +1 -0
  1029. package/corpus/templates/design/app/components/ui/sheet.tsx +1 -0
  1030. package/corpus/templates/design/app/components/ui/skeleton.tsx +1 -0
  1031. package/corpus/templates/design/app/components/ui/slider.tsx +1 -0
  1032. package/corpus/templates/design/app/components/ui/sonner.tsx +1 -0
  1033. package/corpus/templates/design/app/components/ui/spinner.tsx +1 -0
  1034. package/corpus/templates/design/app/components/ui/switch.tsx +1 -0
  1035. package/corpus/templates/design/app/components/ui/tabs.tsx +1 -0
  1036. package/corpus/templates/design/app/components/ui/textarea.tsx +1 -0
  1037. package/corpus/templates/design/app/components/ui/toolkit-provider.tsx +12 -0
  1038. package/corpus/templates/design/app/components/ui/tooltip.tsx +1 -0
  1039. package/corpus/templates/design/app/components/visual-editor/CanvasCommentPins.tsx +7 -7
  1040. package/corpus/templates/design/app/components/visual-editor/DrawOverlay.tsx +7 -7
  1041. package/corpus/templates/design/app/components/visual-editor/SaveStatusIndicator.tsx +3 -3
  1042. package/corpus/templates/design/app/global.css +9 -8
  1043. package/corpus/templates/design/app/hooks/useDesignHotkeys.ts +259 -2
  1044. package/corpus/templates/design/app/i18n/zh-TW.ts +166 -13
  1045. package/corpus/templates/design/app/i18n-breakpoints.ts +205 -0
  1046. package/corpus/templates/design/app/i18n-data.ts +1702 -187
  1047. package/corpus/templates/design/app/i18n-motion.ts +563 -0
  1048. package/corpus/templates/design/app/lib/design-import.ts +73 -0
  1049. package/corpus/templates/design/app/pages/DesignSystemSetup.tsx +6 -6
  1050. package/corpus/templates/design/app/pages/DesignSystems.tsx +31 -31
  1051. package/corpus/templates/design/app/pages/Index.tsx +66 -51
  1052. package/corpus/templates/design/app/pages/NotFound.tsx +2 -1
  1053. package/corpus/templates/design/app/pages/Present.tsx +2 -1
  1054. package/corpus/templates/design/app/pages/VisualEdit.tsx +2 -1
  1055. package/corpus/templates/design/app/root.tsx +7 -4
  1056. package/corpus/templates/design/app/routes/settings.tsx +22 -49
  1057. package/corpus/templates/design/changelog/2026-06-29-design-inspector-controls-now-match-figmas-softer-dark-chrome.md +1 -1
  1058. package/corpus/templates/design/changelog/2026-06-30-design-now-has-a-figma-style-left-rail-for-file-agent-assets.md +1 -1
  1059. package/corpus/templates/design/changelog/2026-06-30-design-tools-now-use-a-quieter-figma-style-list-layout.md +1 -1
  1060. package/corpus/templates/design/changelog/2026-06-30-multi-select-outlines-now-stay-consistent-across-all-screens.md +1 -1
  1061. package/corpus/templates/design/changelog/2026-07-03-canvas-interactions-now-match-figma-rotation-aware-resizing-.md +1 -1
  1062. package/corpus/templates/design/changelog/2026-07-03-layers-panel-matches-figma-top-layer-on-top-drag-with-auto-s.md +1 -1
  1063. package/corpus/templates/design/changelog/2026-07-05-code-sidebar-tabs-now-use-a-quieter-active-highlight-that-ma.md +6 -0
  1064. package/corpus/templates/design/changelog/2026-07-05-designs-get-ai-generated-names-from-your-prompt.md +6 -0
  1065. package/corpus/templates/design/changelog/2026-07-05-local-code-screens-keep-their-connection-when-duplicated-and.md +6 -0
  1066. package/corpus/templates/design/changelog/2026-07-05-press-a-to-draw-screens-on-the-canvas-inside-a-screen-it-dr.md +6 -0
  1067. package/corpus/templates/design/changelog/2026-07-06-3d-rotation-and-perspective-controls-on-every-element.md +6 -0
  1068. package/corpus/templates/design/changelog/2026-07-06-ai-generated-and-duplicated-screens-now-get-their-editor-sel.md +6 -0
  1069. package/corpus/templates/design/changelog/2026-07-06-applying-shaders-and-fills-in-quick-succession-can-no-longer.md +6 -0
  1070. package/corpus/templates/design/changelog/2026-07-06-breakpoint-frames-in-the-overview-now-support-click-to-selec.md +6 -0
  1071. package/corpus/templates/design/changelog/2026-07-06-breakpoint-segments-in-the-inspector-now-show-a-device-icon-.md +6 -0
  1072. package/corpus/templates/design/changelog/2026-07-06-breakpoint-targeting-now-lives-in-one-compact-control-in-the.md +6 -0
  1073. package/corpus/templates/design/changelog/2026-07-06-canvas-edits-can-no-longer-be-overwritten-by-stale-collabora.md +6 -0
  1074. package/corpus/templates/design/changelog/2026-07-06-canvas-edits-inside-screens-save-reliably-again.md +6 -0
  1075. package/corpus/templates/design/changelog/2026-07-06-cleaner-inspector-removed-the-ask-ai-box-from-the-design-tab.md +6 -0
  1076. package/corpus/templates/design/changelog/2026-07-06-clicking-empty-canvas-space-now-deselects-an-element-inside-.md +6 -0
  1077. package/corpus/templates/design/changelog/2026-07-06-dragging-an-element-onto-a-rectangle-now-nests-it-inside-wit.md +6 -0
  1078. package/corpus/templates/design/changelog/2026-07-06-dragging-screens-and-objects-on-the-canvas-is-now-much-smoot.md +6 -0
  1079. package/corpus/templates/design/changelog/2026-07-06-drawing-a-shape-or-text-on-the-canvas-no-longer-flashes-away.md +6 -0
  1080. package/corpus/templates/design/changelog/2026-07-06-dropping-an-element-between-two-others-inside-a-screen-now-s.md +6 -0
  1081. package/corpus/templates/design/changelog/2026-07-06-duplicating-a-screen-now-places-the-copy-exactly-where-you-d.md +6 -0
  1082. package/corpus/templates/design/changelog/2026-07-06-edit-gradients-directly-on-elements-inside-screens-scale-str.md +6 -0
  1083. package/corpus/templates/design/changelog/2026-07-06-edits-from-collaborators-and-the-agent-now-update-the-canvas.md +6 -0
  1084. package/corpus/templates/design/changelog/2026-07-06-fig-files-now-stay-on-the-builder-indexing-path-through-desi.md +6 -0
  1085. package/corpus/templates/design/changelog/2026-07-06-fixed-a-bug-where-most-style-position-and-text-edits-briefly.md +6 -0
  1086. package/corpus/templates/design/changelog/2026-07-06-fixed-a-confusing-raw-error-message-when-a-file-upload-fails.md +6 -0
  1087. package/corpus/templates/design/changelog/2026-07-06-fixed-a-rare-case-where-an-edit-could-be-silently-overwritte.md +6 -0
  1088. package/corpus/templates/design/changelog/2026-07-06-fixed-inserted-assets-sometimes-disappearing-reappearing-or-.md +6 -0
  1089. package/corpus/templates/design/changelog/2026-07-06-fixed-inspector-value-scrubbing-producing-erratic-numbers-an.md +6 -0
  1090. package/corpus/templates/design/changelog/2026-07-06-fixed-padding-gap-and-min-max-size-scrubbing-not-updating-th.md +6 -0
  1091. package/corpus/templates/design/changelog/2026-07-06-fixed-text-stroke-color-turning-black-and-glyphs-disappearin.md +6 -0
  1092. package/corpus/templates/design/changelog/2026-07-06-fixed-the-collapsed-effects-and-stroke-inspector-sections-sh.md +6 -0
  1093. package/corpus/templates/design/changelog/2026-07-06-fixed-the-new-design-dialog-closing-unexpectedly-when-using-.md +6 -0
  1094. package/corpus/templates/design/changelog/2026-07-06-fixed-the-typography-section-missing-when-selecting-text-nes.md +6 -0
  1095. package/corpus/templates/design/changelog/2026-07-06-full-view-no-longer-flashes-back-to-the-overview-on-entry-no.md +6 -0
  1096. package/corpus/templates/design/changelog/2026-07-06-keyframe-animation-timeline-per-property-keyframes-easing-cu.md +6 -0
  1097. package/corpus/templates/design/changelog/2026-07-06-mobile-layouts-no-longer-stack-two-top-headers.md +5 -0
  1098. package/corpus/templates/design/changelog/2026-07-06-moving-restyling-and-scrubbing-values-on-elements-in-ai-gene.md +6 -0
  1099. package/corpus/templates/design/changelog/2026-07-06-padding-and-corner-radius-value-scrubbing-now-snaps-to-whole.md +6 -0
  1100. package/corpus/templates/design/changelog/2026-07-06-padding-handles-now-only-resize-on-the-handle-line-itself-sh.md +6 -0
  1101. package/corpus/templates/design/changelog/2026-07-06-preview-and-edit-hover-focus-and-pressed-states-with-real-cs.md +6 -0
  1102. package/corpus/templates/design/changelog/2026-07-06-promoting-an-element-to-a-component-now-works-correctly-for-.md +6 -0
  1103. package/corpus/templates/design/changelog/2026-07-06-reduced-url-history-churn-and-selection-overlay-flicker-whil.md +6 -0
  1104. package/corpus/templates/design/changelog/2026-07-06-removed-the-decorative-dot-before-screen-names-in-the-overvi.md +6 -0
  1105. package/corpus/templates/design/changelog/2026-07-06-responsive-breakpoints-edit-at-any-width-with-cascading-over.md +6 -0
  1106. package/corpus/templates/design/changelog/2026-07-06-screen-labels-no-longer-turn-blue-when-you-hover-inside-the-.md +6 -0
  1107. package/corpus/templates/design/changelog/2026-07-06-scrolling-a-screen-with-an-element-selected-stays-smooth-on-.md +6 -0
  1108. package/corpus/templates/design/changelog/2026-07-06-selecting-multiple-elements-and-dragging-now-moves-the-whole.md +6 -0
  1109. package/corpus/templates/design/changelog/2026-07-06-selection-borders-handles-and-value-readouts-now-stay-the-sa.md +6 -0
  1110. package/corpus/templates/design/changelog/2026-07-06-selection-handles-and-editing-chrome-now-stay-a-constant-siz.md +6 -0
  1111. package/corpus/templates/design/changelog/2026-07-06-shader-fills-and-effects-ai-authored-or-preset-glsl-shaders-.md +6 -0
  1112. package/corpus/templates/design/changelog/2026-07-06-text-drawn-on-the-canvas-now-defaults-to-white-and-inter-in-.md +6 -0
  1113. package/corpus/templates/design/changelog/2026-07-06-text-dropped-into-a-shape-now-stays-readable-instead-of-disa.md +6 -0
  1114. package/corpus/templates/design/changelog/2026-07-06-the-add-tweak-controls-prompt-no-longer-jumps-to-the-corner-.md +6 -0
  1115. package/corpus/templates/design/changelog/2026-07-06-the-design-agent-now-visually-reviews-rendered-screenshots-o.md +6 -0
  1116. package/corpus/templates/design/changelog/2026-07-06-the-padding-value-readout-now-stays-visible-while-you-hover-.md +6 -0
  1117. package/corpus/templates/design/changelog/2026-07-06-the-selected-element-attachment-now-clears-from-the-chat-com.md +6 -0
  1118. package/corpus/templates/design/changelog/2026-07-06-the-zoom-menu-is-more-compact-with-tight-rows-and-right-alig.md +6 -0
  1119. package/corpus/templates/design/changelog/2026-07-06-undo-and-redo-no-longer-flash-the-screen-changes-now-apply-i.md +6 -0
  1120. package/corpus/templates/design/changelog/2026-07-06-zoom-presets-like-zoom-to-50-now-stay-on-the-focused-screen-.md +6 -0
  1121. package/corpus/templates/design/server/handlers/import-design-file.ts +4 -43
  1122. package/corpus/templates/design/server/handlers/index-design-system-with-builder.ts +2 -2
  1123. package/corpus/templates/design/server/lib/import-design-files.ts +11 -2
  1124. package/corpus/templates/design/server/lib/visible-clipboard-html.ts +32 -0
  1125. package/corpus/templates/design/server/source-workspace.ts +139 -59
  1126. package/corpus/templates/design/shared/board-file.ts +11 -2
  1127. package/corpus/templates/design/shared/breakpoint-media.ts +543 -0
  1128. package/corpus/templates/design/shared/canvas-math.ts +354 -35
  1129. package/corpus/templates/design/shared/code-layer.ts +277 -8
  1130. package/corpus/templates/design/shared/design-review.ts +1 -0
  1131. package/corpus/templates/design/shared/design-state.ts +11 -4
  1132. package/corpus/templates/design/shared/interaction-states.ts +548 -0
  1133. package/corpus/templates/design/shared/motion-compiler.ts +186 -23
  1134. package/corpus/templates/design/shared/motion-easing.ts +294 -0
  1135. package/corpus/templates/design/shared/motion-timeline.ts +400 -34
  1136. package/corpus/templates/design/shared/prompt-title.ts +95 -0
  1137. package/corpus/templates/design/shared/responsive-classes.ts +448 -10
  1138. package/corpus/templates/design/shared/screen-annotation.ts +46 -0
  1139. package/corpus/templates/design/shared/shader-fills.ts +1009 -0
  1140. package/corpus/templates/design/shared/shader-presets.ts +852 -4
  1141. package/corpus/templates/dispatch/.agents/skills/actions/SKILL.md +55 -0
  1142. package/corpus/templates/dispatch/actions/list-staged-datasets.ts +3 -0
  1143. package/corpus/templates/dispatch/app/routes/settings.tsx +3 -17
  1144. package/corpus/templates/forms/.agents/skills/actions/SKILL.md +55 -0
  1145. package/corpus/templates/forms/app/components/CloudUpgrade.tsx +10 -10
  1146. package/corpus/templates/forms/app/components/ThemeToggle.tsx +5 -5
  1147. package/corpus/templates/forms/app/components/builder/FieldPropertiesPanel.tsx +11 -10
  1148. package/corpus/templates/forms/app/components/builder/FieldRenderer.tsx +10 -13
  1149. package/corpus/templates/forms/app/components/layout/Sidebar.tsx +17 -17
  1150. package/corpus/templates/forms/app/components/ui/alert-dialog.tsx +1 -0
  1151. package/corpus/templates/forms/app/components/ui/badge.tsx +1 -0
  1152. package/corpus/templates/forms/app/components/ui/button.tsx +1 -0
  1153. package/corpus/templates/forms/app/components/ui/calendar.tsx +1 -1
  1154. package/corpus/templates/forms/app/components/ui/card.tsx +1 -0
  1155. package/corpus/templates/forms/app/components/ui/checkbox.tsx +1 -0
  1156. package/corpus/templates/forms/app/components/ui/command.tsx +1 -1
  1157. package/corpus/templates/forms/app/components/ui/dialog.tsx +1 -0
  1158. package/corpus/templates/forms/app/components/ui/dropdown-menu.tsx +1 -0
  1159. package/corpus/templates/forms/app/components/ui/input.tsx +1 -0
  1160. package/corpus/templates/forms/app/components/ui/label.tsx +1 -0
  1161. package/corpus/templates/forms/app/components/ui/popover.tsx +1 -0
  1162. package/corpus/templates/forms/app/components/ui/radio-group.tsx +1 -0
  1163. package/corpus/templates/forms/app/components/ui/scroll-area.tsx +1 -0
  1164. package/corpus/templates/forms/app/components/ui/select.tsx +1 -0
  1165. package/corpus/templates/forms/app/components/ui/separator.tsx +1 -0
  1166. package/corpus/templates/forms/app/components/ui/skeleton.tsx +1 -0
  1167. package/corpus/templates/forms/app/components/ui/slider.tsx +1 -0
  1168. package/corpus/templates/forms/app/components/ui/switch.tsx +1 -0
  1169. package/corpus/templates/forms/app/components/ui/table.tsx +1 -0
  1170. package/corpus/templates/forms/app/components/ui/tabs.tsx +1 -0
  1171. package/corpus/templates/forms/app/components/ui/textarea.tsx +1 -0
  1172. package/corpus/templates/forms/app/components/ui/toolkit-provider.tsx +12 -0
  1173. package/corpus/templates/forms/app/components/ui/tooltip.tsx +1 -0
  1174. package/corpus/templates/forms/app/global.css +1 -0
  1175. package/corpus/templates/forms/app/hooks/use-mobile.ts +1 -0
  1176. package/corpus/templates/forms/app/hooks/use-navigation-state.ts +0 -1
  1177. package/corpus/templates/forms/app/pages/FormBuilderPage.tsx +24 -26
  1178. package/corpus/templates/forms/app/pages/FormFillPage.tsx +2 -2
  1179. package/corpus/templates/forms/app/pages/FormsListPage.tsx +21 -21
  1180. package/corpus/templates/forms/app/pages/ResponseInsightsPage.tsx +11 -11
  1181. package/corpus/templates/forms/app/pages/ResponsesPage.tsx +4 -4
  1182. package/corpus/templates/forms/app/root.tsx +11 -8
  1183. package/corpus/templates/forms/app/routes/_app.settings.tsx +6 -21
  1184. package/corpus/templates/forms/app/routes/form-preview.tsx +3 -3
  1185. package/corpus/templates/forms/changelog/2026-07-06-the-form-builder-header-no-longer-shows-the-global-notificat.md +6 -0
  1186. package/corpus/templates/macros/app/components/AddExerciseDialog.tsx +1 -1
  1187. package/corpus/templates/macros/app/components/AddMealDialog.tsx +1 -1
  1188. package/corpus/templates/macros/app/components/AddWeightDialog.tsx +1 -1
  1189. package/corpus/templates/macros/app/components/DailyProgress.tsx +7 -7
  1190. package/corpus/templates/macros/app/components/WeeklyCaloriesChart.tsx +2 -1
  1191. package/corpus/templates/macros/app/components/WeightCard.tsx +10 -10
  1192. package/corpus/templates/macros/app/components/WeightTracker.tsx +1 -1
  1193. package/corpus/templates/macros/app/components/layout/AppLayout.tsx +6 -10
  1194. package/corpus/templates/macros/app/components/ui/alert-dialog.tsx +1 -0
  1195. package/corpus/templates/macros/app/components/ui/label.tsx +1 -0
  1196. package/corpus/templates/macros/app/components/ui/select.tsx +1 -0
  1197. package/corpus/templates/macros/app/components/ui/sheet.tsx +1 -0
  1198. package/corpus/templates/macros/app/components/ui/skeleton.tsx +1 -0
  1199. package/corpus/templates/macros/app/components/ui/sonner.tsx +1 -0
  1200. package/corpus/templates/macros/app/components/ui/toolkit-provider.tsx +12 -0
  1201. package/corpus/templates/macros/app/components/ui/tooltip.tsx +1 -0
  1202. package/corpus/templates/macros/app/global.css +1 -0
  1203. package/corpus/templates/macros/app/root.tsx +17 -14
  1204. package/corpus/templates/macros/app/routes/_index.tsx +1 -1
  1205. package/corpus/templates/macros/app/routes/analytics.tsx +8 -8
  1206. package/corpus/templates/macros/app/routes/settings.tsx +4 -19
  1207. package/corpus/templates/mail/.agents/skills/actions/SKILL.md +55 -0
  1208. package/corpus/templates/mail/.agents/skills/contacts-and-crm/SKILL.md +67 -0
  1209. package/corpus/templates/mail/.agents/skills/draft-queue/SKILL.md +35 -1
  1210. package/corpus/templates/mail/.agents/skills/email-drafts/SKILL.md +74 -33
  1211. package/corpus/templates/mail/AGENTS.md +102 -16
  1212. package/corpus/templates/mail/actions/archive-email.ts +67 -11
  1213. package/corpus/templates/mail/actions/manage-snippets.ts +106 -0
  1214. package/corpus/templates/mail/actions/mark-read.ts +45 -11
  1215. package/corpus/templates/mail/actions/send-queued-drafts.ts +77 -42
  1216. package/corpus/templates/mail/actions/star-email.ts +55 -10
  1217. package/corpus/templates/mail/actions/trash-email.ts +48 -9
  1218. package/corpus/templates/mail/app/components/GoogleConnectBanner.tsx +1 -1
  1219. package/corpus/templates/mail/app/components/ThemeToggle.tsx +6 -6
  1220. package/corpus/templates/mail/app/components/agent-engine-picker.tsx +10 -10
  1221. package/corpus/templates/mail/app/components/email/CodeBlockLangPicker.tsx +4 -3
  1222. package/corpus/templates/mail/app/components/email/ComposeBubbleToolbar.tsx +5 -5
  1223. package/corpus/templates/mail/app/components/email/ComposeEditor.tsx +109 -10
  1224. package/corpus/templates/mail/app/components/email/ComposeModal.tsx +44 -19
  1225. package/corpus/templates/mail/app/components/email/ComposeSlashMenu.tsx +139 -17
  1226. package/corpus/templates/mail/app/components/email/EmailList.tsx +522 -314
  1227. package/corpus/templates/mail/app/components/email/EmailListItem.tsx +130 -45
  1228. package/corpus/templates/mail/app/components/email/EmailThread.tsx +9 -9
  1229. package/corpus/templates/mail/app/components/email/InlineReplyComposer.tsx +35 -13
  1230. package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +13 -13
  1231. package/corpus/templates/mail/app/components/email/MobileActionBar.tsx +13 -13
  1232. package/corpus/templates/mail/app/components/email/RecipientInput.tsx +53 -42
  1233. package/corpus/templates/mail/app/components/email/SendLaterButton.tsx +5 -4
  1234. package/corpus/templates/mail/app/components/email/SnoozeModal.tsx +1 -1
  1235. package/corpus/templates/mail/app/components/email/SnoozePopover.tsx +6 -6
  1236. package/corpus/templates/mail/app/components/layout/AppLayout.tsx +19 -23
  1237. package/corpus/templates/mail/app/components/layout/HeaderActions.tsx +12 -4
  1238. package/corpus/templates/mail/app/components/layout/SearchBar.tsx +138 -18
  1239. package/corpus/templates/mail/app/components/settings/GmailFiltersSection.tsx +23 -23
  1240. package/corpus/templates/mail/app/components/settings/SnippetsSection.tsx +303 -0
  1241. package/corpus/templates/mail/app/components/ui/alert-dialog.tsx +1 -0
  1242. package/corpus/templates/mail/app/components/ui/badge.tsx +1 -0
  1243. package/corpus/templates/mail/app/components/ui/button.tsx +1 -0
  1244. package/corpus/templates/mail/app/components/ui/calendar.tsx +1 -1
  1245. package/corpus/templates/mail/app/components/ui/command.tsx +1 -1
  1246. package/corpus/templates/mail/app/components/ui/dialog.tsx +1 -0
  1247. package/corpus/templates/mail/app/components/ui/drawer.tsx +1 -0
  1248. package/corpus/templates/mail/app/components/ui/dropdown-menu.tsx +1 -0
  1249. package/corpus/templates/mail/app/components/ui/popover.tsx +1 -0
  1250. package/corpus/templates/mail/app/components/ui/select.tsx +1 -0
  1251. package/corpus/templates/mail/app/components/ui/skeleton.tsx +1 -0
  1252. package/corpus/templates/mail/app/components/ui/spinner.tsx +1 -0
  1253. package/corpus/templates/mail/app/components/ui/switch.tsx +1 -0
  1254. package/corpus/templates/mail/app/components/ui/toolkit-provider.tsx +12 -0
  1255. package/corpus/templates/mail/app/components/ui/tooltip.tsx +1 -0
  1256. package/corpus/templates/mail/app/global.css +20 -3
  1257. package/corpus/templates/mail/app/hooks/use-emails.ts +187 -0
  1258. package/corpus/templates/mail/app/hooks/use-snippets.ts +103 -0
  1259. package/corpus/templates/mail/app/i18n/ar-SA.ts +17 -0
  1260. package/corpus/templates/mail/app/i18n/de-DE.ts +18 -0
  1261. package/corpus/templates/mail/app/i18n/en-US.ts +17 -0
  1262. package/corpus/templates/mail/app/i18n/es-ES.ts +17 -0
  1263. package/corpus/templates/mail/app/i18n/fr-FR.ts +18 -0
  1264. package/corpus/templates/mail/app/i18n/hi-IN.ts +17 -0
  1265. package/corpus/templates/mail/app/i18n/ja-JP.ts +18 -0
  1266. package/corpus/templates/mail/app/i18n/ko-KR.ts +17 -0
  1267. package/corpus/templates/mail/app/i18n/pt-BR.ts +17 -0
  1268. package/corpus/templates/mail/app/i18n/zh-CN.ts +16 -0
  1269. package/corpus/templates/mail/app/i18n/zh-TW.ts +16 -0
  1270. package/corpus/templates/mail/app/pages/DraftQueuePage.tsx +14 -14
  1271. package/corpus/templates/mail/app/pages/InboxPage.tsx +3 -3
  1272. package/corpus/templates/mail/app/pages/NotFound.tsx +2 -1
  1273. package/corpus/templates/mail/app/pages/SettingsPage.tsx +64 -66
  1274. package/corpus/templates/mail/app/root.tsx +21 -18
  1275. package/corpus/templates/mail/app/routes/_index.tsx +2 -1
  1276. package/corpus/templates/mail/app/routes/email.tsx +2 -2
  1277. package/corpus/templates/mail/changelog/2026-07-06-a-queued-draft-can-no-longer-be-sent-twice-by-simultaneous-s.md +6 -0
  1278. package/corpus/templates/mail/changelog/2026-07-06-bulk-archive-trash-star-and-mark-read-now-complete-in-one-fa.md +6 -0
  1279. package/corpus/templates/mail/changelog/2026-07-06-dark-mode-sidebars-and-notifications-now-use-the-softer-gray.md +6 -0
  1280. package/corpus/templates/mail/changelog/2026-07-06-inbox-automations-pick-up-new-mail-faster.md +6 -0
  1281. package/corpus/templates/mail/changelog/2026-07-06-inbox-lists-stay-fast-as-scheduled-and-snoozed-mail-accumula.md +6 -0
  1282. package/corpus/templates/mail/changelog/2026-07-06-long-inboxes-scroll-smoothly-and-stay-fast-as-more-mail-load.md +6 -0
  1283. package/corpus/templates/mail/changelog/2026-07-06-paste-or-drop-images-straight-into-the-composer-to-send-them.md +6 -0
  1284. package/corpus/templates/mail/changelog/2026-07-06-save-reusable-snippets-and-insert-them-from-the-compose-slas.md +6 -0
  1285. package/corpus/templates/mail/changelog/2026-07-06-scrolling-older-mail-keeps-loading-correctly-when-no-gmail-a.md +6 -0
  1286. package/corpus/templates/mail/changelog/2026-07-06-search-shows-instant-matches-from-already-loaded-mail-while-.md +6 -0
  1287. package/corpus/templates/mail/changelog/2026-07-06-sends-now-fail-with-a-clear-error-instead-of-quietly-missing.md +6 -0
  1288. package/corpus/templates/mail/changelog/2026-07-06-the-mail-header-no-longer-shows-the-global-notifications-bel.md +6 -0
  1289. package/corpus/templates/mail/package.json +1 -0
  1290. package/corpus/templates/mail/server/db/schema.ts +11 -0
  1291. package/corpus/templates/mail/server/handlers/emails.ts +20 -1
  1292. package/corpus/templates/mail/server/lib/automation-engine.ts +53 -25
  1293. package/corpus/templates/mail/server/lib/google-auth.ts +140 -9
  1294. package/corpus/templates/mail/server/lib/jobs.ts +22 -6
  1295. package/corpus/templates/mail/server/lib/outgoing-email.ts +11 -2
  1296. package/corpus/templates/mail/server/lib/queued-drafts.ts +145 -4
  1297. package/corpus/templates/mail/server/plugins/db.ts +29 -0
  1298. package/corpus/templates/plan/.agents/skills/actions/SKILL.md +55 -0
  1299. package/corpus/templates/plan/app/components/editor/PlanDocumentEditor.tsx +42 -3
  1300. package/corpus/templates/plan/app/components/layout/Layout.tsx +5 -4
  1301. package/corpus/templates/plan/app/components/layout/Sidebar.tsx +20 -20
  1302. package/corpus/templates/plan/app/components/plan/CanvasArea.tsx +3 -2
  1303. package/corpus/templates/plan/app/components/plan/DocumentArea.tsx +2 -2
  1304. package/corpus/templates/plan/app/components/plan/GuestModeBanner.tsx +2 -1
  1305. package/corpus/templates/plan/app/components/plan/LocalCodebasePicker.tsx +8 -8
  1306. package/corpus/templates/plan/app/components/plan/PlanContentRenderer.tsx +6 -1
  1307. package/corpus/templates/plan/app/components/plan/PlanImageViewer.tsx +8 -12
  1308. package/corpus/templates/plan/app/components/plan/PlanMarkdownEditor.tsx +6 -1
  1309. package/corpus/templates/plan/app/components/plan/PlanVisualSurface.tsx +3 -3
  1310. package/corpus/templates/plan/app/components/plan/planBlocks.tsx +4 -4
  1311. package/corpus/templates/plan/app/components/plan/wireframe/kit/rough.tsx +61 -27
  1312. package/corpus/templates/plan/app/components/ui/alert-dialog.tsx +1 -0
  1313. package/corpus/templates/plan/app/components/ui/avatar.tsx +1 -0
  1314. package/corpus/templates/plan/app/components/ui/badge.tsx +1 -0
  1315. package/corpus/templates/plan/app/components/ui/button.tsx +1 -0
  1316. package/corpus/templates/plan/app/components/ui/card.tsx +1 -0
  1317. package/corpus/templates/plan/app/components/ui/checkbox.tsx +1 -0
  1318. package/corpus/templates/plan/app/components/ui/collapsible.tsx +1 -0
  1319. package/corpus/templates/plan/app/components/ui/dialog.tsx +1 -0
  1320. package/corpus/templates/plan/app/components/ui/dropdown-menu.tsx +1 -0
  1321. package/corpus/templates/plan/app/components/ui/input.tsx +1 -0
  1322. package/corpus/templates/plan/app/components/ui/label.tsx +1 -0
  1323. package/corpus/templates/plan/app/components/ui/popover.tsx +1 -0
  1324. package/corpus/templates/plan/app/components/ui/scroll-area.tsx +1 -0
  1325. package/corpus/templates/plan/app/components/ui/select.tsx +1 -0
  1326. package/corpus/templates/plan/app/components/ui/separator.tsx +1 -0
  1327. package/corpus/templates/plan/app/components/ui/sheet.tsx +1 -0
  1328. package/corpus/templates/plan/app/components/ui/skeleton.tsx +1 -0
  1329. package/corpus/templates/plan/app/components/ui/sonner.tsx +1 -0
  1330. package/corpus/templates/plan/app/components/ui/spinner.tsx +1 -0
  1331. package/corpus/templates/plan/app/components/ui/textarea.tsx +1 -0
  1332. package/corpus/templates/plan/app/components/ui/toggle-group.tsx +1 -0
  1333. package/corpus/templates/plan/app/components/ui/toolkit-provider.tsx +12 -0
  1334. package/corpus/templates/plan/app/components/ui/tooltip.tsx +1 -0
  1335. package/corpus/templates/plan/app/global.css +13 -0
  1336. package/corpus/templates/plan/app/hooks/use-plan-presence.ts +11 -1
  1337. package/corpus/templates/plan/app/lib/plan-access-prompt.ts +74 -0
  1338. package/corpus/templates/plan/app/lib/plan-annotation-runtime.ts +1435 -0
  1339. package/corpus/templates/plan/app/lib/plan-comment-editor-helpers.ts +142 -0
  1340. package/corpus/templates/plan/app/lib/plan-local-bridge.ts +376 -0
  1341. package/corpus/templates/plan/app/lib/plan-native-anchors.ts +682 -0
  1342. package/corpus/templates/plan/app/pages/PlansPage.tsx +216 -2747
  1343. package/corpus/templates/plan/app/root.tsx +13 -10
  1344. package/corpus/templates/plan/app/routes/_index.tsx +1 -2
  1345. package/corpus/templates/plan/app/routes/local-plans.$slug.tsx +1 -1
  1346. package/corpus/templates/plan/app/routes/plans.$id.tsx +1 -2
  1347. package/corpus/templates/plan/app/routes/plans.tsx +1 -2
  1348. package/corpus/templates/plan/app/routes/recaps.$id.tsx +1 -2
  1349. package/corpus/templates/plan/app/routes/recaps.tsx +1 -2
  1350. package/corpus/templates/plan/app/routes/settings.tsx +7 -21
  1351. package/corpus/templates/plan/changelog/2026-07-05-plan-pages-open-at-the-top-unless-a-shared-link-targets-a-sp.md +6 -0
  1352. package/corpus/templates/plan/changelog/2026-07-06-fixed-collaborative-plan-editing-so-content-no-longer-duplic.md +6 -0
  1353. package/corpus/templates/plan/changelog/2026-07-06-fixed-visual-reports-using-excessive-cpu-while-rendering-ske.md +6 -0
  1354. package/corpus/templates/slides/.agents/skills/actions/SKILL.md +55 -0
  1355. package/corpus/templates/slides/app/components/ThemeToggle.tsx +6 -6
  1356. package/corpus/templates/slides/app/components/comments/SlideCommentsPanel.tsx +5 -5
  1357. package/corpus/templates/slides/app/components/deck/DeckCard.tsx +7 -7
  1358. package/corpus/templates/slides/app/components/deck/ExcalidrawSlide.tsx +2 -1
  1359. package/corpus/templates/slides/app/components/deck/SlideRenderer.tsx +1 -1
  1360. package/corpus/templates/slides/app/components/design-system/DesignSystemCard.tsx +3 -2
  1361. package/corpus/templates/slides/app/components/design-system/DesignSystemSetup.tsx +15 -14
  1362. package/corpus/templates/slides/app/components/editor/AnimationsPanel.tsx +7 -7
  1363. package/corpus/templates/slides/app/components/editor/BlockBubbleMenu.tsx +5 -5
  1364. package/corpus/templates/slides/app/components/editor/EditorSidebar.tsx +6 -6
  1365. package/corpus/templates/slides/app/components/editor/EditorToolbar.tsx +29 -16
  1366. package/corpus/templates/slides/app/components/editor/ExportMenu.tsx +10 -9
  1367. package/corpus/templates/slides/app/components/editor/GenerateSlidesDialog.tsx +6 -5
  1368. package/corpus/templates/slides/app/components/editor/HistoryPanel.tsx +12 -12
  1369. package/corpus/templates/slides/app/components/editor/ImageDropPromptPopover.tsx +4 -3
  1370. package/corpus/templates/slides/app/components/editor/ImageSearchPanel.tsx +5 -4
  1371. package/corpus/templates/slides/app/components/editor/ImportButton.tsx +14 -4
  1372. package/corpus/templates/slides/app/components/editor/PromptDialog.tsx +2 -1
  1373. package/corpus/templates/slides/app/components/editor/ShareDialog.tsx +10 -10
  1374. package/corpus/templates/slides/app/components/editor/SlideBubbleMenu.tsx +10 -10
  1375. package/corpus/templates/slides/app/components/editor/SlideEditor.tsx +6 -6
  1376. package/corpus/templates/slides/app/components/editor/SlideStyleInspector.tsx +2 -1
  1377. package/corpus/templates/slides/app/components/editor/TweaksPanel.tsx +1 -1
  1378. package/corpus/templates/slides/app/components/layout/Header.tsx +2 -2
  1379. package/corpus/templates/slides/app/components/layout/Sidebar.tsx +5 -5
  1380. package/corpus/templates/slides/app/components/ui/alert-dialog.tsx +1 -0
  1381. package/corpus/templates/slides/app/components/ui/button.tsx +1 -0
  1382. package/corpus/templates/slides/app/components/ui/card.tsx +1 -0
  1383. package/corpus/templates/slides/app/components/ui/dialog.tsx +1 -0
  1384. package/corpus/templates/slides/app/components/ui/dropdown-menu.tsx +1 -0
  1385. package/corpus/templates/slides/app/components/ui/input.tsx +1 -0
  1386. package/corpus/templates/slides/app/components/ui/label.tsx +1 -0
  1387. package/corpus/templates/slides/app/components/ui/popover.tsx +1 -0
  1388. package/corpus/templates/slides/app/components/ui/scroll-area.tsx +1 -0
  1389. package/corpus/templates/slides/app/components/ui/select.tsx +1 -0
  1390. package/corpus/templates/slides/app/components/ui/separator.tsx +1 -0
  1391. package/corpus/templates/slides/app/components/ui/sheet.tsx +1 -0
  1392. package/corpus/templates/slides/app/components/ui/skeleton.tsx +1 -0
  1393. package/corpus/templates/slides/app/components/ui/spinner.tsx +1 -0
  1394. package/corpus/templates/slides/app/components/ui/textarea.tsx +1 -0
  1395. package/corpus/templates/slides/app/components/ui/toast.tsx +1 -0
  1396. package/corpus/templates/slides/app/components/ui/toaster.tsx +1 -0
  1397. package/corpus/templates/slides/app/components/ui/toggle-group.tsx +1 -0
  1398. package/corpus/templates/slides/app/components/ui/toolkit-provider.tsx +12 -0
  1399. package/corpus/templates/slides/app/components/ui/tooltip.tsx +1 -0
  1400. package/corpus/templates/slides/app/components/visual-editor/CanvasCommentPins.tsx +6 -6
  1401. package/corpus/templates/slides/app/components/visual-editor/DrawOverlay.tsx +7 -7
  1402. package/corpus/templates/slides/app/global.css +1 -0
  1403. package/corpus/templates/slides/app/hooks/use-toast.ts +1 -0
  1404. package/corpus/templates/slides/app/lib/upload-response.ts +71 -0
  1405. package/corpus/templates/slides/app/pages/DeckEditor.tsx +3 -3
  1406. package/corpus/templates/slides/app/pages/DesignSystems.tsx +1 -1
  1407. package/corpus/templates/slides/app/pages/Index.tsx +14 -17
  1408. package/corpus/templates/slides/app/root.tsx +13 -10
  1409. package/corpus/templates/slides/app/routes/settings.tsx +6 -21
  1410. package/corpus/templates/slides/changelog/2026-07-06-mobile-layouts-no-longer-stack-two-top-headers.md +5 -0
  1411. package/corpus/templates/slides/server/handlers/uploads.ts +7 -2
  1412. package/corpus/templates/slides/server/lib/chat-attachments.ts +1 -1
  1413. package/dist/agent/durable-background.d.ts +29 -0
  1414. package/dist/agent/durable-background.d.ts.map +1 -1
  1415. package/dist/agent/durable-background.js +46 -0
  1416. package/dist/agent/durable-background.js.map +1 -1
  1417. package/dist/agent/engine/ai-sdk-engine.d.ts.map +1 -1
  1418. package/dist/agent/engine/ai-sdk-engine.js +7 -2
  1419. package/dist/agent/engine/ai-sdk-engine.js.map +1 -1
  1420. package/dist/agent/engine/anthropic-engine.d.ts.map +1 -1
  1421. package/dist/agent/engine/anthropic-engine.js +28 -2
  1422. package/dist/agent/engine/anthropic-engine.js.map +1 -1
  1423. package/dist/agent/engine/builder-engine.d.ts.map +1 -1
  1424. package/dist/agent/engine/builder-engine.js +1 -1
  1425. package/dist/agent/engine/builder-engine.js.map +1 -1
  1426. package/dist/agent/engine/output-tokens.d.ts +3 -3
  1427. package/dist/agent/engine/output-tokens.d.ts.map +1 -1
  1428. package/dist/agent/engine/output-tokens.js +16 -14
  1429. package/dist/agent/engine/output-tokens.js.map +1 -1
  1430. package/dist/agent/engine/registry.d.ts +3 -3
  1431. package/dist/agent/engine/registry.d.ts.map +1 -1
  1432. package/dist/agent/engine/registry.js +28 -25
  1433. package/dist/agent/engine/registry.js.map +1 -1
  1434. package/dist/agent/engine/translate-ai-sdk.d.ts +14 -2
  1435. package/dist/agent/engine/translate-ai-sdk.d.ts.map +1 -1
  1436. package/dist/agent/engine/translate-ai-sdk.js +33 -18
  1437. package/dist/agent/engine/translate-ai-sdk.js.map +1 -1
  1438. package/dist/agent/engine/translate-anthropic.d.ts.map +1 -1
  1439. package/dist/agent/engine/translate-anthropic.js +42 -1
  1440. package/dist/agent/engine/translate-anthropic.js.map +1 -1
  1441. package/dist/agent/engine/types.d.ts +15 -0
  1442. package/dist/agent/engine/types.d.ts.map +1 -1
  1443. package/dist/agent/engine/types.js.map +1 -1
  1444. package/dist/agent/model-config.d.ts +8 -0
  1445. package/dist/agent/model-config.d.ts.map +1 -1
  1446. package/dist/agent/model-config.js +86 -0
  1447. package/dist/agent/model-config.js.map +1 -1
  1448. package/dist/agent/production-agent.d.ts +91 -5
  1449. package/dist/agent/production-agent.d.ts.map +1 -1
  1450. package/dist/agent/production-agent.js +389 -180
  1451. package/dist/agent/production-agent.js.map +1 -1
  1452. package/dist/agent/runtime-context.d.ts +29 -0
  1453. package/dist/agent/runtime-context.d.ts.map +1 -1
  1454. package/dist/agent/runtime-context.js +40 -11
  1455. package/dist/agent/runtime-context.js.map +1 -1
  1456. package/dist/agent/tool-result-images.d.ts +49 -0
  1457. package/dist/agent/tool-result-images.d.ts.map +1 -0
  1458. package/dist/agent/tool-result-images.js +141 -0
  1459. package/dist/agent/tool-result-images.js.map +1 -0
  1460. package/dist/brand-kit/fig/index.d.ts.map +1 -1
  1461. package/dist/brand-kit/fig/index.js +6 -3
  1462. package/dist/brand-kit/fig/index.js.map +1 -1
  1463. package/dist/client/AgentPanel.d.ts.map +1 -1
  1464. package/dist/client/AgentPanel.js +67 -18
  1465. package/dist/client/AgentPanel.js.map +1 -1
  1466. package/dist/client/AssistantChat.d.ts.map +1 -1
  1467. package/dist/client/AssistantChat.js +72 -40
  1468. package/dist/client/AssistantChat.js.map +1 -1
  1469. package/dist/client/KeepTabOpenNotice.d.ts +55 -0
  1470. package/dist/client/KeepTabOpenNotice.d.ts.map +1 -0
  1471. package/dist/client/KeepTabOpenNotice.js +85 -0
  1472. package/dist/client/KeepTabOpenNotice.js.map +1 -0
  1473. package/dist/client/MultiTabAssistantChat.d.ts.map +1 -1
  1474. package/dist/client/MultiTabAssistantChat.js +2 -1
  1475. package/dist/client/MultiTabAssistantChat.js.map +1 -1
  1476. package/dist/client/RunStuckBanner.d.ts +7 -1
  1477. package/dist/client/RunStuckBanner.d.ts.map +1 -1
  1478. package/dist/client/RunStuckBanner.js +7 -2
  1479. package/dist/client/RunStuckBanner.js.map +1 -1
  1480. package/dist/client/chat/run-recovery.d.ts.map +1 -1
  1481. package/dist/client/chat/run-recovery.js +7 -1
  1482. package/dist/client/chat/run-recovery.js.map +1 -1
  1483. package/dist/client/clipboard.d.ts.map +1 -1
  1484. package/dist/client/clipboard.js +5 -6
  1485. package/dist/client/clipboard.js.map +1 -1
  1486. package/dist/client/components/AgentPresenceChip.d.ts +1 -11
  1487. package/dist/client/components/AgentPresenceChip.d.ts.map +1 -1
  1488. package/dist/client/components/AgentPresenceChip.js +1 -41
  1489. package/dist/client/components/AgentPresenceChip.js.map +1 -1
  1490. package/dist/client/components/LiveCursorOverlay.d.ts +1 -44
  1491. package/dist/client/components/LiveCursorOverlay.d.ts.map +1 -1
  1492. package/dist/client/components/LiveCursorOverlay.js +1 -123
  1493. package/dist/client/components/LiveCursorOverlay.js.map +1 -1
  1494. package/dist/client/components/PresenceBar.d.ts +1 -26
  1495. package/dist/client/components/PresenceBar.d.ts.map +1 -1
  1496. package/dist/client/components/PresenceBar.js +1 -164
  1497. package/dist/client/components/PresenceBar.js.map +1 -1
  1498. package/dist/client/components/RecentEditHighlights.d.ts +1 -42
  1499. package/dist/client/components/RecentEditHighlights.d.ts.map +1 -1
  1500. package/dist/client/components/RecentEditHighlights.js +1 -145
  1501. package/dist/client/components/RecentEditHighlights.js.map +1 -1
  1502. package/dist/client/components/RemoteSelectionRings.d.ts +1 -51
  1503. package/dist/client/components/RemoteSelectionRings.d.ts.map +1 -1
  1504. package/dist/client/components/RemoteSelectionRings.js +1 -129
  1505. package/dist/client/components/RemoteSelectionRings.js.map +1 -1
  1506. package/dist/client/composer/TiptapComposer.d.ts +4 -0
  1507. package/dist/client/composer/TiptapComposer.d.ts.map +1 -1
  1508. package/dist/client/composer/TiptapComposer.js +74 -26
  1509. package/dist/client/composer/TiptapComposer.js.map +1 -1
  1510. package/dist/client/db-admin/SqlEditor.d.ts.map +1 -1
  1511. package/dist/client/db-admin/SqlEditor.js +13 -3
  1512. package/dist/client/db-admin/SqlEditor.js.map +1 -1
  1513. package/dist/client/dynamic-suggestions.d.ts.map +1 -1
  1514. package/dist/client/dynamic-suggestions.js +7 -1
  1515. package/dist/client/dynamic-suggestions.js.map +1 -1
  1516. package/dist/client/extensions/ExtensionViewer.d.ts.map +1 -1
  1517. package/dist/client/extensions/ExtensionViewer.js +7 -7
  1518. package/dist/client/extensions/ExtensionViewer.js.map +1 -1
  1519. package/dist/client/extensions/ExtensionsListPage.d.ts.map +1 -1
  1520. package/dist/client/extensions/ExtensionsListPage.js +5 -7
  1521. package/dist/client/extensions/ExtensionsListPage.js.map +1 -1
  1522. package/dist/client/extensions/ExtensionsSidebarSection.d.ts.map +1 -1
  1523. package/dist/client/extensions/ExtensionsSidebarSection.js +1 -1
  1524. package/dist/client/extensions/ExtensionsSidebarSection.js.map +1 -1
  1525. package/dist/client/host-bridge.d.ts +2 -0
  1526. package/dist/client/host-bridge.d.ts.map +1 -1
  1527. package/dist/client/host-bridge.js +26 -10
  1528. package/dist/client/host-bridge.js.map +1 -1
  1529. package/dist/client/i18n.d.ts +1 -0
  1530. package/dist/client/i18n.d.ts.map +1 -1
  1531. package/dist/client/i18n.js +3 -1
  1532. package/dist/client/i18n.js.map +1 -1
  1533. package/dist/client/index.d.ts +2 -1
  1534. package/dist/client/index.d.ts.map +1 -1
  1535. package/dist/client/index.js +2 -1
  1536. package/dist/client/index.js.map +1 -1
  1537. package/dist/client/resources/McpIntegrationDialog.d.ts.map +1 -1
  1538. package/dist/client/resources/McpIntegrationDialog.js +12 -31
  1539. package/dist/client/resources/McpIntegrationDialog.js.map +1 -1
  1540. package/dist/client/rich-markdown-editor/SharedRichEditor.d.ts +3 -1
  1541. package/dist/client/rich-markdown-editor/SharedRichEditor.d.ts.map +1 -1
  1542. package/dist/client/rich-markdown-editor/SharedRichEditor.js +2 -1
  1543. package/dist/client/rich-markdown-editor/SharedRichEditor.js.map +1 -1
  1544. package/dist/client/rich-markdown-editor/useCollabReconcile.d.ts +3 -1
  1545. package/dist/client/rich-markdown-editor/useCollabReconcile.d.ts.map +1 -1
  1546. package/dist/client/rich-markdown-editor/useCollabReconcile.js +17 -8
  1547. package/dist/client/rich-markdown-editor/useCollabReconcile.js.map +1 -1
  1548. package/dist/client/settings/SettingsPanel.d.ts +3 -1
  1549. package/dist/client/settings/SettingsPanel.d.ts.map +1 -1
  1550. package/dist/client/settings/SettingsPanel.js +103 -9
  1551. package/dist/client/settings/SettingsPanel.js.map +1 -1
  1552. package/dist/client/settings/SettingsTabsPage.d.ts.map +1 -1
  1553. package/dist/client/settings/SettingsTabsPage.js +5 -5
  1554. package/dist/client/settings/SettingsTabsPage.js.map +1 -1
  1555. package/dist/client/settings/index.d.ts +1 -1
  1556. package/dist/client/settings/index.d.ts.map +1 -1
  1557. package/dist/client/settings/index.js +1 -1
  1558. package/dist/client/settings/index.js.map +1 -1
  1559. package/dist/client/sharing/VisibilityBadge.d.ts +1 -10
  1560. package/dist/client/sharing/VisibilityBadge.d.ts.map +1 -1
  1561. package/dist/client/sharing/VisibilityBadge.js +1 -18
  1562. package/dist/client/sharing/VisibilityBadge.js.map +1 -1
  1563. package/dist/client/use-action.d.ts +3 -0
  1564. package/dist/client/use-action.d.ts.map +1 -1
  1565. package/dist/client/use-action.js +34 -3
  1566. package/dist/client/use-action.js.map +1 -1
  1567. package/dist/client/use-db-sync.d.ts +4 -0
  1568. package/dist/client/use-db-sync.d.ts.map +1 -1
  1569. package/dist/client/use-db-sync.js +37 -18
  1570. package/dist/client/use-db-sync.js.map +1 -1
  1571. package/dist/client/use-run-stuck-detection.d.ts +8 -1
  1572. package/dist/client/use-run-stuck-detection.d.ts.map +1 -1
  1573. package/dist/client/use-run-stuck-detection.js +3 -2
  1574. package/dist/client/use-run-stuck-detection.js.map +1 -1
  1575. package/dist/coding-tools/run-code.d.ts +36 -0
  1576. package/dist/coding-tools/run-code.d.ts.map +1 -1
  1577. package/dist/coding-tools/run-code.js +333 -62
  1578. package/dist/coding-tools/run-code.js.map +1 -1
  1579. package/dist/coding-tools/sandbox/background.d.ts +141 -0
  1580. package/dist/coding-tools/sandbox/background.d.ts.map +1 -0
  1581. package/dist/coding-tools/sandbox/background.js +279 -0
  1582. package/dist/coding-tools/sandbox/background.js.map +1 -0
  1583. package/dist/coding-tools/sandbox/executions-store.d.ts +138 -0
  1584. package/dist/coding-tools/sandbox/executions-store.d.ts.map +1 -0
  1585. package/dist/coding-tools/sandbox/executions-store.js +380 -0
  1586. package/dist/coding-tools/sandbox/executions-store.js.map +1 -0
  1587. package/dist/coding-tools/sandbox/index.d.ts +22 -13
  1588. package/dist/coding-tools/sandbox/index.d.ts.map +1 -1
  1589. package/dist/coding-tools/sandbox/index.js +31 -13
  1590. package/dist/coding-tools/sandbox/index.js.map +1 -1
  1591. package/dist/coding-tools/sandbox/local-child-process-adapter.d.ts.map +1 -1
  1592. package/dist/coding-tools/sandbox/local-child-process-adapter.js +61 -4
  1593. package/dist/coding-tools/sandbox/local-child-process-adapter.js.map +1 -1
  1594. package/dist/collab/awareness.d.ts +2 -2
  1595. package/dist/collab/awareness.d.ts.map +1 -1
  1596. package/dist/collab/client.d.ts +16 -12
  1597. package/dist/collab/client.d.ts.map +1 -1
  1598. package/dist/collab/client.js +744 -496
  1599. package/dist/collab/client.js.map +1 -1
  1600. package/dist/collab/presence.d.ts +2 -20
  1601. package/dist/collab/presence.d.ts.map +1 -1
  1602. package/dist/collab/presence.js +3 -0
  1603. package/dist/collab/presence.js.map +1 -1
  1604. package/dist/collab/recent-edits.d.ts +2 -37
  1605. package/dist/collab/recent-edits.d.ts.map +1 -1
  1606. package/dist/collab/recent-edits.js +2 -9
  1607. package/dist/collab/recent-edits.js.map +1 -1
  1608. package/dist/collab/struct-routes.d.ts +1 -1
  1609. package/dist/data-programs/actions.d.ts +19 -0
  1610. package/dist/data-programs/actions.d.ts.map +1 -0
  1611. package/dist/data-programs/actions.js +279 -0
  1612. package/dist/data-programs/actions.js.map +1 -0
  1613. package/dist/data-programs/contract.d.ts +70 -0
  1614. package/dist/data-programs/contract.d.ts.map +1 -0
  1615. package/dist/data-programs/contract.js +225 -0
  1616. package/dist/data-programs/contract.js.map +1 -0
  1617. package/dist/data-programs/execute.d.ts +96 -0
  1618. package/dist/data-programs/execute.d.ts.map +1 -0
  1619. package/dist/data-programs/execute.js +454 -0
  1620. package/dist/data-programs/execute.js.map +1 -0
  1621. package/dist/data-programs/index.d.ts +11 -0
  1622. package/dist/data-programs/index.d.ts.map +1 -0
  1623. package/dist/data-programs/index.js +11 -0
  1624. package/dist/data-programs/index.js.map +1 -0
  1625. package/dist/data-programs/schema.d.ts +517 -0
  1626. package/dist/data-programs/schema.d.ts.map +1 -0
  1627. package/dist/data-programs/schema.js +138 -0
  1628. package/dist/data-programs/schema.js.map +1 -0
  1629. package/dist/data-programs/store.d.ts +158 -0
  1630. package/dist/data-programs/store.d.ts.map +1 -0
  1631. package/dist/data-programs/store.js +493 -0
  1632. package/dist/data-programs/store.js.map +1 -0
  1633. package/dist/db/create-get-db.d.ts +25 -0
  1634. package/dist/db/create-get-db.d.ts.map +1 -1
  1635. package/dist/db/create-get-db.js +25 -2
  1636. package/dist/db/create-get-db.js.map +1 -1
  1637. package/dist/deploy/build.d.ts.map +1 -1
  1638. package/dist/deploy/build.js +34 -0
  1639. package/dist/deploy/build.js.map +1 -1
  1640. package/dist/extensions/actions.js +2 -2
  1641. package/dist/extensions/actions.js.map +1 -1
  1642. package/dist/file-upload/builder.d.ts.map +1 -1
  1643. package/dist/file-upload/builder.js +9 -0
  1644. package/dist/file-upload/builder.js.map +1 -1
  1645. package/dist/integrations/webhook-handler.d.ts.map +1 -1
  1646. package/dist/integrations/webhook-handler.js +21 -10
  1647. package/dist/integrations/webhook-handler.js.map +1 -1
  1648. package/dist/local-artifacts/index.js +1 -1
  1649. package/dist/local-artifacts/index.js.map +1 -1
  1650. package/dist/localization/default-messages.d.ts +0 -1
  1651. package/dist/localization/default-messages.d.ts.map +1 -1
  1652. package/dist/localization/default-messages.js +1 -2
  1653. package/dist/localization/default-messages.js.map +1 -1
  1654. package/dist/mcp-client/index.d.ts +9 -0
  1655. package/dist/mcp-client/index.d.ts.map +1 -1
  1656. package/dist/mcp-client/index.js +23 -0
  1657. package/dist/mcp-client/index.js.map +1 -1
  1658. package/dist/observability/routes.d.ts +3 -3
  1659. package/dist/onboarding/default-steps.d.ts.map +1 -1
  1660. package/dist/onboarding/default-steps.js +2 -2
  1661. package/dist/onboarding/default-steps.js.map +1 -1
  1662. package/dist/progress/routes.d.ts +1 -1
  1663. package/dist/provider-api/corpus-jobs.d.ts +2 -2
  1664. package/dist/resources/store.d.ts.map +1 -1
  1665. package/dist/resources/store.js +35 -3
  1666. package/dist/resources/store.js.map +1 -1
  1667. package/dist/scripts/agent-engines/list-agent-engines.d.ts.map +1 -1
  1668. package/dist/scripts/agent-engines/list-agent-engines.js +4 -8
  1669. package/dist/scripts/agent-engines/list-agent-engines.js.map +1 -1
  1670. package/dist/scripts/agent-engines/test-agent-engine.d.ts.map +1 -1
  1671. package/dist/scripts/agent-engines/test-agent-engine.js +7 -2
  1672. package/dist/scripts/agent-engines/test-agent-engine.js.map +1 -1
  1673. package/dist/scripts/db/tool-mode.js +3 -3
  1674. package/dist/scripts/db/tool-mode.js.map +1 -1
  1675. package/dist/scripts/resources/migrate-learnings.d.ts +5 -1
  1676. package/dist/scripts/resources/migrate-learnings.d.ts.map +1 -1
  1677. package/dist/scripts/resources/migrate-learnings.js +8 -10
  1678. package/dist/scripts/resources/migrate-learnings.js.map +1 -1
  1679. package/dist/server/agent-chat-plugin.d.ts +20 -6
  1680. package/dist/server/agent-chat-plugin.d.ts.map +1 -1
  1681. package/dist/server/agent-chat-plugin.js +138 -59
  1682. package/dist/server/agent-chat-plugin.js.map +1 -1
  1683. package/dist/server/agent-discovery.d.ts.map +1 -1
  1684. package/dist/server/agent-discovery.js +62 -8
  1685. package/dist/server/agent-discovery.js.map +1 -1
  1686. package/dist/server/auth.d.ts.map +1 -1
  1687. package/dist/server/auth.js +75 -3
  1688. package/dist/server/auth.js.map +1 -1
  1689. package/dist/server/builder-design-systems.js +2 -2
  1690. package/dist/server/builder-design-systems.js.map +1 -1
  1691. package/dist/server/core-routes-plugin.d.ts.map +1 -1
  1692. package/dist/server/core-routes-plugin.js +100 -20
  1693. package/dist/server/core-routes-plugin.js.map +1 -1
  1694. package/dist/server/credential-provider.d.ts +6 -3
  1695. package/dist/server/credential-provider.d.ts.map +1 -1
  1696. package/dist/server/credential-provider.js +25 -8
  1697. package/dist/server/credential-provider.js.map +1 -1
  1698. package/dist/server/csrf.d.ts.map +1 -1
  1699. package/dist/server/csrf.js +3 -0
  1700. package/dist/server/csrf.js.map +1 -1
  1701. package/dist/server/framework-request-handler.d.ts.map +1 -1
  1702. package/dist/server/framework-request-handler.js +37 -1
  1703. package/dist/server/framework-request-handler.js.map +1 -1
  1704. package/dist/server/oauth-helpers.d.ts.map +1 -1
  1705. package/dist/server/oauth-helpers.js +9 -1
  1706. package/dist/server/oauth-helpers.js.map +1 -1
  1707. package/dist/server/onboarding-html.d.ts.map +1 -1
  1708. package/dist/server/onboarding-html.js +80 -48
  1709. package/dist/server/onboarding-html.js.map +1 -1
  1710. package/dist/server/prompts/shared-rules.js +2 -2
  1711. package/dist/server/prompts/shared-rules.js.map +1 -1
  1712. package/dist/server/transcribe-voice.d.ts +1 -1
  1713. package/dist/server/transcribe-voice.d.ts.map +1 -1
  1714. package/dist/server/transcribe-voice.js +77 -15
  1715. package/dist/server/transcribe-voice.js.map +1 -1
  1716. package/dist/styles/agent-native.css +57 -45
  1717. package/dist/templates/default/.agents/skills/actions/SKILL.md +55 -0
  1718. package/dist/templates/default/AGENTS.md +11 -14
  1719. package/dist/templates/default/actions/navigate.ts +1 -1
  1720. package/dist/templates/default/app/i18n/ar-SA.ts +0 -1
  1721. package/dist/templates/default/app/i18n/de-DE.ts +0 -1
  1722. package/dist/templates/default/app/i18n/en-US.ts +0 -1
  1723. package/dist/templates/default/app/i18n/es-ES.ts +0 -1
  1724. package/dist/templates/default/app/i18n/fr-FR.ts +0 -1
  1725. package/dist/templates/default/app/i18n/hi-IN.ts +0 -1
  1726. package/dist/templates/default/app/i18n/ja-JP.ts +0 -1
  1727. package/dist/templates/default/app/i18n/ko-KR.ts +0 -1
  1728. package/dist/templates/default/app/i18n/pt-BR.ts +0 -1
  1729. package/dist/templates/default/app/i18n/zh-CN.ts +0 -1
  1730. package/dist/templates/default/app/i18n/zh-TW.ts +0 -1
  1731. package/dist/templates/default/app/routes/settings.tsx +22 -33
  1732. package/dist/templates/headless/.agents/skills/agent-native-docs/SKILL.md +20 -7
  1733. package/dist/templates/headless/AGENTS.md +9 -6
  1734. package/dist/templates/workspace-core/.agents/skills/actions/SKILL.md +55 -0
  1735. package/dist/templates/workspace-core/.agents/skills/data-programs/SKILL.md +128 -0
  1736. package/dist/templates/workspace-core/.agents/skills/harness-agents/SKILL.md +10 -4
  1737. package/dist/vite/agents-bundle-plugin.d.ts.map +1 -1
  1738. package/dist/vite/agents-bundle-plugin.js +26 -1
  1739. package/dist/vite/agents-bundle-plugin.js.map +1 -1
  1740. package/dist/vite/client.d.ts.map +1 -1
  1741. package/dist/vite/client.js +11 -0
  1742. package/dist/vite/client.js.map +1 -1
  1743. package/docs/content/agent-native-toolkit.mdx +87 -146
  1744. package/docs/content/cloneable-saas.mdx +19 -19
  1745. package/docs/content/components.mdx +16 -4
  1746. package/docs/content/data-programs.mdx +329 -0
  1747. package/docs/content/deployment.mdx +9 -9
  1748. package/docs/content/extensions.mdx +8 -7
  1749. package/docs/content/generative-ui.mdx +5 -3
  1750. package/docs/content/key-concepts.mdx +6 -9
  1751. package/docs/content/locales/ar-SA/agent-native-toolkit.mdx +100 -70
  1752. package/docs/content/locales/ar-SA/cloneable-saas.mdx +19 -19
  1753. package/docs/content/locales/ar-SA/components.mdx +12 -2
  1754. package/docs/content/locales/ar-SA/data-programs.mdx +329 -0
  1755. package/docs/content/locales/ar-SA/deployment.mdx +8 -9
  1756. package/docs/content/locales/ar-SA/extensions.mdx +6 -4
  1757. package/docs/content/locales/ar-SA/key-concepts.mdx +7 -9
  1758. package/docs/content/locales/ar-SA/real-time-collaboration.mdx +9 -10
  1759. package/docs/content/locales/de-DE/agent-native-toolkit.mdx +100 -74
  1760. package/docs/content/locales/de-DE/cloneable-saas.mdx +19 -19
  1761. package/docs/content/locales/de-DE/components.mdx +12 -2
  1762. package/docs/content/locales/de-DE/data-programs.mdx +329 -0
  1763. package/docs/content/locales/de-DE/deployment.mdx +8 -9
  1764. package/docs/content/locales/de-DE/extensions.mdx +6 -4
  1765. package/docs/content/locales/de-DE/key-concepts.mdx +8 -10
  1766. package/docs/content/locales/de-DE/real-time-collaboration.mdx +9 -10
  1767. package/docs/content/locales/es-ES/agent-native-toolkit.mdx +100 -74
  1768. package/docs/content/locales/es-ES/cloneable-saas.mdx +19 -19
  1769. package/docs/content/locales/es-ES/components.mdx +12 -2
  1770. package/docs/content/locales/es-ES/data-programs.mdx +329 -0
  1771. package/docs/content/locales/es-ES/deployment.mdx +8 -9
  1772. package/docs/content/locales/es-ES/extensions.mdx +6 -4
  1773. package/docs/content/locales/es-ES/key-concepts.mdx +8 -10
  1774. package/docs/content/locales/es-ES/real-time-collaboration.mdx +9 -10
  1775. package/docs/content/locales/fr-FR/agent-native-toolkit.mdx +100 -76
  1776. package/docs/content/locales/fr-FR/cloneable-saas.mdx +19 -19
  1777. package/docs/content/locales/fr-FR/components.mdx +12 -2
  1778. package/docs/content/locales/fr-FR/data-programs.mdx +329 -0
  1779. package/docs/content/locales/fr-FR/deployment.mdx +8 -9
  1780. package/docs/content/locales/fr-FR/extensions.mdx +6 -4
  1781. package/docs/content/locales/fr-FR/key-concepts.mdx +8 -10
  1782. package/docs/content/locales/fr-FR/real-time-collaboration.mdx +9 -10
  1783. package/docs/content/locales/hi-IN/agent-native-toolkit.mdx +100 -71
  1784. package/docs/content/locales/hi-IN/cloneable-saas.mdx +19 -19
  1785. package/docs/content/locales/hi-IN/components.mdx +20 -10
  1786. package/docs/content/locales/hi-IN/data-programs.mdx +329 -0
  1787. package/docs/content/locales/hi-IN/deployment.mdx +8 -9
  1788. package/docs/content/locales/hi-IN/extensions.mdx +6 -4
  1789. package/docs/content/locales/hi-IN/key-concepts.mdx +8 -10
  1790. package/docs/content/locales/hi-IN/real-time-collaboration.mdx +9 -10
  1791. package/docs/content/locales/ja-JP/agent-native-toolkit.mdx +100 -64
  1792. package/docs/content/locales/ja-JP/cloneable-saas.mdx +19 -19
  1793. package/docs/content/locales/ja-JP/components.mdx +12 -2
  1794. package/docs/content/locales/ja-JP/data-programs.mdx +329 -0
  1795. package/docs/content/locales/ja-JP/deployment.mdx +8 -9
  1796. package/docs/content/locales/ja-JP/extensions.mdx +6 -4
  1797. package/docs/content/locales/ja-JP/key-concepts.mdx +9 -11
  1798. package/docs/content/locales/ja-JP/real-time-collaboration.mdx +9 -10
  1799. package/docs/content/locales/ko-KR/agent-native-toolkit.mdx +100 -60
  1800. package/docs/content/locales/ko-KR/cloneable-saas.mdx +19 -19
  1801. package/docs/content/locales/ko-KR/components.mdx +20 -10
  1802. package/docs/content/locales/ko-KR/data-programs.mdx +329 -0
  1803. package/docs/content/locales/ko-KR/deployment.mdx +8 -9
  1804. package/docs/content/locales/ko-KR/extensions.mdx +16 -14
  1805. package/docs/content/locales/ko-KR/key-concepts.mdx +9 -11
  1806. package/docs/content/locales/ko-KR/real-time-collaboration.mdx +9 -10
  1807. package/docs/content/locales/pt-BR/agent-native-toolkit.mdx +100 -74
  1808. package/docs/content/locales/pt-BR/cloneable-saas.mdx +19 -19
  1809. package/docs/content/locales/pt-BR/components.mdx +12 -2
  1810. package/docs/content/locales/pt-BR/data-programs.mdx +329 -0
  1811. package/docs/content/locales/pt-BR/deployment.mdx +8 -9
  1812. package/docs/content/locales/pt-BR/extensions.mdx +6 -4
  1813. package/docs/content/locales/pt-BR/key-concepts.mdx +8 -11
  1814. package/docs/content/locales/pt-BR/real-time-collaboration.mdx +9 -10
  1815. package/docs/content/locales/zh-CN/agent-native-toolkit.mdx +100 -58
  1816. package/docs/content/locales/zh-CN/cloneable-saas.mdx +19 -19
  1817. package/docs/content/locales/zh-CN/components.mdx +20 -10
  1818. package/docs/content/locales/zh-CN/data-programs.mdx +329 -0
  1819. package/docs/content/locales/zh-CN/deployment.mdx +7 -9
  1820. package/docs/content/locales/zh-CN/extensions.mdx +16 -14
  1821. package/docs/content/locales/zh-CN/key-concepts.mdx +7 -11
  1822. package/docs/content/locales/zh-CN/real-time-collaboration.mdx +10 -11
  1823. package/docs/content/locales/zh-TW/agent-native-toolkit.mdx +100 -58
  1824. package/docs/content/locales/zh-TW/cloneable-saas.mdx +19 -19
  1825. package/docs/content/locales/zh-TW/components.mdx +20 -10
  1826. package/docs/content/locales/zh-TW/data-programs.mdx +329 -0
  1827. package/docs/content/locales/zh-TW/deployment.mdx +7 -9
  1828. package/docs/content/locales/zh-TW/extensions.mdx +16 -14
  1829. package/docs/content/locales/zh-TW/key-concepts.mdx +7 -11
  1830. package/docs/content/locales/zh-TW/real-time-collaboration.mdx +10 -11
  1831. package/docs/content/real-time-collaboration.mdx +10 -11
  1832. package/docs/content/toolkit-app-adapters.mdx +46 -0
  1833. package/docs/content/toolkit-collaboration-ui.mdx +48 -0
  1834. package/docs/content/toolkit-sharing-ui.mdx +33 -0
  1835. package/docs/content/toolkit-shell-hooks.mdx +27 -0
  1836. package/docs/content/toolkit-ui.mdx +69 -0
  1837. package/package.json +6 -2
  1838. package/src/templates/default/.agents/skills/actions/SKILL.md +55 -0
  1839. package/src/templates/default/AGENTS.md +11 -14
  1840. package/src/templates/default/actions/navigate.spec.ts +53 -0
  1841. package/src/templates/default/actions/navigate.ts +1 -1
  1842. package/src/templates/default/app/i18n/ar-SA.ts +0 -1
  1843. package/src/templates/default/app/i18n/de-DE.ts +0 -1
  1844. package/src/templates/default/app/i18n/en-US.ts +0 -1
  1845. package/src/templates/default/app/i18n/es-ES.ts +0 -1
  1846. package/src/templates/default/app/i18n/fr-FR.ts +0 -1
  1847. package/src/templates/default/app/i18n/hi-IN.ts +0 -1
  1848. package/src/templates/default/app/i18n/ja-JP.ts +0 -1
  1849. package/src/templates/default/app/i18n/ko-KR.ts +0 -1
  1850. package/src/templates/default/app/i18n/pt-BR.ts +0 -1
  1851. package/src/templates/default/app/i18n/zh-CN.ts +0 -1
  1852. package/src/templates/default/app/i18n/zh-TW.ts +0 -1
  1853. package/src/templates/default/app/routes/settings.tsx +22 -33
  1854. package/src/templates/headless/.agents/skills/agent-native-docs/SKILL.md +20 -7
  1855. package/src/templates/headless/AGENTS.md +9 -6
  1856. package/src/templates/workspace-core/.agents/skills/actions/SKILL.md +55 -0
  1857. package/src/templates/workspace-core/.agents/skills/data-programs/SKILL.md +128 -0
  1858. package/src/templates/workspace-core/.agents/skills/harness-agents/SKILL.md +10 -4
  1859. package/corpus/templates/design/app/components/design/inspector/InspectorAiActions.tsx +0 -153
  1860. package/corpus/templates/design/app/hooks/useAgentEditRequest.ts +0 -133
  1861. package/corpus/templates/design/app/pages/DesignEditor.tsx +0 -22928
  1862. package/corpus/templates/design/server/lib/figma-import/clipboard.ts +0 -122
  1863. package/corpus/templates/design/server/lib/figma-import/decode.ts +0 -455
  1864. package/corpus/templates/design/server/lib/figma-import/processor.ts +0 -116
  1865. package/corpus/templates/design/server/lib/figma-import/render-html.ts +0 -397
  1866. package/corpus/templates/design/server/lib/figma-import/types.ts +0 -60
@@ -1,5 +1,7 @@
1
1
  import type { LocaleCode } from "@agent-native/core/client";
2
2
 
3
+ import { breakpointBarOverrides } from "./i18n-breakpoints";
4
+ import { motionDockOverrides } from "./i18n-motion";
3
5
  import zhTW from "./i18n/zh-TW";
4
6
 
5
7
  const enUS = {
@@ -113,9 +115,13 @@ const enUS = {
113
115
  removeLayer: "Remove layer",
114
116
  showLayer: "Show layer",
115
117
  hideLayer: "Hide layer",
118
+ reorderLayer: "Reorder layer",
119
+ stylesComingSoon: "Styles — Coming soon",
116
120
  linkSides: "Link sides",
117
121
  unlinkSides: "Unlink sides",
118
122
  allSides: "All",
123
+ lockAspectRatio: "Lock aspect ratio",
124
+ unlockAspectRatio: "Unlock aspect ratio",
119
125
  cornerRadius: "Corner radius",
120
126
  independentCorners: "Independent corners",
121
127
  topLeft: "TL",
@@ -127,12 +133,78 @@ const enUS = {
127
133
  outline: "Outline",
128
134
  inside: "Inside",
129
135
  outside: "Outside",
136
+ center: "Center",
130
137
  dropShadow: "Drop shadow",
131
138
  addDropShadow: "Add drop shadow",
132
139
  innerShadow: "Inner shadow",
133
140
  layerBlur: "Layer blur",
134
141
  blur: "Blur",
135
142
  spread: "Spread",
143
+ rotation3d: "3D rotation",
144
+ rotationX: "Rotate X",
145
+ rotationY: "Rotate Y",
146
+ perspective: "Perspective",
147
+ perspectiveHint: "Perspective (empty/0 = none)",
148
+ customTransform: "Custom transform — can't be edited as X/Y/Z rotation",
149
+ shaderEffectType: "Shader",
150
+ },
151
+ shaders: {
152
+ fillsTitle: "Shader fills",
153
+ effectsTitle: "Shader effects",
154
+ createdByYou: "Created by you",
155
+ presets: "Presets",
156
+ createNew: "Create new",
157
+ ai: "AI",
158
+ savedInThisDesign: "Saved in this design",
159
+ noMatches: "No shaders match your search",
160
+ backToBrowser: "Back to shader browser",
161
+ closePanel: "Close shader panel",
162
+ editCode: "Edit GLSL code",
163
+ removeShader: "Remove shader",
164
+ removeShaderEffect: "Remove shader effect",
165
+ noUniforms: "This shader has no adjustable uniforms",
166
+ codeHint:
167
+ "The GLSL source is saved in this screen's HTML — open the Code panel to edit it.",
168
+ selectElementFirst: "Select a screen element first",
169
+ selectCanvasElementFirst: "Select an element on the canvas first",
170
+ saveFailed: "Could not save the shader",
171
+ categories: {
172
+ gradientFlow: "Gradient flow",
173
+ waves: "Waves",
174
+ noise: "Noise",
175
+ pattern: "Patterns",
176
+ texture: "Texture",
177
+ retro: "Retro",
178
+ },
179
+ },
180
+ interactionStates: {
181
+ default: "Default",
182
+ hover: "Hover",
183
+ focus: "Focus",
184
+ focusVisible: "Focus visible",
185
+ active: "Pressed",
186
+ disabled: "Disabled",
187
+ selectorLabel: "Interaction state",
188
+ selectorTooltip: "Preview and edit hover, focus, and pressed states",
189
+ editingState: "Editing {{state}} state",
190
+ editingStateTooltip:
191
+ "Editing the {{state}} state — styles here apply only when this element is {{state}}",
192
+ hasOverrideIndicator: "This property is overridden in this state",
193
+ reset: "Reset",
194
+ resetOverride: "Reset override",
195
+ resetOverrideTooltip:
196
+ "Clear this state's override and use the default value",
197
+ },
198
+ motionKeyframe: {
199
+ addTooltip: "Add keyframe",
200
+ removeTooltip: "Remove keyframe",
201
+ },
202
+ breakpointOverride: {
203
+ overriddenTooltip: "Overridden at this breakpoint",
204
+ overriddenAtTooltip: "Overridden at {{width}}px",
205
+ reset: "Reset override",
206
+ resetShort: "Reset",
207
+ resetTooltip: "Clear this breakpoint's override and use the base value",
136
208
  },
137
209
  selection: {
138
210
  pageContext: "Page defaults",
@@ -243,6 +315,18 @@ const enUS = {
243
315
  dotted: "Dotted",
244
316
  double: "Double",
245
317
  },
318
+ framePresets: {
319
+ title: "Frame",
320
+ categories: {
321
+ phone: "Phone",
322
+ tablet: "Tablet",
323
+ desktop: "Desktop",
324
+ presentation: "Presentation",
325
+ watch: "Watch",
326
+ paper: "Paper",
327
+ socialMedia: "Social media",
328
+ },
329
+ },
246
330
  },
247
331
  designEditor: {
248
332
  askAgent: "Ask agent",
@@ -255,9 +339,75 @@ const enUS = {
255
339
  tokens: "Tokens",
256
340
  label: "Design workspace",
257
341
  },
342
+ breakpointBar: {
343
+ base: "Base",
344
+ editBaseWidth: "Edit base width",
345
+ addBreakpoint: "Add breakpoint",
346
+ remove: "Remove breakpoint",
347
+ options: "Breakpoint options",
348
+ changeWidth: "Change width",
349
+ customWidth: "Custom width",
350
+ add: "Add",
351
+ showAllBreakpoints: "Show all breakpoints",
352
+ desktop: "Desktop",
353
+ tablet: "Tablet",
354
+ phone: "Phone",
355
+ },
356
+ motion: {
357
+ dockLabel: "Motion dock",
358
+ collapseDock: "Collapse motion dock",
359
+ play: "Play",
360
+ pause: "Pause",
361
+ resetPlayhead: "Reset playhead",
362
+ reset: "Reset",
363
+ addKeyframeAtPlayhead: "Add keyframe at playhead",
364
+ addKeyframeAtPlayheadForProperty:
365
+ "Add keyframe at playhead ({{property}})",
366
+ selectPropertyRowFirst: "Select a property row first",
367
+ currentTimeMs: "Current time in ms",
368
+ duration: "Duration",
369
+ durationMs: "Duration in ms",
370
+ playbackMode: "Playback mode: {{mode}}",
371
+ playback: "Playback: {{mode}}",
372
+ loop: "Loop",
373
+ once: "Once",
374
+ pingPong: "Ping-pong",
375
+ toggleAutoKeyframe: "Toggle auto-keyframe",
376
+ autoKeyframe: "Auto-keyframe",
377
+ savingMotion: "Saving motion",
378
+ emptyStateAnimate: "Animate",
379
+ emptyStatePickProperty: ". Pick a property to add the first track.",
380
+ emptyStateNoSelection:
381
+ "Select an element on the canvas, then add a track to animate it.",
382
+ addMotion: "Add motion",
383
+ selectElementFirst: "Select an element on the canvas first",
384
+ animateLayer: 'Animate "{{label}}"',
385
+ more: "More",
386
+ addKeyframe: "Add keyframe",
387
+ trackExists:
388
+ 'A "{{property}}" track already exists for {{label}}. Edit its keyframes in the timeline instead.',
389
+ layerAnimationSpan: "{{label}} animation span",
390
+ keyframeAt: "Keyframe at {{ms}}ms",
391
+ deleteKeyframe: "Delete keyframe",
392
+ segmentEasing: "Segment easing: {{ease}}",
393
+ curveTab: "Curve",
394
+ springTab: "Spring",
395
+ customBezier: "Custom bezier",
396
+ customSpring: "Custom spring",
397
+ bounce: "Bounce",
398
+ bezierCurveEditor: "Bezier curve editor",
399
+ springCurvePreview: "Spring curve preview",
400
+ defaultEase: "Default",
401
+ },
258
402
  applyToSource: "Apply to source",
259
403
  applyToSourcePath: "Apply to source ({{path}})",
404
+ applyToSourceUnavailableCompiled:
405
+ "Source write-back isn't available yet for compiled framework routes (React/TS components). Ask the agent to edit the source file instead.",
260
406
  writingToSource: "Writing…",
407
+ appliedToSource: "Saved to {{path}}",
408
+ applyToSourceConflict:
409
+ "{{path}} changed on disk since it was opened. Reload the screen and try again.",
410
+ applyToSourceError: "Couldn't save to source: {{message}}",
261
411
  tokens: {
262
412
  title: "Tokens",
263
413
  newToken: "New token",
@@ -282,10 +432,10 @@ const enUS = {
282
432
  import: {
283
433
  title: "Import",
284
434
  description:
285
- "Bring in Figma selections, .fig exports, or standalone HTML as Design screens.",
435
+ "Bring in Figma clipboard HTML or standalone HTML as Design screens.",
286
436
  figmaPasteTitle: "Paste from Figma",
287
437
  figmaPasteDescription:
288
- "Copy a frame or layer in Figma, then paste into the Design canvas. Figma metadata imports directly when available.",
438
+ "Copy a frame or layer in Figma, then paste into the Design canvas. Design imports the visible clipboard HTML.",
289
439
  figmaPasteTarget: "Paste into the canvas",
290
440
  figUploadTitle: "Upload .fig",
291
441
  figUploadDescription:
@@ -512,21 +662,14 @@ const enUS = {
512
662
  primitiveInsertFailed: "Could not add that layer to the screen",
513
663
  layerMoveFailed: "Could not move that layer",
514
664
  duplicateElementFailed: "Could not duplicate that element",
665
+ eyedropperUnsupported: "Eyedropper isn't supported in this browser",
515
666
  saveCopyError: "Could not save a copy of this design",
516
667
  auditRunFailed: "Unable to run design audit",
517
668
  componentCreated: "Component created",
518
669
  componentCreateFailed: "Could not create component",
519
670
  undoSkippedConcurrentEdit: "Skipped an undo — someone else moved that",
520
671
  redoSkippedConcurrentEdit: "Skipped a redo — someone else moved that",
521
- },
522
- localSourceEdit: {
523
- copyPrompt: "Copy prompt",
524
- askAi: "Ask AI",
525
- applyWithAi: "Apply with AI",
526
- copyPromptTooltip: "Copy prompt to clipboard",
527
- targeting: "Targeting:",
528
- describeElementChange: "Describe the change for this element…",
529
- describeChange: "Describe what you want to change…",
672
+ autoLayoutScreensUnsupported: "Add auto layout doesn't apply to screens",
530
673
  },
531
674
  },
532
675
  layersPanel: {
@@ -549,6 +692,20 @@ const enUS = {
549
692
  show: "Show layer",
550
693
  rename: "Rename layer",
551
694
  deleteBoardObject: "Delete board object",
695
+ copy: "Copy",
696
+ pasteHere: "Paste here",
697
+ duplicate: "Duplicate",
698
+ delete: "Delete",
699
+ group: "Group",
700
+ ungroup: "Ungroup",
701
+ bringForward: "Bring forward",
702
+ bringToFront: "Bring to front",
703
+ sendBackward: "Send backward",
704
+ sendToBack: "Send to back",
705
+ pasteToReplace: "Paste to replace",
706
+ frameSelection: "Frame selection",
707
+ flipHorizontal: "Flip horizontal",
708
+ flipVertical: "Flip vertical",
552
709
  },
553
710
  multiScreenCanvas: {
554
711
  duplicate: "Duplicate",
@@ -837,7 +994,7 @@ const enUS = {
837
994
  errors: {
838
995
  chooseFig:
839
996
  "Please choose a .fig file (in Figma: File -> Save local copy).",
840
- parseFig: "Could not parse that Figma file.",
997
+ parseFig: "Could not start Builder indexing for that Figma file.",
841
998
  enterWebsite: "Enter a website URL before adding it.",
842
999
  websiteProtocol: "Website URLs must start with http:// or https://.",
843
1000
  enterGithub: "Enter a GitHub repository URL before adding it.",
@@ -849,7 +1006,7 @@ const enUS = {
849
1006
  figma: {
850
1007
  title: "Connect Figma",
851
1008
  description:
852
- "Upload a .fig local copy and Builder DSI will extract tokens, components, assets, and guidance into a reusable design system.",
1009
+ "Upload a .fig local copy and Builder DSI will index tokens, components, assets, and guidance into a reusable design system.",
853
1010
  },
854
1011
  company: {
855
1012
  title: "Company / Brand",
@@ -1243,7 +1400,7 @@ const designLocaleOverrides = {
1243
1400
  figmaThumbnailAlt: "Figma 文件缩略图",
1244
1401
  errors: {
1245
1402
  chooseFig: "请选择一个.fig 文件(在 Figma 中:文件 -> 保存本地副本)。",
1246
- parseFig: "无法解析该 Figma 文件。",
1403
+ parseFig: "无法为该 Figma 文件启动 Builder 索引。",
1247
1404
  enterWebsite: "添加前输入网站 URL。",
1248
1405
  websiteProtocol: "网站 URLs 必须以 http:// 或 https:// 开头。",
1249
1406
  enterGithub: "在添加之前输入 GitHub 存储库 URL。",
@@ -1612,7 +1769,8 @@ const designLocaleOverrides = {
1612
1769
  errors: {
1613
1770
  chooseFig:
1614
1771
  "Elija un archivo.fig (en Figma: Archivo -> Guardar copia local).",
1615
- parseFig: "No se pudo analizar ese archivo Figma.",
1772
+ parseFig:
1773
+ "No se pudo iniciar la indexación de Builder para ese archivo Figma.",
1616
1774
  enterWebsite: "Ingrese un sitio web URL antes de agregarlo.",
1617
1775
  websiteProtocol:
1618
1776
  "El sitio web URLs debe comenzar con http:// o https://.",
@@ -1994,7 +2152,8 @@ const designLocaleOverrides = {
1994
2152
  errors: {
1995
2153
  chooseFig:
1996
2154
  "Veuillez choisir un fichier.fig (dans Figma: Fichier -> Enregistrer la copie locale).",
1997
- parseFig: "Impossible d'analyser ce fichier Figma.",
2155
+ parseFig:
2156
+ "Impossible de lancer l’indexation Builder pour ce fichier Figma.",
1998
2157
  enterWebsite: "Entrez un site Web URL avant de l'ajouter.",
1999
2158
  websiteProtocol:
2000
2159
  "Le site Web URLs doit commencer par http:// ou https://.",
@@ -2376,7 +2535,8 @@ const designLocaleOverrides = {
2376
2535
  errors: {
2377
2536
  chooseFig:
2378
2537
  "Bitte wählen Sie eine.fig-Datei (in Figma: Datei -> Lokale Kopie speichern).",
2379
- parseFig: "Die Figma-Datei konnte nicht analysiert werden.",
2538
+ parseFig:
2539
+ "Die Builder-Indizierung für diese Figma-Datei konnte nicht gestartet werden.",
2380
2540
  enterWebsite:
2381
2541
  "Geben Sie eine Website URL ein, bevor Sie sie hinzufügen.",
2382
2542
  websiteProtocol:
@@ -2758,7 +2918,8 @@ const designLocaleOverrides = {
2758
2918
  errors: {
2759
2919
  chooseFig:
2760
2920
  ".fig ファイルを選択してください (Figma の場合: [ファイル] -> [ローカル コピーを保存])。",
2761
- parseFig: "Figma ファイルを解析できませんでした。",
2921
+ parseFig:
2922
+ "その Figma ファイルの Builder インデックス作成を開始できませんでした。",
2762
2923
  enterWebsite: "追加する前に、Web サイト URL を入力してください。",
2763
2924
  websiteProtocol:
2764
2925
  "ウェブサイト URLs は http:// または https:// で始まる必要があります。",
@@ -3132,7 +3293,7 @@ const designLocaleOverrides = {
3132
3293
  figmaThumbnailAlt: "Figma 파일 썸네일",
3133
3294
  errors: {
3134
3295
  chooseFig: ".fig 파일을 선택하십시오(Figma: 파일 -> 로컬 복사본 저장).",
3135
- parseFig: "Figma 파일을 구문 분석할 수 없습니다.",
3296
+ parseFig: "해당 Figma 파일의 Builder 인덱싱을 시작할 수 없습니다.",
3136
3297
  enterWebsite: "추가하기 전에 웹사이트 URL를 입력하세요.",
3137
3298
  websiteProtocol:
3138
3299
  "웹사이트 URLs는 http:// 또는 https://로 시작해야 합니다.",
@@ -3507,7 +3668,8 @@ const designLocaleOverrides = {
3507
3668
  errors: {
3508
3669
  chooseFig:
3509
3670
  "Escolha um arquivo.fig (em Figma: Arquivo -> Salvar cópia local).",
3510
- parseFig: "Não foi possível analisar esse arquivo Figma.",
3671
+ parseFig:
3672
+ "Não foi possível iniciar a indexação do Builder para esse arquivo Figma.",
3511
3673
  enterWebsite: "Insira um site URL antes de adicioná-lo.",
3512
3674
  websiteProtocol: "O site URLs deve começar com http:// ou https://.",
3513
3675
  enterGithub: "Insira um repositório GitHub URL antes de adicioná-lo.",
@@ -3880,7 +4042,7 @@ const designLocaleOverrides = {
3880
4042
  errors: {
3881
4043
  chooseFig:
3882
4044
  "कृपया एक.fig फ़ाइल चुनें (Figma में: फ़ाइल -> स्थानीय प्रतिलिपि सहेजें)।",
3883
- parseFig: "उस Figma फ़ाइल को पार्स नहीं किया जा सका।",
4045
+ parseFig: "उस Figma file के लिए Builder indexing शुरू नहीं हो सकी।",
3884
4046
  enterWebsite: "इसे जोड़ने से पहले एक वेबसाइट URL दर्ज करें।",
3885
4047
  websiteProtocol: "वेबसाइट URLs http:// या https:// से शुरू होनी चाहिए।",
3886
4048
  enterGithub: "इसे जोड़ने से पहले एक GitHub रिपॉजिटरी URL दर्ज करें।",
@@ -4250,7 +4412,7 @@ const designLocaleOverrides = {
4250
4412
  errors: {
4251
4413
  chooseFig:
4252
4414
  "الرجاء اختيار ملف.fig (في Figma: ملف -> حفظ النسخة المحلية).",
4253
- parseFig: "تعذر تحليل ملف Figma هذا.",
4415
+ parseFig: "تعذر بدء فهرسة Builder لملف Figma هذا.",
4254
4416
  enterWebsite: "أدخل موقع URL قبل إضافته.",
4255
4417
  websiteProtocol: "يجب أن يبدأ موقع الويب URLs بـ http:// أو https://.",
4256
4418
  enterGithub: "أدخل مستودع GitHub URL قبل إضافته.",
@@ -8262,6 +8424,16 @@ const designCanvasFeatureOverrides = {
8262
8424
  show: "顯示圖層",
8263
8425
  rename: "重新命名圖層",
8264
8426
  deleteBoardObject: "刪除畫布物件",
8427
+ copy: "複製",
8428
+ pasteHere: "貼在這裡",
8429
+ duplicate: "重製",
8430
+ delete: "刪除",
8431
+ group: "群組",
8432
+ ungroup: "取消群組",
8433
+ bringForward: "上移一層",
8434
+ bringToFront: "移到最上層",
8435
+ sendBackward: "下移一層",
8436
+ sendToBack: "移到最下層",
8265
8437
  },
8266
8438
  },
8267
8439
  "zh-CN": {
@@ -8272,6 +8444,7 @@ const designCanvasFeatureOverrides = {
8272
8444
  primitiveInsertFailed: "无法将该图层添加到画面",
8273
8445
  layerMoveFailed: "无法移动该图层",
8274
8446
  duplicateElementFailed: "无法复制该元素",
8447
+ eyedropperUnsupported: "此浏览器不支持取色器",
8275
8448
  },
8276
8449
  },
8277
8450
  editPanel: {
@@ -8280,9 +8453,12 @@ const designCanvasFeatureOverrides = {
8280
8453
  removeLayer: "移除图层",
8281
8454
  showLayer: "显示图层",
8282
8455
  hideLayer: "隐藏图层",
8456
+ reorderLayer: "重新排序图层",
8283
8457
  linkSides: "链接四边",
8284
8458
  unlinkSides: "取消链接四边",
8285
8459
  allSides: "全部",
8460
+ lockAspectRatio: "锁定宽高比",
8461
+ unlockAspectRatio: "解锁宽高比",
8286
8462
  cornerRadius: "圆角半径",
8287
8463
  independentCorners: "独立圆角",
8288
8464
  topLeft: "左上",
@@ -8294,6 +8470,7 @@ const designCanvasFeatureOverrides = {
8294
8470
  outline: "轮廓",
8295
8471
  inside: "内侧",
8296
8472
  outside: "外侧",
8473
+ center: "中心",
8297
8474
  dropShadow: "投影",
8298
8475
  addDropShadow: "新增投影",
8299
8476
  innerShadow: "内阴影",
@@ -8322,6 +8499,16 @@ const designCanvasFeatureOverrides = {
8322
8499
  show: "显示图层",
8323
8500
  rename: "重命名图层",
8324
8501
  deleteBoardObject: "删除画布对象",
8502
+ copy: "复制",
8503
+ pasteHere: "粘贴到此处",
8504
+ duplicate: "创建副本",
8505
+ delete: "删除",
8506
+ group: "编组",
8507
+ ungroup: "取消编组",
8508
+ bringForward: "上移一层",
8509
+ bringToFront: "置于顶层",
8510
+ sendBackward: "下移一层",
8511
+ sendToBack: "置于底层",
8325
8512
  },
8326
8513
  },
8327
8514
  "es-ES": {
@@ -8332,6 +8519,8 @@ const designCanvasFeatureOverrides = {
8332
8519
  primitiveInsertFailed: "No se pudo añadir esa capa a la pantalla",
8333
8520
  layerMoveFailed: "No se pudo mover esa capa",
8334
8521
  duplicateElementFailed: "No se pudo duplicar ese elemento",
8522
+ eyedropperUnsupported:
8523
+ "El cuentagotas no es compatible con este navegador",
8335
8524
  },
8336
8525
  },
8337
8526
  editPanel: {
@@ -8340,9 +8529,12 @@ const designCanvasFeatureOverrides = {
8340
8529
  removeLayer: "Eliminar capa",
8341
8530
  showLayer: "Mostrar capa",
8342
8531
  hideLayer: "Ocultar capa",
8532
+ reorderLayer: "Reordenar capa",
8343
8533
  linkSides: "Vincular lados",
8344
8534
  unlinkSides: "Desvincular lados",
8345
8535
  allSides: "Todo",
8536
+ lockAspectRatio: "Bloquear proporción",
8537
+ unlockAspectRatio: "Desbloquear proporción",
8346
8538
  cornerRadius: "Radio de esquina",
8347
8539
  independentCorners: "Esquinas independientes",
8348
8540
  topLeft: "SI",
@@ -8354,6 +8546,7 @@ const designCanvasFeatureOverrides = {
8354
8546
  outline: "Contorno",
8355
8547
  inside: "Interior",
8356
8548
  outside: "Exterior",
8549
+ center: "Centro",
8357
8550
  dropShadow: "Sombra paralela",
8358
8551
  addDropShadow: "Añadir sombra paralela",
8359
8552
  innerShadow: "Sombra interior",
@@ -8382,6 +8575,16 @@ const designCanvasFeatureOverrides = {
8382
8575
  show: "Mostrar capa",
8383
8576
  rename: "Renombrar capa",
8384
8577
  deleteBoardObject: "Eliminar objeto del lienzo",
8578
+ copy: "Copiar",
8579
+ pasteHere: "Pegar aquí",
8580
+ duplicate: "Duplicar",
8581
+ delete: "Eliminar",
8582
+ group: "Agrupar",
8583
+ ungroup: "Desagrupar",
8584
+ bringForward: "Traer adelante",
8585
+ bringToFront: "Traer al frente",
8586
+ sendBackward: "Enviar atrás",
8587
+ sendToBack: "Enviar al fondo",
8385
8588
  },
8386
8589
  },
8387
8590
  "fr-FR": {
@@ -8392,6 +8595,8 @@ const designCanvasFeatureOverrides = {
8392
8595
  primitiveInsertFailed: "Impossible d’ajouter ce calque à l’écran",
8393
8596
  layerMoveFailed: "Impossible de déplacer ce calque",
8394
8597
  duplicateElementFailed: "Impossible de dupliquer cet élément",
8598
+ eyedropperUnsupported:
8599
+ "La pipette n'est pas prise en charge par ce navigateur",
8395
8600
  },
8396
8601
  },
8397
8602
  editPanel: {
@@ -8400,9 +8605,12 @@ const designCanvasFeatureOverrides = {
8400
8605
  removeLayer: "Supprimer le calque",
8401
8606
  showLayer: "Afficher le calque",
8402
8607
  hideLayer: "Masquer le calque",
8608
+ reorderLayer: "Réorganiser le calque",
8403
8609
  linkSides: "Lier les côtés",
8404
8610
  unlinkSides: "Délier les côtés",
8405
8611
  allSides: "Tout",
8612
+ lockAspectRatio: "Verrouiller les proportions",
8613
+ unlockAspectRatio: "Déverrouiller les proportions",
8406
8614
  cornerRadius: "Rayon d’angle",
8407
8615
  independentCorners: "Angles indépendants",
8408
8616
  topLeft: "HG",
@@ -8414,6 +8622,7 @@ const designCanvasFeatureOverrides = {
8414
8622
  outline: "Contour",
8415
8623
  inside: "Intérieur",
8416
8624
  outside: "Extérieur",
8625
+ center: "Centre",
8417
8626
  dropShadow: "Ombre portée",
8418
8627
  addDropShadow: "Ajouter une ombre portée",
8419
8628
  innerShadow: "Ombre interne",
@@ -8442,6 +8651,16 @@ const designCanvasFeatureOverrides = {
8442
8651
  show: "Afficher le calque",
8443
8652
  rename: "Renommer le calque",
8444
8653
  deleteBoardObject: "Supprimer l’objet du canevas",
8654
+ copy: "Copier",
8655
+ pasteHere: "Coller ici",
8656
+ duplicate: "Dupliquer",
8657
+ delete: "Supprimer",
8658
+ group: "Grouper",
8659
+ ungroup: "Dissocier",
8660
+ bringForward: "Avancer",
8661
+ bringToFront: "Mettre au premier plan",
8662
+ sendBackward: "Reculer",
8663
+ sendToBack: "Mettre à l’arrière-plan",
8445
8664
  },
8446
8665
  },
8447
8666
  "de-DE": {
@@ -8453,6 +8672,8 @@ const designCanvasFeatureOverrides = {
8453
8672
  "Diese Ebene konnte nicht zur Ansicht hinzugefügt werden",
8454
8673
  layerMoveFailed: "Diese Ebene konnte nicht verschoben werden",
8455
8674
  duplicateElementFailed: "Dieses Element konnte nicht dupliziert werden",
8675
+ eyedropperUnsupported:
8676
+ "Die Pipette wird von diesem Browser nicht unterstützt",
8456
8677
  },
8457
8678
  },
8458
8679
  editPanel: {
@@ -8461,9 +8682,12 @@ const designCanvasFeatureOverrides = {
8461
8682
  removeLayer: "Ebene entfernen",
8462
8683
  showLayer: "Ebene anzeigen",
8463
8684
  hideLayer: "Ebene ausblenden",
8685
+ reorderLayer: "Ebene neu anordnen",
8464
8686
  linkSides: "Seiten verknüpfen",
8465
8687
  unlinkSides: "Seiten lösen",
8466
8688
  allSides: "Alle",
8689
+ lockAspectRatio: "Seitenverhältnis sperren",
8690
+ unlockAspectRatio: "Seitenverhältnis entsperren",
8467
8691
  cornerRadius: "Eckenradius",
8468
8692
  independentCorners: "Unabhängige Ecken",
8469
8693
  topLeft: "OL",
@@ -8475,6 +8699,7 @@ const designCanvasFeatureOverrides = {
8475
8699
  outline: "Kontur",
8476
8700
  inside: "Innen",
8477
8701
  outside: "Außen",
8702
+ center: "Mitte",
8478
8703
  dropShadow: "Schlagschatten",
8479
8704
  addDropShadow: "Schlagschatten hinzufügen",
8480
8705
  innerShadow: "Innerer Schatten",
@@ -8503,6 +8728,16 @@ const designCanvasFeatureOverrides = {
8503
8728
  show: "Ebene anzeigen",
8504
8729
  rename: "Ebene umbenennen",
8505
8730
  deleteBoardObject: "Canvas-Objekt löschen",
8731
+ copy: "Kopieren",
8732
+ pasteHere: "Hier einfügen",
8733
+ duplicate: "Duplizieren",
8734
+ delete: "Löschen",
8735
+ group: "Gruppieren",
8736
+ ungroup: "Gruppierung aufheben",
8737
+ bringForward: "Nach vorne",
8738
+ bringToFront: "In den Vordergrund",
8739
+ sendBackward: "Nach hinten",
8740
+ sendToBack: "In den Hintergrund",
8506
8741
  },
8507
8742
  },
8508
8743
  "ja-JP": {
@@ -8513,6 +8748,7 @@ const designCanvasFeatureOverrides = {
8513
8748
  primitiveInsertFailed: "そのレイヤーを画面に追加できませんでした",
8514
8749
  layerMoveFailed: "そのレイヤーを移動できませんでした",
8515
8750
  duplicateElementFailed: "その要素を複製できませんでした",
8751
+ eyedropperUnsupported: "このブラウザではスポイトツールを使用できません",
8516
8752
  },
8517
8753
  },
8518
8754
  editPanel: {
@@ -8521,9 +8757,12 @@ const designCanvasFeatureOverrides = {
8521
8757
  removeLayer: "レイヤーを削除",
8522
8758
  showLayer: "レイヤーを表示",
8523
8759
  hideLayer: "レイヤーを非表示",
8760
+ reorderLayer: "レイヤーを並べ替え",
8524
8761
  linkSides: "辺をリンク",
8525
8762
  unlinkSides: "辺のリンクを解除",
8526
8763
  allSides: "すべて",
8764
+ lockAspectRatio: "縦横比を固定",
8765
+ unlockAspectRatio: "縦横比の固定を解除",
8527
8766
  cornerRadius: "角丸",
8528
8767
  independentCorners: "個別の角",
8529
8768
  topLeft: "左上",
@@ -8535,6 +8774,7 @@ const designCanvasFeatureOverrides = {
8535
8774
  outline: "アウトライン",
8536
8775
  inside: "内側",
8537
8776
  outside: "外側",
8777
+ center: "中央",
8538
8778
  dropShadow: "ドロップシャドウ",
8539
8779
  addDropShadow: "ドロップシャドウを追加",
8540
8780
  innerShadow: "内側シャドウ",
@@ -8563,6 +8803,16 @@ const designCanvasFeatureOverrides = {
8563
8803
  show: "レイヤーを表示",
8564
8804
  rename: "レイヤー名を変更",
8565
8805
  deleteBoardObject: "キャンバスオブジェクトを削除",
8806
+ copy: "コピー",
8807
+ pasteHere: "ここに貼り付け",
8808
+ duplicate: "複製",
8809
+ delete: "削除",
8810
+ group: "グループ化",
8811
+ ungroup: "グループ解除",
8812
+ bringForward: "前面へ移動",
8813
+ bringToFront: "最前面へ移動",
8814
+ sendBackward: "背面へ移動",
8815
+ sendToBack: "最背面へ移動",
8566
8816
  },
8567
8817
  },
8568
8818
  "ko-KR": {
@@ -8573,6 +8823,7 @@ const designCanvasFeatureOverrides = {
8573
8823
  primitiveInsertFailed: "해당 레이어를 화면에 추가할 수 없습니다",
8574
8824
  layerMoveFailed: "해당 레이어를 이동할 수 없습니다",
8575
8825
  duplicateElementFailed: "해당 요소를 복제할 수 없습니다",
8826
+ eyedropperUnsupported: "이 브라우저에서는 스포이드를 지원하지 않습니다",
8576
8827
  },
8577
8828
  },
8578
8829
  editPanel: {
@@ -8581,9 +8832,12 @@ const designCanvasFeatureOverrides = {
8581
8832
  removeLayer: "레이어 제거",
8582
8833
  showLayer: "레이어 표시",
8583
8834
  hideLayer: "레이어 숨기기",
8835
+ reorderLayer: "레이어 순서 변경",
8584
8836
  linkSides: "면 연결",
8585
8837
  unlinkSides: "면 연결 해제",
8586
8838
  allSides: "모두",
8839
+ lockAspectRatio: "가로세로 비율 잠금",
8840
+ unlockAspectRatio: "가로세로 비율 잠금 해제",
8587
8841
  cornerRadius: "모서리 반경",
8588
8842
  independentCorners: "개별 모서리",
8589
8843
  topLeft: "왼쪽 위",
@@ -8595,6 +8849,7 @@ const designCanvasFeatureOverrides = {
8595
8849
  outline: "윤곽선",
8596
8850
  inside: "안쪽",
8597
8851
  outside: "바깥쪽",
8852
+ center: "중앙",
8598
8853
  dropShadow: "그림자",
8599
8854
  addDropShadow: "그림자 추가",
8600
8855
  innerShadow: "내부 그림자",
@@ -8623,6 +8878,16 @@ const designCanvasFeatureOverrides = {
8623
8878
  show: "레이어 표시",
8624
8879
  rename: "레이어 이름 변경",
8625
8880
  deleteBoardObject: "캔버스 오브젝트 삭제",
8881
+ copy: "복사",
8882
+ pasteHere: "여기에 붙여넣기",
8883
+ duplicate: "복제",
8884
+ delete: "삭제",
8885
+ group: "그룹화",
8886
+ ungroup: "그룹 해제",
8887
+ bringForward: "앞으로 가져오기",
8888
+ bringToFront: "맨 앞으로 가져오기",
8889
+ sendBackward: "뒤로 보내기",
8890
+ sendToBack: "맨 뒤로 보내기",
8626
8891
  },
8627
8892
  },
8628
8893
  "pt-BR": {
@@ -8633,6 +8898,8 @@ const designCanvasFeatureOverrides = {
8633
8898
  primitiveInsertFailed: "Não foi possível adicionar essa camada à tela",
8634
8899
  layerMoveFailed: "Não foi possível mover essa camada",
8635
8900
  duplicateElementFailed: "Não foi possível duplicar esse elemento",
8901
+ eyedropperUnsupported:
8902
+ "O conta-gotas não é compatível com este navegador",
8636
8903
  },
8637
8904
  },
8638
8905
  editPanel: {
@@ -8641,9 +8908,12 @@ const designCanvasFeatureOverrides = {
8641
8908
  removeLayer: "Remover camada",
8642
8909
  showLayer: "Mostrar camada",
8643
8910
  hideLayer: "Ocultar camada",
8911
+ reorderLayer: "Reordenar camada",
8644
8912
  linkSides: "Vincular lados",
8645
8913
  unlinkSides: "Desvincular lados",
8646
8914
  allSides: "Tudo",
8915
+ lockAspectRatio: "Bloquear proporção",
8916
+ unlockAspectRatio: "Desbloquear proporção",
8647
8917
  cornerRadius: "Raio do canto",
8648
8918
  independentCorners: "Cantos independentes",
8649
8919
  topLeft: "SE",
@@ -8655,6 +8925,7 @@ const designCanvasFeatureOverrides = {
8655
8925
  outline: "Contorno",
8656
8926
  inside: "Dentro",
8657
8927
  outside: "Fora",
8928
+ center: "Centro",
8658
8929
  dropShadow: "Sombra projetada",
8659
8930
  addDropShadow: "Adicionar sombra projetada",
8660
8931
  innerShadow: "Sombra interna",
@@ -8683,6 +8954,16 @@ const designCanvasFeatureOverrides = {
8683
8954
  show: "Mostrar camada",
8684
8955
  rename: "Renomear camada",
8685
8956
  deleteBoardObject: "Excluir objeto da tela",
8957
+ copy: "Copiar",
8958
+ pasteHere: "Colar aqui",
8959
+ duplicate: "Duplicar",
8960
+ delete: "Excluir",
8961
+ group: "Agrupar",
8962
+ ungroup: "Desagrupar",
8963
+ bringForward: "Trazer para frente",
8964
+ bringToFront: "Trazer para o topo",
8965
+ sendBackward: "Enviar para trás",
8966
+ sendToBack: "Enviar para o fundo",
8686
8967
  },
8687
8968
  },
8688
8969
  "hi-IN": {
@@ -8693,6 +8974,7 @@ const designCanvasFeatureOverrides = {
8693
8974
  primitiveInsertFailed: "उस परत को स्क्रीन में नहीं जोड़ा जा सका",
8694
8975
  layerMoveFailed: "उस परत को स्थानांतरित नहीं किया जा सका",
8695
8976
  duplicateElementFailed: "उस तत्व की प्रतिलिपि नहीं बनाई जा सकी",
8977
+ eyedropperUnsupported: "इस ब्राउज़र में आई-ड्रॉपर समर्थित नहीं है",
8696
8978
  },
8697
8979
  },
8698
8980
  editPanel: {
@@ -8701,9 +8983,12 @@ const designCanvasFeatureOverrides = {
8701
8983
  removeLayer: "परत हटाएं",
8702
8984
  showLayer: "परत दिखाएं",
8703
8985
  hideLayer: "परत छिपाएं",
8986
+ reorderLayer: "परत पुनः क्रमित करें",
8704
8987
  linkSides: "किनारे लिंक करें",
8705
8988
  unlinkSides: "किनारे अनलिंक करें",
8706
8989
  allSides: "सभी",
8990
+ lockAspectRatio: "पक्षानुपात लॉक करें",
8991
+ unlockAspectRatio: "पक्षानुपात अनलॉक करें",
8707
8992
  cornerRadius: "कोने की त्रिज्या",
8708
8993
  independentCorners: "स्वतंत्र कोने",
8709
8994
  topLeft: "ऊपर बायां",
@@ -8715,6 +9000,7 @@ const designCanvasFeatureOverrides = {
8715
9000
  outline: "आउटलाइन",
8716
9001
  inside: "अंदर",
8717
9002
  outside: "बाहर",
9003
+ center: "केंद्र",
8718
9004
  dropShadow: "ड्रॉप शैडो",
8719
9005
  addDropShadow: "ड्रॉप शैडो जोड़ें",
8720
9006
  innerShadow: "अंदरूनी शैडो",
@@ -8743,6 +9029,16 @@ const designCanvasFeatureOverrides = {
8743
9029
  show: "परत दिखाएं",
8744
9030
  rename: "परत का नाम बदलें",
8745
9031
  deleteBoardObject: "कैनवास ऑब्जेक्ट हटाएं",
9032
+ copy: "कॉपी करें",
9033
+ pasteHere: "यहां चिपकाएं",
9034
+ duplicate: "डुप्लिकेट करें",
9035
+ delete: "हटाएं",
9036
+ group: "समूह बनाएं",
9037
+ ungroup: "समूह हटाएं",
9038
+ bringForward: "आगे लाएं",
9039
+ bringToFront: "सबसे आगे लाएं",
9040
+ sendBackward: "पीछे भेजें",
9041
+ sendToBack: "सबसे पीछे भेजें",
8746
9042
  },
8747
9043
  },
8748
9044
  "ar-SA": {
@@ -8753,6 +9049,7 @@ const designCanvasFeatureOverrides = {
8753
9049
  primitiveInsertFailed: "تعذرت إضافة تلك الطبقة إلى الشاشة",
8754
9050
  layerMoveFailed: "تعذر نقل تلك الطبقة",
8755
9051
  duplicateElementFailed: "تعذّر تكرار هذا العنصر",
9052
+ eyedropperUnsupported: "أداة القطارة غير مدعومة في هذا المتصفح",
8756
9053
  },
8757
9054
  },
8758
9055
  editPanel: {
@@ -8761,9 +9058,12 @@ const designCanvasFeatureOverrides = {
8761
9058
  removeLayer: "إزالة طبقة",
8762
9059
  showLayer: "إظهار الطبقة",
8763
9060
  hideLayer: "إخفاء الطبقة",
9061
+ reorderLayer: "إعادة ترتيب الطبقة",
8764
9062
  linkSides: "ربط الجوانب",
8765
9063
  unlinkSides: "إلغاء ربط الجوانب",
8766
9064
  allSides: "الكل",
9065
+ lockAspectRatio: "قفل نسبة العرض إلى الارتفاع",
9066
+ unlockAspectRatio: "إلغاء قفل نسبة العرض إلى الارتفاع",
8767
9067
  cornerRadius: "نصف قطر الزاوية",
8768
9068
  independentCorners: "زوايا مستقلة",
8769
9069
  topLeft: "أعلى يسار",
@@ -8775,6 +9075,7 @@ const designCanvasFeatureOverrides = {
8775
9075
  outline: "مخطط",
8776
9076
  inside: "داخلي",
8777
9077
  outside: "خارجي",
9078
+ center: "وسط",
8778
9079
  dropShadow: "ظل ساقط",
8779
9080
  addDropShadow: "إضافة ظل ساقط",
8780
9081
  innerShadow: "ظل داخلي",
@@ -8803,6 +9104,16 @@ const designCanvasFeatureOverrides = {
8803
9104
  show: "إظهار الطبقة",
8804
9105
  rename: "إعادة تسمية الطبقة",
8805
9106
  deleteBoardObject: "حذف كائن اللوحة",
9107
+ copy: "نسخ",
9108
+ pasteHere: "لصق هنا",
9109
+ duplicate: "تكرار",
9110
+ delete: "حذف",
9111
+ group: "تجميع",
9112
+ ungroup: "إلغاء التجميع",
9113
+ bringForward: "إحضار للأمام",
9114
+ bringToFront: "إحضار إلى الأمام",
9115
+ sendBackward: "إرسال للخلف",
9116
+ sendToBack: "إرسال إلى الخلف",
8806
9117
  },
8807
9118
  },
8808
9119
  } satisfies Record<Exclude<LocaleCode, "en-US">, PartialMessages>;
@@ -9466,139 +9777,6 @@ const designVisualEditOverrides = {
9466
9777
  },
9467
9778
  } satisfies Record<Exclude<LocaleCode, "en-US">, PartialMessages>;
9468
9779
 
9469
- const designLocalSourceEditOverrides = {
9470
- "zh-TW": {
9471
- designEditor: {
9472
- localSourceEdit: {
9473
- copyPrompt: "複製提示",
9474
- askAi: "詢問 AI",
9475
- applyWithAi: "用 AI 套用",
9476
- copyPromptTooltip: "將提示複製到剪貼簿",
9477
- targeting: "目標:",
9478
- describeElementChange: "描述要對此元素進行的更改…",
9479
- describeChange: "描述您想要更改的內容…",
9480
- },
9481
- },
9482
- },
9483
- "zh-CN": {
9484
- designEditor: {
9485
- localSourceEdit: {
9486
- copyPrompt: "复制提示",
9487
- askAi: "询问 AI",
9488
- applyWithAi: "用 AI 应用",
9489
- copyPromptTooltip: "将提示复制到剪贴板",
9490
- targeting: "目标:",
9491
- describeElementChange: "描述要对此元素进行的更改…",
9492
- describeChange: "描述您想要更改的内容…",
9493
- },
9494
- },
9495
- },
9496
- "es-ES": {
9497
- designEditor: {
9498
- localSourceEdit: {
9499
- copyPrompt: "Copiar prompt",
9500
- askAi: "Preguntar a la IA",
9501
- applyWithAi: "Aplicar con IA",
9502
- copyPromptTooltip: "Copiar prompt al portapapeles",
9503
- targeting: "Objetivo:",
9504
- describeElementChange: "Describe el cambio para este elemento…",
9505
- describeChange: "Describe lo que quieres cambiar…",
9506
- },
9507
- },
9508
- },
9509
- "fr-FR": {
9510
- designEditor: {
9511
- localSourceEdit: {
9512
- copyPrompt: "Copier le prompt",
9513
- askAi: "Demander à l'IA",
9514
- applyWithAi: "Appliquer avec l'IA",
9515
- copyPromptTooltip: "Copier le prompt dans le presse-papiers",
9516
- targeting: "Cible :",
9517
- describeElementChange: "Décrivez la modification pour cet élément…",
9518
- describeChange: "Décrivez ce que vous voulez changer…",
9519
- },
9520
- },
9521
- },
9522
- "de-DE": {
9523
- designEditor: {
9524
- localSourceEdit: {
9525
- copyPrompt: "Prompt kopieren",
9526
- askAi: "KI fragen",
9527
- applyWithAi: "Mit KI anwenden",
9528
- copyPromptTooltip: "Prompt in die Zwischenablage kopieren",
9529
- targeting: "Ziel:",
9530
- describeElementChange: "Beschreibe die Änderung für dieses Element…",
9531
- describeChange: "Beschreibe, was du ändern möchtest…",
9532
- },
9533
- },
9534
- },
9535
- "ja-JP": {
9536
- designEditor: {
9537
- localSourceEdit: {
9538
- copyPrompt: "プロンプトをコピー",
9539
- askAi: "AI に質問",
9540
- applyWithAi: "AI で適用",
9541
- copyPromptTooltip: "プロンプトをクリップボードにコピー",
9542
- targeting: "対象:",
9543
- describeElementChange: "この要素への変更を説明してください…",
9544
- describeChange: "変更したい内容を説明してください…",
9545
- },
9546
- },
9547
- },
9548
- "ko-KR": {
9549
- designEditor: {
9550
- localSourceEdit: {
9551
- copyPrompt: "프롬프트 복사",
9552
- askAi: "AI에 질문",
9553
- applyWithAi: "AI로 적용",
9554
- copyPromptTooltip: "프롬프트를 클립보드에 복사",
9555
- targeting: "대상:",
9556
- describeElementChange: "이 요소에 대한 변경 사항을 설명하세요…",
9557
- describeChange: "변경하려는 내용을 설명하세요…",
9558
- },
9559
- },
9560
- },
9561
- "pt-BR": {
9562
- designEditor: {
9563
- localSourceEdit: {
9564
- copyPrompt: "Copiar prompt",
9565
- askAi: "Perguntar à IA",
9566
- applyWithAi: "Aplicar com IA",
9567
- copyPromptTooltip: "Copiar prompt para a área de transferência",
9568
- targeting: "Alvo:",
9569
- describeElementChange: "Descreva a alteração para este elemento…",
9570
- describeChange: "Descreva o que você quer mudar…",
9571
- },
9572
- },
9573
- },
9574
- "hi-IN": {
9575
- designEditor: {
9576
- localSourceEdit: {
9577
- copyPrompt: "Prompt कॉपी करें",
9578
- askAi: "AI से पूछें",
9579
- applyWithAi: "AI से लागू करें",
9580
- copyPromptTooltip: "Prompt को clipboard पर कॉपी करें",
9581
- targeting: "लक्ष्य:",
9582
- describeElementChange: "इस element के लिए बदलाव बताएं…",
9583
- describeChange: "आप क्या बदलना चाहते हैं, बताएं…",
9584
- },
9585
- },
9586
- },
9587
- "ar-SA": {
9588
- designEditor: {
9589
- localSourceEdit: {
9590
- copyPrompt: "نسخ الموجّه",
9591
- askAi: "اسأل الذكاء الاصطناعي",
9592
- applyWithAi: "تطبيق بالذكاء الاصطناعي",
9593
- copyPromptTooltip: "نسخ الموجّه إلى الحافظة",
9594
- targeting: "الهدف:",
9595
- describeElementChange: "صف التغيير المطلوب على هذا العنصر…",
9596
- describeChange: "صف ما تريد تغييره…",
9597
- },
9598
- },
9599
- },
9600
- } satisfies Record<Exclude<LocaleCode, "en-US">, PartialMessages>;
9601
-
9602
9780
  const designPendingVisualStyleOverrides = {
9603
9781
  "zh-TW": {
9604
9782
  designEditor: {
@@ -9822,7 +10000,13 @@ const designLeftRailOverrides = {
9822
10000
  designEditor: {
9823
10001
  applyToSource: "套用至來源",
9824
10002
  applyToSourcePath: "套用至來源({{path}})",
10003
+ applyToSourceUnavailableCompiled:
10004
+ "編譯後的框架路由(React/TS 元件)尚不支援寫回來源。請改為請代理編輯來源檔案。",
9825
10005
  writingToSource: "寫入中…",
10006
+ appliedToSource: "已儲存至 {{path}}",
10007
+ applyToSourceConflict:
10008
+ "{{path}} 自開啟後已在磁碟上變更。請重新載入畫面後再試一次。",
10009
+ applyToSourceError: "無法儲存至來源:{{message}}",
9826
10010
  leftRail: {
9827
10011
  file: "檔案",
9828
10012
  agent: "代理",
@@ -9837,7 +10021,13 @@ const designLeftRailOverrides = {
9837
10021
  designEditor: {
9838
10022
  applyToSource: "应用到源文件",
9839
10023
  applyToSourcePath: "应用到源文件({{path}})",
10024
+ applyToSourceUnavailableCompiled:
10025
+ "编译后的框架路由(React/TS 组件)暂不支持写回源文件。请让代理直接编辑源文件。",
9840
10026
  writingToSource: "正在写入…",
10027
+ appliedToSource: "已保存到 {{path}}",
10028
+ applyToSourceConflict:
10029
+ "{{path}} 自打开后已在磁盘上发生变化。请重新加载页面后重试。",
10030
+ applyToSourceError: "无法保存到源文件:{{message}}",
9841
10031
  leftRail: {
9842
10032
  file: "文件",
9843
10033
  agent: "代理",
@@ -9853,7 +10043,13 @@ const designLeftRailOverrides = {
9853
10043
  designEditor: {
9854
10044
  applyToSource: "Aplicar al código fuente",
9855
10045
  applyToSourcePath: "Aplicar al código fuente ({{path}})",
10046
+ applyToSourceUnavailableCompiled:
10047
+ "La escritura al código fuente aún no está disponible para rutas del framework compiladas (componentes React/TS). Pide al agente que edite el archivo fuente en su lugar.",
9856
10048
  writingToSource: "Escribiendo…",
10049
+ appliedToSource: "Guardado en {{path}}",
10050
+ applyToSourceConflict:
10051
+ "{{path}} cambió en el disco desde que se abrió. Recarga la pantalla e inténtalo de nuevo.",
10052
+ applyToSourceError: "No se pudo guardar en el código fuente: {{message}}",
9857
10053
  leftRail: {
9858
10054
  file: "Archivo",
9859
10055
  agent: "Agente",
@@ -9869,7 +10065,14 @@ const designLeftRailOverrides = {
9869
10065
  designEditor: {
9870
10066
  applyToSource: "Appliquer à la source",
9871
10067
  applyToSourcePath: "Appliquer à la source ({{path}})",
10068
+ applyToSourceUnavailableCompiled:
10069
+ "La réécriture vers la source n'est pas encore disponible pour les routes de framework compilées (composants React/TS). Demandez à l'agent de modifier directement le fichier source.",
9872
10070
  writingToSource: "Écriture…",
10071
+ appliedToSource: "Enregistré dans {{path}}",
10072
+ applyToSourceConflict:
10073
+ "{{path}} a été modifié sur le disque depuis son ouverture. Rechargez l'écran et réessayez.",
10074
+ applyToSourceError:
10075
+ "Impossible d'enregistrer dans la source : {{message}}",
9873
10076
  leftRail: {
9874
10077
  file: "Fichier",
9875
10078
  agent: "Agent",
@@ -9885,7 +10088,13 @@ const designLeftRailOverrides = {
9885
10088
  designEditor: {
9886
10089
  applyToSource: "Auf Quelle anwenden",
9887
10090
  applyToSourcePath: "Auf Quelle anwenden ({{path}})",
10091
+ applyToSourceUnavailableCompiled:
10092
+ "Das Zurückschreiben in die Quelle ist für kompilierte Framework-Routen (React/TS-Komponenten) noch nicht verfügbar. Bitte den Agenten, die Quelldatei stattdessen zu bearbeiten.",
9888
10093
  writingToSource: "Wird geschrieben…",
10094
+ appliedToSource: "In {{path}} gespeichert",
10095
+ applyToSourceConflict:
10096
+ "{{path}} wurde seit dem Öffnen auf der Festplatte geändert. Bildschirm neu laden und erneut versuchen.",
10097
+ applyToSourceError: "Speichern in Quelle fehlgeschlagen: {{message}}",
9889
10098
  leftRail: {
9890
10099
  file: "Datei",
9891
10100
  agent: "Agent",
@@ -9901,7 +10110,13 @@ const designLeftRailOverrides = {
9901
10110
  designEditor: {
9902
10111
  applyToSource: "ソースに適用",
9903
10112
  applyToSourcePath: "ソースに適用({{path}})",
10113
+ applyToSourceUnavailableCompiled:
10114
+ "コンパイル済みのフレームワークルート(React/TSコンポーネント)では、ソースへの書き戻しはまだ利用できません。エージェントにソースファイルを直接編集するよう依頼してください。",
9904
10115
  writingToSource: "書き込み中…",
10116
+ appliedToSource: "{{path}} に保存しました",
10117
+ applyToSourceConflict:
10118
+ "{{path}} は開いた後にディスク上で変更されています。画面を再読み込みしてもう一度お試しください。",
10119
+ applyToSourceError: "ソースへの保存に失敗しました: {{message}}",
9905
10120
  leftRail: {
9906
10121
  file: "ファイル",
9907
10122
  agent: "エージェント",
@@ -9917,7 +10132,13 @@ const designLeftRailOverrides = {
9917
10132
  designEditor: {
9918
10133
  applyToSource: "소스에 적용",
9919
10134
  applyToSourcePath: "소스에 적용({{path}})",
10135
+ applyToSourceUnavailableCompiled:
10136
+ "컴파일된 프레임워크 라우트(React/TS 컴포넌트)에는 아직 소스로 다시 쓰기 기능을 사용할 수 없습니다. 에이전트에게 소스 파일을 직접 편집하도록 요청하세요.",
9920
10137
  writingToSource: "쓰는 중…",
10138
+ appliedToSource: "{{path}}에 저장됨",
10139
+ applyToSourceConflict:
10140
+ "{{path}}이(가) 열린 이후 디스크에서 변경되었습니다. 화면을 새로고침한 후 다시 시도하세요.",
10141
+ applyToSourceError: "소스에 저장하지 못했습니다: {{message}}",
9921
10142
  leftRail: {
9922
10143
  file: "파일",
9923
10144
  agent: "에이전트",
@@ -9933,7 +10154,13 @@ const designLeftRailOverrides = {
9933
10154
  designEditor: {
9934
10155
  applyToSource: "Aplicar à origem",
9935
10156
  applyToSourcePath: "Aplicar à origem ({{path}})",
10157
+ applyToSourceUnavailableCompiled:
10158
+ "A gravação de volta na origem ainda não está disponível para rotas de framework compiladas (componentes React/TS). Peça ao agente para editar o arquivo de origem em vez disso.",
9936
10159
  writingToSource: "Gravando…",
10160
+ appliedToSource: "Salvo em {{path}}",
10161
+ applyToSourceConflict:
10162
+ "{{path}} foi alterado no disco desde que foi aberto. Recarregue a tela e tente novamente.",
10163
+ applyToSourceError: "Não foi possível salvar na origem: {{message}}",
9937
10164
  leftRail: {
9938
10165
  file: "Arquivo",
9939
10166
  agent: "Agente",
@@ -9949,7 +10176,13 @@ const designLeftRailOverrides = {
9949
10176
  designEditor: {
9950
10177
  applyToSource: "स्रोत पर लागू करें",
9951
10178
  applyToSourcePath: "स्रोत पर लागू करें ({{path}})",
10179
+ applyToSourceUnavailableCompiled:
10180
+ "कंपाइल की गई फ़्रेमवर्क रूट्स (React/TS कॉम्पोनेंट) के लिए स्रोत में वापस लिखना अभी उपलब्ध नहीं है। इसके बजाय एजेंट से स्रोत फ़ाइल संपादित करने को कहें।",
9952
10181
  writingToSource: "लिखा जा रहा है…",
10182
+ appliedToSource: "{{path}} में सहेजा गया",
10183
+ applyToSourceConflict:
10184
+ "{{path}} इसके खुलने के बाद डिस्क पर बदल गई है। स्क्रीन को रीलोड करें और फिर से प्रयास करें।",
10185
+ applyToSourceError: "स्रोत में सहेजा नहीं जा सका: {{message}}",
9953
10186
  leftRail: {
9954
10187
  file: "फ़ाइल",
9955
10188
  agent: "एजेंट",
@@ -9965,7 +10198,13 @@ const designLeftRailOverrides = {
9965
10198
  designEditor: {
9966
10199
  applyToSource: "تطبيق على المصدر",
9967
10200
  applyToSourcePath: "تطبيق على المصدر ({{path}})",
10201
+ applyToSourceUnavailableCompiled:
10202
+ "الكتابة إلى المصدر غير متاحة بعد لمسارات الإطار المُجمَّعة (مكوّنات React/TS). يُرجى مطالبة الوكيل بتعديل ملف المصدر بدلاً من ذلك.",
9968
10203
  writingToSource: "جارٍ الكتابة…",
10204
+ appliedToSource: "تم الحفظ في {{path}}",
10205
+ applyToSourceConflict:
10206
+ "تم تغيير {{path}} على القرص منذ فتحه. أعد تحميل الشاشة وحاول مرة أخرى.",
10207
+ applyToSourceError: "تعذّر الحفظ في المصدر: {{message}}",
9969
10208
  leftRail: {
9970
10209
  file: "ملف",
9971
10210
  agent: "الوكيل",
@@ -10137,11 +10376,10 @@ const designImportOverrides = {
10137
10376
  designEditor: {
10138
10377
  import: {
10139
10378
  title: "匯入",
10140
- description:
10141
- "將 Figma 選取內容、.fig 匯出檔或獨立 HTML 帶入為 Design 螢幕。",
10379
+ description: "將 Figma 剪貼簿 HTML 或獨立 HTML 帶入為 Design 螢幕。",
10142
10380
  figmaPasteTitle: "從 Figma 貼上",
10143
10381
  figmaPasteDescription:
10144
- "在 Figma 複製畫框或圖層,然後貼到 Design 畫布。可用時會直接匯入 Figma 中繼資料。",
10382
+ "在 Figma 複製畫框或圖層,然後貼到 Design 畫布。Design 會匯入可見的剪貼簿 HTML。",
10145
10383
  figmaPasteTarget: "貼到畫布",
10146
10384
  figUploadTitle: "上傳 .fig",
10147
10385
  figUploadDescription:
@@ -10178,10 +10416,10 @@ const designImportOverrides = {
10178
10416
  designEditor: {
10179
10417
  import: {
10180
10418
  title: "导入",
10181
- description: "将 Figma 选区、.fig 导出或独立 HTML 导入为 Design 屏幕。",
10419
+ description: "将 Figma 剪贴板 HTML 或独立 HTML 导入为 Design 屏幕。",
10182
10420
  figmaPasteTitle: "从 Figma 粘贴",
10183
10421
  figmaPasteDescription:
10184
- "在 Figma 中复制画框或图层,然后粘贴到 Design 画布。有可用元数据时会直接导入。",
10422
+ "在 Figma 中复制画框或图层,然后粘贴到 Design 画布。Design 会导入可见的剪贴板 HTML。",
10185
10423
  figmaPasteTarget: "粘贴到画布",
10186
10424
  figUploadTitle: "上传 .fig",
10187
10425
  figUploadDescription:
@@ -10219,10 +10457,10 @@ const designImportOverrides = {
10219
10457
  import: {
10220
10458
  title: "Importar",
10221
10459
  description:
10222
- "Trae selecciones de Figma, exportaciones .fig o HTML independiente como pantallas de Design.",
10460
+ "Trae HTML del portapapeles de Figma o HTML independiente como pantallas de Design.",
10223
10461
  figmaPasteTitle: "Pegar desde Figma",
10224
10462
  figmaPasteDescription:
10225
- "Copia un marco o capa en Figma y pégalo en el lienzo de Design. Los metadatos de Figma se importan directamente cuando están disponibles.",
10463
+ "Copia un marco o capa en Figma y pégalo en el lienzo de Design. Design importa el HTML visible del portapapeles.",
10226
10464
  figmaPasteTarget: "Pega en el lienzo",
10227
10465
  figUploadTitle: "Subir .fig",
10228
10466
  figUploadDescription:
@@ -10262,10 +10500,10 @@ const designImportOverrides = {
10262
10500
  import: {
10263
10501
  title: "Importer",
10264
10502
  description:
10265
- "Importez des sélections Figma, des exports .fig ou du HTML autonome comme écrans Design.",
10503
+ "Importez le HTML du presse-papiers Figma ou du HTML autonome comme écrans Design.",
10266
10504
  figmaPasteTitle: "Coller depuis Figma",
10267
10505
  figmaPasteDescription:
10268
- "Copiez un frame ou un calque dans Figma, puis collez-le dans le canevas Design. Les métadonnées Figma sont importées directement si disponibles.",
10506
+ "Copiez un frame ou un calque dans Figma, puis collez-le dans le canevas Design. Design importe le HTML visible du presse-papiers.",
10269
10507
  figmaPasteTarget: "Collez dans le canevas",
10270
10508
  figUploadTitle: "Téléverser .fig",
10271
10509
  figUploadDescription:
@@ -10305,10 +10543,10 @@ const designImportOverrides = {
10305
10543
  import: {
10306
10544
  title: "Import",
10307
10545
  description:
10308
- "Bringe Figma-Auswahlen, .fig-Exporte oder eigenständiges HTML als Design-Bildschirme hinein.",
10546
+ "Bringe Figma-Zwischenablage-HTML oder eigenständiges HTML als Design-Bildschirme hinein.",
10309
10547
  figmaPasteTitle: "Aus Figma einfügen",
10310
10548
  figmaPasteDescription:
10311
- "Kopiere einen Frame oder Layer in Figma und füge ihn in die Design-Leinwand ein. Figma-Metadaten werden direkt importiert, wenn sie verfügbar sind.",
10549
+ "Kopiere einen Frame oder Layer in Figma und füge ihn in die Design-Leinwand ein. Design importiert das sichtbare Zwischenablage-HTML.",
10312
10550
  figmaPasteTarget: "In die Leinwand einfügen",
10313
10551
  figUploadTitle: ".fig hochladen",
10314
10552
  figUploadDescription:
@@ -10347,10 +10585,10 @@ const designImportOverrides = {
10347
10585
  import: {
10348
10586
  title: "インポート",
10349
10587
  description:
10350
- "Figma の選択範囲、.fig エクスポート、または単体 HTML を Design の画面として取り込みます。",
10588
+ "Figma のクリップボード HTML または単体 HTML を Design の画面として取り込みます。",
10351
10589
  figmaPasteTitle: "Figma から貼り付け",
10352
10590
  figmaPasteDescription:
10353
- "Figma でフレームまたはレイヤーをコピーし、Design キャンバスに貼り付けます。利用可能な場合は Figma メタデータを直接インポートします。",
10591
+ "Figma でフレームまたはレイヤーをコピーし、Design キャンバスに貼り付けます。Design は表示されているクリップボード HTML をインポートします。",
10354
10592
  figmaPasteTarget: "キャンバスに貼り付け",
10355
10593
  figUploadTitle: ".fig をアップロード",
10356
10594
  figUploadDescription:
@@ -10390,10 +10628,10 @@ const designImportOverrides = {
10390
10628
  import: {
10391
10629
  title: "가져오기",
10392
10630
  description:
10393
- "Figma 선택 영역, .fig 내보내기 또는 독립 HTML을 Design 화면으로 가져옵니다.",
10631
+ "Figma 클립보드 HTML 또는 독립 HTML을 Design 화면으로 가져옵니다.",
10394
10632
  figmaPasteTitle: "Figma에서 붙여넣기",
10395
10633
  figmaPasteDescription:
10396
- "Figma에서 프레임이나 레이어를 복사한 뒤 Design 캔버스에 붙여넣으세요. 가능한 경우 Figma 메타데이터를 바로 가져옵니다.",
10634
+ "Figma에서 프레임이나 레이어를 복사한 뒤 Design 캔버스에 붙여넣으세요. Design은 보이는 클립보드 HTML을 가져옵니다.",
10397
10635
  figmaPasteTarget: "캔버스에 붙여넣기",
10398
10636
  figUploadTitle: ".fig 업로드",
10399
10637
  figUploadDescription:
@@ -10433,10 +10671,10 @@ const designImportOverrides = {
10433
10671
  import: {
10434
10672
  title: "Importar",
10435
10673
  description:
10436
- "Traga seleções do Figma, exportações .fig ou HTML independente como telas do Design.",
10674
+ "Traga HTML da área de transferência do Figma ou HTML independente como telas do Design.",
10437
10675
  figmaPasteTitle: "Colar do Figma",
10438
10676
  figmaPasteDescription:
10439
- "Copie um frame ou camada no Figma e cole na tela do Design. Os metadados do Figma são importados diretamente quando disponíveis.",
10677
+ "Copie um frame ou camada no Figma e cole na tela do Design. O Design importa o HTML visível da área de transferência.",
10440
10678
  figmaPasteTarget: "Cole na tela",
10441
10679
  figUploadTitle: "Enviar .fig",
10442
10680
  figUploadDescription:
@@ -10476,10 +10714,10 @@ const designImportOverrides = {
10476
10714
  import: {
10477
10715
  title: "आयात",
10478
10716
  description:
10479
- "Figma selections, .fig exports या standalone HTML को Design screens के रूप में लाएँ।",
10717
+ "Figma clipboard HTML या standalone HTML को Design screens के रूप में लाएँ।",
10480
10718
  figmaPasteTitle: "Figma से पेस्ट करें",
10481
10719
  figmaPasteDescription:
10482
- "Figma में frame या layer कॉपी करें, फिर Design canvas में paste करें। उपलब्ध होने पर Figma metadata सीधे import होता है।",
10720
+ "Figma में frame या layer कॉपी करें, फिर Design canvas में paste करें। Design visible clipboard HTML import करता है।",
10483
10721
  figmaPasteTarget: "canvas में paste करें",
10484
10722
  figUploadTitle: ".fig अपलोड करें",
10485
10723
  figUploadDescription:
@@ -10518,11 +10756,10 @@ const designImportOverrides = {
10518
10756
  designEditor: {
10519
10757
  import: {
10520
10758
  title: "استيراد",
10521
- description:
10522
- "استورد تحديدات Figma أو ملفات .fig أو HTML مستقل كشاشات Design.",
10759
+ description: "استورد HTML حافظة Figma أو HTML مستقلا كشاشات Design.",
10523
10760
  figmaPasteTitle: "لصق من Figma",
10524
10761
  figmaPasteDescription:
10525
- "انسخ إطارا أو طبقة في Figma، ثم الصقها في لوحة Design. يتم استيراد بيانات Figma الوصفية مباشرة عند توفرها.",
10762
+ "انسخ إطارا أو طبقة في Figma، ثم الصقها في لوحة Design. يستورد Design HTML المرئي من الحافظة.",
10526
10763
  figmaPasteTarget: "الصق في اللوحة",
10527
10764
  figUploadTitle: "رفع .fig",
10528
10765
  figUploadDescription:
@@ -10558,6 +10795,1219 @@ const designImportOverrides = {
10558
10795
  },
10559
10796
  } satisfies Record<Exclude<LocaleCode, "en-US">, PartialMessages>;
10560
10797
 
10798
+ // Fill section's "Styles" affordance (color-styles library) — currently a
10799
+ // disabled/coming-soon placeholder icon button rather than a dead click.
10800
+ const designFillStylesComingSoonOverrides = {
10801
+ "zh-TW": { editPanel: { labels: { stylesComingSoon: "樣式 — 即將推出" } } },
10802
+ "zh-CN": { editPanel: { labels: { stylesComingSoon: "样式 — 即将推出" } } },
10803
+ "es-ES": {
10804
+ editPanel: { labels: { stylesComingSoon: "Estilos — Próximamente" } },
10805
+ },
10806
+ "fr-FR": {
10807
+ editPanel: { labels: { stylesComingSoon: "Styles — Bientôt disponible" } },
10808
+ },
10809
+ "de-DE": {
10810
+ editPanel: { labels: { stylesComingSoon: "Stile — Demnächst verfügbar" } },
10811
+ },
10812
+ "ja-JP": {
10813
+ editPanel: { labels: { stylesComingSoon: "スタイル — 近日対応" } },
10814
+ },
10815
+ "ko-KR": {
10816
+ editPanel: { labels: { stylesComingSoon: "스타일 — 곧 제공" } },
10817
+ },
10818
+ "pt-BR": {
10819
+ editPanel: { labels: { stylesComingSoon: "Estilos — Em breve" } },
10820
+ },
10821
+ "hi-IN": {
10822
+ editPanel: {
10823
+ labels: { stylesComingSoon: "स्टाइल — जल्द आ रहा है" },
10824
+ },
10825
+ },
10826
+ "ar-SA": {
10827
+ editPanel: { labels: { stylesComingSoon: "الأنماط — قريبًا" } },
10828
+ },
10829
+ } satisfies Record<Exclude<LocaleCode, "en-US">, PartialMessages>;
10830
+
10831
+ // Frame-tool size-presets panel (Figma parity): the right-panel title plus
10832
+ // category group labels shown while the Frame tool is armed. Preset device
10833
+ // names (iPhone 16 Pro, etc.) are untranslated product-name literals, defined
10834
+ // only once in `enUS.editPanel.framePresets.categories` — no override needed.
10835
+ const designFramePresetsOverrides = {
10836
+ "zh-CN": {
10837
+ editPanel: {
10838
+ framePresets: {
10839
+ title: "画框",
10840
+ categories: {
10841
+ phone: "手机",
10842
+ tablet: "平板",
10843
+ desktop: "桌面",
10844
+ presentation: "演示文稿",
10845
+ watch: "手表",
10846
+ paper: "纸张",
10847
+ socialMedia: "社交媒体",
10848
+ },
10849
+ },
10850
+ },
10851
+ },
10852
+ "es-ES": {
10853
+ editPanel: {
10854
+ framePresets: {
10855
+ title: "Marco",
10856
+ categories: {
10857
+ phone: "Teléfono",
10858
+ tablet: "Tableta",
10859
+ desktop: "Escritorio",
10860
+ presentation: "Presentación",
10861
+ watch: "Reloj",
10862
+ paper: "Papel",
10863
+ socialMedia: "Redes sociales",
10864
+ },
10865
+ },
10866
+ },
10867
+ },
10868
+ "fr-FR": {
10869
+ editPanel: {
10870
+ framePresets: {
10871
+ title: "Cadre",
10872
+ categories: {
10873
+ phone: "Téléphone",
10874
+ tablet: "Tablette",
10875
+ desktop: "Bureau",
10876
+ presentation: "Présentation",
10877
+ watch: "Montre",
10878
+ paper: "Papier",
10879
+ socialMedia: "Réseaux sociaux",
10880
+ },
10881
+ },
10882
+ },
10883
+ },
10884
+ "de-DE": {
10885
+ editPanel: {
10886
+ framePresets: {
10887
+ title: "Rahmen",
10888
+ categories: {
10889
+ phone: "Telefon",
10890
+ tablet: "Tablet",
10891
+ desktop: "Desktop",
10892
+ presentation: "Präsentation",
10893
+ watch: "Uhr",
10894
+ paper: "Papier",
10895
+ socialMedia: "Soziale Medien",
10896
+ },
10897
+ },
10898
+ },
10899
+ },
10900
+ "ja-JP": {
10901
+ editPanel: {
10902
+ framePresets: {
10903
+ title: "フレーム",
10904
+ categories: {
10905
+ phone: "電話",
10906
+ tablet: "タブレット",
10907
+ desktop: "デスクトップ",
10908
+ presentation: "プレゼンテーション",
10909
+ watch: "ウォッチ",
10910
+ paper: "用紙",
10911
+ socialMedia: "ソーシャルメディア",
10912
+ },
10913
+ },
10914
+ },
10915
+ },
10916
+ "ko-KR": {
10917
+ editPanel: {
10918
+ framePresets: {
10919
+ title: "프레임",
10920
+ categories: {
10921
+ phone: "휴대폰",
10922
+ tablet: "태블릿",
10923
+ desktop: "데스크톱",
10924
+ presentation: "프레젠테이션",
10925
+ watch: "시계",
10926
+ paper: "용지",
10927
+ socialMedia: "소셜 미디어",
10928
+ },
10929
+ },
10930
+ },
10931
+ },
10932
+ "pt-BR": {
10933
+ editPanel: {
10934
+ framePresets: {
10935
+ title: "Quadro",
10936
+ categories: {
10937
+ phone: "Celular",
10938
+ tablet: "Tablet",
10939
+ desktop: "Área de trabalho",
10940
+ presentation: "Apresentação",
10941
+ watch: "Relógio",
10942
+ paper: "Papel",
10943
+ socialMedia: "Redes sociais",
10944
+ },
10945
+ },
10946
+ },
10947
+ },
10948
+ "hi-IN": {
10949
+ editPanel: {
10950
+ framePresets: {
10951
+ title: "फ़्रेम",
10952
+ categories: {
10953
+ phone: "फ़ोन",
10954
+ tablet: "टैबलेट",
10955
+ desktop: "डेस्कटॉप",
10956
+ presentation: "प्रेज़ेंटेशन",
10957
+ watch: "वॉच",
10958
+ paper: "पेपर",
10959
+ socialMedia: "सोशल मीडिया",
10960
+ },
10961
+ },
10962
+ },
10963
+ },
10964
+ "ar-SA": {
10965
+ editPanel: {
10966
+ framePresets: {
10967
+ title: "الإطار",
10968
+ categories: {
10969
+ phone: "الهاتف",
10970
+ tablet: "الجهاز اللوحي",
10971
+ desktop: "سطح المكتب",
10972
+ presentation: "العرض التقديمي",
10973
+ watch: "الساعة",
10974
+ paper: "الورق",
10975
+ socialMedia: "وسائل التواصل الاجتماعي",
10976
+ },
10977
+ },
10978
+ },
10979
+ },
10980
+ } satisfies Record<Exclude<LocaleCode, "en-US" | "zh-TW">, PartialMessages>;
10981
+
10982
+ // Figma-parity alignment/distribute/tidy/auto-layout sweep: the reshaped
10983
+ // LayersPanel context menu's new pasteToReplace/frameSelection/
10984
+ // flipHorizontal/flipVertical items, plus the one new toast the Shift+A
10985
+ // "Add auto layout" handler introduces for a no-op screens selection.
10986
+ // zh-TW's translations live directly in app/i18n/zh-TW.ts instead (see that
10987
+ // file's layersPanel block) following this file's existing zh-TW convention.
10988
+ const designAlignmentOverrides = {
10989
+ "zh-CN": {
10990
+ designEditor: {
10991
+ toasts: {
10992
+ autoLayoutScreensUnsupported: "自动布局不适用于屏幕",
10993
+ },
10994
+ },
10995
+ layersPanel: {
10996
+ pasteToReplace: "粘贴替换",
10997
+ frameSelection: "创建画框",
10998
+ flipHorizontal: "水平翻转",
10999
+ flipVertical: "垂直翻转",
11000
+ },
11001
+ },
11002
+ "es-ES": {
11003
+ designEditor: {
11004
+ toasts: {
11005
+ autoLayoutScreensUnsupported:
11006
+ "Agregar diseño automático no se aplica a las pantallas",
11007
+ },
11008
+ },
11009
+ layersPanel: {
11010
+ pasteToReplace: "Pegar para reemplazar",
11011
+ frameSelection: "Enmarcar selección",
11012
+ flipHorizontal: "Voltear horizontalmente",
11013
+ flipVertical: "Voltear verticalmente",
11014
+ },
11015
+ },
11016
+ "fr-FR": {
11017
+ designEditor: {
11018
+ toasts: {
11019
+ autoLayoutScreensUnsupported:
11020
+ "Ajouter une disposition automatique ne s'applique pas aux écrans",
11021
+ },
11022
+ },
11023
+ layersPanel: {
11024
+ pasteToReplace: "Coller pour remplacer",
11025
+ frameSelection: "Encadrer la sélection",
11026
+ flipHorizontal: "Retourner horizontalement",
11027
+ flipVertical: "Retourner verticalement",
11028
+ },
11029
+ },
11030
+ "de-DE": {
11031
+ designEditor: {
11032
+ toasts: {
11033
+ autoLayoutScreensUnsupported:
11034
+ "Auto-Layout hinzufügen gilt nicht für Bildschirme",
11035
+ },
11036
+ },
11037
+ layersPanel: {
11038
+ pasteToReplace: "Einfügen zum Ersetzen",
11039
+ frameSelection: "Auswahl rahmen",
11040
+ flipHorizontal: "Horizontal spiegeln",
11041
+ flipVertical: "Vertikal spiegeln",
11042
+ },
11043
+ },
11044
+ "ja-JP": {
11045
+ designEditor: {
11046
+ toasts: {
11047
+ autoLayoutScreensUnsupported:
11048
+ "オートレイアウトの追加は画面には適用されません",
11049
+ },
11050
+ },
11051
+ layersPanel: {
11052
+ pasteToReplace: "置き換えて貼り付け",
11053
+ frameSelection: "選択範囲をフレーム化",
11054
+ flipHorizontal: "水平方向に反転",
11055
+ flipVertical: "垂直方向に反転",
11056
+ },
11057
+ },
11058
+ "ko-KR": {
11059
+ designEditor: {
11060
+ toasts: {
11061
+ autoLayoutScreensUnsupported:
11062
+ "오토 레이아웃 추가는 화면에 적용되지 않습니다",
11063
+ },
11064
+ },
11065
+ layersPanel: {
11066
+ pasteToReplace: "교체하여 붙여넣기",
11067
+ frameSelection: "선택 영역 프레임화",
11068
+ flipHorizontal: "수평 뒤집기",
11069
+ flipVertical: "수직 뒤집기",
11070
+ },
11071
+ },
11072
+ "pt-BR": {
11073
+ designEditor: {
11074
+ toasts: {
11075
+ autoLayoutScreensUnsupported:
11076
+ "Adicionar layout automático não se aplica a telas",
11077
+ },
11078
+ },
11079
+ layersPanel: {
11080
+ pasteToReplace: "Colar para substituir",
11081
+ frameSelection: "Enquadrar seleção",
11082
+ flipHorizontal: "Inverter horizontalmente",
11083
+ flipVertical: "Inverter verticalmente",
11084
+ },
11085
+ },
11086
+ "hi-IN": {
11087
+ designEditor: {
11088
+ toasts: {
11089
+ autoLayoutScreensUnsupported: "ऑटो लेआउट जोड़ें स्क्रीन पर लागू नहीं होता",
11090
+ },
11091
+ },
11092
+ layersPanel: {
11093
+ pasteToReplace: "बदलने के लिए पेस्ट करें",
11094
+ frameSelection: "चयन को फ़्रेम करें",
11095
+ flipHorizontal: "क्षैतिज रूप से फ़्लिप करें",
11096
+ flipVertical: "लंबवत रूप से फ़्लिप करें",
11097
+ },
11098
+ },
11099
+ "ar-SA": {
11100
+ designEditor: {
11101
+ toasts: {
11102
+ autoLayoutScreensUnsupported:
11103
+ "إضافة التخطيط التلقائي لا تنطبق على الشاشات",
11104
+ },
11105
+ },
11106
+ layersPanel: {
11107
+ pasteToReplace: "لصق للاستبدال",
11108
+ frameSelection: "تأطير التحديد",
11109
+ flipHorizontal: "قلب أفقيًا",
11110
+ flipVertical: "قلب رأسيًا",
11111
+ },
11112
+ },
11113
+ } satisfies Record<Exclude<LocaleCode, "en-US" | "zh-TW">, PartialMessages>;
11114
+
11115
+ // 3D-rotation inspector expander (Rotate X/Y, Perspective, the custom-
11116
+ // transform note) plus the code-backed GLSL shader picker (GlslShaderPanel):
11117
+ // fill/effect panel titles, the "Created by you"/"Presets" sections, saved-
11118
+ // shader and preset-category labels, the detail-view toolbar, the Code-panel
11119
+ // hint sentence, and the shader toasts. zh-TW's translations live directly in
11120
+ // app/i18n/zh-TW.ts instead, following this file's existing zh-TW convention.
11121
+ const designShaderAndRotationOverrides = {
11122
+ "zh-CN": {
11123
+ editPanel: {
11124
+ labels: {
11125
+ rotation3d: "3D 旋转",
11126
+ rotationX: "旋转 X",
11127
+ rotationY: "旋转 Y",
11128
+ perspective: "透视",
11129
+ perspectiveHint: "透视(空/0 = 无)",
11130
+ customTransform: "自定义变换 — 无法编辑为 X/Y/Z 旋转",
11131
+ shaderEffectType: "着色器",
11132
+ },
11133
+ shaders: {
11134
+ fillsTitle: "着色器填充",
11135
+ effectsTitle: "着色器效果",
11136
+ createdByYou: "你创建的",
11137
+ presets: "预设",
11138
+ createNew: "新建",
11139
+ ai: "AI",
11140
+ savedInThisDesign: "已保存在此设计中",
11141
+ noMatches: "没有匹配搜索的着色器",
11142
+ backToBrowser: "返回着色器浏览",
11143
+ closePanel: "关闭着色器面板",
11144
+ editCode: "编辑 GLSL 代码",
11145
+ removeShader: "移除着色器",
11146
+ removeShaderEffect: "移除着色器效果",
11147
+ noUniforms: "此着色器没有可调整的参数",
11148
+ codeHint:
11149
+ "GLSL 源代码已保存在此屏幕的 HTML 中 — 打开代码面板进行编辑。",
11150
+ selectElementFirst: "请先选择一个屏幕元素",
11151
+ selectCanvasElementFirst: "请先在画布上选择一个元素",
11152
+ saveFailed: "无法保存着色器",
11153
+ categories: {
11154
+ gradientFlow: "渐变流动",
11155
+ waves: "波浪",
11156
+ noise: "噪点",
11157
+ pattern: "图案",
11158
+ texture: "纹理",
11159
+ retro: "复古",
11160
+ },
11161
+ },
11162
+ },
11163
+ },
11164
+ "es-ES": {
11165
+ editPanel: {
11166
+ labels: {
11167
+ rotation3d: "Rotación 3D",
11168
+ rotationX: "Rotar X",
11169
+ rotationY: "Rotar Y",
11170
+ perspective: "Perspectiva",
11171
+ perspectiveHint: "Perspectiva (vacío/0 = ninguna)",
11172
+ customTransform:
11173
+ "Transformación personalizada — no se puede editar como rotación X/Y/Z",
11174
+ shaderEffectType: "Shader",
11175
+ },
11176
+ shaders: {
11177
+ fillsTitle: "Rellenos de shader",
11178
+ effectsTitle: "Efectos de shader",
11179
+ createdByYou: "Creados por ti",
11180
+ presets: "Preajustes",
11181
+ createNew: "Crear nuevo",
11182
+ ai: "IA",
11183
+ savedInThisDesign: "Guardado en este diseño",
11184
+ noMatches: "Ningún shader coincide con tu búsqueda",
11185
+ backToBrowser: "Volver al explorador de shaders",
11186
+ closePanel: "Cerrar panel de shader",
11187
+ editCode: "Editar código GLSL",
11188
+ removeShader: "Quitar shader",
11189
+ removeShaderEffect: "Quitar efecto de shader",
11190
+ noUniforms: "Este shader no tiene parámetros ajustables",
11191
+ codeHint:
11192
+ "El código fuente GLSL está guardado en el HTML de esta pantalla — abre el panel de código para editarlo.",
11193
+ selectElementFirst: "Selecciona primero un elemento de pantalla",
11194
+ selectCanvasElementFirst: "Selecciona primero un elemento en el lienzo",
11195
+ saveFailed: "No se pudo guardar el shader",
11196
+ categories: {
11197
+ gradientFlow: "Flujo de gradiente",
11198
+ waves: "Ondas",
11199
+ noise: "Ruido",
11200
+ pattern: "Patrones",
11201
+ texture: "Textura",
11202
+ retro: "Retro",
11203
+ },
11204
+ },
11205
+ },
11206
+ },
11207
+ "fr-FR": {
11208
+ editPanel: {
11209
+ labels: {
11210
+ rotation3d: "Rotation 3D",
11211
+ rotationX: "Rotation X",
11212
+ rotationY: "Rotation Y",
11213
+ perspective: "Perspective",
11214
+ perspectiveHint: "Perspective (vide/0 = aucune)",
11215
+ customTransform:
11216
+ "Transformation personnalisée — ne peut pas être modifiée comme rotation X/Y/Z",
11217
+ shaderEffectType: "Shader",
11218
+ },
11219
+ shaders: {
11220
+ fillsTitle: "Remplissages shader",
11221
+ effectsTitle: "Effets shader",
11222
+ createdByYou: "Créés par vous",
11223
+ presets: "Préréglages",
11224
+ createNew: "Créer",
11225
+ ai: "IA",
11226
+ savedInThisDesign: "Enregistré dans ce design",
11227
+ noMatches: "Aucun shader ne correspond à votre recherche",
11228
+ backToBrowser: "Retour à la liste des shaders",
11229
+ closePanel: "Fermer le panneau shader",
11230
+ editCode: "Modifier le code GLSL",
11231
+ removeShader: "Supprimer le shader",
11232
+ removeShaderEffect: "Supprimer l'effet shader",
11233
+ noUniforms: "Ce shader n'a aucun paramètre réglable",
11234
+ codeHint:
11235
+ "Le code source GLSL est enregistré dans le HTML de cet écran — ouvrez le panneau Code pour le modifier.",
11236
+ selectElementFirst: "Sélectionnez d'abord un élément d'écran",
11237
+ selectCanvasElementFirst:
11238
+ "Sélectionnez d'abord un élément sur le canevas",
11239
+ saveFailed: "Impossible d'enregistrer le shader",
11240
+ categories: {
11241
+ gradientFlow: "Flux de dégradé",
11242
+ waves: "Vagues",
11243
+ noise: "Bruit",
11244
+ pattern: "Motifs",
11245
+ texture: "Texture",
11246
+ retro: "Rétro",
11247
+ },
11248
+ },
11249
+ },
11250
+ },
11251
+ "de-DE": {
11252
+ editPanel: {
11253
+ labels: {
11254
+ rotation3d: "3D-Rotation",
11255
+ rotationX: "X-Rotation",
11256
+ rotationY: "Y-Rotation",
11257
+ perspective: "Perspektive",
11258
+ perspectiveHint: "Perspektive (leer/0 = keine)",
11259
+ customTransform:
11260
+ "Benutzerdefinierte Transformation — kann nicht als X/Y/Z-Rotation bearbeitet werden",
11261
+ shaderEffectType: "Shader",
11262
+ },
11263
+ shaders: {
11264
+ fillsTitle: "Shader-Füllungen",
11265
+ effectsTitle: "Shader-Effekte",
11266
+ createdByYou: "Von dir erstellt",
11267
+ presets: "Voreinstellungen",
11268
+ createNew: "Neu erstellen",
11269
+ ai: "KI",
11270
+ savedInThisDesign: "In diesem Design gespeichert",
11271
+ noMatches: "Keine Shader entsprechen deiner Suche",
11272
+ backToBrowser: "Zurück zur Shader-Übersicht",
11273
+ closePanel: "Shader-Panel schließen",
11274
+ editCode: "GLSL-Code bearbeiten",
11275
+ removeShader: "Shader entfernen",
11276
+ removeShaderEffect: "Shader-Effekt entfernen",
11277
+ noUniforms: "Dieser Shader hat keine einstellbaren Parameter",
11278
+ codeHint:
11279
+ "Der GLSL-Quellcode ist im HTML dieses Bildschirms gespeichert — öffne das Code-Panel, um ihn zu bearbeiten.",
11280
+ selectElementFirst: "Wähle zuerst ein Bildschirmelement aus",
11281
+ selectCanvasElementFirst:
11282
+ "Wähle zuerst ein Element auf der Leinwand aus",
11283
+ saveFailed: "Shader konnte nicht gespeichert werden",
11284
+ categories: {
11285
+ gradientFlow: "Verlaufsfluss",
11286
+ waves: "Wellen",
11287
+ noise: "Rauschen",
11288
+ pattern: "Muster",
11289
+ texture: "Textur",
11290
+ retro: "Retro",
11291
+ },
11292
+ },
11293
+ },
11294
+ },
11295
+ "ja-JP": {
11296
+ editPanel: {
11297
+ labels: {
11298
+ rotation3d: "3D 回転",
11299
+ rotationX: "X 軸回転",
11300
+ rotationY: "Y 軸回転",
11301
+ perspective: "パースペクティブ",
11302
+ perspectiveHint: "パースペクティブ(空/0 = なし)",
11303
+ customTransform: "カスタム変換 — X/Y/Z 回転として編集できません",
11304
+ shaderEffectType: "シェーダー",
11305
+ },
11306
+ shaders: {
11307
+ fillsTitle: "シェーダーフィル",
11308
+ effectsTitle: "シェーダーエフェクト",
11309
+ createdByYou: "自分が作成",
11310
+ presets: "プリセット",
11311
+ createNew: "新規作成",
11312
+ ai: "AI",
11313
+ savedInThisDesign: "このデザインに保存済み",
11314
+ noMatches: "検索に一致するシェーダーがありません",
11315
+ backToBrowser: "シェーダー一覧に戻る",
11316
+ closePanel: "シェーダーパネルを閉じる",
11317
+ editCode: "GLSL コードを編集",
11318
+ removeShader: "シェーダーを削除",
11319
+ removeShaderEffect: "シェーダーエフェクトを削除",
11320
+ noUniforms: "このシェーダーには調整可能なパラメーターがありません",
11321
+ codeHint:
11322
+ "GLSL のソースはこの画面の HTML に保存されています — コードパネルを開いて編集してください。",
11323
+ selectElementFirst: "まず画面上の要素を選択してください",
11324
+ selectCanvasElementFirst: "まずキャンバス上の要素を選択してください",
11325
+ saveFailed: "シェーダーを保存できませんでした",
11326
+ categories: {
11327
+ gradientFlow: "グラデーションフロー",
11328
+ waves: "波",
11329
+ noise: "ノイズ",
11330
+ pattern: "パターン",
11331
+ texture: "テクスチャ",
11332
+ retro: "レトロ",
11333
+ },
11334
+ },
11335
+ },
11336
+ },
11337
+ "ko-KR": {
11338
+ editPanel: {
11339
+ labels: {
11340
+ rotation3d: "3D 회전",
11341
+ rotationX: "X 회전",
11342
+ rotationY: "Y 회전",
11343
+ perspective: "원근감",
11344
+ perspectiveHint: "원근감 (비어 있음/0 = 없음)",
11345
+ customTransform: "사용자 지정 변환 — X/Y/Z 회전으로 편집할 수 없음",
11346
+ shaderEffectType: "셰이더",
11347
+ },
11348
+ shaders: {
11349
+ fillsTitle: "셰이더 채우기",
11350
+ effectsTitle: "셰이더 효과",
11351
+ createdByYou: "내가 만든 항목",
11352
+ presets: "프리셋",
11353
+ createNew: "새로 만들기",
11354
+ ai: "AI",
11355
+ savedInThisDesign: "이 디자인에 저장됨",
11356
+ noMatches: "검색과 일치하는 셰이더가 없습니다",
11357
+ backToBrowser: "셰이더 찾아보기로 돌아가기",
11358
+ closePanel: "셰이더 패널 닫기",
11359
+ editCode: "GLSL 코드 편집",
11360
+ removeShader: "셰이더 제거",
11361
+ removeShaderEffect: "셰이더 효과 제거",
11362
+ noUniforms: "이 셰이더에는 조정 가능한 유니폼이 없습니다",
11363
+ codeHint:
11364
+ "GLSL 소스는 이 화면의 HTML에 저장되어 있습니다 — 코드 패널을 열어 편집하세요.",
11365
+ selectElementFirst: "먼저 화면 요소를 선택하세요",
11366
+ selectCanvasElementFirst: "먼저 캔버스에서 요소를 선택하세요",
11367
+ saveFailed: "셰이더를 저장할 수 없습니다",
11368
+ categories: {
11369
+ gradientFlow: "그라디언트 플로우",
11370
+ waves: "웨이브",
11371
+ noise: "노이즈",
11372
+ pattern: "패턴",
11373
+ texture: "텍스처",
11374
+ retro: "레트로",
11375
+ },
11376
+ },
11377
+ },
11378
+ },
11379
+ "pt-BR": {
11380
+ editPanel: {
11381
+ labels: {
11382
+ rotation3d: "Rotação 3D",
11383
+ rotationX: "Girar X",
11384
+ rotationY: "Girar Y",
11385
+ perspective: "Perspectiva",
11386
+ perspectiveHint: "Perspectiva (vazio/0 = nenhuma)",
11387
+ customTransform:
11388
+ "Transformação personalizada — não pode ser editada como rotação X/Y/Z",
11389
+ shaderEffectType: "Shader",
11390
+ },
11391
+ shaders: {
11392
+ fillsTitle: "Preenchimentos de shader",
11393
+ effectsTitle: "Efeitos de shader",
11394
+ createdByYou: "Criados por você",
11395
+ presets: "Predefinições",
11396
+ createNew: "Criar novo",
11397
+ ai: "IA",
11398
+ savedInThisDesign: "Salvo neste design",
11399
+ noMatches: "Nenhum shader corresponde à sua busca",
11400
+ backToBrowser: "Voltar à lista de shaders",
11401
+ closePanel: "Fechar painel de shader",
11402
+ editCode: "Editar código GLSL",
11403
+ removeShader: "Remover shader",
11404
+ removeShaderEffect: "Remover efeito de shader",
11405
+ noUniforms: "Este shader não tem parâmetros ajustáveis",
11406
+ codeHint:
11407
+ "O código-fonte GLSL está salvo no HTML desta tela — abra o painel de código para editá-lo.",
11408
+ selectElementFirst: "Selecione primeiro um elemento da tela",
11409
+ selectCanvasElementFirst: "Selecione primeiro um elemento no canvas",
11410
+ saveFailed: "Não foi possível salvar o shader",
11411
+ categories: {
11412
+ gradientFlow: "Fluxo de gradiente",
11413
+ waves: "Ondas",
11414
+ noise: "Ruído",
11415
+ pattern: "Padrões",
11416
+ texture: "Textura",
11417
+ retro: "Retrô",
11418
+ },
11419
+ },
11420
+ },
11421
+ },
11422
+ "hi-IN": {
11423
+ editPanel: {
11424
+ labels: {
11425
+ rotation3d: "3D रोटेशन",
11426
+ rotationX: "X घुमाएं",
11427
+ rotationY: "Y घुमाएं",
11428
+ perspective: "पर्सपेक्टिव",
11429
+ perspectiveHint: "पर्सपेक्टिव (खाली/0 = कोई नहीं)",
11430
+ customTransform:
11431
+ "कस्टम ट्रांसफ़ॉर्म — इसे X/Y/Z रोटेशन के रूप में संपादित नहीं किया जा सकता",
11432
+ shaderEffectType: "शेडर",
11433
+ },
11434
+ shaders: {
11435
+ fillsTitle: "शेडर फ़िल",
11436
+ effectsTitle: "शेडर प्रभाव",
11437
+ createdByYou: "आपके द्वारा बनाए गए",
11438
+ presets: "प्रीसेट",
11439
+ createNew: "नया बनाएं",
11440
+ ai: "AI",
11441
+ savedInThisDesign: "इस डिज़ाइन में सहेजा गया",
11442
+ noMatches: "आपकी खोज से कोई शेडर मेल नहीं खाता",
11443
+ backToBrowser: "शेडर ब्राउज़र पर वापस जाएं",
11444
+ closePanel: "शेडर पैनल बंद करें",
11445
+ editCode: "GLSL कोड संपादित करें",
11446
+ removeShader: "शेडर हटाएं",
11447
+ removeShaderEffect: "शेडर प्रभाव हटाएं",
11448
+ noUniforms: "इस शेडर में कोई समायोज्य यूनिफ़ॉर्म नहीं है",
11449
+ codeHint:
11450
+ "GLSL स्रोत इस स्क्रीन के HTML में सहेजा गया है — इसे संपादित करने के लिए कोड पैनल खोलें।",
11451
+ selectElementFirst: "पहले एक स्क्रीन तत्व चुनें",
11452
+ selectCanvasElementFirst: "पहले कैनवास पर एक तत्व चुनें",
11453
+ saveFailed: "शेडर सहेजा नहीं जा सका",
11454
+ categories: {
11455
+ gradientFlow: "ग्रेडिएंट फ़्लो",
11456
+ waves: "वेव्स",
11457
+ noise: "नॉइज़",
11458
+ pattern: "पैटर्न",
11459
+ texture: "टेक्सचर",
11460
+ retro: "रेट्रो",
11461
+ },
11462
+ },
11463
+ },
11464
+ },
11465
+ "ar-SA": {
11466
+ editPanel: {
11467
+ labels: {
11468
+ rotation3d: "دوران ثلاثي الأبعاد",
11469
+ rotationX: "دوران X",
11470
+ rotationY: "دوران Y",
11471
+ perspective: "المنظور",
11472
+ perspectiveHint: "المنظور (فارغ/0 = بلا)",
11473
+ customTransform: "تحويل مخصص — لا يمكن تعديله كدوران X/Y/Z",
11474
+ shaderEffectType: "التظليل",
11475
+ },
11476
+ shaders: {
11477
+ fillsTitle: "تعبئات التظليل",
11478
+ effectsTitle: "تأثيرات التظليل",
11479
+ createdByYou: "من إنشائك",
11480
+ presets: "الإعدادات المسبقة",
11481
+ createNew: "إنشاء جديد",
11482
+ ai: "AI",
11483
+ savedInThisDesign: "محفوظ في هذا التصميم",
11484
+ noMatches: "لا توجد تظليلات مطابقة لبحثك",
11485
+ backToBrowser: "العودة إلى تصفح التظليل",
11486
+ closePanel: "إغلاق لوحة التظليل",
11487
+ editCode: "تحرير كود GLSL",
11488
+ removeShader: "إزالة التظليل",
11489
+ removeShaderEffect: "إزالة تأثير التظليل",
11490
+ noUniforms: "لا توجد معلمات قابلة للتعديل لهذا التظليل",
11491
+ codeHint:
11492
+ "مصدر GLSL محفوظ في HTML الخاص بهذه الشاشة — افتح لوحة الكود لتعديله.",
11493
+ selectElementFirst: "الرجاء تحديد عنصر شاشة أولاً",
11494
+ selectCanvasElementFirst: "الرجاء تحديد عنصر على اللوحة أولاً",
11495
+ saveFailed: "تعذر حفظ التظليل",
11496
+ categories: {
11497
+ gradientFlow: "تدفق متدرج",
11498
+ waves: "موجات",
11499
+ noise: "تشويش",
11500
+ pattern: "أنماط",
11501
+ texture: "ملمس",
11502
+ retro: "كلاسيكي",
11503
+ },
11504
+ },
11505
+ },
11506
+ },
11507
+ } satisfies Record<Exclude<LocaleCode, "en-US" | "zh-TW">, PartialMessages>;
11508
+
11509
+ // Element interaction-state inspector (Default / Hover / Focus /
11510
+ // Focus-visible / Pressed / Disabled selector, the "Editing <State> state"
11511
+ // indicator, and the per-property override reset affordance). zh-TW's
11512
+ // translations live directly in app/i18n/zh-TW.ts instead, following this
11513
+ // file's existing zh-TW convention.
11514
+ const designInteractionStatesOverrides = {
11515
+ "zh-CN": {
11516
+ editPanel: {
11517
+ interactionStates: {
11518
+ default: "默认",
11519
+ hover: "悬停",
11520
+ focus: "聚焦",
11521
+ focusVisible: "聚焦可见",
11522
+ active: "按下",
11523
+ disabled: "禁用",
11524
+ selectorLabel: "交互状态",
11525
+ selectorTooltip: "预览并编辑悬停、聚焦和按下状态",
11526
+ editingState: "正在编辑{{state}}状态",
11527
+ editingStateTooltip:
11528
+ "正在编辑{{state}}状态 — 这里的样式仅在元素处于{{state}}时生效",
11529
+ hasOverrideIndicator: "此属性在该状态下已被覆盖",
11530
+ reset: "重置",
11531
+ resetOverride: "重置覆盖项",
11532
+ resetOverrideTooltip: "清除此状态的覆盖项,使用默认值",
11533
+ },
11534
+ },
11535
+ },
11536
+ "es-ES": {
11537
+ editPanel: {
11538
+ interactionStates: {
11539
+ default: "Predeterminado",
11540
+ hover: "Hover",
11541
+ focus: "Foco",
11542
+ focusVisible: "Foco visible",
11543
+ active: "Presionado",
11544
+ disabled: "Deshabilitado",
11545
+ selectorLabel: "Estado de interacción",
11546
+ selectorTooltip:
11547
+ "Previsualiza y edita los estados hover, foco y presionado",
11548
+ editingState: "Editando el estado {{state}}",
11549
+ editingStateTooltip:
11550
+ "Editando el estado {{state}} — estos estilos solo se aplican cuando el elemento está en {{state}}",
11551
+ hasOverrideIndicator: "Esta propiedad está sobrescrita en este estado",
11552
+ reset: "Restablecer",
11553
+ resetOverride: "Restablecer sobrescritura",
11554
+ resetOverrideTooltip:
11555
+ "Borra la sobrescritura de este estado y usa el valor predeterminado",
11556
+ },
11557
+ },
11558
+ },
11559
+ "fr-FR": {
11560
+ editPanel: {
11561
+ interactionStates: {
11562
+ default: "Par défaut",
11563
+ hover: "Survol",
11564
+ focus: "Focus",
11565
+ focusVisible: "Focus clavier",
11566
+ active: "Pressé",
11567
+ disabled: "Désactivé",
11568
+ selectorLabel: "État d'interaction",
11569
+ selectorTooltip:
11570
+ "Prévisualiser et modifier les états survol, focus et pressé",
11571
+ editingState: "Modification de l'état {{state}}",
11572
+ editingStateTooltip:
11573
+ "Modification de l'état {{state}} — ces styles s'appliquent uniquement quand l'élément est en état {{state}}",
11574
+ hasOverrideIndicator: "Cette propriété est remplacée dans cet état",
11575
+ reset: "Réinitialiser",
11576
+ resetOverride: "Réinitialiser la substitution",
11577
+ resetOverrideTooltip:
11578
+ "Efface la substitution de cet état et utilise la valeur par défaut",
11579
+ },
11580
+ },
11581
+ },
11582
+ "de-DE": {
11583
+ editPanel: {
11584
+ interactionStates: {
11585
+ default: "Standard",
11586
+ hover: "Hover",
11587
+ focus: "Fokus",
11588
+ focusVisible: "Fokus sichtbar",
11589
+ active: "Gedrückt",
11590
+ disabled: "Deaktiviert",
11591
+ selectorLabel: "Interaktionszustand",
11592
+ selectorTooltip:
11593
+ "Hover-, Fokus- und Gedrückt-Zustände in der Vorschau anzeigen und bearbeiten",
11594
+ editingState: "Bearbeite Zustand {{state}}",
11595
+ editingStateTooltip:
11596
+ "Bearbeitung des Zustands {{state}} — diese Stile gelten nur, wenn das Element {{state}} ist",
11597
+ hasOverrideIndicator:
11598
+ "Diese Eigenschaft ist in diesem Zustand überschrieben",
11599
+ reset: "Zurücksetzen",
11600
+ resetOverride: "Überschreibung zurücksetzen",
11601
+ resetOverrideTooltip:
11602
+ "Überschreibung dieses Zustands löschen und Standardwert verwenden",
11603
+ },
11604
+ },
11605
+ },
11606
+ "ja-JP": {
11607
+ editPanel: {
11608
+ interactionStates: {
11609
+ default: "デフォルト",
11610
+ hover: "ホバー",
11611
+ focus: "フォーカス",
11612
+ focusVisible: "フォーカス表示",
11613
+ active: "押下時",
11614
+ disabled: "無効",
11615
+ selectorLabel: "インタラクション状態",
11616
+ selectorTooltip: "ホバー、フォーカス、押下状態をプレビューして編集",
11617
+ editingState: "{{state}}状態を編集中",
11618
+ editingStateTooltip:
11619
+ "{{state}}状態を編集中 — ここでのスタイルは要素が{{state}}のときのみ適用されます",
11620
+ hasOverrideIndicator: "このプロパティはこの状態で上書きされています",
11621
+ reset: "リセット",
11622
+ resetOverride: "上書きをリセット",
11623
+ resetOverrideTooltip:
11624
+ "この状態の上書きを消去してデフォルト値を使用します",
11625
+ },
11626
+ },
11627
+ },
11628
+ "ko-KR": {
11629
+ editPanel: {
11630
+ interactionStates: {
11631
+ default: "기본값",
11632
+ hover: "호버",
11633
+ focus: "포커스",
11634
+ focusVisible: "포커스 표시",
11635
+ active: "눌림",
11636
+ disabled: "비활성화",
11637
+ selectorLabel: "상호작용 상태",
11638
+ selectorTooltip: "호버, 포커스, 눌림 상태를 미리보고 편집하세요",
11639
+ editingState: "{{state}} 상태 편집 중",
11640
+ editingStateTooltip:
11641
+ "{{state}} 상태 편집 중 — 여기의 스타일은 요소가 {{state}} 상태일 때만 적용됩니다",
11642
+ hasOverrideIndicator: "이 속성은 이 상태에서 재정의되었습니다",
11643
+ reset: "재설정",
11644
+ resetOverride: "재정의 초기화",
11645
+ resetOverrideTooltip: "이 상태의 재정의를 지우고 기본값을 사용합니다",
11646
+ },
11647
+ },
11648
+ },
11649
+ "pt-BR": {
11650
+ editPanel: {
11651
+ interactionStates: {
11652
+ default: "Padrão",
11653
+ hover: "Hover",
11654
+ focus: "Foco",
11655
+ focusVisible: "Foco visível",
11656
+ active: "Pressionado",
11657
+ disabled: "Desabilitado",
11658
+ selectorLabel: "Estado de interação",
11659
+ selectorTooltip:
11660
+ "Visualize e edite os estados de hover, foco e pressionado",
11661
+ editingState: "Editando o estado {{state}}",
11662
+ editingStateTooltip:
11663
+ "Editando o estado {{state}} — esses estilos se aplicam somente quando o elemento está em {{state}}",
11664
+ hasOverrideIndicator: "Esta propriedade está sobrescrita neste estado",
11665
+ reset: "Redefinir",
11666
+ resetOverride: "Redefinir substituição",
11667
+ resetOverrideTooltip:
11668
+ "Limpa a substituição deste estado e usa o valor padrão",
11669
+ },
11670
+ },
11671
+ },
11672
+ "hi-IN": {
11673
+ editPanel: {
11674
+ interactionStates: {
11675
+ default: "डिफ़ॉल्ट",
11676
+ hover: "होवर",
11677
+ focus: "फ़ोकस",
11678
+ focusVisible: "फ़ोकस विज़िबल",
11679
+ active: "प्रेस्ड",
11680
+ disabled: "डिसेबल्ड",
11681
+ selectorLabel: "इंटरैक्शन स्थिति",
11682
+ selectorTooltip: "होवर, फ़ोकस और प्रेस्ड स्थितियों को प्रीव्यू और एडिट करें",
11683
+ editingState: "{{state}} स्थिति संपादित की जा रही है",
11684
+ editingStateTooltip:
11685
+ "{{state}} स्थिति संपादित की जा रही है — यहाँ की styles केवल तब लागू होती हैं जब element {{state}} हो",
11686
+ hasOverrideIndicator: "यह property इस स्थिति में override की गई है",
11687
+ reset: "रीसेट करें",
11688
+ resetOverride: "ओवरराइड रीसेट करें",
11689
+ resetOverrideTooltip:
11690
+ "इस स्थिति का override हटाएं और डिफ़ॉल्ट मान उपयोग करें",
11691
+ },
11692
+ },
11693
+ },
11694
+ "ar-SA": {
11695
+ editPanel: {
11696
+ interactionStates: {
11697
+ default: "افتراضي",
11698
+ hover: "تحويم",
11699
+ focus: "تركيز",
11700
+ focusVisible: "تركيز مرئي",
11701
+ active: "مضغوط",
11702
+ disabled: "معطّل",
11703
+ selectorLabel: "حالة التفاعل",
11704
+ selectorTooltip: "معاينة وتعديل حالات التحويم والتركيز والضغط",
11705
+ editingState: "تعديل حالة {{state}}",
11706
+ editingStateTooltip:
11707
+ "تعديل حالة {{state}} — تنطبق هذه الأنماط فقط عندما يكون العنصر في حالة {{state}}",
11708
+ hasOverrideIndicator: "تم تجاوز هذه الخاصية في هذه الحالة",
11709
+ reset: "إعادة تعيين",
11710
+ resetOverride: "إعادة تعيين التجاوز",
11711
+ resetOverrideTooltip: "امسح تجاوز هذه الحالة واستخدم القيمة الافتراضية",
11712
+ },
11713
+ },
11714
+ },
11715
+ } satisfies Record<Exclude<LocaleCode, "en-US" | "zh-TW">, PartialMessages>;
11716
+
11717
+ // Motion keyframe diamond affordance (per-field ◆ toggle next to
11718
+ // keyframeable properties), the breakpoint override indicator/reset
11719
+ // affordance, and the BreakpointBar's own labels (base chip, add-breakpoint
11720
+ // popover, Desktop/Tablet/Phone presets). zh-TW's translations live
11721
+ // directly in app/i18n/zh-TW.ts instead, following this file's existing
11722
+ // zh-TW convention. BreakpointBar.tsx itself is owned by the breakpoints
11723
+ // build — these keys unblock its existing humanized-fallback strings.
11724
+ const designMotionAndBreakpointOverrides = {
11725
+ "zh-CN": {
11726
+ editPanel: {
11727
+ motionKeyframe: {
11728
+ addTooltip: "添加关键帧",
11729
+ removeTooltip: "移除关键帧",
11730
+ },
11731
+ breakpointOverride: {
11732
+ overriddenTooltip: "已在此断点被覆盖",
11733
+ overriddenAtTooltip: "已在 {{width}}px 处被覆盖",
11734
+ reset: "重置覆盖项",
11735
+ resetShort: "重置",
11736
+ resetTooltip: "清除此断点的覆盖项并使用基础值",
11737
+ },
11738
+ },
11739
+ designEditor: {
11740
+ breakpointBar: {
11741
+ base: "基础",
11742
+ editBaseWidth: "编辑基础宽度",
11743
+ addBreakpoint: "添加断点",
11744
+ remove: "移除断点",
11745
+ options: "断点选项",
11746
+ changeWidth: "更改宽度",
11747
+ customWidth: "自定义宽度",
11748
+ add: "添加",
11749
+ showAllBreakpoints: "显示所有断点",
11750
+ desktop: "桌面端",
11751
+ tablet: "平板",
11752
+ phone: "手机",
11753
+ },
11754
+ },
11755
+ },
11756
+ "es-ES": {
11757
+ editPanel: {
11758
+ motionKeyframe: {
11759
+ addTooltip: "Añadir fotograma clave",
11760
+ removeTooltip: "Quitar fotograma clave",
11761
+ },
11762
+ breakpointOverride: {
11763
+ overriddenTooltip: "Sobrescrito en este punto de quiebre",
11764
+ overriddenAtTooltip: "Sobrescrito a {{width}}px",
11765
+ reset: "Restablecer sobrescritura",
11766
+ resetShort: "Restablecer",
11767
+ resetTooltip:
11768
+ "Borra la sobrescritura de este punto de quiebre y usa el valor base",
11769
+ },
11770
+ },
11771
+ designEditor: {
11772
+ breakpointBar: {
11773
+ base: "Base",
11774
+ editBaseWidth: "Editar ancho base",
11775
+ addBreakpoint: "Añadir punto de quiebre",
11776
+ remove: "Quitar punto de quiebre",
11777
+ options: "Opciones del punto de quiebre",
11778
+ changeWidth: "Cambiar ancho",
11779
+ customWidth: "Ancho personalizado",
11780
+ add: "Añadir",
11781
+ showAllBreakpoints: "Mostrar todos los puntos de quiebre",
11782
+ desktop: "Escritorio",
11783
+ tablet: "Tableta",
11784
+ phone: "Móvil",
11785
+ },
11786
+ },
11787
+ },
11788
+ "fr-FR": {
11789
+ editPanel: {
11790
+ motionKeyframe: {
11791
+ addTooltip: "Ajouter une image clé",
11792
+ removeTooltip: "Supprimer l'image clé",
11793
+ },
11794
+ breakpointOverride: {
11795
+ overriddenTooltip: "Remplacé à ce point de rupture",
11796
+ overriddenAtTooltip: "Remplacé à {{width}}px",
11797
+ reset: "Réinitialiser la substitution",
11798
+ resetShort: "Réinitialiser",
11799
+ resetTooltip:
11800
+ "Efface la substitution de ce point de rupture et utilise la valeur de base",
11801
+ },
11802
+ },
11803
+ designEditor: {
11804
+ breakpointBar: {
11805
+ base: "Base",
11806
+ editBaseWidth: "Modifier la largeur de base",
11807
+ addBreakpoint: "Ajouter un point de rupture",
11808
+ remove: "Supprimer le point de rupture",
11809
+ options: "Options du point de rupture",
11810
+ changeWidth: "Modifier la largeur",
11811
+ customWidth: "Largeur personnalisée",
11812
+ add: "Ajouter",
11813
+ showAllBreakpoints: "Afficher tous les points de rupture",
11814
+ desktop: "Ordinateur",
11815
+ tablet: "Tablette",
11816
+ phone: "Mobile",
11817
+ },
11818
+ },
11819
+ },
11820
+ "de-DE": {
11821
+ editPanel: {
11822
+ motionKeyframe: {
11823
+ addTooltip: "Keyframe hinzufügen",
11824
+ removeTooltip: "Keyframe entfernen",
11825
+ },
11826
+ breakpointOverride: {
11827
+ overriddenTooltip: "Bei diesem Breakpoint überschrieben",
11828
+ overriddenAtTooltip: "Bei {{width}}px überschrieben",
11829
+ reset: "Überschreibung zurücksetzen",
11830
+ resetShort: "Zurücksetzen",
11831
+ resetTooltip:
11832
+ "Überschreibung dieses Breakpoints löschen und Basiswert verwenden",
11833
+ },
11834
+ },
11835
+ designEditor: {
11836
+ breakpointBar: {
11837
+ base: "Basis",
11838
+ editBaseWidth: "Basisbreite bearbeiten",
11839
+ addBreakpoint: "Breakpoint hinzufügen",
11840
+ remove: "Breakpoint entfernen",
11841
+ options: "Breakpoint-Optionen",
11842
+ changeWidth: "Breite ändern",
11843
+ customWidth: "Benutzerdefinierte Breite",
11844
+ add: "Hinzufügen",
11845
+ showAllBreakpoints: "Alle Breakpoints anzeigen",
11846
+ desktop: "Desktop",
11847
+ tablet: "Tablet",
11848
+ phone: "Smartphone",
11849
+ },
11850
+ },
11851
+ },
11852
+ "ja-JP": {
11853
+ editPanel: {
11854
+ motionKeyframe: {
11855
+ addTooltip: "キーフレームを追加",
11856
+ removeTooltip: "キーフレームを削除",
11857
+ },
11858
+ breakpointOverride: {
11859
+ overriddenTooltip: "このブレークポイントで上書きされています",
11860
+ overriddenAtTooltip: "{{width}}px で上書きされています",
11861
+ reset: "上書きをリセット",
11862
+ resetShort: "リセット",
11863
+ resetTooltip:
11864
+ "このブレークポイントの上書きを消去してベース値を使用します",
11865
+ },
11866
+ },
11867
+ designEditor: {
11868
+ breakpointBar: {
11869
+ base: "ベース",
11870
+ editBaseWidth: "ベース幅を編集",
11871
+ addBreakpoint: "ブレークポイントを追加",
11872
+ remove: "ブレークポイントを削除",
11873
+ options: "ブレークポイントのオプション",
11874
+ changeWidth: "幅を変更",
11875
+ customWidth: "カスタム幅",
11876
+ add: "追加",
11877
+ showAllBreakpoints: "すべてのブレークポイントを表示",
11878
+ desktop: "デスクトップ",
11879
+ tablet: "タブレット",
11880
+ phone: "スマートフォン",
11881
+ },
11882
+ },
11883
+ },
11884
+ "ko-KR": {
11885
+ editPanel: {
11886
+ motionKeyframe: {
11887
+ addTooltip: "키프레임 추가",
11888
+ removeTooltip: "키프레임 제거",
11889
+ },
11890
+ breakpointOverride: {
11891
+ overriddenTooltip: "이 브레이크포인트에서 재정의됨",
11892
+ overriddenAtTooltip: "{{width}}px에서 재정의됨",
11893
+ reset: "재정의 초기화",
11894
+ resetShort: "재설정",
11895
+ resetTooltip: "이 브레이크포인트의 재정의를 지우고 기본값을 사용합니다",
11896
+ },
11897
+ },
11898
+ designEditor: {
11899
+ breakpointBar: {
11900
+ base: "기본",
11901
+ editBaseWidth: "기본 너비 편집",
11902
+ addBreakpoint: "브레이크포인트 추가",
11903
+ remove: "브레이크포인트 제거",
11904
+ options: "브레이크포인트 옵션",
11905
+ changeWidth: "너비 변경",
11906
+ customWidth: "사용자 지정 너비",
11907
+ add: "추가",
11908
+ showAllBreakpoints: "모든 브레이크포인트 표시",
11909
+ desktop: "데스크톱",
11910
+ tablet: "태블릿",
11911
+ phone: "휴대폰",
11912
+ },
11913
+ },
11914
+ },
11915
+ "pt-BR": {
11916
+ editPanel: {
11917
+ motionKeyframe: {
11918
+ addTooltip: "Adicionar quadro-chave",
11919
+ removeTooltip: "Remover quadro-chave",
11920
+ },
11921
+ breakpointOverride: {
11922
+ overriddenTooltip: "Sobrescrito neste breakpoint",
11923
+ overriddenAtTooltip: "Sobrescrito em {{width}}px",
11924
+ reset: "Redefinir substituição",
11925
+ resetShort: "Redefinir",
11926
+ resetTooltip:
11927
+ "Limpa a substituição deste breakpoint e usa o valor base",
11928
+ },
11929
+ },
11930
+ designEditor: {
11931
+ breakpointBar: {
11932
+ base: "Base",
11933
+ editBaseWidth: "Editar largura base",
11934
+ addBreakpoint: "Adicionar breakpoint",
11935
+ remove: "Remover breakpoint",
11936
+ options: "Opções do breakpoint",
11937
+ changeWidth: "Alterar largura",
11938
+ customWidth: "Largura personalizada",
11939
+ add: "Adicionar",
11940
+ showAllBreakpoints: "Mostrar todos os breakpoints",
11941
+ desktop: "Desktop",
11942
+ tablet: "Tablet",
11943
+ phone: "Celular",
11944
+ },
11945
+ },
11946
+ },
11947
+ "hi-IN": {
11948
+ editPanel: {
11949
+ motionKeyframe: {
11950
+ addTooltip: "कीफ़्रेम जोड़ें",
11951
+ removeTooltip: "कीफ़्रेम हटाएं",
11952
+ },
11953
+ breakpointOverride: {
11954
+ overriddenTooltip: "इस ब्रेकपॉइंट पर override किया गया",
11955
+ overriddenAtTooltip: "{{width}}px पर override किया गया",
11956
+ reset: "ओवरराइड रीसेट करें",
11957
+ resetShort: "रीसेट करें",
11958
+ resetTooltip: "इस ब्रेकपॉइंट का override हटाएं और आधार मान उपयोग करें",
11959
+ },
11960
+ },
11961
+ designEditor: {
11962
+ breakpointBar: {
11963
+ base: "आधार",
11964
+ editBaseWidth: "आधार चौड़ाई संपादित करें",
11965
+ addBreakpoint: "ब्रेकपॉइंट जोड़ें",
11966
+ remove: "ब्रेकपॉइंट हटाएं",
11967
+ options: "ब्रेकपॉइंट विकल्प",
11968
+ changeWidth: "चौड़ाई बदलें",
11969
+ customWidth: "कस्टम चौड़ाई",
11970
+ add: "जोड़ें",
11971
+ showAllBreakpoints: "सभी ब्रेकपॉइंट दिखाएं",
11972
+ desktop: "डेस्कटॉप",
11973
+ tablet: "टैबलेट",
11974
+ phone: "फ़ोन",
11975
+ },
11976
+ },
11977
+ },
11978
+ "ar-SA": {
11979
+ editPanel: {
11980
+ motionKeyframe: {
11981
+ addTooltip: "إضافة إطار مفتاحي",
11982
+ removeTooltip: "إزالة الإطار المفتاحي",
11983
+ },
11984
+ breakpointOverride: {
11985
+ overriddenTooltip: "تم تجاوزه عند نقطة التوقف هذه",
11986
+ overriddenAtTooltip: "تم تجاوزه عند {{width}}px",
11987
+ reset: "إعادة تعيين التجاوز",
11988
+ resetShort: "إعادة تعيين",
11989
+ resetTooltip: "امسح تجاوز نقطة التوقف هذه واستخدم القيمة الأساسية",
11990
+ },
11991
+ },
11992
+ designEditor: {
11993
+ breakpointBar: {
11994
+ base: "أساسي",
11995
+ editBaseWidth: "تعديل العرض الأساسي",
11996
+ addBreakpoint: "إضافة نقطة توقف",
11997
+ remove: "إزالة نقطة التوقف",
11998
+ options: "خيارات نقطة التوقف",
11999
+ changeWidth: "تغيير العرض",
12000
+ customWidth: "عرض مخصص",
12001
+ add: "إضافة",
12002
+ showAllBreakpoints: "إظهار جميع نقاط التوقف",
12003
+ desktop: "سطح المكتب",
12004
+ tablet: "جهاز لوحي",
12005
+ phone: "هاتف",
12006
+ },
12007
+ },
12008
+ },
12009
+ } satisfies Record<Exclude<LocaleCode, "en-US" | "zh-TW">, PartialMessages>;
12010
+
10561
12011
  export const messagesByLocale = {
10562
12012
  "en-US": enUS,
10563
12013
  "zh-TW": mergeMessages(
@@ -10570,8 +12020,10 @@ export const messagesByLocale = {
10570
12020
  designShapeToolOverrides["zh-TW"],
10571
12021
  designPublicShareOverrides["zh-TW"],
10572
12022
  designVisualEditOverrides["zh-TW"],
10573
- designLocalSourceEditOverrides["zh-TW"],
10574
12023
  designPendingVisualStyleOverrides["zh-TW"],
12024
+ designFillStylesComingSoonOverrides["zh-TW"],
12025
+ breakpointBarOverrides["zh-TW"],
12026
+ motionDockOverrides["zh-TW"],
10575
12027
  ),
10576
12028
  ),
10577
12029
  "zh-CN": mergeMessages(
@@ -10587,8 +12039,15 @@ export const messagesByLocale = {
10587
12039
  designShapeToolOverrides["zh-CN"],
10588
12040
  designPublicShareOverrides["zh-CN"],
10589
12041
  designVisualEditOverrides["zh-CN"],
10590
- designLocalSourceEditOverrides["zh-CN"],
10591
12042
  designPendingVisualStyleOverrides["zh-CN"],
12043
+ designFillStylesComingSoonOverrides["zh-CN"],
12044
+ designFramePresetsOverrides["zh-CN"],
12045
+ designAlignmentOverrides["zh-CN"],
12046
+ designShaderAndRotationOverrides["zh-CN"],
12047
+ designInteractionStatesOverrides["zh-CN"],
12048
+ designMotionAndBreakpointOverrides["zh-CN"],
12049
+ breakpointBarOverrides["zh-CN"],
12050
+ motionDockOverrides["zh-CN"],
10592
12051
  {
10593
12052
  root: {
10594
12053
  commandActions: "操作",
@@ -10643,8 +12102,15 @@ export const messagesByLocale = {
10643
12102
  designShapeToolOverrides["es-ES"],
10644
12103
  designPublicShareOverrides["es-ES"],
10645
12104
  designVisualEditOverrides["es-ES"],
10646
- designLocalSourceEditOverrides["es-ES"],
10647
12105
  designPendingVisualStyleOverrides["es-ES"],
12106
+ designFillStylesComingSoonOverrides["es-ES"],
12107
+ designFramePresetsOverrides["es-ES"],
12108
+ designAlignmentOverrides["es-ES"],
12109
+ designShaderAndRotationOverrides["es-ES"],
12110
+ designInteractionStatesOverrides["es-ES"],
12111
+ designMotionAndBreakpointOverrides["es-ES"],
12112
+ breakpointBarOverrides["es-ES"],
12113
+ motionDockOverrides["es-ES"],
10648
12114
  {
10649
12115
  root: {
10650
12116
  commandActions: "Acciones",
@@ -10699,8 +12165,15 @@ export const messagesByLocale = {
10699
12165
  designShapeToolOverrides["fr-FR"],
10700
12166
  designPublicShareOverrides["fr-FR"],
10701
12167
  designVisualEditOverrides["fr-FR"],
10702
- designLocalSourceEditOverrides["fr-FR"],
10703
12168
  designPendingVisualStyleOverrides["fr-FR"],
12169
+ designFillStylesComingSoonOverrides["fr-FR"],
12170
+ designFramePresetsOverrides["fr-FR"],
12171
+ designAlignmentOverrides["fr-FR"],
12172
+ designShaderAndRotationOverrides["fr-FR"],
12173
+ designInteractionStatesOverrides["fr-FR"],
12174
+ designMotionAndBreakpointOverrides["fr-FR"],
12175
+ breakpointBarOverrides["fr-FR"],
12176
+ motionDockOverrides["fr-FR"],
10704
12177
  {
10705
12178
  root: {
10706
12179
  commandActions: "Actions",
@@ -10755,8 +12228,15 @@ export const messagesByLocale = {
10755
12228
  designShapeToolOverrides["de-DE"],
10756
12229
  designPublicShareOverrides["de-DE"],
10757
12230
  designVisualEditOverrides["de-DE"],
10758
- designLocalSourceEditOverrides["de-DE"],
10759
12231
  designPendingVisualStyleOverrides["de-DE"],
12232
+ designFillStylesComingSoonOverrides["de-DE"],
12233
+ designFramePresetsOverrides["de-DE"],
12234
+ designAlignmentOverrides["de-DE"],
12235
+ designShaderAndRotationOverrides["de-DE"],
12236
+ designInteractionStatesOverrides["de-DE"],
12237
+ designMotionAndBreakpointOverrides["de-DE"],
12238
+ breakpointBarOverrides["de-DE"],
12239
+ motionDockOverrides["de-DE"],
10760
12240
  {
10761
12241
  root: {
10762
12242
  commandActions: "Aktionen",
@@ -10811,8 +12291,15 @@ export const messagesByLocale = {
10811
12291
  designShapeToolOverrides["ja-JP"],
10812
12292
  designPublicShareOverrides["ja-JP"],
10813
12293
  designVisualEditOverrides["ja-JP"],
10814
- designLocalSourceEditOverrides["ja-JP"],
10815
12294
  designPendingVisualStyleOverrides["ja-JP"],
12295
+ designFillStylesComingSoonOverrides["ja-JP"],
12296
+ designFramePresetsOverrides["ja-JP"],
12297
+ designAlignmentOverrides["ja-JP"],
12298
+ designShaderAndRotationOverrides["ja-JP"],
12299
+ designInteractionStatesOverrides["ja-JP"],
12300
+ designMotionAndBreakpointOverrides["ja-JP"],
12301
+ breakpointBarOverrides["ja-JP"],
12302
+ motionDockOverrides["ja-JP"],
10816
12303
  {
10817
12304
  root: {
10818
12305
  commandActions: "操作",
@@ -10868,8 +12355,15 @@ export const messagesByLocale = {
10868
12355
  designShapeToolOverrides["ko-KR"],
10869
12356
  designPublicShareOverrides["ko-KR"],
10870
12357
  designVisualEditOverrides["ko-KR"],
10871
- designLocalSourceEditOverrides["ko-KR"],
10872
12358
  designPendingVisualStyleOverrides["ko-KR"],
12359
+ designFillStylesComingSoonOverrides["ko-KR"],
12360
+ designFramePresetsOverrides["ko-KR"],
12361
+ designAlignmentOverrides["ko-KR"],
12362
+ designShaderAndRotationOverrides["ko-KR"],
12363
+ designInteractionStatesOverrides["ko-KR"],
12364
+ designMotionAndBreakpointOverrides["ko-KR"],
12365
+ breakpointBarOverrides["ko-KR"],
12366
+ motionDockOverrides["ko-KR"],
10873
12367
  {
10874
12368
  root: {
10875
12369
  commandActions: "작업",
@@ -10923,8 +12417,15 @@ export const messagesByLocale = {
10923
12417
  designShapeToolOverrides["pt-BR"],
10924
12418
  designPublicShareOverrides["pt-BR"],
10925
12419
  designVisualEditOverrides["pt-BR"],
10926
- designLocalSourceEditOverrides["pt-BR"],
10927
12420
  designPendingVisualStyleOverrides["pt-BR"],
12421
+ designFillStylesComingSoonOverrides["pt-BR"],
12422
+ designFramePresetsOverrides["pt-BR"],
12423
+ designAlignmentOverrides["pt-BR"],
12424
+ designShaderAndRotationOverrides["pt-BR"],
12425
+ designInteractionStatesOverrides["pt-BR"],
12426
+ designMotionAndBreakpointOverrides["pt-BR"],
12427
+ breakpointBarOverrides["pt-BR"],
12428
+ motionDockOverrides["pt-BR"],
10928
12429
  {
10929
12430
  root: {
10930
12431
  commandActions: "Ações",
@@ -10979,8 +12480,15 @@ export const messagesByLocale = {
10979
12480
  designShapeToolOverrides["hi-IN"],
10980
12481
  designPublicShareOverrides["hi-IN"],
10981
12482
  designVisualEditOverrides["hi-IN"],
10982
- designLocalSourceEditOverrides["hi-IN"],
10983
12483
  designPendingVisualStyleOverrides["hi-IN"],
12484
+ designFillStylesComingSoonOverrides["hi-IN"],
12485
+ designFramePresetsOverrides["hi-IN"],
12486
+ designAlignmentOverrides["hi-IN"],
12487
+ designShaderAndRotationOverrides["hi-IN"],
12488
+ designInteractionStatesOverrides["hi-IN"],
12489
+ designMotionAndBreakpointOverrides["hi-IN"],
12490
+ breakpointBarOverrides["hi-IN"],
12491
+ motionDockOverrides["hi-IN"],
10984
12492
  {
10985
12493
  root: {
10986
12494
  commandActions: "क्रियाएं",
@@ -11035,8 +12543,15 @@ export const messagesByLocale = {
11035
12543
  designShapeToolOverrides["ar-SA"],
11036
12544
  designPublicShareOverrides["ar-SA"],
11037
12545
  designVisualEditOverrides["ar-SA"],
11038
- designLocalSourceEditOverrides["ar-SA"],
11039
12546
  designPendingVisualStyleOverrides["ar-SA"],
12547
+ designFillStylesComingSoonOverrides["ar-SA"],
12548
+ designFramePresetsOverrides["ar-SA"],
12549
+ designAlignmentOverrides["ar-SA"],
12550
+ designShaderAndRotationOverrides["ar-SA"],
12551
+ designInteractionStatesOverrides["ar-SA"],
12552
+ designMotionAndBreakpointOverrides["ar-SA"],
12553
+ breakpointBarOverrides["ar-SA"],
12554
+ motionDockOverrides["ar-SA"],
11040
12555
  {
11041
12556
  root: {
11042
12557
  commandActions: "الإجراءات",