@workday/canvas-kit-docs 16.0.3 → 16.0.6
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.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "16.0.
|
|
23
|
-
"@workday/canvas-kit-react": "16.0.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^16.0.
|
|
25
|
-
"@workday/canvas-kit-styling": "16.0.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "16.0.6",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "16.0.6",
|
|
23
|
+
"@workday/canvas-kit-react": "16.0.6",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^16.0.6",
|
|
25
|
+
"@workday/canvas-kit-styling": "16.0.6",
|
|
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.
|
|
23
|
-
"@workday/canvas-kit-preview-react": "16.0.
|
|
24
|
-
"@workday/canvas-kit-react": "16.0.
|
|
25
|
-
"@workday/canvas-kit-react-fonts": "^16.0.
|
|
26
|
-
"@workday/canvas-kit-styling": "16.0.
|
|
22
|
+
"@workday/canvas-kit-labs-react": "16.0.6",
|
|
23
|
+
"@workday/canvas-kit-preview-react": "16.0.6",
|
|
24
|
+
"@workday/canvas-kit-react": "16.0.6",
|
|
25
|
+
"@workday/canvas-kit-react-fonts": "^16.0.6",
|
|
26
|
+
"@workday/canvas-kit-styling": "16.0.6",
|
|
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"
|
package/dist/mdx/FONTS.mdx
CHANGED
|
@@ -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`
|
|
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.
|
|
3
|
+
"version": "16.0.6",
|
|
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.
|
|
51
|
-
"@workday/canvas-kit-preview-react": "^16.0.
|
|
52
|
-
"@workday/canvas-kit-react": "^16.0.
|
|
53
|
-
"@workday/canvas-kit-styling": "^16.0.
|
|
50
|
+
"@workday/canvas-kit-labs-react": "^16.0.6",
|
|
51
|
+
"@workday/canvas-kit-preview-react": "^16.0.6",
|
|
52
|
+
"@workday/canvas-kit-react": "^16.0.6",
|
|
53
|
+
"@workday/canvas-kit-styling": "^16.0.6",
|
|
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": "
|
|
66
|
+
"gitHead": "66fbb19d5308fd96929a6bcad407016f71574a9d"
|
|
67
67
|
}
|