@workday/canvas-kit-docs 9.1.32 → 9.1.33

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.
@@ -84716,6 +84716,34 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
84716
84716
  }
84717
84717
  ],
84718
84718
  "tags": {}
84719
+ },
84720
+ {
84721
+ "kind": "parameter",
84722
+ "name": "items",
84723
+ "type": {
84724
+ "kind": "array",
84725
+ "value": {
84726
+ "kind": "symbol",
84727
+ "name": "Item",
84728
+ "typeParameters": [
84729
+ {
84730
+ "kind": "primitive",
84731
+ "value": "any"
84732
+ }
84733
+ ],
84734
+ "value": "Item<T>"
84735
+ }
84736
+ },
84737
+ "required": false,
84738
+ "rest": false,
84739
+ "description": "",
84740
+ "declarations": [
84741
+ {
84742
+ "name": "items",
84743
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/collection/lib/useOverflowListModel.tsx"
84744
+ }
84745
+ ],
84746
+ "tags": {}
84719
84747
  }
84720
84748
  ],
84721
84749
  "members": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.1.32",
3
+ "version": "9.1.33",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^9.1.32",
48
- "@workday/canvas-kit-preview-react": "^9.1.32",
49
- "@workday/canvas-kit-react": "^9.1.32",
47
+ "@workday/canvas-kit-labs-react": "^9.1.33",
48
+ "@workday/canvas-kit-preview-react": "^9.1.33",
49
+ "@workday/canvas-kit-react": "^9.1.33",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "cb8d09f6aea68a7dc910a2572c75dcf0f1c6d121"
60
+ "gitHead": "074ade9a9f7158e9414d0435b8843ed46f4abec7"
61
61
  }