@planningcenter/tapestry-migration-cli 2.4.1-rc.3 → 2.4.1-rc.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.
|
@@ -3117,6 +3117,7 @@ const tokens = {
|
|
|
3117
3117
|
"--t-border-color-control-warning": "hsl(42, 84%, 63%)",
|
|
3118
3118
|
"--t-border-color-control-error": "hsl(8, 60%, 47%)",
|
|
3119
3119
|
"--t-border-color-control-disabled": "hsl(0, 0%, 88%)",
|
|
3120
|
+
"--t-shadow-overflow-color": "hsla(0, 0%, 0%, 0.07)",
|
|
3120
3121
|
"--t-form-background-color": "hsl(0, 0%, 100%)",
|
|
3121
3122
|
"--t-form-background-color-disabled": "hsl(0, 0%, 95%)",
|
|
3122
3123
|
"--t-form-background-color-error": "hsl(0, 0%, 100%)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-migration-cli",
|
|
3
|
-
"version": "2.4.1-rc.
|
|
3
|
+
"version": "2.4.1-rc.4",
|
|
4
4
|
"description": "CLI tool for Tapestry migrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "94638168e5e22ec5bfaaa103b5bd4274f592256c"
|
|
55
55
|
}
|