@skyux/lists 7.6.1 → 7.6.2

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.
@@ -11,13 +11,15 @@ export declare class SkyFilterButtonComponent {
11
11
  * The ID to identify the element that contains
12
12
  * the filtering options that the filter button exposes.
13
13
  * To support [accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure),
14
- * this property is necessary when using inline filters.
14
+ * this property is necessary to set the `aria-controls` attribute when using inline filters.
15
+ * For more information about the `aria-controls` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-controls).
15
16
  */
16
17
  ariaControls: string | undefined;
17
18
  /**
18
19
  * Whether the filtering options are exposed.
19
20
  * To support [accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure),
20
- * this property is necessary when using inline filters.
21
+ * this property is necessary to set the `aria-expanded` attribute when using inline filters.
22
+ * For more information about the `aria-expanded` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-expanded).
21
23
  */
22
24
  ariaExpanded: boolean | undefined;
23
25
  /**
@@ -29,6 +29,7 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
29
29
  * such as accessibility and instrumentation. For example, the component uses the name to
30
30
  * construct ARIA labels for the repeater item controls
31
31
  * to [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
32
+ * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
32
33
  */
33
34
  itemName: string | undefined;
34
35
  /**
@@ -20,8 +20,9 @@ export declare class SkyRepeaterComponent implements AfterContentInit, OnChanges
20
20
  activeIndex: number | undefined;
21
21
  /**
22
22
  * The ARIA label for the repeater list.
23
- * This sets the repeater list's `aria-label` attribute
23
+ * This sets the repeater list's `aria-label` attribute to provide a text equivalent for screen readers
24
24
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
25
+ * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
25
26
  * @default "List of items"
26
27
  */
27
28
  ariaLabel: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "7.6.1",
3
+ "version": "7.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -44,15 +44,15 @@
44
44
  "@angular/common": "^14.2.11",
45
45
  "@angular/core": "^14.2.11",
46
46
  "@angular/platform-browser": "^14.2.11",
47
- "@skyux-sdk/testing": "7.6.1",
48
- "@skyux/animations": "7.6.1",
49
- "@skyux/core": "7.6.1",
50
- "@skyux/forms": "7.6.1",
51
- "@skyux/i18n": "7.6.1",
52
- "@skyux/indicators": "7.6.1",
53
- "@skyux/inline-form": "7.6.1",
54
- "@skyux/popovers": "7.6.1",
55
- "@skyux/theme": "7.6.1"
47
+ "@skyux-sdk/testing": "7.6.2",
48
+ "@skyux/animations": "7.6.2",
49
+ "@skyux/core": "7.6.2",
50
+ "@skyux/forms": "7.6.2",
51
+ "@skyux/i18n": "7.6.2",
52
+ "@skyux/indicators": "7.6.2",
53
+ "@skyux/inline-form": "7.6.2",
54
+ "@skyux/popovers": "7.6.2",
55
+ "@skyux/theme": "7.6.2"
56
56
  },
57
57
  "dependencies": {
58
58
  "dragula": "3.7.3",