@skyux/tiles 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
@@ -174,7 +174,7 @@ declare class SkyTileComponent implements OnChanges, OnDestroy {
174
174
  elementRef: ElementRef;
175
175
  /**
176
176
  * A help key that identifies the global help content to display. When specified along with `tileName`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
177
- * added to the tile header. Clicking the button invokes global help as configured by the application.
177
+ * added to the tile header. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help) as configured by the application.
178
178
  * This property only applies when `tileName` is also specified.
179
179
  */
180
180
  helpKey: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/tiles",
3
- "version": "13.7.2",
3
+ "version": "13.8.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -19,13 +19,13 @@
19
19
  "@angular/cdk": "^20.2.3",
20
20
  "@angular/common": "^20.3.0",
21
21
  "@angular/core": "^20.3.0",
22
- "@skyux/animations": "13.7.2",
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"
22
+ "@skyux/animations": "13.8.0",
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
  "@types/dragula": "2.1.36",