@workday/canvas-kit-docs 10.2.1 → 10.2.3

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.
@@ -17,7 +17,7 @@ const CookieBanner = createComponent('div')({
17
17
  subComponents: {Item: CookieBannerItem},
18
18
  });
19
19
 
20
- export default () => {
20
+ export const Basic = () => {
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.1",
3
+ "version": "10.2.3",
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.1",
48
- "@workday/canvas-kit-preview-react": "^10.2.1",
49
- "@workday/canvas-kit-react": "^10.2.1",
50
- "@workday/canvas-kit-styling": "^10.2.1",
47
+ "@workday/canvas-kit-labs-react": "^10.2.3",
48
+ "@workday/canvas-kit-preview-react": "^10.2.3",
49
+ "@workday/canvas-kit-react": "^10.2.3",
50
+ "@workday/canvas-kit-styling": "^10.2.3",
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": "b735ab751f3a0fe606b453f312a31e60dea67106"
62
+ "gitHead": "e6de4bd574e7347b70ffc8b990f28679fef0fac7"
63
63
  }