@workday/canvas-kit-docs 10.3.57 → 10.3.58
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 +46 -0
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -192471,6 +192471,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
192471
192471
|
"tags": {},
|
|
192472
192472
|
"declarations": []
|
|
192473
192473
|
},
|
|
192474
|
+
{
|
|
192475
|
+
"kind": "property",
|
|
192476
|
+
"name": "ref",
|
|
192477
|
+
"required": true,
|
|
192478
|
+
"type": {
|
|
192479
|
+
"kind": "function",
|
|
192480
|
+
"parameters": [
|
|
192481
|
+
{
|
|
192482
|
+
"kind": "parameter",
|
|
192483
|
+
"name": "instance",
|
|
192484
|
+
"type": {
|
|
192485
|
+
"kind": "union",
|
|
192486
|
+
"value": [
|
|
192487
|
+
{
|
|
192488
|
+
"kind": "symbol",
|
|
192489
|
+
"name": "T",
|
|
192490
|
+
"value": "T"
|
|
192491
|
+
},
|
|
192492
|
+
{
|
|
192493
|
+
"kind": "primitive",
|
|
192494
|
+
"value": "null"
|
|
192495
|
+
}
|
|
192496
|
+
]
|
|
192497
|
+
},
|
|
192498
|
+
"required": true,
|
|
192499
|
+
"rest": false,
|
|
192500
|
+
"description": "",
|
|
192501
|
+
"declarations": [
|
|
192502
|
+
{
|
|
192503
|
+
"name": "instance",
|
|
192504
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/index.d.ts"
|
|
192505
|
+
}
|
|
192506
|
+
],
|
|
192507
|
+
"tags": {}
|
|
192508
|
+
}
|
|
192509
|
+
],
|
|
192510
|
+
"members": [],
|
|
192511
|
+
"returnType": {
|
|
192512
|
+
"kind": "primitive",
|
|
192513
|
+
"value": "void"
|
|
192514
|
+
}
|
|
192515
|
+
},
|
|
192516
|
+
"description": "",
|
|
192517
|
+
"tags": {},
|
|
192518
|
+
"declarations": []
|
|
192519
|
+
},
|
|
192474
192520
|
{
|
|
192475
192521
|
"kind": "property",
|
|
192476
192522
|
"name": "onFocus",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.58",
|
|
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.3.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.3.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.3.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.3.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.3.58",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.3.58",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.3.58",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.3.58",
|
|
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": "e8f81e7e44df47e9ea4954d87ee42dab30b80f87"
|
|
63
63
|
}
|