@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 +18 -0
- package/dist/dark/tokens.css +1 -1
- package/dist/fonts.css +2 -2
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
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
|
package/dist/dark/tokens.css
CHANGED
|
@@ -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-
|
|
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