@workday/canvas-kit-react 7.0.0-alpha.90-next.17 → 7.0.0-alpha.91-next.18

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.
@@ -32,9 +32,9 @@ export interface SecondaryButtonProps extends Themeable, GrowthBehavior {
32
32
  */
33
33
  icon?: CanvasSystemIcon;
34
34
  /**
35
- * Button icon positions can either be `left` or `right`.
36
- * If no value is provided, it defaults to `left`.
37
- * @default 'left'
35
+ * Button icon positions can either be `start` or `end`.
36
+ * If no value is provided, it defaults to `start`.
37
+ * @default 'start'
38
38
  */
39
39
  iconPosition?: IconPositions;
40
40
  /**
@@ -27,9 +27,9 @@ export interface TertiaryButtonProps extends Themeable {
27
27
  */
28
28
  size?: ButtonSizes;
29
29
  /**
30
- * Button icon positions can either be `left` or `right`.
31
- * If no value is provided, it defaults to `left`.
32
- * @default 'left'
30
+ * Button icon positions can either be `start` or `end`.
31
+ * If no value is provided, it defaults to `start`.
32
+ * @default 'start'
33
33
  */
34
34
  iconPosition?: IconPositions;
35
35
  /**
@@ -21,9 +21,9 @@ export interface SecondaryButtonProps extends Themeable, GrowthBehavior {
21
21
  */
22
22
  icon?: CanvasSystemIcon;
23
23
  /**
24
- * Button icon positions can either be `left` or `right`.
25
- * If no value is provided, it defaults to `left`.
26
- * @default 'left'
24
+ * Button icon positions can either be `start` or `end`.
25
+ * If no value is provided, it defaults to `start`.
26
+ * @default 'start'
27
27
  */
28
28
  iconPosition?: IconPositions;
29
29
  /**
@@ -16,9 +16,9 @@ export interface TertiaryButtonProps extends Themeable {
16
16
  */
17
17
  size?: ButtonSizes;
18
18
  /**
19
- * Button icon positions can either be `left` or `right`.
20
- * If no value is provided, it defaults to `left`.
21
- * @default 'left'
19
+ * Button icon positions can either be `start` or `end`.
20
+ * If no value is provided, it defaults to `start`.
21
+ * @default 'start'
22
22
  */
23
23
  iconPosition?: IconPositions;
24
24
  /**
@@ -21,9 +21,9 @@ export interface SecondaryButtonProps extends Themeable, GrowthBehavior {
21
21
  */
22
22
  icon?: CanvasSystemIcon;
23
23
  /**
24
- * Button icon positions can either be `left` or `right`.
25
- * If no value is provided, it defaults to `left`.
26
- * @default 'left'
24
+ * Button icon positions can either be `start` or `end`.
25
+ * If no value is provided, it defaults to `start`.
26
+ * @default 'start'
27
27
  */
28
28
  iconPosition?: IconPositions;
29
29
  /**
@@ -16,9 +16,9 @@ export interface TertiaryButtonProps extends Themeable {
16
16
  */
17
17
  size?: ButtonSizes;
18
18
  /**
19
- * Button icon positions can either be `left` or `right`.
20
- * If no value is provided, it defaults to `left`.
21
- * @default 'left'
19
+ * Button icon positions can either be `start` or `end`.
20
+ * If no value is provided, it defaults to `start`.
21
+ * @default 'start'
22
22
  */
23
23
  iconPosition?: IconPositions;
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "7.0.0-alpha.90-next.17+1c0258d7",
3
+ "version": "7.0.0-alpha.91-next.18+f92b7ba5",
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",
@@ -48,9 +48,9 @@
48
48
  "@emotion/styled": "^11.6.0",
49
49
  "@popperjs/core": "^2.5.4",
50
50
  "@workday/canvas-colors-web": "^2.0.0",
51
- "@workday/canvas-kit-labs-react": "^7.0.0-alpha.90-next.17+1c0258d7",
52
- "@workday/canvas-kit-popup-stack": "^7.0.0-alpha.90-next.17+1c0258d7",
53
- "@workday/canvas-kit-preview-react": "^7.0.0-alpha.90-next.17+1c0258d7",
51
+ "@workday/canvas-kit-labs-react": "^7.0.0-alpha.91-next.18+f92b7ba5",
52
+ "@workday/canvas-kit-popup-stack": "^7.0.0-alpha.91-next.18+f92b7ba5",
53
+ "@workday/canvas-kit-preview-react": "^7.0.0-alpha.91-next.18+f92b7ba5",
54
54
  "@workday/canvas-system-icons-web": "^3.0.0",
55
55
  "@workday/design-assets-types": "^0.2.4",
56
56
  "chroma-js": "^2.1.0",
@@ -69,5 +69,5 @@
69
69
  "@workday/canvas-accent-icons-web": "^3.0.0",
70
70
  "@workday/canvas-applet-icons-web": "^2.0.0"
71
71
  },
72
- "gitHead": "1c0258d72c737b6a42791bad140183c01d736c03"
72
+ "gitHead": "f92b7ba590e19e7f55f7a6417d0d4b7ae3b1bba4"
73
73
  }