@phcdevworks/spectre-tokens 3.0.0 → 3.1.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.
@@ -2776,6 +2776,16 @@
2776
2776
  "maxWidth": {
2777
2777
  "$value": "72rem",
2778
2778
  "$type": "dimension"
2779
+ },
2780
+ "maxWidthProse": {
2781
+ "$value": "65ch",
2782
+ "$type": "string"
2783
+ }
2784
+ },
2785
+ "sidebar": {
2786
+ "width": {
2787
+ "$value": "16rem",
2788
+ "$type": "dimension"
2779
2789
  }
2780
2790
  }
2781
2791
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system for downstream Spectre packages and compatible applications.",
5
5
  "keywords": [
6
6
  "phcdevworks",
@@ -153,7 +153,11 @@
153
153
  "md": "1.5rem",
154
154
  "lg": "2rem"
155
155
  },
156
- "maxWidth": "72rem"
156
+ "maxWidth": "72rem",
157
+ "maxWidthProse": "65ch"
158
+ },
159
+ "sidebar": {
160
+ "width": "16rem"
157
161
  }
158
162
  }
159
163
  }