@planningcenter/tapestry-migration-cli 2.4.1-rc.2 → 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.
@@ -3084,6 +3084,15 @@ 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-fill-color-transparency-dark-static-010": "hsla(0, 0%, 0%, 0.1)",
3088
+ "--t-fill-color-transparency-dark-static-020": "hsla(0, 0%, 0%, 0.2)",
3089
+ "--t-fill-color-transparency-dark-static-030": "hsla(0, 0%, 0%, 0.3)",
3090
+ "--t-fill-color-transparency-dark-static-040": "hsla(0, 0%, 0%, 0.4)",
3091
+ "--t-fill-color-transparency-dark-static-050": "hsla(0, 0%, 0%, 0.5)",
3092
+ "--t-fill-color-transparency-dark-static-060": "hsla(0, 0%, 0%, 0.6)",
3093
+ "--t-fill-color-transparency-dark-static-070": "hsla(0, 0%, 0%, 0.7)",
3094
+ "--t-fill-color-transparency-dark-static-080": "hsla(0, 0%, 0%, 0.8)",
3095
+ "--t-fill-color-transparency-dark-static-090": "hsla(0, 0%, 0%, 0.9)",
3087
3096
  "--t-surface-color-card": "hsl(0, 0%, 100%)",
3088
3097
  "--t-surface-color-canvas": "hsl(0, 0%, 100%)",
3089
3098
  "--t-border-color-default-base": "hsl(0, 0%, 88%)",
@@ -3108,6 +3117,7 @@ const tokens = {
3108
3117
  "--t-border-color-control-warning": "hsl(42, 84%, 63%)",
3109
3118
  "--t-border-color-control-error": "hsl(8, 60%, 47%)",
3110
3119
  "--t-border-color-control-disabled": "hsl(0, 0%, 88%)",
3120
+ "--t-shadow-overflow-color": "hsla(0, 0%, 0%, 0.07)",
3111
3121
  "--t-form-background-color": "hsl(0, 0%, 100%)",
3112
3122
  "--t-form-background-color-disabled": "hsl(0, 0%, 95%)",
3113
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.2",
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": "17d105d913168f80682e949e381293ac7d74f44c"
54
+ "gitHead": "94638168e5e22ec5bfaaa103b5bd4274f592256c"
55
55
  }