@workday/canvas-kit-docs 9.0.0-alpha.356-next.2 → 9.0.0-alpha.359-next.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.
|
@@ -7,7 +7,8 @@ any questions.
|
|
|
7
7
|
- [Codemod](#codemod)
|
|
8
8
|
- [Component Deprecations](#component-deprecations)
|
|
9
9
|
- [Drawer](#drawer)
|
|
10
|
-
- [Layout and Column](#layout-and-column)
|
|
10
|
+
- [Layout and Column](#layout-and-column)
|
|
11
|
+
- [Stack](#stack-hstack-vstack)
|
|
11
12
|
- [Component Updates](#component-updates)
|
|
12
13
|
- [Buttons](#buttons)
|
|
13
14
|
- [Utility Updates](#utility-updates)
|
|
@@ -80,6 +81,23 @@ you use the Preview version of `SidePanel` until the one in Main is replaced wit
|
|
|
80
81
|
|
|
81
82
|
---
|
|
82
83
|
|
|
84
|
+
### Layout and Column
|
|
85
|
+
|
|
86
|
+
`Layout` and `Column` components have been [hard-deprecated](#hard-deprecation) and are no longer
|
|
87
|
+
available in Canvas Kit. Please consider using
|
|
88
|
+
[`Grid`](https://workday.github.io/canvas-kit/?path=/docs/components-containers-grid--basic)
|
|
89
|
+
instead. While the `Grid` component is not a 1:1 replacement for `Layout`, it can be used in the
|
|
90
|
+
same way and offers several benefits over the deprecated components as a more robust and flexible
|
|
91
|
+
layout solution.
|
|
92
|
+
|
|
93
|
+
Please refer to
|
|
94
|
+
[the Examples section](https://workday.github.io/canvas-kit/?path=/docs/examples-layouts--custom-column-positioning)
|
|
95
|
+
for ideas on how to replace the deprecated `Layout` component with the `Grid` component. This will
|
|
96
|
+
provide you with a deeper understanding of how to set custom column width or positioning using the
|
|
97
|
+
`Grid` component.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
83
101
|
### Stack, HStack and vstack
|
|
84
102
|
|
|
85
103
|
We've hard deprecated the `Stack`, `HStack` and `VStack` components along with the props associated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.359-next.4+6d2e2650",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@storybook/csf": "0.0.1",
|
|
47
|
-
"@workday/canvas-kit-labs-react": "^9.0.0-alpha.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^9.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-react": "^9.0.0-alpha.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^9.0.0-alpha.359-next.4+6d2e2650",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^9.0.0-alpha.359-next.4+6d2e2650",
|
|
49
|
+
"@workday/canvas-kit-react": "^9.0.0-alpha.359-next.4+6d2e2650",
|
|
50
50
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
51
51
|
"markdown-to-jsx": "^6.10.3",
|
|
52
52
|
"ts-node": "^10.9.1"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"mkdirp": "^1.0.3",
|
|
58
58
|
"typescript": "4.2"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "6d2e2650a991da4f2e1b0f60bba9643fe8f483b1"
|
|
61
61
|
}
|