Patch Changes
-
49ef963Thanks
@segunadebayo! - Write optional properties as explicit?: T | undefinedinstead
of wrapping them inPartialfrom@zag-js/types.That export shadowed the built-in
Partial, which changed whatPartial<T>meant in every file importing it and
broke@vue/compiler-sfconinterface X extends Partial<Y>. Types likeIntlTranslationsandElementIdsare now
plain interfaces. Passing a single translation key still works. -
Updated dependencies [
49ef963]:- @zag-js/types@1.43.3
- @zag-js/dom-query@1.43.3
- @zag-js/core@1.43.3
- @zag-js/dismissable@1.43.3
- @zag-js/anatomy@1.43.3
- @zag-js/utils@1.43.3