@pygmalionjs/pygmalion 0.2.17 → 0.2.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pygmalionjs/pygmalion",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "Code-backed DOM design sandbox and visual QA editor",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
package/types.d.ts CHANGED
@@ -1570,6 +1570,8 @@ export interface SourceRefControlProps {
1570
1570
  defaultRef?: string | null;
1571
1571
  worktreeRef?: string | null;
1572
1572
  label?: string;
1573
+ /** Trigger content. Defaults to the selected revision. */
1574
+ children?: ReactNode;
1573
1575
  className?: string;
1574
1576
  }
1575
1577