@workday/canvas-kit-docs 10.0.0-alpha.548-next.0 → 10.0.0-alpha.549-next.0
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 +1 -1
- package/package.json +5 -5
package/dist/es6/lib/docs.js
CHANGED
|
@@ -108848,7 +108848,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
108848
108848
|
{
|
|
108849
108849
|
"kind": "property",
|
|
108850
108850
|
"name": "theme",
|
|
108851
|
-
"required":
|
|
108851
|
+
"required": false,
|
|
108852
108852
|
"type": {
|
|
108853
108853
|
"kind": "symbol",
|
|
108854
108854
|
"name": "PartialEmotionCanvasTheme",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.549-next.0",
|
|
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": "^10.0.0-alpha.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.0.0-alpha.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.0.0-alpha.549-next.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.0.0-alpha.549-next.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.0.0-alpha.549-next.0",
|
|
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": "a3b27a08ffa91e394c4e5f2940f1d6cb370bc5d5"
|
|
61
61
|
}
|