@hopper-ui/tokens 3.4.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,23 @@
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
+
9
+ ## 3.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c6004a4: #### Changed
14
+
15
+ **Semantic dark**
16
+
17
+ | Token | Value | Status |
18
+ | ------------------------------- | ------- | ------ |
19
+ | --hop-primary-text-strong-hover | samoyed | update |
20
+
3
21
  ## 3.4.0
4
22
 
5
23
  ### Minor Changes
@@ -59,7 +59,7 @@
59
59
  --hop-primary-text: var(--hop-sapphire-200);
60
60
  --hop-primary-surface-hover: var(--hop-sapphire-200);
61
61
  --hop-primary-text-strong: var(--hop-samoyed);
62
- --hop-primary-text-strong-hover: var(--hop-sapphire-300);
62
+ --hop-primary-text-strong-hover: var(--hop-samoyed);
63
63
  --hop-primary-text-hover: var(--hop-sapphire-300);
64
64
  --hop-primary-surface-active: var(--hop-sapphire-800);
65
65
  --hop-decorative-option9-border: var(--hop-rock-400);
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, 25 Mar 2024 15:32:27 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.4.0",
4
+ "version": "3.5.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {