@workday/canvas-kit-docs 6.3.11 → 6.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.
@@ -12,7 +12,7 @@ export default () => {
12
12
  return (
13
13
  <FormField
14
14
  error={FormField.ErrorType.Error}
15
- hintId="hint-alert"
15
+ hintId="hint-error"
16
16
  hintText="We were unable to activate Dark Mode."
17
17
  label="Dark Mode"
18
18
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "6.3.11",
3
+ "version": "6.4.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@storybook/csf": "0.0.1",
53
- "@workday/canvas-kit-react": "^6.3.11"
53
+ "@workday/canvas-kit-react": "^6.4.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "fs-extra": "^10.0.0",
@@ -58,5 +58,5 @@
58
58
  "mkdirp": "^1.0.3",
59
59
  "typescript": "^3.8.3"
60
60
  },
61
- "gitHead": "60a0e7d4f9fc29ce2280f52b25795b242f48450b"
61
+ "gitHead": "3736f19aa6d16c1f66af64796029ee074c133b56"
62
62
  }