@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.mjs CHANGED
@@ -711,6 +711,7 @@ function connect(state, send, normalize = normalizeProp) {
711
711
  tabIndex: -1,
712
712
  role: "dialog",
713
713
  hidden: !isOpen,
714
+ "data-expanded": dataAttr(isOpen),
714
715
  "aria-labelledby": state.context.isTitleRendered ? dom.getTitleId(state.context) : void 0,
715
716
  "aria-describedby": state.context.isDescriptionRendered ? dom.getDescriptionId(state.context) : void 0,
716
717
  "data-placement": state.context.currentPlacement,