Codex/design style library - #2
Merged
Merged
Conversation
- Create README.en.md as a full English translation - Add language nav links at the top of both READMEs Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replace hardcoded hex colors in LayoutPreviewRenderer with --style-* CSS variables, so layout previews update in real time when a design style is selected. - bg/text/border: use var(--style-primary/text/accent/etc.) - Opacity variants: use rgb(var(--style-*-rgb) / N) form - Dark panels (sidebar, sticky scene): use AnnotatedRegion directly to avoid bg-class conflict with Region default - SoftScene before/after pseudo-elements now use CSS variable form, fixing incorrect background overrides from globals.css class-name pattern selectors - MapList grid pattern converted to inline style for reliable CSS variable interpolation Plan: mark Task 5 steps 1-3 and verification checklist done. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Captures the full vision: a design dictionary that combines Style x Layout into previewable webs, expandable to a component-level dictionary, with code/prompt copy later. - Concept model: Style / Layout / Web / Component - Token system architecture (StyleTokens via CSS variables) - Route map with new /studio combine view - 6-phase roadmap (approach C: token system first) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8-phase plan: token foundation, CSS pipeline, layout renderer tokenization, /studio combine view, route restructure, fill 88 styles, copy feature, component dictionary. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…uppress warning Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…igration Tasks 1-4: StyleTokens type with color/typography/shape/space/decoration/layout, per-category defaults for all 10 categories, initial per-style overrides for 5 representative styles, tokens.color derived from palette in buildStyle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
organic-design, streetwear, editorial-design, glassmorphism, y2k, maximalism, swiss-design — shape/typography/space/decoration tokens set to make each visually distinct from its category default. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
All style tokens (color, typography, shape, space, decoration, layout) emitted as --st-* CSS variables on .style-preset-root alongside existing --style-* legacy vars. data-st-effect and data-st-density attributes added for CSS targeting. useStyleTokens() hook added. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
.st-surface, .st-card, .st-display, .st-body, .st-accent utilities. Effect layers for glow, grain, scanline, gradient, glitch keyed on data-st-effect attribute. Density modifiers for tight/airy spacing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.