@workday/canvas-kit-docs 10.2.2 → 10.2.4
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
|
@@ -250879,7 +250879,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
250879
250879
|
"type": {
|
|
250880
250880
|
"kind": "unknown",
|
|
250881
250881
|
"value": "unknown",
|
|
250882
|
-
"text": "{[K in keyof M]?: keyof M[K]}"
|
|
250882
|
+
"text": "{[K in keyof M]?: MaybeBoolean<keyof M[K]>}"
|
|
250883
250883
|
},
|
|
250884
250884
|
"description": "",
|
|
250885
250885
|
"declarations": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.4",
|
|
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": "^10.2.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.2.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.2.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.2.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.2.4",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.2.4",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.2.4",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.2.4",
|
|
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": "8817a0a5d258a0f1302ed563beeaa70b40883e5e"
|
|
63
63
|
}
|