@hopper-ui/tokens 3.2.0 → 3.2.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1948003: Removal of unnecessary node limitation for tokens
8
+
3
9
  ## 3.2.0
4
10
 
5
11
  ### 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 Tue, 12 Mar 2024 19:32:03 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": "3.2.0",
4
+ "version": "3.2.1",
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"