@workday/canvas-kit-docs 15.0.0 → 15.0.1
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": "15.0.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "15.0.
|
|
23
|
-
"@workday/canvas-kit-react": "15.0.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^15.0.
|
|
25
|
-
"@workday/canvas-kit-styling": "15.0.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "15.0.1",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "15.0.1",
|
|
23
|
+
"@workday/canvas-kit-react": "15.0.1",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^15.0.1",
|
|
25
|
+
"@workday/canvas-kit-styling": "15.0.1",
|
|
26
26
|
"@workday/canvas-system-icons-web": "4.0.2",
|
|
27
27
|
"@workday/canvas-expressive-icons-web": "1.0.1",
|
|
28
28
|
"@workday/canvas-tokens-web": "4.2.0"
|
|
@@ -19,11 +19,11 @@ export const packageJSONFile = `{
|
|
|
19
19
|
"@emotion/react": "11.11.4",
|
|
20
20
|
"@types/react": "18.2.60",
|
|
21
21
|
"@types/react-dom": "18.2.19",
|
|
22
|
-
"@workday/canvas-kit-labs-react": "15.0.
|
|
23
|
-
"@workday/canvas-kit-preview-react": "15.0.
|
|
24
|
-
"@workday/canvas-kit-react": "15.0.
|
|
25
|
-
"@workday/canvas-kit-react-fonts": "^15.0.
|
|
26
|
-
"@workday/canvas-kit-styling": "15.0.
|
|
22
|
+
"@workday/canvas-kit-labs-react": "15.0.1",
|
|
23
|
+
"@workday/canvas-kit-preview-react": "15.0.1",
|
|
24
|
+
"@workday/canvas-kit-react": "15.0.1",
|
|
25
|
+
"@workday/canvas-kit-react-fonts": "^15.0.1",
|
|
26
|
+
"@workday/canvas-kit-styling": "15.0.1",
|
|
27
27
|
"@workday/canvas-system-icons-web": "4.0.2",
|
|
28
28
|
"@workday/canvas-expressive-icons-web": "1.0.1",
|
|
29
29
|
"@workday/canvas-tokens-web": "4.2.0"
|
|
@@ -4,7 +4,7 @@ export default () => (
|
|
|
4
4
|
<Expandable>
|
|
5
5
|
<Expandable.Target headingLevel="h4">
|
|
6
6
|
<Expandable.Title>
|
|
7
|
-
|
|
7
|
+
This is a really long title that should wrap to multiple lines
|
|
8
8
|
</Expandable.Title>
|
|
9
9
|
<Expandable.Icon iconPosition="end" />
|
|
10
10
|
</Expandable.Target>
|
|
@@ -12,7 +12,7 @@ export default () => {
|
|
|
12
12
|
|
|
13
13
|
return (
|
|
14
14
|
<FormField grow>
|
|
15
|
-
<FormField.Label>Leave a Review
|
|
15
|
+
<FormField.Label>Leave a Review</FormField.Label>
|
|
16
16
|
<FormField.Field>
|
|
17
17
|
<FormField.Input as={TextArea} onChange={handleChange} value={value} />
|
|
18
18
|
</FormField.Field>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"@stackblitz/sdk": "^1.11.0",
|
|
48
48
|
"@storybook/csf": "0.0.1",
|
|
49
49
|
"@workday/canvas-expressive-icons-web": "1.0.1",
|
|
50
|
-
"@workday/canvas-kit-labs-react": "^15.0.
|
|
51
|
-
"@workday/canvas-kit-preview-react": "^15.0.
|
|
52
|
-
"@workday/canvas-kit-react": "^15.0.
|
|
53
|
-
"@workday/canvas-kit-styling": "^15.0.
|
|
50
|
+
"@workday/canvas-kit-labs-react": "^15.0.1",
|
|
51
|
+
"@workday/canvas-kit-preview-react": "^15.0.1",
|
|
52
|
+
"@workday/canvas-kit-react": "^15.0.1",
|
|
53
|
+
"@workday/canvas-kit-styling": "^15.0.1",
|
|
54
54
|
"@workday/canvas-system-icons-web": "4.0.2",
|
|
55
55
|
"@workday/canvas-tokens-web": "4.3.0",
|
|
56
56
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"mkdirp": "^1.0.3",
|
|
64
64
|
"typescript": "5.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "9ec38622220ba76c6e93205341a86595475d9f45"
|
|
67
67
|
}
|