@workday/canvas-kit-codemod 14.0.2 → 14.0.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.
|
@@ -145,9 +145,9 @@ const baseMapping = {
|
|
|
145
145
|
frenchVanilla600: 'neutral500',
|
|
146
146
|
blackPepper100: 'neutral500',
|
|
147
147
|
blackPepper200: 'neutral700',
|
|
148
|
-
blackPepper300: '
|
|
149
|
-
blackPepper400: '
|
|
150
|
-
blackPepper500: '
|
|
148
|
+
blackPepper300: 'neutral800',
|
|
149
|
+
blackPepper400: 'neutral900',
|
|
150
|
+
blackPepper500: 'neutral950',
|
|
151
151
|
blackPepper600: 'neutral1000',
|
|
152
152
|
dragonFruit100: 'purple25',
|
|
153
153
|
dragonFruit200: 'purple100',
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workday/canvas-kit-codemod",
|
|
3
3
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "14.0.
|
|
5
|
+
"version": "14.0.4",
|
|
6
6
|
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
|
|
7
7
|
"main": "dist/es6/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"resolutions": {
|
|
47
47
|
"recast": "0.20.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b105d648b00e47c816c9ce6aafc801bc42e0806a"
|
|
50
50
|
}
|