fix: resolve pre-freeze audit items (9 remaining 🟠) - #118
Closed
kiro-agent[bot] wants to merge 2 commits into
Closed
fix: resolve pre-freeze audit items (9 remaining 🟠)#118kiro-agent[bot] wants to merge 2 commits into
kiro-agent[bot] wants to merge 2 commits into
Conversation
…3, G.6, G.4) - B.2: Add .sf-icon--2xl (4em) for full xs..2xl parity across all primitives - A.2: Add --sf-clickable-overlay-z to PUBLIC scoped override tokens - B.3: Add 'Naming exceptions' section to architecture.md (11 unprefixed classes) - B.4: Add .sf-focus-parent as canonical prefixed name (alias of .focus-parent) - C.3: Create docs/motion.md (full animation/transition catalogue) - C.5: Add unprefixed_classes to registry.json incl. .theme-transition - E.3: Document flat bundles in architecture.md (what, when, how) - G.6: Complete forms.css TOKENS CONSUMED header (add 3 missing tokens) - G.4: Rewrite theme-example.css as maximal copy-paste reference - G.3: Add palette stability contract to 'Known intentional tradeoffs' Co-authored-by: Jack Granatowski <contact@codeslash.net>
No users before 0.5 — skip the deprecation cycle entirely. Updated: accessibility.css, architecture.md, states.md, migration.md, browser-support.md, demo.html, registry.json, layers.spec.js.
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.
This pull request was created by @kiro-agent on behalf of @jackgranatowski 👻
Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro autonomous agent
Pre-freeze audit resolution
Addresses all remaining 🟠 items from the v0.3.0 API audit. After this PR, the only open items are 🟡 (cosmetic/historical, safe to defer).
Changes
API additions:
.sf-icon--2xl(4em) — fullxs..2xlparity across all size-aware primitives.sf-focus-parent— canonical prefixed name for the focus-parent pattern (.focus-parentkept as legacy alias)--sf-icon-2xltokenDocumentation (new files):
docs/motion.md— full animation/transition catalogue (9 direct classes, 6 entrance classes, 5 keyframes-only, 14 preset tokens, stagger delays, duration/easing tables)Documentation (updated):
docs/architecture.md— "Naming exceptions" section, flat bundles docs, palette stability contract in "Known intentional tradeoffs"docs/layout.md— updated size-modifier table (full parity, no exception)docs/registry.json— addedunprefixed_classesarray, updated counts, added new class/tokenBug fixes / hygiene:
core/tokens.css—--sf-clickable-overlay-zadded to PUBLIC scoped override tokens listoptional/forms.css— TOKENS CONSUMED header completed (--sf-radius-full,--sf-border-width-3,--sf-color-action-hover)optional/theme-example.css— rewritten as maximal copy-paste reference with ALL overridable tokens (15 sections, all commented out)Testing
.sf-icon--2xlfollows identical pattern to existing size modifiers)