@workday/canvas-kit-docs 9.1.32 → 9.1.34

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": [],
@@ -114712,7 +114740,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
114712
114740
  {
114713
114741
  "name": "getFirstFocusableElement",
114714
114742
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/elements.ts",
114715
- "description": "Get the first focusable element in a container.",
114743
+ "description": "Get the first focusable element in a container.\n\nReturns an array of elements if the first focusable element is a radio group",
114716
114744
  "declarations": [
114717
114745
  {
114718
114746
  "name": "getFirstFocusableElement",
@@ -114747,6 +114775,14 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
114747
114775
  "returnType": {
114748
114776
  "kind": "union",
114749
114777
  "value": [
114778
+ {
114779
+ "kind": "array",
114780
+ "value": {
114781
+ "kind": "external",
114782
+ "name": "Element",
114783
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
114784
+ }
114785
+ },
114750
114786
  {
114751
114787
  "kind": "symbol",
114752
114788
  "name": "HTMLElement",
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.34",
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.34",
48
+ "@workday/canvas-kit-preview-react": "^9.1.34",
49
+ "@workday/canvas-kit-react": "^9.1.34",
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": "205ba18c9c321794966396db0534dbcd7b76fdcb"
61
61
  }