dce-reactkit 3.6.19 → 3.6.20

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/dist/cjs/index.js CHANGED
@@ -2473,6 +2473,10 @@ var LogAction;
2473
2473
  LogAction["Deactivate"] = "Deactivate";
2474
2474
  // User showed interest in a target (hover, peek, etc.)
2475
2475
  LogAction["Peek"] = "Peek";
2476
+ // Halt a process (pause, etc.)
2477
+ LogAction["Halt"] = "Halt";
2478
+ // Resume a process (resume a halted process)
2479
+ LogAction["Resume"] = "Resume";
2476
2480
  // Unknown action
2477
2481
  LogAction["Unknown"] = "Unknown";
2478
2482
  })(LogAction || (LogAction = {}));