@hopper-ui/tokens 4.4.5 → 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,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3297b20: Update dependencies
8
+
3
9
  ## 4.4.5
4
10
 
5
11
  ### Patch Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Sep 2025 14:19:10 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.5",
4
+ "version": "4.4.6",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "@workleap/typescript-configs": "3.0.4",
38
38
  "eslint": "8.57.1",
39
39
  "style-dictionary": "3.9.2",
40
- "tsx": "4.20.5",
40
+ "tsx": "4.20.6",
41
41
  "typescript": "5.5.4"
42
42
  },
43
43
  "sideEffects": false,