@skyux/modals 13.7.2 → 13.8.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.
package/index.d.ts CHANGED
@@ -497,7 +497,7 @@ declare class SkyModalComponent implements AfterViewInit, OnDestroy, OnInit {
497
497
  headingText: string | undefined;
498
498
  /**
499
499
  * A help key that identifies the global help content to display. When specified along with `headingText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
500
- * added to the modal header. Clicking the button invokes global help as configured by the application. This property only applies when `headingText` is also specified.
500
+ * added to the modal header. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help) as configured by the application. This property only applies when `headingText` is also specified.
501
501
  */
502
502
  helpKey: string | undefined;
503
503
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/modals",
3
- "version": "13.7.2",
3
+ "version": "13.8.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,12 +20,12 @@
20
20
  "@angular/common": "^20.3.0",
21
21
  "@angular/core": "^20.3.0",
22
22
  "@angular/router": "^20.3.0",
23
- "@skyux/core": "13.7.2",
24
- "@skyux/help-inline": "13.7.2",
25
- "@skyux/i18n": "13.7.2",
26
- "@skyux/icon": "13.7.2",
27
- "@skyux/indicators": "13.7.2",
28
- "@skyux/theme": "13.7.2"
23
+ "@skyux/core": "13.8.0",
24
+ "@skyux/help-inline": "13.8.0",
25
+ "@skyux/i18n": "13.8.0",
26
+ "@skyux/icon": "13.8.0",
27
+ "@skyux/indicators": "13.8.0",
28
+ "@skyux/theme": "13.8.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.8.1"