Minor Changes
-
c09573a:
extendnow decides whether you add to a preset or replace it. Write a theme key withoutextendand it
replaces what a preset put there instead of merging into it.Replacement happens at the entry you name, so
theme.tokens.colorsreplaces the color scale and leavesspacing
alone, andtheme.recipes.buttonreplaces that one recipe. Keys whose entries are plain values, likebreakpoints,
replace whole.If you relied on a bare key merging, add
extendto keep the old result.
Patch Changes
- c5c4e2b: Keep the
node:prefix on built-in imports in the published output. tsup was stripping it, so Deno refused
to load Panda's files directly withImport "child_process" not a dependency. - Updated dependencies [c9dd0f0]
- Updated dependencies [048c70c]
- Updated dependencies [4db4f75]
- Updated dependencies [8bbb6bb]
- Updated dependencies [c014979]
- @pandacss/compiler-shared@2.0.0-beta.18
- @pandacss/types@2.0.0-beta.18