@planningcenter/tapestry-migration-cli 2.3.0-rc.13 → 2.3.0-rc.14
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.
|
@@ -3084,8 +3084,8 @@ const tokens = {
|
|
|
3084
3084
|
"--t-fill-color-transparency-dark-070": "hsla(0, 0%, 0%, 0.7)",
|
|
3085
3085
|
"--t-fill-color-transparency-dark-080": "hsla(0, 0%, 0%, 0.8)",
|
|
3086
3086
|
"--t-fill-color-transparency-dark-090": "hsla(0, 0%, 0%, 0.9)",
|
|
3087
|
-
"--t-surface-color-canvas": "hsl(0, 0%, 98%)",
|
|
3088
3087
|
"--t-surface-color-card": "hsl(0, 0%, 100%)",
|
|
3088
|
+
"--t-surface-color-canvas": "hsl(0, 0%, 100%)",
|
|
3089
3089
|
"--t-border-color-default-base": "hsl(0, 0%, 88%)",
|
|
3090
3090
|
"--t-border-color-default-dark": "hsl(0, 0%, 81%)",
|
|
3091
3091
|
"--t-border-color-default-darker": "hsl(0, 0%, 68%)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-migration-cli",
|
|
3
|
-
"version": "2.3.0-rc.
|
|
3
|
+
"version": "2.3.0-rc.14",
|
|
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": "4d57f3d8f77f8595eb8edb6a486a6f3f5063fcf0"
|
|
55
55
|
}
|