@workday/canvas-kit-docs 8.0.0-alpha.181-next.1 → 8.0.0-alpha.182-next.2
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.
|
@@ -7,6 +7,7 @@ any questions.
|
|
|
7
7
|
- [Codemod](#codemod)
|
|
8
8
|
- [Components](#components)
|
|
9
9
|
- [Box](#box)
|
|
10
|
+
- [Menu (Main)](#menu)
|
|
10
11
|
- [General Changes](#general-changes) -[Remove Default Imports](#remove-default-imports)
|
|
11
12
|
|
|
12
13
|
## Codemod
|
|
@@ -103,4 +104,9 @@ components listed below have moved from default imports to named imports.
|
|
|
103
104
|
- Select
|
|
104
105
|
- SidePanel
|
|
105
106
|
|
|
106
|
-
🤖 The codemod will update imports to be named imports
|
|
107
|
+
🤖 The codemod will update imports to be named imports
|
|
108
|
+
|
|
109
|
+
### Menu (main)
|
|
110
|
+
|
|
111
|
+
Default depth value of the main menu component has been change to depth 3 (It was depth 1 before).
|
|
112
|
+
Depth update is a visual breaking change but doesn't require any actions from user.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.182-next.2+41afed18",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@storybook/csf": "0.0.1",
|
|
45
|
-
"@workday/canvas-kit-react": "^8.0.0-alpha.
|
|
45
|
+
"@workday/canvas-kit-react": "^8.0.0-alpha.182-next.2+41afed18"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"fs-extra": "^10.0.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"mkdirp": "^1.0.3",
|
|
51
51
|
"typescript": "4.1"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "41afed1880d0c420c12f4a6a4923e5c5b38fa8c6"
|
|
54
54
|
}
|