@skyux/modals 12.19.1 → 12.20.0

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.
@@ -11,8 +11,8 @@ export interface SkyConfirmButtonConfig {
11
11
  /**
12
12
  * The style to apply to the button. The valid options are `primary` for
13
13
  * the button that triggers the recommended or most-common action, `default` for
14
- * buttons that trigger less-common actions, and `link` for a button that
15
- * closes the dialog.
14
+ * buttons that trigger less-common actions, `link` for a button that closes
15
+ * the dialog, and `danger` for a primary action that deletes existing data.
16
16
  */
17
17
  styleType?: 'primary' | 'default' | 'link' | string;
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/modals",
3
- "version": "12.19.1",
3
+ "version": "12.20.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,12 +20,12 @@
20
20
  "@angular/common": "^19.2.7",
21
21
  "@angular/core": "^19.2.7",
22
22
  "@angular/router": "^19.2.7",
23
- "@skyux/core": "12.19.1",
24
- "@skyux/help-inline": "12.19.1",
25
- "@skyux/i18n": "12.19.1",
26
- "@skyux/icon": "12.19.1",
27
- "@skyux/indicators": "12.19.1",
28
- "@skyux/theme": "12.19.1"
23
+ "@skyux/core": "12.20.0",
24
+ "@skyux/help-inline": "12.20.0",
25
+ "@skyux/i18n": "12.20.0",
26
+ "@skyux/icon": "12.20.0",
27
+ "@skyux/indicators": "12.20.0",
28
+ "@skyux/theme": "12.20.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.8.1"