@azure-id/orc 1.2.1 → 1.4.1

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.
@@ -419,6 +419,12 @@ const TOUR_STEPS = [
419
419
  unconditionally; the header strip sits outside the tabs entirely and is the
420
420
  fallback. Same rule a fourth time: point at something with a SIZE. */
421
421
  { panel: "extra", selector: ".ex-boundary, .ex-strip", title: "tour.14.title", text: "tour.14.text" },
422
+ /* v1.3.0 — the board. Same rule a fifth time: it must point at something with
423
+ a SIZE. `.hk-zone` is the one element on this panel that renders in EVERY
424
+ state, including the first run — an empty line 1 still draws its zone,
425
+ because a drop target that only appears once something is in it is a drop
426
+ target nobody finds. The gate card is the fallback. */
427
+ { panel: "hookui", selector: ".hk-zone, .card", title: "tour.15.title", text: "tour.15.text" },
422
428
  ];
423
429
 
424
430
  function startFirstRunTour(root) {