@pandacss/compiler@2.0.0-beta.6
Pre-releaseMinor Changes
-
b5a620d: Add
panda libto package a Panda design system.It scans your library source, writes
panda.lib.json,panda.buildinfo.json, andpanda.preset.mjs, then syncs the
package exports. It can also run in watch mode.Consumers also get token conflict warnings when the app and design system define the same token path; the app value
wins. If a library's build info is stale, Panda re-extracts its manifestfilesinstead of failing the build. -
7b71a43: Adopt a published design system with
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.
If the design system needs a different Panda major version, Panda reports a clear error.
Patch Changes
-
8a936bd: Add
panda analyzereports. You can write JSON, open a static HTML report, or run the live report UI. -
82e7811: Add
compiler.designSystemhelpers forpanda.lib.jsonmanifests.The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
designSystemconfig field. -
d075c2b: Only extract JSX style props when
jsxFrameworkis configured.This prevents CSS from being generated for JSX components in projects that have not enabled JSX extraction.
Function-call extraction is unchanged. -
86504d6: Add a WASI compiler fallback for WebContainer-based environments like StackBlitz.
-
Updated dependencies [8a936bd]
-
Updated dependencies [82e7811]
-
Updated dependencies [b5a620d]
-
Updated dependencies [7b71a43]
- @pandacss/compiler-shared@2.0.0-beta.6
- @pandacss/config@2.0.0-beta.6