@workday/canvas-kit-docs 11.0.0-alpha.635-next.0 → 11.0.0-alpha.639-next.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.
@@ -251748,6 +251748,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
251748
251748
  {
251749
251749
  "kind": "typeParameter",
251750
251750
  "name": "V",
251751
+ "defaultValue": {
251752
+ "kind": "object",
251753
+ "properties": []
251754
+ },
251751
251755
  "constraint": {
251752
251756
  "kind": "union",
251753
251757
  "value": [
@@ -251794,7 +251798,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
251794
251798
  }
251795
251799
  ]
251796
251800
  },
251797
- "required": true
251801
+ "required": false
251798
251802
  },
251799
251803
  {
251800
251804
  "kind": "typeParameter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.0-alpha.635-next.0",
3
+ "version": "11.0.0-alpha.639-next.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",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^11.0.0-alpha.635-next.0",
48
- "@workday/canvas-kit-preview-react": "^11.0.0-alpha.635-next.0",
49
- "@workday/canvas-kit-react": "^11.0.0-alpha.635-next.0",
50
- "@workday/canvas-kit-styling": "^11.0.0-alpha.635-next.0",
47
+ "@workday/canvas-kit-labs-react": "^11.0.0-alpha.639-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.639-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.639-next.0",
50
+ "@workday/canvas-kit-styling": "^11.0.0-alpha.639-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.0",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "b522b22caa5815a97f8ce46c0da521da319b4282"
62
+ "gitHead": "6ad747c36c525073cfa0c0f603a17c9ca9f18f96"
63
63
  }