Patch Changes
-
a5d7d51: Add
forceConsistentTypeExtension
config option for enforcing consistent file extension for emitted type
definition files. This is useful for projects that usemoduleResolution: node16
which requires explicit file
extensions in imports/exports.If set to
true
andoutExtension
is set tomjs
, the generated typescript.d.ts
files will have the extension
.d.mts
. -
192d5e4: Fix issue where
cva
is undefined in preact styled factory- @pandacss/core@0.13.1
- @pandacss/is-valid-prop@0.13.1
- @pandacss/logger@0.13.1
- @pandacss/shared@0.13.1
- @pandacss/token-dictionary@0.13.1
- @pandacss/types@0.13.1