@jsenv/navi 0.29.108 → 0.29.109

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.
@@ -59,7 +59,9 @@ The available commands: `--navi-open`, `--navi-close`, `--navi-toggle`,
59
59
  `--navi-cancel` (closes, telling the popup the close means "revert"),
60
60
  `--navi-confirm` (says yes, then closes). What "revert" does to what is inside
61
61
  is [its own section](#escape-cancels-the-other-gestures-keep) — it is also what
62
- Escape says.
62
+ Escape says. `--navi-close:all` closes every popup above the button, nearest
63
+ first — a link leaving from a badge shown over a sheet leaves both; a popup
64
+ that refuses to close keeps the ones above it open too.
63
65
 
64
66
  ## Something else opens it: `triggerNaviCommand`
65
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/navi",
3
- "version": "0.29.108",
3
+ "version": "0.29.109",
4
4
  "type": "module",
5
5
  "description": "Library of components including navigation to create frontend applications",
6
6
  "repository": {