@workday/canvas-kit-docs 13.2.38 → 13.2.39
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
CHANGED
|
@@ -250899,6 +250899,54 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
250899
250899
|
"returnType": {
|
|
250900
250900
|
"kind": "object",
|
|
250901
250901
|
"properties": [
|
|
250902
|
+
{
|
|
250903
|
+
"kind": "property",
|
|
250904
|
+
"name": "id",
|
|
250905
|
+
"required": true,
|
|
250906
|
+
"type": {
|
|
250907
|
+
"kind": "primitive",
|
|
250908
|
+
"value": "string"
|
|
250909
|
+
},
|
|
250910
|
+
"description": "",
|
|
250911
|
+
"tags": {},
|
|
250912
|
+
"declarations": []
|
|
250913
|
+
},
|
|
250914
|
+
{
|
|
250915
|
+
"kind": "property",
|
|
250916
|
+
"name": "role",
|
|
250917
|
+
"required": true,
|
|
250918
|
+
"type": {
|
|
250919
|
+
"kind": "string",
|
|
250920
|
+
"value": "menuitem"
|
|
250921
|
+
},
|
|
250922
|
+
"description": "",
|
|
250923
|
+
"tags": {},
|
|
250924
|
+
"declarations": []
|
|
250925
|
+
},
|
|
250926
|
+
{
|
|
250927
|
+
"kind": "property",
|
|
250928
|
+
"name": "aria-haspopup",
|
|
250929
|
+
"required": true,
|
|
250930
|
+
"type": {
|
|
250931
|
+
"kind": "string",
|
|
250932
|
+
"value": "true"
|
|
250933
|
+
},
|
|
250934
|
+
"description": "",
|
|
250935
|
+
"tags": {},
|
|
250936
|
+
"declarations": []
|
|
250937
|
+
},
|
|
250938
|
+
{
|
|
250939
|
+
"kind": "property",
|
|
250940
|
+
"name": "aria-expanded",
|
|
250941
|
+
"required": true,
|
|
250942
|
+
"type": {
|
|
250943
|
+
"kind": "primitive",
|
|
250944
|
+
"value": "boolean"
|
|
250945
|
+
},
|
|
250946
|
+
"description": "",
|
|
250947
|
+
"tags": {},
|
|
250948
|
+
"declarations": []
|
|
250949
|
+
},
|
|
250902
250950
|
{
|
|
250903
250951
|
"kind": "property",
|
|
250904
250952
|
"name": "onMouseDown",
|
|
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
|
|
|
18
18
|
"@emotion/react": "11.11.4",
|
|
19
19
|
"@types/react": "18.2.60",
|
|
20
20
|
"@types/react-dom": "18.2.19",
|
|
21
|
-
"@workday/canvas-kit-labs-react": "13.2.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.2.
|
|
23
|
-
"@workday/canvas-kit-react": "13.2.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.2.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.2.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.2.39",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.2.39",
|
|
23
|
+
"@workday/canvas-kit-react": "13.2.39",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.2.39",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.2.39",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
|
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
|
|
|
18
18
|
"@emotion/react": "11.11.4",
|
|
19
19
|
"@types/react": "18.2.60",
|
|
20
20
|
"@types/react-dom": "18.2.19",
|
|
21
|
-
"@workday/canvas-kit-labs-react": "13.2.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.2.
|
|
23
|
-
"@workday/canvas-kit-react": "13.2.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.2.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.2.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.2.39",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.2.39",
|
|
23
|
+
"@workday/canvas-kit-react": "13.2.39",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.2.39",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.2.39",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.39",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@stackblitz/sdk": "^1.11.0",
|
|
47
47
|
"@storybook/csf": "0.0.1",
|
|
48
|
-
"@workday/canvas-kit-labs-react": "^13.2.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^13.2.
|
|
50
|
-
"@workday/canvas-kit-react": "^13.2.
|
|
51
|
-
"@workday/canvas-kit-styling": "^13.2.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^13.2.39",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^13.2.39",
|
|
50
|
+
"@workday/canvas-kit-react": "^13.2.39",
|
|
51
|
+
"@workday/canvas-kit-styling": "^13.2.39",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.35",
|
|
53
53
|
"@workday/canvas-tokens-web": "^2.1.1",
|
|
54
54
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"mkdirp": "^1.0.3",
|
|
62
62
|
"typescript": "5.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a34bc9e314fe058627b50fe5917b47921075b77f"
|
|
65
65
|
}
|