@workday/canvas-kit-docs 10.0.27 → 10.0.28
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 +28 -0
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -86498,6 +86498,34 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
86498
86498
|
}
|
|
86499
86499
|
],
|
|
86500
86500
|
"tags": {}
|
|
86501
|
+
},
|
|
86502
|
+
{
|
|
86503
|
+
"kind": "parameter",
|
|
86504
|
+
"name": "items",
|
|
86505
|
+
"type": {
|
|
86506
|
+
"kind": "array",
|
|
86507
|
+
"value": {
|
|
86508
|
+
"kind": "symbol",
|
|
86509
|
+
"name": "Item",
|
|
86510
|
+
"typeParameters": [
|
|
86511
|
+
{
|
|
86512
|
+
"kind": "primitive",
|
|
86513
|
+
"value": "any"
|
|
86514
|
+
}
|
|
86515
|
+
],
|
|
86516
|
+
"value": "Item<T>"
|
|
86517
|
+
}
|
|
86518
|
+
},
|
|
86519
|
+
"required": false,
|
|
86520
|
+
"rest": false,
|
|
86521
|
+
"description": "",
|
|
86522
|
+
"declarations": [
|
|
86523
|
+
{
|
|
86524
|
+
"name": "items",
|
|
86525
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/collection/lib/useOverflowListModel.tsx"
|
|
86526
|
+
}
|
|
86527
|
+
],
|
|
86528
|
+
"tags": {}
|
|
86501
86529
|
}
|
|
86502
86530
|
],
|
|
86503
86531
|
"members": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.28",
|
|
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.0.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.0.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.0.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.0.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.0.28",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.0.28",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.0.28",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.0.28",
|
|
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": "de4cedc0675925100b36a87008605b3fd0a1ce24"
|
|
63
63
|
}
|