@workday/canvas-kit-docs 10.3.13 → 10.3.14

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.
@@ -250483,8 +250483,17 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250483
250483
  ],
250484
250484
  "members": [],
250485
250485
  "returnType": {
250486
- "kind": "primitive",
250487
- "value": "string"
250486
+ "kind": "union",
250487
+ "value": [
250488
+ {
250489
+ "kind": "primitive",
250490
+ "value": "string"
250491
+ },
250492
+ {
250493
+ "kind": "primitive",
250494
+ "value": "number"
250495
+ }
250496
+ ]
250488
250497
  }
250489
250498
  }
250490
250499
  },
@@ -250877,6 +250886,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250877
250886
  "value": {
250878
250887
  "kind": "union",
250879
250888
  "value": [
250889
+ {
250890
+ "kind": "primitive",
250891
+ "value": "number"
250892
+ },
250880
250893
  {
250881
250894
  "kind": "primitive",
250882
250895
  "value": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.13",
3
+ "version": "10.3.14",
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.3.13",
48
- "@workday/canvas-kit-preview-react": "^10.3.13",
49
- "@workday/canvas-kit-react": "^10.3.13",
50
- "@workday/canvas-kit-styling": "^10.3.13",
47
+ "@workday/canvas-kit-labs-react": "^10.3.14",
48
+ "@workday/canvas-kit-preview-react": "^10.3.14",
49
+ "@workday/canvas-kit-react": "^10.3.14",
50
+ "@workday/canvas-kit-styling": "^10.3.14",
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": "a0e5d527ca03cec9db0d640ef97ac76bdb9ae89f"
62
+ "gitHead": "e500ce96b1e11fd7207113c1b2219e0104dd4188"
63
63
  }