@workday/canvas-kit-react 9.0.0-alpha.356-next.2 → 9.0.0-alpha.359-next.4
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.
|
@@ -12,8 +12,8 @@ import {CanvasColor} from '@workday/canvas-kit-react/tokens';
|
|
|
12
12
|
import {pickForegroundColor} from '../utils';
|
|
13
13
|
|
|
14
14
|
// Should these be exported?
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
15
|
+
import {deepMerge} from '../utils/deepMerge';
|
|
16
|
+
import {memoize} from '../utils/memoize';
|
|
17
17
|
|
|
18
18
|
export const shiftColor = memoize(
|
|
19
19
|
(hexColor: string, amount = 100) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.359-next.4+6d2e2650",
|
|
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": "^9.0.0-alpha.
|
|
52
|
+
"@workday/canvas-kit-popup-stack": "^9.0.0-alpha.359-next.4+6d2e2650",
|
|
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",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"@workday/canvas-accent-icons-web": "^3.0.0",
|
|
67
67
|
"@workday/canvas-applet-icons-web": "^2.0.0"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "6d2e2650a991da4f2e1b0f60bba9643fe8f483b1"
|
|
70
70
|
}
|