@planningcenter/tapestry-migration-cli 2.4.1-rc.1 → 2.4.1-rc.3

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%)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "2.4.1-rc.1",
3
+ "version": "2.4.1-rc.3",
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": "4a42ac9fba42c6935b1db905ea9958863cc0fd6d"
54
+ "gitHead": "59c0e9856ee7fd6a8c605a5b84aa3ff60b875a07"
55
55
  }