@workday/canvas-kit-docs 8.0.0-alpha.136-next.5 → 8.0.0-alpha.138-next.6

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.
@@ -84,8 +84,8 @@ the user may not often be looking to do. Tertiary Buttons have lower prominence
84
84
  not visible until it is interacted with. Use Tertiary Buttons for supplemental actions such as “View
85
85
  More”, “Read More” or “Select a File”. Tertiary Buttons are frequently used on Cards.
86
86
 
87
- Tertiary Buttons have three sizes: `extraSmall`, `small`, and `medium`. Icons are supported for
88
- every size and can be positioned at the `start` or `end` with the `iconPosition` prop.
87
+ Tertiary Buttons have three sizes: `extraSmall`, `small`, `medium` and `large`. Icons are supported
88
+ for every size and can be positioned at the `start` or `end` with the `iconPosition` prop.
89
89
 
90
90
  <ExampleCodeBlock code={Tertiary} />
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.0.0-alpha.136-next.5+7531a86c",
3
+ "version": "8.0.0-alpha.138-next.6+7e99b1d8",
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.0.0-alpha.136-next.5+7531a86c"
45
+ "@workday/canvas-kit-react": "^8.0.0-alpha.138-next.6+7e99b1d8"
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": "7531a86cc1939a7bead514de9e7de965469010e6"
53
+ "gitHead": "7e99b1d8e866a65d922bad07765622457b8712f6"
54
54
  }