@planningcenter/tapestry-tokens 3.2.0 → 3.2.1-rc.2

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.
@@ -2017,45 +2017,27 @@
2017
2017
  },
2018
2018
  "--t-duration-0": {
2019
2019
  "type": "duration",
2020
- "value": {
2021
- "unit": "ms",
2022
- "value": 0
2023
- }
2020
+ "value": "0ms"
2024
2021
  },
2025
2022
  "--t-duration-100": {
2026
2023
  "type": "duration",
2027
- "value": {
2028
- "unit": "ms",
2029
- "value": 85
2030
- }
2024
+ "value": "85ms"
2031
2025
  },
2032
2026
  "--t-duration-200": {
2033
2027
  "type": "duration",
2034
- "value": {
2035
- "unit": "ms",
2036
- "value": 130
2037
- }
2028
+ "value": "130ms"
2038
2029
  },
2039
2030
  "--t-duration-300": {
2040
2031
  "type": "duration",
2041
- "value": {
2042
- "unit": "ms",
2043
- "value": 160
2044
- }
2032
+ "value": "160ms"
2045
2033
  },
2046
2034
  "--t-duration-400": {
2047
2035
  "type": "duration",
2048
- "value": {
2049
- "unit": "ms",
2050
- "value": 240
2051
- }
2036
+ "value": "240ms"
2052
2037
  },
2053
2038
  "--t-duration-500": {
2054
2039
  "type": "duration",
2055
- "value": {
2056
- "unit": "ms",
2057
- "value": 400
2058
- }
2040
+ "value": "400ms"
2059
2041
  }
2060
2042
  },
2061
2043
  "banner": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-tokens",
3
- "version": "3.2.0",
3
+ "version": "3.2.1-rc.2",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,5 +50,5 @@
50
50
  "typescript": "^5.5.3",
51
51
  "vitest": "^3.0.0"
52
52
  },
53
- "gitHead": "1a4b26064848398aaaca60d1cbae15b8414f29d2"
53
+ "gitHead": "04b96adcd02f26e475e8fff52ebc46843ad599b0"
54
54
  }