@planningcenter/tapestry-migration-cli 2.7.0 → 2.7.1-rc.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,10 +36,10 @@ Consider these steps to safely migrate your components:
36
36
  themes: {
37
37
  primary: {
38
38
  outline: {
39
- color: 'var(--t-text-color-default-primary)',
39
+ color: 'var(--t-text-color)',
40
40
  hover: {
41
41
  backgroundColor:
42
- 'var(--t-fill-color-button-neutral-outline-dim-hover)',
42
+ 'var(--t-fill-color-button-neutral-outline-hover)',
43
43
  },
44
44
  stroke: 'var(--t-border-color-button-neutral)',
45
45
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-rc.0",
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": "07596865f0ce45e9af485f67c1a2a03a8d54226e"
54
+ "gitHead": "7e0306117615a50b7f3fb3cc1c0f48e0f235f245"
55
55
  }