@hopper-ui/tokens 4.3.3 → 4.4.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,17 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d098c47: Updated all dependencies.
8
+
9
+ ## 4.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 6b443bd: Added hop-dataviz-categorical-sequence-category11-hover token
14
+
3
15
  ## 4.3.3
4
16
 
5
17
  ### Patch Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Sep 2024 17:09:02 GMT
3
+ * Generated on Wed, 16 Oct 2024 21:38:38 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -304,7 +304,7 @@
304
304
  --hop-dataviz-categorical-sequence-category13: #69bfa0;
305
305
  --hop-dataviz-categorical-sequence-category12-hover: #779af8;
306
306
  --hop-dataviz-categorical-sequence-category12: #a0b8fa;
307
- --hop-dataviz-categorical-sequence-category-11-hover: #ffac70;
307
+ --hop-dataviz-categorical-sequence-category11-hover: #ffac70;
308
308
  --hop-dataviz-categorical-sequence-category11: #ffbf92;
309
309
  --hop-dataviz-categorical-sequence-category10-hover: #93bdc8;
310
310
  --hop-dataviz-categorical-sequence-category10: #aecdd5;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.3.3",
4
+ "version": "4.4.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -30,14 +30,15 @@
30
30
  "README.md"
31
31
  ],
32
32
  "devDependencies": {
33
- "@types/node": "20.14.2",
33
+ "@types/eslint": "8.56.12",
34
+ "@types/node": "22.7.5",
34
35
  "@workleap/eslint-plugin": "3.2.2",
35
36
  "@workleap/tsup-configs": "3.0.6",
36
37
  "@workleap/typescript-configs": "3.0.2",
37
- "eslint": "8.57.0",
38
+ "eslint": "8.57.1",
38
39
  "style-dictionary": "3.9.2",
39
- "tsx": "4.12.0",
40
- "typescript": "5.4.5"
40
+ "tsx": "4.19.1",
41
+ "typescript": "5.5.4"
41
42
  },
42
43
  "sideEffects": false,
43
44
  "scripts": {