@workday/canvas-kit-docs 6.8.8 → 6.8.11

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.
@@ -2031,10 +2031,6 @@ module.exports = {specifications: [
2031
2031
  "type": "it",
2032
2032
  "name": "should set aria-atomic to true"
2033
2033
  },
2034
- {
2035
- "type": "it",
2036
- "name": "should set aria-relevant to true"
2037
- },
2038
2034
  {
2039
2035
  "type": "it",
2040
2036
  "name": "should describe the current page range and the total page count"
@@ -2031,10 +2031,6 @@ module.exports = {specifications: [
2031
2031
  "type": "it",
2032
2032
  "name": "should set aria-atomic to true"
2033
2033
  },
2034
- {
2035
- "type": "it",
2036
- "name": "should set aria-relevant to true"
2037
- },
2038
2034
  {
2039
2035
  "type": "it",
2040
2036
  "name": "should describe the current page range and the total page count"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "6.8.8",
3
+ "version": "6.8.11",
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.8.8"
53
+ "@workday/canvas-kit-react": "^6.8.11"
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": "9bce0569b98c9a3644899e72e85eb636e1c02c0b"
61
+ "gitHead": "d7e07313772c517bc9f803c40845f24e6ece56b9"
62
62
  }