@workday/canvas-kit-react 8.0.0-alpha.247-next.17 → 8.0.0-alpha.250-next.19

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.
@@ -21,7 +21,7 @@ import {CommonStyleProps} from './utils/styleProps';
21
21
  * Box Props
22
22
  * ---
23
23
  * Common style props + children
24
- *
24
+ *
25
25
  * - background
26
26
  * - border
27
27
  * - color
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "8.0.0-alpha.247-next.17+1eae50d2",
3
+ "version": "8.0.0-alpha.250-next.19+c91bf36c",
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": "^8.0.0-alpha.247-next.17+1eae50d2",
52
+ "@workday/canvas-kit-popup-stack": "^8.0.0-alpha.250-next.19+c91bf36c",
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",
@@ -67,5 +67,5 @@
67
67
  "@workday/canvas-accent-icons-web": "^3.0.0",
68
68
  "@workday/canvas-applet-icons-web": "^2.0.0"
69
69
  },
70
- "gitHead": "1eae50d2f62ae810ce5166d79869163a6d70e756"
70
+ "gitHead": "c91bf36c41b82f12b0d8323da5fb1fc290e2d5b9"
71
71
  }