@workday/canvas-kit-docs 9.1.28 → 9.1.29

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.
@@ -386,10 +386,6 @@ module.exports = {specifications: [
386
386
  {
387
387
  "type": "it",
388
388
  "name": "should change the combobox value to reflect the key entered"
389
- },
390
- {
391
- "type": "it",
392
- "name": "should change the filtered results"
393
389
  }
394
390
  ]
395
391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.1.28",
3
+ "version": "9.1.29",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^9.1.28",
48
- "@workday/canvas-kit-preview-react": "^9.1.28",
49
- "@workday/canvas-kit-react": "^9.1.28",
47
+ "@workday/canvas-kit-labs-react": "^9.1.29",
48
+ "@workday/canvas-kit-preview-react": "^9.1.29",
49
+ "@workday/canvas-kit-react": "^9.1.29",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "5e23197268c6ce06905e65dd87714379609c211c"
60
+ "gitHead": "203debb1f01db98c30860456319de9e6e04b8ec6"
61
61
  }