@workday/canvas-kit-docs 13.0.0-alpha.1051-next.0 → 13.0.0-alpha.1052-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.
- package/dist/es6/lib/docs.js +3729 -352
- package/dist/mdx/13.0-UPGRADE-GUIDE.mdx +3 -2
- package/package.json +6 -6
|
@@ -91,7 +91,7 @@ yarn remove @workday/canvas-kit-codemod
|
|
|
91
91
|
|
|
92
92
|
### Styling API and CSS Tokens
|
|
93
93
|
|
|
94
|
-
**PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3119](https://github.com/Workday/canvas-kit/pull/3119), [#3120](https://github.com/Workday/canvas-kit/pull/3120), [#3164](https://github.com/Workday/canvas-kit/pull/3164)
|
|
94
|
+
**PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3119](https://github.com/Workday/canvas-kit/pull/3119), [#3120](https://github.com/Workday/canvas-kit/pull/3120), [#3164](https://github.com/Workday/canvas-kit/pull/3164), [#3128](https://github.com/Workday/canvas-kit/pull/3128)
|
|
95
95
|
|
|
96
96
|
Several components have been refactored to use our
|
|
97
97
|
[Canvas Tokens](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs) and
|
|
@@ -104,6 +104,7 @@ The React interface **has not changed**, but CSS variables are now used for dyna
|
|
|
104
104
|
|
|
105
105
|
The following components are affected:
|
|
106
106
|
|
|
107
|
+
- `Expandable`
|
|
107
108
|
- `ExternalHyperlink`
|
|
108
109
|
- `LoadingSparkles`
|
|
109
110
|
- `Menu`
|
|
@@ -133,7 +134,7 @@ The following components are affected:
|
|
|
133
134
|
|
|
134
135
|
**PR:** [#3119](https://github.com/Workday/canvas-kit/pull/3119)
|
|
135
136
|
|
|
136
|
-
- The `disabled` icon color has been updated to use `system.color.fg.disabled`. This has made the icon darker for better contrast.
|
|
137
|
+
- The `disabled` icon color has been updated to use `system.color.fg.disabled`. This has made the icon darker for better contrast.
|
|
137
138
|
|
|
138
139
|
**Note:** There should be no developer impact and the visual changes are safe to accept.
|
|
139
140
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "13.0.0-alpha.
|
|
3
|
+
"version": "13.0.0-alpha.1052-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",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@storybook/csf": "0.0.1",
|
|
47
|
-
"@workday/canvas-kit-labs-react": "^13.0.0-alpha.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^13.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-react": "^13.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-styling": "^13.0.0-alpha.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^13.0.0-alpha.1052-next.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^13.0.0-alpha.1052-next.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^13.0.0-alpha.1052-next.0",
|
|
50
|
+
"@workday/canvas-kit-styling": "^13.0.0-alpha.1052-next.0",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^2.1.1",
|
|
53
53
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"mkdirp": "^1.0.3",
|
|
61
61
|
"typescript": "5.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "7dab7ee02b928735125088175e2e13aa1a354bcc"
|
|
64
64
|
}
|