@angular/cdk 12.2.12 → 12.2.13
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/a11y/_index.scss +1 -1
- package/bundles/cdk-a11y.umd.js.map +1 -1
- package/bundles/cdk-overlay.umd.js.map +1 -1
- package/bundles/cdk-platform.umd.js +13 -16
- package/bundles/cdk-platform.umd.js.map +1 -1
- package/bundles/cdk.umd.js +1 -1
- package/bundles/cdk.umd.js.map +1 -1
- package/esm2015/a11y/focus-monitor/focus-monitor.js +1 -1
- package/esm2015/a11y/live-announcer/live-announcer.js +1 -1
- package/esm2015/overlay/overlay-ref.js +1 -1
- package/esm2015/platform/features/test-environment.js +14 -17
- package/esm2015/version.js +1 -1
- package/fesm2015/a11y.js.map +1 -1
- package/fesm2015/cdk.js +1 -1
- package/fesm2015/cdk.js.map +1 -1
- package/fesm2015/overlay.js.map +1 -1
- package/fesm2015/platform.js +13 -16
- package/fesm2015/platform.js.map +1 -1
- package/package.json +1 -1
- package/platform/index.metadata.json +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
package/a11y/_index.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// Emits a CSS class, `.cdk-visually-hidden`. This class can be applied to an element
|
|
2
|
-
/// to make that element visually hidden while remaining available to
|
|
2
|
+
/// to make that element visually hidden while remaining available to assistive technology.
|
|
3
3
|
@mixin a11y-visually-hidden() {
|
|
4
4
|
.cdk-visually-hidden {
|
|
5
5
|
border: 0;
|