@workday/canvas-kit-docs 11.0.23 → 11.0.24

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.
@@ -15,7 +15,7 @@ import {
15
15
  userIcon,
16
16
  } from '@workday/canvas-system-icons-web';
17
17
 
18
- export const customOptionsMain = [
18
+ export default [
19
19
  {
20
20
  label: 'Dessert Person by Claire Saffitz',
21
21
  serverId: 1,
@@ -34,7 +34,7 @@ export const customOptionsMain = [
34
34
  {label: 'Mastering Pasta by Marc Verti', serverId: 4, icon: userIcon},
35
35
  ];
36
36
 
37
- export const SelectWithFormik = () => {
37
+ export default () => {
38
38
  const formik = useFormik({
39
39
  initialValues: {
40
40
  selectedBook: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.23",
3
+ "version": "11.0.24",
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": "^11.0.23",
48
- "@workday/canvas-kit-preview-react": "^11.0.23",
49
- "@workday/canvas-kit-react": "^11.0.23",
50
- "@workday/canvas-kit-styling": "^11.0.23",
47
+ "@workday/canvas-kit-labs-react": "^11.0.24",
48
+ "@workday/canvas-kit-preview-react": "^11.0.24",
49
+ "@workday/canvas-kit-react": "^11.0.24",
50
+ "@workday/canvas-kit-styling": "^11.0.24",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "2027105351c4ed414b372c25e50cdd969d24187b"
62
+ "gitHead": "a13be7434586f13756d61fd6d770b4af1b0d429a"
63
63
  }