@workday/canvas-kit-docs 12.5.0 → 12.5.2
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
|
@@ -160995,6 +160995,46 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
160995
160995
|
}
|
|
160996
160996
|
}
|
|
160997
160997
|
},
|
|
160998
|
+
{
|
|
160999
|
+
"name": "base64Encoded",
|
|
161000
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Graphic.tsx",
|
|
161001
|
+
"description": "Account for nodejs environments. We use `btoa` which is a web api for encoding data and `Buffer` for nodejs environments.\n[`btoa` docs](https://developer.mozilla.org/en-US/docs/Web/API/Window/btoa)\n[`Buffer` docs](https://nodejs.org/api/buffer.html#buffers-and-character-encodings)",
|
|
161002
|
+
"declarations": [
|
|
161003
|
+
{
|
|
161004
|
+
"name": "base64Encoded",
|
|
161005
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Graphic.tsx"
|
|
161006
|
+
}
|
|
161007
|
+
],
|
|
161008
|
+
"tags": {},
|
|
161009
|
+
"type": {
|
|
161010
|
+
"kind": "function",
|
|
161011
|
+
"parameters": [
|
|
161012
|
+
{
|
|
161013
|
+
"kind": "parameter",
|
|
161014
|
+
"name": "str",
|
|
161015
|
+
"type": {
|
|
161016
|
+
"kind": "primitive",
|
|
161017
|
+
"value": "string"
|
|
161018
|
+
},
|
|
161019
|
+
"required": true,
|
|
161020
|
+
"rest": false,
|
|
161021
|
+
"description": "",
|
|
161022
|
+
"declarations": [
|
|
161023
|
+
{
|
|
161024
|
+
"name": "str",
|
|
161025
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Graphic.tsx"
|
|
161026
|
+
}
|
|
161027
|
+
],
|
|
161028
|
+
"tags": {}
|
|
161029
|
+
}
|
|
161030
|
+
],
|
|
161031
|
+
"members": [],
|
|
161032
|
+
"returnType": {
|
|
161033
|
+
"kind": "primitive",
|
|
161034
|
+
"value": "string"
|
|
161035
|
+
}
|
|
161036
|
+
}
|
|
161037
|
+
},
|
|
160998
161038
|
{
|
|
160999
161039
|
"name": "Graphic",
|
|
161000
161040
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Graphic.tsx",
|
|
@@ -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": "12.5.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "12.5.
|
|
23
|
-
"@workday/canvas-kit-react": "12.5.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^12.5.
|
|
25
|
-
"@workday/canvas-kit-styling": "12.5.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "12.5.2",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "12.5.2",
|
|
23
|
+
"@workday/canvas-kit-react": "12.5.2",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^12.5.2",
|
|
25
|
+
"@workday/canvas-kit-styling": "12.5.2",
|
|
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": "12.5.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "12.5.
|
|
23
|
-
"@workday/canvas-kit-react": "12.5.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^12.5.
|
|
25
|
-
"@workday/canvas-kit-styling": "12.5.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "12.5.2",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "12.5.2",
|
|
23
|
+
"@workday/canvas-kit-react": "12.5.2",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^12.5.2",
|
|
25
|
+
"@workday/canvas-kit-styling": "12.5.2",
|
|
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": "12.5.
|
|
3
|
+
"version": "12.5.2",
|
|
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": "^12.5.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^12.5.
|
|
50
|
-
"@workday/canvas-kit-react": "^12.5.
|
|
51
|
-
"@workday/canvas-kit-styling": "^12.5.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^12.5.2",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^12.5.2",
|
|
50
|
+
"@workday/canvas-kit-react": "^12.5.2",
|
|
51
|
+
"@workday/canvas-kit-styling": "^12.5.2",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
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": "66beee3ffedbaa05f1bd44799e8142720a16f1bc"
|
|
65
65
|
}
|