@workday/canvas-kit-docs 14.0.0-alpha.1162-next.0 → 14.0.0-alpha.1165-next.0
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": "13.2.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.2.
|
|
23
|
-
"@workday/canvas-kit-react": "13.2.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.2.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.2.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.2.1",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.2.1",
|
|
23
|
+
"@workday/canvas-kit-react": "13.2.1",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.2.1",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.2.1",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
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": "13.2.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.2.
|
|
23
|
-
"@workday/canvas-kit-react": "13.2.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.2.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.2.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.2.1",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.2.1",
|
|
23
|
+
"@workday/canvas-kit-react": "13.2.1",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.2.1",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.2.1",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
|
@@ -11,6 +11,7 @@ any questions.
|
|
|
11
11
|
- [Component Updates](#component-updates)
|
|
12
12
|
- [Styling Changes](#styling-changes)
|
|
13
13
|
- [Card](#card)
|
|
14
|
+
- [Expandable](#expandable)
|
|
14
15
|
- [SearchForm](#search-form)
|
|
15
16
|
- [Removals](#removals)
|
|
16
17
|
- [Menu (preview)](#menu-preview)
|
|
@@ -192,6 +193,15 @@ spacing between card elements.
|
|
|
192
193
|
</Card>
|
|
193
194
|
```
|
|
194
195
|
|
|
196
|
+
### Expandable
|
|
197
|
+
|
|
198
|
+
**PR:** [#3389](https://github.com/Workday/canvas-kit/pull/3389)
|
|
199
|
+
|
|
200
|
+
- `<Expandable.Target>` hover state has been update to use `system.color.bg.alt.soft` instead of `system.color.bg.alt.default` to match our new brand directions.
|
|
201
|
+
- The `focus` state has been update to use `system.color.border.primary.default` to ensure the same focus state color across all components.
|
|
202
|
+
|
|
203
|
+
These changes are only **visual** and should not affect the functionality of the component.
|
|
204
|
+
|
|
195
205
|
### Search Form 🚨
|
|
196
206
|
|
|
197
207
|
**PR:** [#3303](https://github.com/Workday/canvas-kit/pull/3303)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1165-next.0",
|
|
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.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-react": "^14.0.0-alpha.
|
|
51
|
-
"@workday/canvas-kit-styling": "^14.0.0-alpha.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^14.0.0-alpha.1165-next.0",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.1165-next.0",
|
|
50
|
+
"@workday/canvas-kit-react": "^14.0.0-alpha.1165-next.0",
|
|
51
|
+
"@workday/canvas-kit-styling": "^14.0.0-alpha.1165-next.0",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.35",
|
|
53
53
|
"@workday/canvas-tokens-web": "3.0.0-alpha.5",
|
|
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": "24a44ff42a9e4424420a61c971515b923e470426"
|
|
65
65
|
}
|