@pygmalionjs/pygmalion 0.5.3 → 0.5.4

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.
@@ -1,4 +1,4 @@
1
- import { F as s, N as a, e as r, s as i, a as t } from "./FrozenRoutePreview-C9535oYO.js";
1
+ import { F as s, N as a, e as r, s as i, a as t } from "./FrozenRoutePreview-gn0xHRPG.js";
2
2
  export {
3
3
  s as FrozenRoutePreviewView,
4
4
  a as NodeModel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pygmalionjs/pygmalion",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Code-backed DOM design sandbox and visual QA editor",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
package/types.d.ts CHANGED
@@ -1488,6 +1488,13 @@ export interface InteractiveStateOption {
1488
1488
  label: string;
1489
1489
  /** Absent or empty marks the base state — the screen as captured. */
1490
1490
  steps?: readonly DesignScreenInteraction[];
1491
+ /**
1492
+ * Boot condition for states no gesture can reach — a failed request, an empty
1493
+ * result, a stalled stream. Merged into the frame's environment, which already
1494
+ * belongs to the recipe identity, so the existing supply path reproduces it.
1495
+ * The base is the option with neither steps nor a condition.
1496
+ */
1497
+ environment?: StoryboardEnvironment;
1491
1498
  /**
1492
1499
  * Recognizes this option in the CAPTURED tree, making the base a property of
1493
1500
  * the frame instead of the axis. Declare it on every option (each with its own