@hopper-ui/tokens 4.4.4 → 4.4.6

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
+ ## 4.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3297b20: Update dependencies
8
+
9
+ ## 4.4.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 39d9c13: Update all dependencies
14
+
3
15
  ## 4.4.4
4
16
 
5
17
  ### Patch Changes
@@ -208,7 +220,6 @@
208
220
  | upsell-text-hover |
209
221
 
210
222
  ## @hopper-ui/components
211
-
212
223
  - Added a press state to Links
213
224
  - Added a press state to Buttons
214
225
  - Added a press state to Checkbbox
@@ -257,7 +268,6 @@
257
268
  ### Minor Changes
258
269
 
259
270
  - ff7fed1: # Font Tokens
260
-
261
271
  - Swapped referenced token fonts for variable fonts.
262
272
  - Woff2 are now the defacto font extension.
263
273
 
@@ -322,7 +332,6 @@
322
332
  ### Minor Changes
323
333
 
324
334
  - 2c7f2ab: ### New Tokens
325
-
326
335
  - decorative-option2-surface-weak
327
336
  - decorative-option2-surface-weakest
328
337
  - decorative-option4-surface-weak
@@ -339,7 +348,6 @@
339
348
  - decorative-option9-surface-weakest
340
349
 
341
350
  ### Update
342
-
343
351
  - decorative-option1-text-weak
344
352
  - decorative-option2-text-weak
345
353
  - decorative-option3-text-weak
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 Mar 2025 19:45:12 GMT
3
+ * Generated on Thu, 02 Oct 2025 14:18:35 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": "4.4.4",
4
+ "version": "4.4.6",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -32,12 +32,12 @@
32
32
  "devDependencies": {
33
33
  "@types/eslint": "8.56.12",
34
34
  "@types/node": "22.10.1",
35
- "@workleap/eslint-plugin": "3.2.3",
36
- "@workleap/tsup-configs": "3.0.6",
37
- "@workleap/typescript-configs": "3.0.2",
35
+ "@workleap/eslint-plugin": "3.5.0",
36
+ "@workleap/tsup-configs": "3.1.0",
37
+ "@workleap/typescript-configs": "3.0.4",
38
38
  "eslint": "8.57.1",
39
39
  "style-dictionary": "3.9.2",
40
- "tsx": "4.19.2",
40
+ "tsx": "4.20.6",
41
41
  "typescript": "5.5.4"
42
42
  },
43
43
  "sideEffects": false,