@workday/canvas-kit-docs 13.0.0-alpha.1061-next.0 → 13.0.0-alpha.1069-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": "12.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "12.
|
|
23
|
-
"@workday/canvas-kit-react": "12.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^12.
|
|
25
|
-
"@workday/canvas-kit-styling": "12.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "12.5.1",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "12.5.1",
|
|
23
|
+
"@workday/canvas-kit-react": "12.5.1",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^12.5.1",
|
|
25
|
+
"@workday/canvas-kit-styling": "12.5.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": "12.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "12.
|
|
23
|
-
"@workday/canvas-kit-react": "12.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^12.
|
|
25
|
-
"@workday/canvas-kit-styling": "12.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "12.5.1",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "12.5.1",
|
|
23
|
+
"@workday/canvas-kit-react": "12.5.1",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^12.5.1",
|
|
25
|
+
"@workday/canvas-kit-styling": "12.5.1",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
|
@@ -92,7 +92,7 @@ yarn remove @workday/canvas-kit-codemod
|
|
|
92
92
|
|
|
93
93
|
### Styling API and CSS Tokens
|
|
94
94
|
|
|
95
|
-
**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
|
+
**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), [#3123](https://github.com/Workday/canvas-kit/pull/3123), [#3205](https://github.com/Workday/canvas-kit/pull/3205)
|
|
96
96
|
|
|
97
97
|
Several components have been refactored to use our
|
|
98
98
|
[Canvas Tokens](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs) and
|
|
@@ -105,11 +105,13 @@ The React interface **has not changed**, but CSS variables are now used for dyna
|
|
|
105
105
|
|
|
106
106
|
The following components are affected:
|
|
107
107
|
|
|
108
|
+
- `ActionBar`
|
|
108
109
|
- `Expandable`
|
|
109
110
|
- `ExternalHyperlink`
|
|
110
111
|
- `LoadingSparkles`
|
|
111
112
|
- `Menu`
|
|
112
113
|
- `Pill`
|
|
114
|
+
- `SidePanel (Preview)`
|
|
113
115
|
- `Skeleton`
|
|
114
116
|
- `Tabs`
|
|
115
117
|
- `Tooltip`
|
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.1069-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": "^13.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^13.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-react": "^13.0.0-alpha.
|
|
51
|
-
"@workday/canvas-kit-styling": "^13.0.0-alpha.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^13.0.0-alpha.1069-next.0",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^13.0.0-alpha.1069-next.0",
|
|
50
|
+
"@workday/canvas-kit-react": "^13.0.0-alpha.1069-next.0",
|
|
51
|
+
"@workday/canvas-kit-styling": "^13.0.0-alpha.1069-next.0",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
53
53
|
"@workday/canvas-tokens-web": "^2.1.1",
|
|
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": "2707b3c9e05e1860b8aa7561d120be2a33298e91"
|
|
65
65
|
}
|