@workday/canvas-kit-docs 8.4.0-296-next.0 → 8.4.0-303-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.
|
@@ -9,6 +9,15 @@ import HStackCards from './examples/Stack/HStackCards';
|
|
|
9
9
|
import VStackCards from './examples/Stack/VStackCards';
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
### ⚠️ Stack has been soft-deprecated in v8 and will be removed in v9 ⚠️
|
|
13
|
+
|
|
14
|
+
- If you would like resolve this now, run this codemod:
|
|
15
|
+
`npx @workday/canvas-kit-codemod softDeprecate/Stack [path]`
|
|
16
|
+
- You can learn more about the codemod package
|
|
17
|
+
[here](https://github.com/Workday/canvas-kit/tree/master/modules/codemod)
|
|
18
|
+
- There is more context [here](https://github.com/Workday/canvas-kit/issues/1830) as to why this
|
|
19
|
+
decision was made
|
|
20
|
+
|
|
12
21
|
# Canvas Kit Stack
|
|
13
22
|
|
|
14
23
|
`Stack`, `HStack`, and `VStack` are higher-level layout components that provide an ergonomic API for
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "8.4.0-
|
|
3
|
+
"version": "8.4.0-303-next.2+ef9246fe",
|
|
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.4.0-
|
|
45
|
+
"@workday/canvas-kit-react": "^8.4.0-303-next.2+ef9246fe",
|
|
46
46
|
"@workday/canvas-system-icons-web": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"mkdirp": "^1.0.3",
|
|
52
52
|
"typescript": "4.1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "ef9246fe888c63f6f2603ff35df3b6822d05baa1"
|
|
55
55
|
}
|