-
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: add preset
name
mandatory key (#2372)
* BREAKING: add preset `name` mandatory key * chore: add implicit name to panda.config & fix tests * refactor: simplify mergeConfigs it now follows a left-to-right order just like in the config.presets, making it much easier to reason about * chore: add name to playground preset * chore: update playground resolve config logic * chore: tsc & lint * fix: rebase conflict
- Loading branch information
Showing
20 changed files
with
790 additions
and
315 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@pandacss/types': minor | ||
--- | ||
|
||
Add a `name` mandatory key in `Preset` to make it easy to target one specifically |
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
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
Oops, something went wrong.