@hopper-ui/tokens 3.5.0 → 3.5.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
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f769b65: Swapped the ABC Favorit font for an alternate version
8
+
3
9
  ## 3.5.0
4
10
 
5
11
  ### Minor Changes
package/dist/fonts.css CHANGED
@@ -10,7 +10,7 @@
10
10
  font-family: "ABC Favorit Mono";
11
11
  font-style: normal;
12
12
  font-weight: 400;
13
- src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/ABCFavoritMono-Regular.woff2") format("woff2-variations");
13
+ src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/mono/alternative/ABCFavoritMono-Regular.woff2") format("woff2-variations");
14
14
  font-display: fallback;
15
15
  }
16
16
 
@@ -18,6 +18,6 @@
18
18
  font-family: "ABC Favorit";
19
19
  font-style: normal;
20
20
  font-weight: 100 900;
21
- src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/ABCFavoritVariable.woff2") format("woff2-variations");
21
+ src: url("https://cdn.platform.workleap.com/hopper/fonts/abc-favorit/alternative/ABCFavoritVariable.woff2") format("woff2-variations");
22
22
  font-display: fallback;
23
23
  }
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 08 Apr 2024 13:44:46 GMT
3
+ * Generated on Mon, 22 Apr 2024 18:26:07 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {