@workday/canvas-kit-docs 8.5.10 → 8.5.12

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.
@@ -140430,20 +140430,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
140430
140430
  "name": "button",
140431
140431
  "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
140432
140432
  },
140433
- "subComponents": [
140434
- {
140435
- "name": "Icon",
140436
- "symbol": "SystemIcon",
140437
- "description": "",
140438
- "declarations": [
140439
- {
140440
- "name": "Icon",
140441
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
140442
- }
140443
- ],
140444
- "tags": {}
140445
- }
140446
- ],
140433
+ "subComponents": [],
140447
140434
  "model": "MenuModel"
140448
140435
  }
140449
140436
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.5.10",
3
+ "version": "8.5.12",
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": "^8.5.10",
48
- "@workday/canvas-kit-preview-react": "^8.5.10",
49
- "@workday/canvas-kit-react": "^8.5.10",
47
+ "@workday/canvas-kit-labs-react": "^8.5.12",
48
+ "@workday/canvas-kit-preview-react": "^8.5.12",
49
+ "@workday/canvas-kit-react": "^8.5.12",
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": "8d562b6d42d720431ba961abf9d1d4f0905b2b19"
60
+ "gitHead": "e2acfd4c141af475f6914c9b0c698aad3fc490a9"
61
61
  }