@hopper-ui/tokens 3.2.0 → 3.3.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,17 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - aa5d10b: Added font fallback to font tokens
8
+
9
+ ## 3.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 1948003: Removal of unnecessary node limitation for tokens
14
+
3
15
  ## 3.2.0
4
16
 
5
17
  ### Minor Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Mar 2024 17:18:06 GMT
3
+ * Generated on Wed, 13 Mar 2024 19:01:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -34,9 +34,9 @@
34
34
  --hop-font-size-160: 1rem;
35
35
  --hop-font-size-140: 0.875rem;
36
36
  --hop-font-size-120: 0.75rem;
37
- --hop-font-family-tertiary: ABC Favorit Mono;
38
- --hop-font-family-secondary: Inter;
39
- --hop-font-family-primary: ABC Favorit;
37
+ --hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
38
+ --hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
39
+ --hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
40
40
  --hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
41
41
  --hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
42
42
  --hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "3.2.0",
4
+ "version": "3.3.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -39,9 +39,6 @@
39
39
  "typescript": "5.3.3"
40
40
  },
41
41
  "sideEffects": false,
42
- "engines": {
43
- "node": ">=18.0.0"
44
- },
45
42
  "scripts": {
46
43
  "clean:dist": "pnpm dlx rimraf dist",
47
44
  "build": "tsx src/style-dictionary/build.ts"