Minor 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.