@workday/canvas-kit-docs 9.1.33 → 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.
@@ -114740,7 +114740,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
114740
114740
  {
114741
114741
  "name": "getFirstFocusableElement",
114742
114742
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/elements.ts",
114743
- "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",
114744
114744
  "declarations": [
114745
114745
  {
114746
114746
  "name": "getFirstFocusableElement",
@@ -114775,6 +114775,14 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
114775
114775
  "returnType": {
114776
114776
  "kind": "union",
114777
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
+ },
114778
114786
  {
114779
114787
  "kind": "symbol",
114780
114788
  "name": "HTMLElement",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.1.33",
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.33",
48
- "@workday/canvas-kit-preview-react": "^9.1.33",
49
- "@workday/canvas-kit-react": "^9.1.33",
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": "074ade9a9f7158e9414d0435b8843ed46f4abec7"
60
+ "gitHead": "205ba18c9c321794966396db0534dbcd7b76fdcb"
61
61
  }