Skip to content

docs: Split modifiers into standalone API section and elevate to first-class concept#132

Merged
alexgrozav merged 1 commit intomainfrom
alexgrozav/split-modifiers-docs
Mar 2, 2026
Merged

docs: Split modifiers into standalone API section and elevate to first-class concept#132
alexgrozav merged 1 commit intomainfrom
alexgrozav/split-modifiers-docs

Conversation

@alexgrozav
Copy link
Copy Markdown
Contributor

…t-class concept

This change promotes utility modifiers from being a subsection of Utilities into a standalone, first-class concept in both source code and documentation. Modifiers are now exported at the package root level, have a dedicated API reference page, and are consistently named "Utility Modifiers" throughout.

Changes include:

  • Move theme/src/utilities/modifiers/ to theme/src/modifiers/ (16 files)
  • Create new docs/api/utility-modifiers.md with comprehensive API reference and examples
  • Renumber subsequent API doc pages to accommodate the new modifiers documentation
  • Update all cross-references to point to the new modifiers page
  • Fix variable naming convention in examples to use dot notation (color.primary)

…t-class concept

This change promotes utility modifiers from being a subsection of Utilities into a standalone, first-class concept in both source code and documentation. Modifiers are now exported at the package root level, have a dedicated API reference page, and are consistently named "Utility Modifiers" throughout.

Changes include:
- Move theme/src/utilities/modifiers/ to theme/src/modifiers/ (16 files)
- Create new docs/api/utility-modifiers.md with comprehensive API reference and examples
- Renumber subsequent API doc pages to accommodate the new modifiers documentation
- Update all cross-references to point to the new modifiers page
- Fix variable naming convention in examples to use dot notation (color.primary)
@alexgrozav alexgrozav self-assigned this Mar 2, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app-styleframe-dev-production Building Building Preview, Comment Mar 2, 2026 7:06am
styleframe-dev-production Building Building Preview, Comment Mar 2, 2026 7:06am
styleframe-storybook Building Building Preview, Comment Mar 2, 2026 7:06am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 2, 2026

⚠️ No Changeset found

Latest commit: e93e7ed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 2, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
theme/src/index.ts 0.00% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

@alexgrozav alexgrozav merged commit 2e5b06c into main Mar 2, 2026
11 of 12 checks passed
@alexgrozav alexgrozav deleted the alexgrozav/split-modifiers-docs branch March 2, 2026 07:20
@alexgrozav alexgrozav changed the title docs: Split modifiers into standalone API section and elevate to firs… docs: Split modifiers into standalone API section and elevate to first-class concept Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant