@hopper-ui/tokens 1.1.0 → 2.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 51c5357: replace the relative path of assets by an absolute path
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/dist/fonts.css CHANGED
@@ -2,7 +2,7 @@
2
2
  font-family: "Inter";
3
3
  font-style: normal;
4
4
  font-weight: 410;
5
- src: url("./assets/fonts/Inter-Regular.otf") format("opentype");
5
+ src: url("assets/fonts/Inter-Regular.woff2") format("woff2");
6
6
  font-display: fallback;
7
7
  }
8
8
 
@@ -10,7 +10,7 @@
10
10
  font-family: "Inter";
11
11
  font-style: normal;
12
12
  font-weight: 505;
13
- src: url("./assets/fonts/Inter-Medium.otf") format("opentype");
13
+ src: url("assets/fonts/Inter-Medium.woff2") format("woff2");
14
14
  font-display: fallback;
15
15
  }
16
16
 
@@ -18,7 +18,7 @@
18
18
  font-family: "Inter";
19
19
  font-style: normal;
20
20
  font-weight: 590;
21
- src: url("./assets/fonts/Inter-SemiBold.otf") format("opentype");
21
+ src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2");
22
22
  font-display: fallback;
23
23
  }
24
24
 
@@ -26,7 +26,7 @@
26
26
  font-family: "Inter";
27
27
  font-style: normal;
28
28
  font-weight: 690;
29
- src: url("./assets/fonts/Inter-Bold.otf") format("opentype");
29
+ src: url("assets/fonts/Inter-Bold.woff2") format("woff2");
30
30
  font-display: fallback;
31
31
  }
32
32
 
@@ -34,9 +34,7 @@
34
34
  font-family: "ABC Favorit Mono";
35
35
  font-style: normal;
36
36
  font-weight: 400;
37
- src: url("./assets/fonts/ABCFavoritMono-Regular.otf") format("opentype"),
38
- url("./assets/fonts/ABCFavoritMono-Regular.woff") format("woff"),
39
- url("./assets/fonts/ABCFavoritMono-Regular.woff2") format("woff2");
37
+ src: url("assets/fonts/ABCFavoritMono-Regular.woff2") format("woff2");
40
38
  font-display: fallback;
41
39
  }
42
40
 
@@ -44,9 +42,7 @@
44
42
  font-family: "ABC Favorit";
45
43
  font-style: normal;
46
44
  font-weight: 410;
47
- src: url("./assets/fonts/ABCFavorit-Regular.otf") format("opentype"),
48
- url("./assets/fonts/ABCFavorit-Regular.woff") format("woff"),
49
- url("./assets/fonts/ABCFavorit-Regular.woff2") format("woff2");
45
+ src: url("assets/fonts/ABCFavorit-Regular.woff2") format("woff2");
50
46
  font-display: fallback;
51
47
  }
52
48
 
@@ -54,9 +50,7 @@
54
50
  font-family: "ABC Favorit";
55
51
  font-style: normal;
56
52
  font-weight: 580;
57
- src: url("./assets/fonts/ABCFavorit-Medium.otf") format("opentype"),
58
- url("./assets/fonts/ABCFavorit-Medium.woff") format("woff"),
59
- url("./assets/fonts/ABCFavorit-Medium.woff2") format("woff2");
53
+ src: url("assets/fonts/ABCFavorit-Medium.woff2") format("woff2");
60
54
  font-display: fallback;
61
55
  }
62
56
 
@@ -64,8 +58,6 @@
64
58
  font-family: "ABC Favorit";
65
59
  font-style: normal;
66
60
  font-weight: 680;
67
- src: url("./assets/fonts/ABCFavorit-Bold.otf") format("opentype"),
68
- url("./assets/fonts/ABCFavorit-Bold.woff") format("woff"),
69
- url("./assets/fonts/ABCFavorit-Bold.woff2") format("woff2");
61
+ src: url("assets/fonts/ABCFavorit-Bold.woff2") format("woff2");
70
62
  font-display: fallback;
71
63
  }
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 16:19:58 GMT
3
+ * Generated on Fri, 27 Oct 2023 20:26:36 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": "1.1.0",
4
+ "version": "2.0.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
Binary file
Binary file