@workday/canvas-kit-docs 10.2.0 → 10.2.1
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 +5 -1
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -251344,6 +251344,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
251344
251344
|
{
|
|
251345
251345
|
"kind": "typeParameter",
|
|
251346
251346
|
"name": "V",
|
|
251347
|
+
"defaultValue": {
|
|
251348
|
+
"kind": "object",
|
|
251349
|
+
"properties": []
|
|
251350
|
+
},
|
|
251347
251351
|
"constraint": {
|
|
251348
251352
|
"kind": "union",
|
|
251349
251353
|
"value": [
|
|
@@ -251390,7 +251394,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
251390
251394
|
}
|
|
251391
251395
|
]
|
|
251392
251396
|
},
|
|
251393
|
-
"required":
|
|
251397
|
+
"required": false
|
|
251394
251398
|
},
|
|
251395
251399
|
{
|
|
251396
251400
|
"kind": "typeParameter",
|
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.1",
|
|
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.1",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.2.1",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.2.1",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.2.1",
|
|
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": "b735ab751f3a0fe606b453f312a31e60dea67106"
|
|
63
63
|
}
|