@jsenv/navi 0.29.362 → 0.29.363

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.
@@ -434,7 +434,8 @@ as a card and is refused as a card, wherever in the tree the sheet was written.
434
434
 
435
435
  The card shows the answer the moment the sheet leaves when its `ui` is drawn
436
436
  from what the picker holds rather than from what the caller knows — the same
437
- state navi's own default `ui` reads, rolled back by `resetOnError`, so nothing
437
+ state navi's own default `ui` reads, rolled back by `resetOnError` (and
438
+ `resetOnAbort`), so nothing
438
439
  about the pending value is the caller's to keep or to put back. Two ways to
439
440
  read it: `ui={MatchCard}` hands the component `value`, `loading` and
440
441
  `interactive` as props; `ui={<MatchCard match={match} />}` keeps the caller's
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/navi",
3
- "version": "0.29.362",
3
+ "version": "0.29.363",
4
4
  "type": "module",
5
5
  "description": "Library of components including navigation to create frontend applications",
6
6
  "repository": {