@hopper-ui/tokens 4.4.0 → 4.4.2

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,34 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2321210: **Updated**
8
+
9
+ | Token | Category | New Value |
10
+ | ------------------------------- | ------------------------- | ------------------- |
11
+ | --hop-upsell-border-selected | Semantic light - (colors) | sunken-treasure-400 |
12
+ | --hop-upsell-border-press | Semantic light - (colors) | sunken-treasure-300 |
13
+ | --hop-upsell-icon-weak | Semantic light - (colors) | sunken-treasure-300 |
14
+ | --hop-upsell-surface | Semantic light - (colors) | sunken-treasure-25 |
15
+ | --hop-upsell-surface-hover | Semantic light - (colors) | sunken-treasure-50 |
16
+ | --hop-upsell-surface-press | Semantic light - (colors) | sunken-treasure-75 |
17
+ | --hop-upsell-surface-weak | Semantic light - (colors) | sunken-treasure-75 |
18
+ | --hop-upsell-surface-weak-hover | Semantic light - (colors) | sunken-treasure-100 |
19
+ | --hop-upsell-surface-weak-press | Semantic light - (colors) | sunken-treasure-200 |
20
+ | --hop-upsell-icon-weak | Semantic dark - (colors) | sunken-treasure-100 |
21
+ | --hop-upsell-surface | Semantic dark - (colors) | sunken-treasure-75 |
22
+ | --hop-upsell-surface-hover | Semantic dark - (colors) | sunken-treasure-100 |
23
+ | --hop-upsell-surface-press | Semantic dark - (colors) | sunken-treasure-200 |
24
+ | --hop-upsell-surface-weak | Semantic dark - (colors) | sunken-treasure-800 |
25
+
26
+ ## 4.4.1
27
+
28
+ ### Patch Changes
29
+
30
+ - d098c47: Updated all dependencies.
31
+
3
32
  ## 4.4.0
4
33
 
5
34
  ### Minor Changes
@@ -145,15 +145,15 @@
145
145
  --hop-upsell-icon-hover: var(--hop-sunken-treasure-800);
146
146
  --hop-upsell-icon-press: var(--hop-sunken-treasure-900);
147
147
  --hop-upsell-icon-weakest: var(--hop-sunken-treasure-100);
148
- --hop-upsell-icon-weak: var(--hop-sunken-treasure-300);
148
+ --hop-upsell-icon-weak: var(--hop-sunken-treasure-100);
149
149
  --hop-upsell-icon-weak-hover: var(--hop-sunken-treasure-200);
150
150
  --hop-upsell-icon-weak-press: var(--hop-sunken-treasure-300);
151
- --hop-upsell-surface: var(--hop-sunken-treasure-50);
151
+ --hop-upsell-surface: var(--hop-sunken-treasure-75);
152
152
  --hop-upsell-surface-selected: var(--hop-sunken-treasure-800);
153
153
  --hop-upsell-surface-disabled: var(--hop-sunken-treasure-700);
154
- --hop-upsell-surface-hover: var(--hop-sunken-treasure-200);
155
- --hop-upsell-surface-press: var(--hop-sunken-treasure-300);
156
- --hop-upsell-surface-weak: var(--hop-sunken-treasure-900);
154
+ --hop-upsell-surface-hover: var(--hop-sunken-treasure-100);
155
+ --hop-upsell-surface-press: var(--hop-sunken-treasure-200);
156
+ --hop-upsell-surface-weak: var(--hop-sunken-treasure-800);
157
157
  --hop-upsell-surface-weak-hover: var(--hop-sunken-treasure-700);
158
158
  --hop-upsell-surface-weak-press: var(--hop-sunken-treasure-600);
159
159
  --hop-upsell-text: var(--hop-sunken-treasure-700);
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Sep 2024 18:34:04 GMT
3
+ * Generated on Mon, 27 Jan 2025 16:56:01 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1021,25 +1021,25 @@
1021
1021
  --hop-upsell-text-disabled: var(--hop-sunken-treasure-400);
1022
1022
  --hop-upsell-text-selected: var(--hop-sunken-treasure-400);
1023
1023
  --hop-upsell-text: var(--hop-sunken-treasure-700);
1024
- --hop-upsell-surface-weak-press: var(--hop-sunken-treasure-75);
1025
- --hop-upsell-surface-weak-hover: var(--hop-sunken-treasure-50);
1026
- --hop-upsell-surface-weak: var(--hop-sunken-treasure-25);
1027
- --hop-upsell-surface-press: var(--hop-sunken-treasure-200);
1028
- --hop-upsell-surface-hover: var(--hop-sunken-treasure-100);
1024
+ --hop-upsell-surface-weak-press: var(--hop-sunken-treasure-200);
1025
+ --hop-upsell-surface-weak-hover: var(--hop-sunken-treasure-100);
1026
+ --hop-upsell-surface-weak: var(--hop-sunken-treasure-75);
1027
+ --hop-upsell-surface-press: var(--hop-sunken-treasure-75);
1028
+ --hop-upsell-surface-hover: var(--hop-sunken-treasure-50);
1029
1029
  --hop-upsell-surface-disabled: var(--hop-sunken-treasure-25);
1030
1030
  --hop-upsell-surface-selected: var(--hop-sunken-treasure-50);
1031
- --hop-upsell-surface: var(--hop-sunken-treasure-75);
1031
+ --hop-upsell-surface: var(--hop-sunken-treasure-25);
1032
1032
  --hop-upsell-icon-weak-press: var(--hop-sunken-treasure-600);
1033
1033
  --hop-upsell-icon-weak-hover: var(--hop-sunken-treasure-500);
1034
- --hop-upsell-icon-weak: var(--hop-sunken-treasure-100);
1034
+ --hop-upsell-icon-weak: var(--hop-sunken-treasure-300);
1035
1035
  --hop-upsell-icon-weakest: var(--hop-sunken-treasure-75);
1036
1036
  --hop-upsell-icon-press: var(--hop-sunken-treasure-900);
1037
1037
  --hop-upsell-icon-hover: var(--hop-sunken-treasure-800);
1038
1038
  --hop-upsell-icon-selected: var(--hop-sunken-treasure-400);
1039
1039
  --hop-upsell-icon: var(--hop-sunken-treasure-700);
1040
- --hop-upsell-border-press: var(--hop-sunken-treasure-200);
1040
+ --hop-upsell-border-press: var(--hop-sunken-treasure-300);
1041
1041
  --hop-upsell-border-disabled: var(--hop-sunken-treasure-75);
1042
- --hop-upsell-border-selected: var(--hop-sunken-treasure-200);
1042
+ --hop-upsell-border-selected: var(--hop-sunken-treasure-400);
1043
1043
  --hop-upsell-border: var(--hop-sunken-treasure-100);
1044
1044
  --hop-upsell-text-weak-active: var(--hop-sunken-treasure-600);
1045
1045
  --hop-upsell-text-active: var(--hop-sunken-treasure-900);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.4.0",
4
+ "version": "4.4.2",
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",
34
- "@workleap/eslint-plugin": "3.2.2",
33
+ "@types/eslint": "8.56.12",
34
+ "@types/node": "22.10.1",
35
+ "@workleap/eslint-plugin": "3.2.3",
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.2",
41
+ "typescript": "5.5.4"
41
42
  },
42
43
  "sideEffects": false,
43
44
  "scripts": {