@planningcenter/tapestry-migration-cli 3.1.1-rc.0 → 3.1.1-rc.1

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.
@@ -3207,6 +3207,16 @@ const tokens = {
3207
3207
  "--t-shadow-overflow-color": "hsla(0, 0%, 0%, 0.07)",
3208
3208
  "--t-font-sans-serif": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
3209
3209
  "--t-font-monospace": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
3210
+ "--t-ease-linear": "linear",
3211
+ "--t-ease-in": "cubic-bezier(0.5, 0, 1, 1)",
3212
+ "--t-ease-out": "cubic-bezier(0, 0, 0.4, 1)",
3213
+ "--t-ease-in-out": "cubic-bezier(0.45, 0, 0.4, 1)",
3214
+ "--t-duration-0": "0ms",
3215
+ "--t-duration-100": "85ms",
3216
+ "--t-duration-200": "130ms",
3217
+ "--t-duration-300": "160ms",
3218
+ "--t-duration-400": "240ms",
3219
+ "--t-duration-500": "400ms",
3210
3220
  "--t-focus-ring-color": "hsl(204, 100%, 40%)",
3211
3221
  "--t-focus-ring-offset": "2px",
3212
3222
  "--t-focus-ring-outline": "var(--t-focus-ring-width) solid var(--t-focus-ring-color)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "3.1.1-rc.0",
3
+ "version": "3.1.1-rc.1",
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.1-rc.0",
35
+ "@planningcenter/tapestry": "^3.1.1-rc.1",
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": "31789db46459d036fff6a51360f2fa988c132ab1"
55
+ "gitHead": "92a362608c8f99888f1ebc34d252d18391f0fac0"
56
56
  }