foundry-design-web-adapter 0.2.0-beta.17 → 0.2.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/adapter.js +2309 -128
- package/dist/component-workshop.d.ts +48 -0
- package/dist/component-workshop.d.ts.map +1 -1
- package/dist/design-decisions.d.ts +25 -0
- package/dist/design-decisions.d.ts.map +1 -0
- package/dist/design-memory.d.ts +51 -1
- package/dist/design-memory.d.ts.map +1 -1
- package/dist/health.d.ts +6 -0
- package/dist/health.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/motion.d.ts +114 -1
- package/dist/motion.d.ts.map +1 -1
- package/dist/responsive-lab.d.ts +29 -0
- package/dist/responsive-lab.d.ts.map +1 -1
- package/dist/semantic.d.ts +6 -1
- package/dist/semantic.d.ts.map +1 -1
- package/dist/stress-testing.d.ts +26 -0
- package/dist/stress-testing.d.ts.map +1 -0
- package/dist/visual-recipes.d.ts +45 -0
- package/dist/visual-recipes.d.ts.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ Foundry remains local-first. Installing the plugin does not create an account, e
|
|
|
167
167
|
- A searchable, collapsible, virtualized live layer hierarchy with mapped-source context, Shadow DOM traversal, drag reordering, and selection persistence across HMR
|
|
168
168
|
- Multi-selection, measured spacing annotations, sibling-aware resize snapping, keyboard nudging, alignment, distribution, and preview undo/redo
|
|
169
169
|
- A revisioned local design graph for CSS tokens, components, Storybook variants, breakpoints, themes, states, and motion presets
|
|
170
|
-
- A Design System workspace that traces native tokens from definition to indexed usages,
|
|
170
|
+
- A Design System workspace that resolves semantic alias chains, surfaces broken and circular references, traces native tokens from definition to indexed usages, groups recurring literals into existing-token-first promotion plans, and sends exact source refactors through Review without changing source automatically
|
|
171
171
|
- Semantic source-mapping choices that block ambiguous changes until the user selects the intended implementation
|
|
172
172
|
- Fixed, hug, fill, and min/max sizing; flex and grid flow; linked spacing; aspect ratio; overflow; and positional controls
|
|
173
173
|
- Project-native spacing, radius, typography, and color choices with token-only filtering, exact and nearest-token ranking, component variants, type presets, gradients, opacity, and live contrast guidance
|
|
@@ -176,7 +176,7 @@ Foundry remains local-first. Installing the plugin does not create an account, e
|
|
|
176
176
|
- Design Health scans for contrast, overflow and clipping, touch targets, accessible names, reduced-motion coverage, and project spacing consistency, with evidence, intentional-issue ignores, and safe corrections routed into review
|
|
177
177
|
- An in-app state workbench with real viewport frames, theme switching, forced interaction states, motion controls, and contextual verification
|
|
178
178
|
- A dedicated Motion Studio for live CSS and Web Animation discovery, preview-only transport, timeline scrubbing, keyframe editing, complete timing controls, performance classification, and reduced-motion review
|
|
179
|
-
- Isolated Design Branches with fixed-viewport comparison, selective composition, rejection notes,
|
|
179
|
+
- Isolated Design Branches with fixed-viewport comparison, selective composition, rejection notes, explicit promotion into the source-ready review ledger, and portable chosen or rejected decision records with source-aware compatibility, import, export, restore, removal, and explicit Design Memory linkage
|
|
180
180
|
- Persistent, coalescing change ledger with JSON and consolidated prompt export
|
|
181
181
|
- Center-workspace review with editable approved batches, grouped targets, and unresolved-target blocking
|
|
182
182
|
- Persistent Apply with agent runs across Codex, Cursor, and Claude Code through MCP
|