@sprucelabs/heartwood-view-controllers 118.0.7 → 118.0.8

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.
@@ -581,6 +581,7 @@ export interface AlertOptions {
581
581
  title?: string;
582
582
  message: string;
583
583
  style?: 'info' | 'error' | 'success';
584
+ okButtonLabel?: string;
584
585
  }
585
586
  export interface ViewControllerPlugins {
586
587
  }
@@ -581,6 +581,7 @@ export interface AlertOptions {
581
581
  title?: string;
582
582
  message: string;
583
583
  style?: 'info' | 'error' | 'success';
584
+ okButtonLabel?: string;
584
585
  }
585
586
  export interface ViewControllerPlugins {
586
587
  }
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "118.0.7",
16
+ "version": "118.0.8",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {