@pygmalionjs/pygmalion 0.6.9 → 0.6.11

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.
@@ -43,6 +43,12 @@ export interface CanvasTree {
43
43
  loose: readonly CanvasTreeLeaf[];
44
44
  groups: readonly CanvasTreeGroup[];
45
45
  }
46
+ /**
47
+ * Pages available in the current runtime, including state variants held behind
48
+ * a screen-state control. The Pages badge names frames, not the smaller number
49
+ * of canvases used to arrange them.
50
+ */
51
+ export declare function countCanvasTreePages(tree: CanvasTree): number;
46
52
  interface CanvasTreePage {
47
53
  canvas?: string;
48
54
  section?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pygmalionjs/pygmalion",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
4
4
  "description": "Code-backed DOM design sandbox and visual QA editor",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {