@workday/canvas-kit-docs 10.1.2 → 10.1.3
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 +9 -1
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -117450,7 +117450,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117450
117450
|
{
|
|
117451
117451
|
"name": "getFirstFocusableElement",
|
|
117452
117452
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/elements.ts",
|
|
117453
|
-
"description": "Get the first focusable element in a container
|
|
117453
|
+
"description": "Get the first focusable element in a container.\n\nReturns an array of elements if the first focusable element is a radio group",
|
|
117454
117454
|
"declarations": [
|
|
117455
117455
|
{
|
|
117456
117456
|
"name": "getFirstFocusableElement",
|
|
@@ -117485,6 +117485,14 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117485
117485
|
"returnType": {
|
|
117486
117486
|
"kind": "union",
|
|
117487
117487
|
"value": [
|
|
117488
|
+
{
|
|
117489
|
+
"kind": "array",
|
|
117490
|
+
"value": {
|
|
117491
|
+
"kind": "external",
|
|
117492
|
+
"name": "Element",
|
|
117493
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
|
|
117494
|
+
}
|
|
117495
|
+
},
|
|
117488
117496
|
{
|
|
117489
117497
|
"kind": "symbol",
|
|
117490
117498
|
"name": "HTMLElement",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.3",
|
|
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.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.1.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.1.3",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.1.3",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.1.3",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.1.3",
|
|
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": "2936b4918f4df739c86417d45700bbde98130fe9"
|
|
63
63
|
}
|