@zag-js/popover 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -734,6 +734,7 @@ function connect(state, send, normalize = normalizeProp) {
734
734
  tabIndex: -1,
735
735
  role: "dialog",
736
736
  hidden: !isOpen,
737
+ "data-expanded": dataAttr(isOpen),
737
738
  "aria-labelledby": state.context.isTitleRendered ? dom.getTitleId(state.context) : void 0,
738
739
  "aria-describedby": state.context.isDescriptionRendered ? dom.getDescriptionId(state.context) : void 0,
739
740
  "data-placement": state.context.currentPlacement,