@frigade/react 1.36.3 → 1.36.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.
package/lib/index.d.ts CHANGED
@@ -78,6 +78,10 @@ interface StepData {
78
78
  * Whether the step is completed.
79
79
  */
80
80
  complete: boolean;
81
+ /**
82
+ * Whether the step has been started by the user. True if either the step was marked started or completed.
83
+ */
84
+ started: boolean;
81
85
  /**
82
86
  * Whether the step is currently active/the flow is currently on this step. Can only be true for on step at a time.
83
87
  */