@frigade/react 1.32.53 → 1.32.54

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
@@ -44,6 +44,10 @@ interface StepData {
44
44
  * Secondary button URI target (either _blank or _self)
45
45
  */
46
46
  secondaryButtonUriTarget?: string;
47
+ /**
48
+ * Text on button if a back button is present
49
+ */
50
+ backButtonTitle?: string;
47
51
  /**
48
52
  * If true, the step will be marked as completed when the secondary button is clicked.
49
53
  */