@skyux/indicators 9.3.0 → 9.4.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.
@@ -16,6 +16,7 @@ export declare class SkyHelpInlineComponent {
16
16
  /**
17
17
  * The ARIA label for help inline button. This sets the button's `aria-label` to provide a text equivalent for screen readers
18
18
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
19
+ * When you use multiple help inline components on a page, give each one a unique ARIA label so that users can differentiate which help element is currently in focus.
19
20
  * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
20
21
  * @default "Show help content"
21
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "9.3.0",
3
+ "version": "9.4.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,10 +41,10 @@
41
41
  "@angular/common": "^16.2.5",
42
42
  "@angular/core": "^16.2.5",
43
43
  "@angular/platform-browser": "^16.2.5",
44
- "@skyux-sdk/testing": "9.3.0",
45
- "@skyux/core": "9.3.0",
46
- "@skyux/i18n": "9.3.0",
47
- "@skyux/theme": "9.3.0"
44
+ "@skyux-sdk/testing": "9.4.0",
45
+ "@skyux/core": "9.4.0",
46
+ "@skyux/i18n": "9.4.0",
47
+ "@skyux/theme": "9.4.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.6.2"