@workday/canvas-kit-docs 11.0.0-alpha.643-next.0 → 11.0.0-alpha.645-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.
- package/dist/es6/lib/docs.js +1 -1
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -251283,7 +251283,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
251283
251283
|
"type": {
|
|
251284
251284
|
"kind": "unknown",
|
|
251285
251285
|
"value": "unknown",
|
|
251286
|
-
"text": "{[K in keyof M]?: keyof M[K]}"
|
|
251286
|
+
"text": "{[K in keyof M]?: MaybeBoolean<keyof M[K]>}"
|
|
251287
251287
|
},
|
|
251288
251288
|
"description": "",
|
|
251289
251289
|
"declarations": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.645-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.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^11.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-react": "^11.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-styling": "^11.0.0-alpha.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^11.0.0-alpha.645-next.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^11.0.0-alpha.645-next.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^11.0.0-alpha.645-next.0",
|
|
50
|
+
"@workday/canvas-kit-styling": "^11.0.0-alpha.645-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": "
|
|
62
|
+
"gitHead": "9c6e5911c03f4c3be69ccadb5e1e81bd807f7171"
|
|
63
63
|
}
|