@jsenv/navi 0.29.1 → 0.29.2

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.
@@ -49063,6 +49063,13 @@ const WayOut = ({
49063
49063
  "aria-label": label,
49064
49064
  "aria-disabled": unavailableMessage ? "true" : undefined,
49065
49065
  "data-unavailable": unavailableMessage ? "" : undefined
49066
+ // At the chevron, not beside it: a callout aims its arrow at where the
49067
+ // anchor's text starts, and there is no text here — only a glyph in the
49068
+ // middle of the box, which is what one pressed and what the answer is
49069
+ // about.
49070
+ ,
49071
+
49072
+ "data-callout-arrow-x": "center"
49066
49073
  // Read by triggerNaviCommand below the same way it reads a button's own.
49067
49074
  ,
49068
49075