@planningcenter/tapestry-migration-cli 3.1.0-rc.18 → 3.1.0-rc.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.
|
@@ -2917,6 +2917,7 @@ const tokens = {
|
|
|
2917
2917
|
"--t-fill-color-interaction-hover": "hsl(204, 100%, 35%)",
|
|
2918
2918
|
"--t-fill-color-interaction-active": "hsl(204, 100%, 30%)",
|
|
2919
2919
|
"--t-fill-color-interaction-disabled": "hsl(0, 0%, 81%)",
|
|
2920
|
+
"--t-fill-color-control-neutral": "hsl(0, 0%, 58%)",
|
|
2920
2921
|
"--t-fill-color-control-neutral-off": "hsl(0, 0%, 58%)",
|
|
2921
2922
|
"--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)",
|
|
2922
2923
|
"--t-fill-color-control": "hsl(204, 100%, 40%)",
|
|
@@ -3232,7 +3233,12 @@ const tokens = {
|
|
|
3232
3233
|
"--t-form-font-color-error": "hsl(8, 60%, 45%)",
|
|
3233
3234
|
"--t-form-font-color-readonly": "hsl(0, 0%, 24%)",
|
|
3234
3235
|
"--t-form-picker-icon-color": "hsl(0, 0%, 24%)",
|
|
3235
|
-
"--t-form-placeholder-color": "hsl(0, 0%, 58%)"
|
|
3236
|
+
"--t-form-placeholder-color": "hsl(0, 0%, 58%)",
|
|
3237
|
+
"--t-form-toggle-color": "hsl(0, 0%, 58%)",
|
|
3238
|
+
"--t-form-toggle-color-disabled": "hsl(0, 0%, 81%)",
|
|
3239
|
+
"--t-form-toggle-color-hover": "hsl(0, 0%, 50%)",
|
|
3240
|
+
"--t-form-toggle-color-on": "hsl(204, 100%, 40%)",
|
|
3241
|
+
"--t-form-toggle-color-on-hover": "hsl(204, 100%, 35%)"
|
|
3236
3242
|
};
|
|
3237
3243
|
function token(varName) {
|
|
3238
3244
|
return `var(${varName})`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-migration-cli",
|
|
3
|
-
"version": "3.1.0-rc.
|
|
3
|
+
"version": "3.1.0-rc.19",
|
|
4
4
|
"description": "CLI tool for Tapestry migrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@emotion/react": "^11.14.0",
|
|
35
|
-
"@planningcenter/tapestry": "^3.1.0-rc.
|
|
35
|
+
"@planningcenter/tapestry": "^3.1.0-rc.19",
|
|
36
36
|
"@planningcenter/tapestry-react": "^4.11.5",
|
|
37
37
|
"@types/jscodeshift": "^17.3.0",
|
|
38
38
|
"@types/node": "^20.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "2c81bbc7cd39344154a7a2bfdbb4e153fcaba0a6"
|
|
56
56
|
}
|