@workday/canvas-kit-docs 12.6.18 → 12.6.19

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.
@@ -109556,6 +109556,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
109556
109556
  "type": {
109557
109557
  "kind": "union",
109558
109558
  "value": [
109559
+ {
109560
+ "kind": "primitive",
109561
+ "value": "boolean"
109562
+ },
109559
109563
  {
109560
109564
  "kind": "string",
109561
109565
  "value": ""
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.18",
22
- "@workday/canvas-kit-preview-react": "12.6.18",
23
- "@workday/canvas-kit-react": "12.6.18",
24
- "@workday/canvas-kit-react-fonts": "^12.6.18",
25
- "@workday/canvas-kit-styling": "12.6.18",
21
+ "@workday/canvas-kit-labs-react": "12.6.19",
22
+ "@workday/canvas-kit-preview-react": "12.6.19",
23
+ "@workday/canvas-kit-react": "12.6.19",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.19",
25
+ "@workday/canvas-kit-styling": "12.6.19",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.18",
22
- "@workday/canvas-kit-preview-react": "12.6.18",
23
- "@workday/canvas-kit-react": "12.6.18",
24
- "@workday/canvas-kit-react-fonts": "^12.6.18",
25
- "@workday/canvas-kit-styling": "12.6.18",
21
+ "@workday/canvas-kit-labs-react": "12.6.19",
22
+ "@workday/canvas-kit-preview-react": "12.6.19",
23
+ "@workday/canvas-kit-react": "12.6.19",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.19",
25
+ "@workday/canvas-kit-styling": "12.6.19",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.6.18",
3
+ "version": "12.6.19",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^12.6.18",
49
- "@workday/canvas-kit-preview-react": "^12.6.18",
50
- "@workday/canvas-kit-react": "^12.6.18",
51
- "@workday/canvas-kit-styling": "^12.6.18",
48
+ "@workday/canvas-kit-labs-react": "^12.6.19",
49
+ "@workday/canvas-kit-preview-react": "^12.6.19",
50
+ "@workday/canvas-kit-react": "^12.6.19",
51
+ "@workday/canvas-kit-styling": "^12.6.19",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "8a13a6014aa9a5266a4b4ae004ee3f80b4189ae7"
64
+ "gitHead": "887caa25b11f2573e32eafc5c8f132478677a0bd"
65
65
  }