@workday/canvas-kit-docs 16.0.2 → 16.0.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.
@@ -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": "16.0.2",
22
- "@workday/canvas-kit-preview-react": "16.0.2",
23
- "@workday/canvas-kit-react": "16.0.2",
24
- "@workday/canvas-kit-react-fonts": "^16.0.2",
25
- "@workday/canvas-kit-styling": "16.0.2",
21
+ "@workday/canvas-kit-labs-react": "16.0.5",
22
+ "@workday/canvas-kit-preview-react": "16.0.5",
23
+ "@workday/canvas-kit-react": "16.0.5",
24
+ "@workday/canvas-kit-react-fonts": "^16.0.5",
25
+ "@workday/canvas-kit-styling": "16.0.5",
26
26
  "@workday/canvas-system-icons-web": "^5.0.3",
27
27
  "@workday/canvas-expressive-icons-web": "1.0.1",
28
28
  "@workday/canvas-tokens-web": "4.4.0-beta.11"
@@ -19,11 +19,11 @@ export const packageJSONFile = `{
19
19
  "@emotion/react": "11.11.4",
20
20
  "@types/react": "18.2.60",
21
21
  "@types/react-dom": "18.2.19",
22
- "@workday/canvas-kit-labs-react": "16.0.2",
23
- "@workday/canvas-kit-preview-react": "16.0.2",
24
- "@workday/canvas-kit-react": "16.0.2",
25
- "@workday/canvas-kit-react-fonts": "^16.0.2",
26
- "@workday/canvas-kit-styling": "16.0.2",
22
+ "@workday/canvas-kit-labs-react": "16.0.5",
23
+ "@workday/canvas-kit-preview-react": "16.0.5",
24
+ "@workday/canvas-kit-react": "16.0.5",
25
+ "@workday/canvas-kit-react-fonts": "^16.0.5",
26
+ "@workday/canvas-kit-styling": "16.0.5",
27
27
  "@workday/canvas-system-icons-web": "^5.0.3",
28
28
  "@workday/canvas-expressive-icons-web": "1.0.1",
29
29
  "@workday/canvas-tokens-web": "4.4.0-beta.11"
@@ -101,8 +101,8 @@ is set.
101
101
  ## Roboto
102
102
 
103
103
  If your application doesn't have the Sana Canvas theme enabled, install
104
- `@workday/canvas-kit-react-fonts` to load Roboto instead. This module also includes Roboto Mono,
105
- used for `system.fontFamily.mono`.
104
+ [`@workday/canvas-kit-react-fonts`](https://github.com/Workday/canvas-kit/blob/master/modules/react-fonts/README.md)
105
+ to load Roboto instead. This module also includes Roboto Mono, used for `system.fontFamily.mono`.
106
106
 
107
107
  ### Installation
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "16.0.2",
3
+ "version": "16.0.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",
@@ -47,10 +47,10 @@
47
47
  "@stackblitz/sdk": "^1.11.0",
48
48
  "@storybook/csf": "0.0.1",
49
49
  "@workday/canvas-expressive-icons-web": "1.0.2",
50
- "@workday/canvas-kit-labs-react": "^16.0.2",
51
- "@workday/canvas-kit-preview-react": "^16.0.2",
52
- "@workday/canvas-kit-react": "^16.0.2",
53
- "@workday/canvas-kit-styling": "^16.0.2",
50
+ "@workday/canvas-kit-labs-react": "^16.0.5",
51
+ "@workday/canvas-kit-preview-react": "^16.0.5",
52
+ "@workday/canvas-kit-react": "^16.0.5",
53
+ "@workday/canvas-kit-styling": "^16.0.5",
54
54
  "@workday/canvas-system-icons-web": "^5.0.3",
55
55
  "@workday/canvas-tokens-web": "^4.4.0",
56
56
  "markdown-to-jsx": "^7.2.0",
@@ -63,5 +63,5 @@
63
63
  "mkdirp": "^1.0.3",
64
64
  "typescript": "5.0"
65
65
  },
66
- "gitHead": "72c62cffaadb20c6881fc9bb59365db3034186fd"
66
+ "gitHead": "28626e60008775fce9a562944be73c9a7207a0db"
67
67
  }