@workday/canvas-kit-docs 10.2.4 → 10.2.5
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 +3 -3
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -250903,9 +250903,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
250903
250903
|
"value": "SerializedStyles"
|
|
250904
250904
|
},
|
|
250905
250905
|
{
|
|
250906
|
-
"kind": "
|
|
250907
|
-
"name": "
|
|
250908
|
-
"
|
|
250906
|
+
"kind": "symbol",
|
|
250907
|
+
"name": "CSSObjectWithVars",
|
|
250908
|
+
"value": "CSSObjectWithVars<CSSObject>"
|
|
250909
250909
|
}
|
|
250910
250910
|
]
|
|
250911
250911
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.5",
|
|
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.2.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.2.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.2.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.2.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.2.5",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.2.5",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.2.5",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.2.5",
|
|
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": "a2a8487ff1018cf50cdc1d1be44b407ec67e1073"
|
|
63
63
|
}
|