fix: pre-freeze audit fixes (rebased onto main) - #121
Merged
Conversation
- Rename .focus-parent to .sf-focus-parent (prefixed canonical name) - Add .sf-icon--2xl modifier and --sf-icon-2xl: 4em token - Create docs/motion.md documenting the motion system - Expand optional/theme-example.css to maximal reference version - Update docs/registry.json with new classes, token, and unprefixed_classes - Update forms.css token header (radius-full, border-width-3, action-hover) - Add Naming exceptions and Flat bundles sections to architecture.md - Update all docs to reference sf-focus-parent consistently Co-authored-by: Jack Granatowski <contact@codeslash.net>
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
Summary
Rebased PR #118 (
audit-fixes-pre-freeze) onto current main (which now includes PRs #116, #117, #120). All merge conflicts resolved.Changes:
.focus-parentto.sf-focus-parentacross all CSS, docs, demos, and tests (aligns withsf-prefix convention).sf-icon--2xlmodifier and--sf-icon-2xl: 4emtoken (completes the icon size scale)docs/motion.mddocumenting the full animation systemoptional/theme-example.cssto a maximal token reference (all overridable tokens documented)docs/registry.jsonwith new classes, tokens, andunprefixed_classeslistradius-full,border-width-3,action-hovertokens consumedFiles changed (14):
core/accessibility.css,core/layout.css,core/tokens.cssdocs/architecture.md,docs/browser-support.md,docs/demo.html,docs/layout.md,docs/migration.md,docs/motion.md(new),docs/registry.json,docs/states.mdoptional/forms.css,optional/theme-example.csstests/layers.spec.jsNotes:
dist/bundles not rebuilt (network constraints preventednpm run build). Recommend runningnpm run buildbefore final merge.