@skyux/layout 7.6.1 → 7.7.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.
|
@@ -4,16 +4,18 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class SkyBoxComponent {
|
|
6
6
|
/**
|
|
7
|
-
* The ARIA label for the box. This sets the box's `aria-label` attribute
|
|
7
|
+
* The ARIA label for the box. This sets the box's `aria-label` attribute to provide a text equivalent for screen readers
|
|
8
8
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
9
9
|
* If the box includes a visible label, use `ariaLabelledBy` instead.
|
|
10
|
+
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
10
11
|
*/
|
|
11
12
|
ariaLabel: string | undefined;
|
|
12
13
|
/**
|
|
13
|
-
* The HTML element ID
|
|
14
|
-
* the box. This sets the box's `aria-labelledby` attribute
|
|
14
|
+
* The HTML element ID of the element that labels
|
|
15
|
+
* the box. This sets the box's `aria-labelledby` attribute to provide a text equivalent for screen readers
|
|
15
16
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
16
17
|
* If the box does not include a visible label, use `ariaLabel` instead.
|
|
18
|
+
* For more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby).
|
|
17
19
|
*/
|
|
18
20
|
ariaLabelledBy: string | undefined;
|
|
19
21
|
/**
|
|
@@ -21,7 +23,7 @@ export declare class SkyBoxComponent {
|
|
|
21
23
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)
|
|
22
24
|
* by indicating what the box contains. For information about
|
|
23
25
|
* how an ARIA role indicates what an item represents on a web page,
|
|
24
|
-
* see the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria
|
|
26
|
+
* see the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).
|
|
25
27
|
*/
|
|
26
28
|
ariaRole: string | undefined;
|
|
27
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.7.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"@angular/forms": "^14.2.11",
|
|
48
48
|
"@angular/platform-browser": "^14.2.11",
|
|
49
49
|
"@angular/router": "^14.2.11",
|
|
50
|
-
"@skyux-sdk/testing": "7.
|
|
51
|
-
"@skyux/core": "7.
|
|
52
|
-
"@skyux/forms": "7.
|
|
53
|
-
"@skyux/i18n": "7.
|
|
54
|
-
"@skyux/indicators": "7.
|
|
55
|
-
"@skyux/modals": "7.
|
|
56
|
-
"@skyux/router": "7.
|
|
57
|
-
"@skyux/theme": "7.
|
|
50
|
+
"@skyux-sdk/testing": "7.7.0",
|
|
51
|
+
"@skyux/core": "7.7.0",
|
|
52
|
+
"@skyux/forms": "7.7.0",
|
|
53
|
+
"@skyux/i18n": "7.7.0",
|
|
54
|
+
"@skyux/indicators": "7.7.0",
|
|
55
|
+
"@skyux/modals": "7.7.0",
|
|
56
|
+
"@skyux/router": "7.7.0",
|
|
57
|
+
"@skyux/theme": "7.7.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.1"
|