@workday/canvas-kit-docs 10.2.3 → 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
CHANGED
|
@@ -250879,7 +250879,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
250879
250879
|
"type": {
|
|
250880
250880
|
"kind": "unknown",
|
|
250881
250881
|
"value": "unknown",
|
|
250882
|
-
"text": "{[K in keyof M]?: keyof M[K]}"
|
|
250882
|
+
"text": "{[K in keyof M]?: MaybeBoolean<keyof M[K]>}"
|
|
250883
250883
|
},
|
|
250884
250884
|
"description": "",
|
|
250885
250885
|
"declarations": [
|
|
@@ -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
|
},
|
|
@@ -17,7 +17,7 @@ const CookieBanner = createComponent('div')({
|
|
|
17
17
|
subComponents: {Item: CookieBannerItem},
|
|
18
18
|
});
|
|
19
19
|
|
|
20
|
-
export
|
|
20
|
+
export default () => {
|
|
21
21
|
const DefaultNotice = `We use cookies to ensure that we give you the best experience on our website.
|
|
22
22
|
If you continue without changing your settings, we'll assume that you are willing to receive cookies.`;
|
|
23
23
|
|
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
|
}
|