@workday/canvas-kit-react 9.0.13 → 9.0.14

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.
@@ -1,7 +1,7 @@
1
1
  import {CSSProperties} from '@workday/canvas-kit-react/tokens';
2
2
 
3
3
  /**
4
- * A utility to hide content normal users while still making accessible to screenreaders
4
+ * A utility to visually hide content, while still making accessible to screenreaders
5
5
  * See https://a11y-101.com/development/skip-link
6
6
  */
7
7
  export const accessibleHide: CSSProperties = {
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from '@workday/canvas-kit-react/tokens';
2
2
  /**
3
- * A utility to hide content normal users while still making accessible to screenreaders
3
+ * A utility to visually hide content, while still making accessible to screenreaders
4
4
  * See https://a11y-101.com/development/skip-link
5
5
  */
6
6
  export declare const accessibleHide: CSSProperties;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.accessibleHide = void 0;
4
4
  /**
5
- * A utility to hide content normal users while still making accessible to screenreaders
5
+ * A utility to visually hide content, while still making accessible to screenreaders
6
6
  * See https://a11y-101.com/development/skip-link
7
7
  */
8
8
  exports.accessibleHide = {
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from '@workday/canvas-kit-react/tokens';
2
2
  /**
3
- * A utility to hide content normal users while still making accessible to screenreaders
3
+ * A utility to visually hide content, while still making accessible to screenreaders
4
4
  * See https://a11y-101.com/development/skip-link
5
5
  */
6
6
  export declare const accessibleHide: CSSProperties;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * A utility to hide content normal users while still making accessible to screenreaders
2
+ * A utility to visually hide content, while still making accessible to screenreaders
3
3
  * See https://a11y-101.com/development/skip-link
4
4
  */
5
5
  export const accessibleHide = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "9.0.13",
3
+ "version": "9.0.14",
4
4
  "description": "The parent module that contains all Workday Canvas Kit React components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@emotion/styled": "^11.6.0",
50
50
  "@popperjs/core": "^2.5.4",
51
51
  "@workday/canvas-colors-web": "^2.0.0",
52
- "@workday/canvas-kit-popup-stack": "^9.0.13",
52
+ "@workday/canvas-kit-popup-stack": "^9.0.14",
53
53
  "@workday/canvas-system-icons-web": "^3.0.0",
54
54
  "@workday/design-assets-types": "^0.2.8",
55
55
  "chroma-js": "^2.1.0",
@@ -66,5 +66,5 @@
66
66
  "@workday/canvas-accent-icons-web": "^3.0.0",
67
67
  "@workday/canvas-applet-icons-web": "^2.0.0"
68
68
  },
69
- "gitHead": "eb7817fde7ef1b670ba24ae16ddee7a5738fc38b"
69
+ "gitHead": "424363fb5db513d5d38217f89afa6be739ae4a44"
70
70
  }