feat(cocreation): co-creation pattern definition#4307
Conversation
✅ No New Circular DependenciesNo new circular dependencies detected. Current count: 0 |
🔍 Visual review for your branch is published 🔍Here are the links to: |
eeb58d9 to
ead68f9
Compare
📦 Alpha Package Version PublishedUse Use |
ead68f9 to
b201b13
Compare
Dialogs-behind-AI-canvas fix is now split outThe dialog-alike stacking bug (confirmation dialogs rendering behind the AI chat/canvas) is fixed properly in #4421 — This branch now consumes that fix (merged in here) and drops the temporary Merge order: merge #4421 first. This branch is |
59bd3fb to
3da7fa3
Compare
931e912 to
9492b1c
Compare
9492b1c to
4f13ce6
Compare
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
26d1ae2 to
a568b93
Compare
sauldom102
left a comment
There was a problem hiding this comment.
I would personally replace all pngs in favor of stories showcasing a snapshot of our patterns, we could have them in our f0 composer public index in the future as templates
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…reply Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…nvas Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
Defines the co-creation pattern in Storybook — the docs, the interactive
creation-with-aiandstandard-flowstories with their mock data, and the shared mock clarifying runtime that backs the flow.The flow exercises a couple of capabilities the SDS didn't expose yet, so this PR also ships a small amount of component code (below). Rebased on
mainnow that the stack it was built on (#4550, #4533, #4535) has merged.Component changes (public API)
refactor(headers)— renameBaseHeader/ResourceHeadercloseAction→onClose. Drops the per-actiontooltip; the close button is now labelled viai18n.actions.closeand also renders on mobile (previously desktop-only).feat(ai)— addrevealChatOnCanvasToggletoF0AiChat. Lets a host suppress the chat content's re-fade when the canvas opens/closes while the chat is docked as a side panel. Defaults totrue(unchanged behavior); fullscreen transitions still reveal.Docs & stories
index,guidelines,phases,building-blocks,standard-flow,creation-with-ai,accessibility,adoption.creation-with-aiandstandard-flowwith mock data (mockData,mockToast,survey-mocks,tab-configs).F0AiChatmock runtime with a clarifying-question flow; add a welcome-suggestions demo to theF0AiChatTextAreastory.Internal refactors (from review)
CanvasContent/CanvasEntityDefinitioncasts behind typed helpers.