@hopper-ui/tokens 4.0.0 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ffe99c7: Adjustment of the text crop token value for ABC Favorit Mono typeface
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Major Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 May 2024 13:31:38 GMT
3
+ * Generated on Thu, 30 May 2024 19:39:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -197,7 +197,7 @@
197
197
  --hop-space-40: 0.25rem;
198
198
  --hop-space-20: 0.125rem;
199
199
  --hop-space-0: 0;
200
- --hop-overline-bottom-offset: -0.125rem;
200
+ --hop-overline-bottom-offset: -0.25rem;
201
201
  --hop-overline-top-offset: -0.25rem;
202
202
  --hop-heading-xs-medium-bottom-offset: -0.25rem;
203
203
  --hop-heading-xs-medium-top-offset: -0.4166rem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {