@skyux/layout 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
@@ -685,7 +685,7 @@ declare class SkyDescriptionListContentComponent {
685
685
  descriptionComponents: QueryList<SkyDescriptionListDescriptionComponent> | undefined;
686
686
  /**
687
687
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
688
- * placed beside the description list content label. Clicking the button invokes global help as configured by the application.
688
+ * placed beside the description list content label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help) as configured by the application.
689
689
  */
690
690
  helpKey: string | undefined;
691
691
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "13.7.2",
3
+ "version": "13.8.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -23,16 +23,16 @@
23
23
  "@angular/forms": "^20.3.0",
24
24
  "@angular/platform-browser": "^20.3.0",
25
25
  "@angular/router": "^20.3.0",
26
- "@skyux-sdk/testing": "13.7.2",
27
- "@skyux/core": "13.7.2",
28
- "@skyux/forms": "13.7.2",
29
- "@skyux/help-inline": "13.7.2",
30
- "@skyux/i18n": "13.7.2",
31
- "@skyux/icon": "13.7.2",
32
- "@skyux/indicators": "13.7.2",
33
- "@skyux/modals": "13.7.2",
34
- "@skyux/router": "13.7.2",
35
- "@skyux/theme": "13.7.2"
26
+ "@skyux-sdk/testing": "13.8.0",
27
+ "@skyux/core": "13.8.0",
28
+ "@skyux/forms": "13.8.0",
29
+ "@skyux/help-inline": "13.8.0",
30
+ "@skyux/i18n": "13.8.0",
31
+ "@skyux/icon": "13.8.0",
32
+ "@skyux/indicators": "13.8.0",
33
+ "@skyux/modals": "13.8.0",
34
+ "@skyux/router": "13.8.0",
35
+ "@skyux/theme": "13.8.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.8.1"