@workday/canvas-kit-docs 9.1.36 → 9.1.38
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 +21 -0
- package/package.json +5 -5
package/dist/es6/lib/docs.js
CHANGED
|
@@ -97956,6 +97956,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
97956
97956
|
"tags": {},
|
|
97957
97957
|
"declarations": []
|
|
97958
97958
|
},
|
|
97959
|
+
{
|
|
97960
|
+
"kind": "property",
|
|
97961
|
+
"name": "aria-activedescendant",
|
|
97962
|
+
"required": true,
|
|
97963
|
+
"type": {
|
|
97964
|
+
"kind": "union",
|
|
97965
|
+
"value": [
|
|
97966
|
+
{
|
|
97967
|
+
"kind": "primitive",
|
|
97968
|
+
"value": "null"
|
|
97969
|
+
},
|
|
97970
|
+
{
|
|
97971
|
+
"kind": "primitive",
|
|
97972
|
+
"value": "undefined"
|
|
97973
|
+
}
|
|
97974
|
+
]
|
|
97975
|
+
},
|
|
97976
|
+
"description": "",
|
|
97977
|
+
"tags": {},
|
|
97978
|
+
"declarations": []
|
|
97979
|
+
},
|
|
97959
97980
|
{
|
|
97960
97981
|
"kind": "property",
|
|
97961
97982
|
"name": "id",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.38",
|
|
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.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^9.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^9.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^9.1.38",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^9.1.38",
|
|
49
|
+
"@workday/canvas-kit-react": "^9.1.38",
|
|
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": "
|
|
60
|
+
"gitHead": "932e6b6918cdebda0791da400020c03d680a8134"
|
|
61
61
|
}
|