@workday/canvas-kit-docs 8.1.2 → 8.2.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.
|
@@ -85,7 +85,7 @@ often be looking to do. Tertiary Buttons have lower prominence as its container
|
|
|
85
85
|
it is interacted with. Use Tertiary Buttons for supplemental actions such as “View More”, “Read
|
|
86
86
|
More” or “Select a File”. Tertiary Buttons are frequently used on Cards.
|
|
87
87
|
|
|
88
|
-
Tertiary Buttons have
|
|
88
|
+
Tertiary Buttons have four sizes: `extraSmall`, `small`, `medium` and `large`. Icons are supported
|
|
89
89
|
for every size and can be positioned at the `start` or `end` with the `iconPosition` prop.
|
|
90
90
|
|
|
91
91
|
<ExampleCodeBlock code={Tertiary} />
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
caretDownIcon,
|
|
9
9
|
} from '@workday/canvas-system-icons-web';
|
|
10
10
|
|
|
11
|
-
export
|
|
11
|
+
export default () => (
|
|
12
12
|
<HStack spacing="s" padding="s">
|
|
13
13
|
<SecondaryButton>Secondary</SecondaryButton>
|
|
14
14
|
<SecondaryButton icon={plusIcon} iconPosition="start">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@storybook/csf": "0.0.1",
|
|
45
|
-
"@workday/canvas-kit-react": "^8.
|
|
45
|
+
"@workday/canvas-kit-react": "^8.2.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"fs-extra": "^10.0.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"mkdirp": "^1.0.3",
|
|
51
51
|
"typescript": "4.1"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "f62f43d7eca91e0e54ab959aca082842d50d8f8f"
|
|
54
54
|
}
|