-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support custom conditions / psuedo props #8218
Merged
Merged
+198
−87
Conversation
This file contains 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
🦋 Changeset detectedLatest commit: 31719d4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@segunadebayo would this help address #7744? |
segunadebayo
added a commit
that referenced
this pull request
May 8, 2024
Loading
Loading status checks…
…a plugin (#8310) * Fix custom font code snippet typo on nextjs-pages-guide (#8240) There's a small typo on the `_app.js` snippet for adding custom fonts with NextJS. This just fixes that to `return` the fragment instead of prefixing the fragment with a semicolon. * feat: support custom conditions / psuedo props (#8218) * chore: wip * chore: update generated conditions * docs: update changeset * feat: add new pseudos * feat(v3): remove social media colors (#8249) * refactor(v3): simplify changelog (#8253) * refactor(v3): simplify v1 changelog * refactor(v3): simplify v2 changelog * fix(deps): update dependency github-slugger to v1.5.0 (#8258) * fix(deps): update dependency @docusaurus/utils to v2.4.3 * fix(deps): update dependency github-slugger to v1.5.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * docs: update edit url (#8276) * fix(deps): update dependency framer-motion to v9.1.7 (#8257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @docusaurus/utils to v2.4.3 (#8256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * docs: Add block about `styleType` to `List` documentation (#8278) docs: add block about styleType to List documentation * feat(v3): support `asChild` composition (#8302) * feat: support as child composition * refactor: simplify types * chore: deprecate as props * refactor: rename vars * docs(website/gatsby-guide): update guide to include deprecating chakra plugin --------- Co-authored-by: Samyok Nepal <nepalsamyok@gmail.com> Co-authored-by: Segun Adebayo <joseshegs@gmail.com> Co-authored-by: Michał Korczak <michal.k2001@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Taiga KATARAO <32538736+tarao1006@users.noreply.github.com> Co-authored-by: Ivan Schedrovskiy <ltlaitoff@gmail.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core team 🌼
This was created by the core team
Type: Feature 🚀
Issue or PR that adds a feature or improvement
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.
📝 Description
Add support for custom theme conditions or pseudo props via
theme.conditions
⛳️ Current behavior (updates)
No way to add custom pseudo props or conditions
🚀 New behavior
Now possible
💣 Is this a breaking change (Yes/No):
No
📝 Additional Information