@workday/canvas-kit-docs 14.1.1 → 14.1.4
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.
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.js +5 -5
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.ts +5 -5
- package/dist/mdx/preview-react/avatar/examples/Decorative.tsx +1 -1
- package/dist/mdx/preview-react/avatar/examples/nicholas-avatar.jpg +0 -0
- package/package.json +6 -6
- package/dist/mdx/preview-react/avatar/examples/nicholas-avatar.png +0 -0
|
@@ -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": "14.1.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "14.1.
|
|
23
|
-
"@workday/canvas-kit-react": "14.1.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^14.1.
|
|
25
|
-
"@workday/canvas-kit-styling": "14.1.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "14.1.4",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "14.1.4",
|
|
23
|
+
"@workday/canvas-kit-react": "14.1.4",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^14.1.4",
|
|
25
|
+
"@workday/canvas-kit-styling": "14.1.4",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.36",
|
|
27
27
|
"@workday/canvas-tokens-web": "3.1.2"
|
|
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": "14.1.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "14.1.
|
|
23
|
-
"@workday/canvas-kit-react": "14.1.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^14.1.
|
|
25
|
-
"@workday/canvas-kit-styling": "14.1.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "14.1.4",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "14.1.4",
|
|
23
|
+
"@workday/canvas-kit-react": "14.1.4",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^14.1.4",
|
|
25
|
+
"@workday/canvas-kit-styling": "14.1.4",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.36",
|
|
27
27
|
"@workday/canvas-tokens-web": "3.1.2"
|
|
28
28
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {Avatar} from '@workday/canvas-kit-preview-react/avatar';
|
|
2
2
|
// @ts-ignore
|
|
3
|
-
import nicholasAvatar from './nicholas-avatar.
|
|
3
|
+
import nicholasAvatar from './nicholas-avatar.jpg';
|
|
4
4
|
import {createStyles} from '@workday/canvas-kit-styling';
|
|
5
5
|
import {Text} from '@workday/canvas-kit-react/text';
|
|
6
6
|
import {system} from '@workday/canvas-tokens-web';
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.4",
|
|
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": "^14.1.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^14.1.
|
|
50
|
-
"@workday/canvas-kit-react": "^14.1.
|
|
51
|
-
"@workday/canvas-kit-styling": "^14.1.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^14.1.4",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^14.1.4",
|
|
50
|
+
"@workday/canvas-kit-react": "^14.1.4",
|
|
51
|
+
"@workday/canvas-kit-styling": "^14.1.4",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.36",
|
|
53
53
|
"@workday/canvas-tokens-web": "^3.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": "
|
|
64
|
+
"gitHead": "855de2d98a25417e8068eab7a4b65efb6a6b8c6f"
|
|
65
65
|
}
|
|
Binary file
|