@workday/canvas-kit-react 7.4.3 → 7.4.5

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.
@@ -20,7 +20,7 @@ export interface TertiaryButtonProps extends Themeable, BaseButtonProps {
20
20
  */
21
21
  variant?: 'inverse' | undefined;
22
22
  /**
23
- * There are three button sizes: `extraSmall`, `small`, and `medium`.
23
+ * There are four button sizes: `extraSmall`, `small`, `medium`, and `large`.
24
24
  * If no size is provided, it will default to `medium`.
25
25
  *
26
26
  * @default 'medium'
@@ -10,7 +10,7 @@ export interface TertiaryButtonProps extends Themeable, BaseButtonProps {
10
10
  */
11
11
  variant?: 'inverse' | undefined;
12
12
  /**
13
- * There are three button sizes: `extraSmall`, `small`, and `medium`.
13
+ * There are four button sizes: `extraSmall`, `small`, `medium`, and `large`.
14
14
  * If no size is provided, it will default to `medium`.
15
15
  *
16
16
  * @default 'medium'
@@ -10,7 +10,7 @@ export interface TertiaryButtonProps extends Themeable, BaseButtonProps {
10
10
  */
11
11
  variant?: 'inverse' | undefined;
12
12
  /**
13
- * There are three button sizes: `extraSmall`, `small`, and `medium`.
13
+ * There are four button sizes: `extraSmall`, `small`, `medium`, and `large`.
14
14
  * If no size is provided, it will default to `medium`.
15
15
  *
16
16
  * @default 'medium'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "7.4.3",
3
+ "version": "7.4.5",
4
4
  "description": "The parent module that contains all Workday Canvas Kit React components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@emotion/styled": "^11.6.0",
50
50
  "@popperjs/core": "^2.5.4",
51
51
  "@workday/canvas-colors-web": "^2.0.0",
52
- "@workday/canvas-kit-popup-stack": "^7.4.3",
52
+ "@workday/canvas-kit-popup-stack": "^7.4.5",
53
53
  "@workday/canvas-system-icons-web": "^3.0.0",
54
54
  "@workday/design-assets-types": "^0.2.8",
55
55
  "chroma-js": "^2.1.0",
@@ -68,5 +68,5 @@
68
68
  "@workday/canvas-accent-icons-web": "^3.0.0",
69
69
  "@workday/canvas-applet-icons-web": "^2.0.0"
70
70
  },
71
- "gitHead": "d08e65be45e4ca55517ded3efabfd8ee76df4b6f"
71
+ "gitHead": "07b67a8ef5365fa5d3ab2b501076e54b34cb0cc8"
72
72
  }