@skyux/indicators 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.
- package/documentation.json +25 -25
- package/esm2020/lib/modules/chevron/chevron.component.mjs +1 -1
- package/esm2020/lib/modules/tokens/token.component.mjs +1 -1
- package/esm2020/lib/modules/wait/wait.component.mjs +2 -1
- package/fesm2015/skyux-indicators.mjs +1 -0
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +1 -0
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/chevron/chevron.component.d.ts +4 -2
- package/lib/modules/tokens/token.component.d.ts +2 -1
- package/lib/modules/wait/wait.component.d.ts +1 -0
- package/package.json +5 -5
|
@@ -1760,6 +1760,7 @@ class SkyWaitComponent {
|
|
|
1760
1760
|
* The default value varies based on whether the wait is for an element or a page
|
|
1761
1761
|
* and whether it is a blocking wait. For example, the default for a page-blocking
|
|
1762
1762
|
* wait is "Page loading. Please wait."
|
|
1763
|
+
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
1763
1764
|
*/
|
|
1764
1765
|
set ariaLabel(value) {
|
|
1765
1766
|
__classPrivateFieldSet(this, _SkyWaitComponent_customAriaLabel, value, "f");
|