@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/fesm2022/skyux-layout.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +11 -11
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.
|
|
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.
|
|
27
|
-
"@skyux/core": "13.
|
|
28
|
-
"@skyux/forms": "13.
|
|
29
|
-
"@skyux/help-inline": "13.
|
|
30
|
-
"@skyux/i18n": "13.
|
|
31
|
-
"@skyux/icon": "13.
|
|
32
|
-
"@skyux/indicators": "13.
|
|
33
|
-
"@skyux/modals": "13.
|
|
34
|
-
"@skyux/router": "13.
|
|
35
|
-
"@skyux/theme": "13.
|
|
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"
|