@hopper-ui/tokens 4.4.7 → 5.0.0

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,19 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cd95303: This update introduces a theming system in Hopper, allowing applications to customize the appearance of Hopper components to match different brands.
8
+ Workleap application's will need to import a new CSS file for the `workleap` theme to ensure proper styling, but no changes are expected to the visual appearance.
9
+ A Sharegate theme as been introduced, but will be updated in future updates, for now it's mostly identical to the `workleap` theme.
10
+
11
+ BREAKING
12
+ - The tokens files needs to be imported from the proper theme now.
13
+ - Before : `@hopper-ui/tokens/tokens.css` and `@hopper-ui/tokens/dark/tokens.css`
14
+ - Now : `@hopper-ui/tokens/workleap/tokens.css` and `@hopper-ui/tokens/workleap/dark/tokens.css`
15
+ - The `withCssVariable` property is no longer available on the `HopperProvider`. You need to manually import the tokens now.
16
+
3
17
  ## 4.4.7
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Oct 2025 16:32:06 GMT
3
+ * Generated on Fri, 23 Jan 2026 21:07:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -476,16 +476,7 @@
476
476
  --hop-dataviz-monochromatic-primary-75: #d6e0ff;
477
477
  --hop-dataviz-monochromatic-primary-50: #e6ebff;
478
478
  --hop-dataviz-monochromatic-primary-25: #f5f6ff;
479
- --hop-space-inline-xl: var(--hop-space-320);
480
- --hop-space-inline-lg: var(--hop-space-240);
481
- --hop-space-inline-md: var(--hop-space-160);
482
- --hop-space-inline-sm: var(--hop-space-80);
483
- --hop-space-inline-xs: var(--hop-space-40);
484
- --hop-space-stack-xl: var(--hop-space-320);
485
- --hop-space-stack-lg: var(--hop-space-240);
486
- --hop-space-stack-md: var(--hop-space-160);
487
- --hop-space-stack-sm: var(--hop-space-80);
488
- --hop-space-stack-xs: var(--hop-space-40);
479
+ --hop-comp-button-border-color: var(--hop-amanita-100);
489
480
  --hop-space-inset-stretch-lg: var(--hop-space-480) var(--hop-space-240);
490
481
  --hop-space-inset-stretch-md: var(--hop-space-240) var(--hop-space-160);
491
482
  --hop-space-inset-stretch-sm: var(--hop-space-160) var(--hop-space-80);
@@ -497,6 +488,16 @@
497
488
  --hop-space-inset-md: var(--hop-space-160);
498
489
  --hop-space-inset-sm: var(--hop-space-80);
499
490
  --hop-space-inset-xs: var(--hop-space-40);
491
+ --hop-space-inline-xl: var(--hop-space-320);
492
+ --hop-space-inline-lg: var(--hop-space-240);
493
+ --hop-space-inline-md: var(--hop-space-160);
494
+ --hop-space-inline-sm: var(--hop-space-80);
495
+ --hop-space-inline-xs: var(--hop-space-40);
496
+ --hop-space-stack-xl: var(--hop-space-320);
497
+ --hop-space-stack-lg: var(--hop-space-240);
498
+ --hop-space-stack-md: var(--hop-space-160);
499
+ --hop-space-stack-sm: var(--hop-space-80);
500
+ --hop-space-stack-xs: var(--hop-space-40);
500
501
  --hop-shape-rounded-sm: var(--hop-border-radius-1);
501
502
  --hop-shape-rounded-md: var(--hop-border-radius-2);
502
503
  --hop-shape-rounded-lg: var(--hop-border-radius-3);
@@ -0,0 +1,543 @@
1
+ [data-mode="dark"] {
2
+ --hop-danger-border-active: var(--hop-amanita-300);
3
+ --hop-danger-icon-active: var(--hop-amanita-50);
4
+ --hop-danger-icon-weak-active: var(--hop-amanita-300);
5
+ --hop-danger-surface-active: var(--hop-amanita-600);
6
+ --hop-danger-surface-weak-active: var(--hop-amanita-600);
7
+ --hop-danger-text-active: var(--hop-amanita-50);
8
+ --hop-danger-text-weak-active: var(--hop-amanita-300);
9
+ --hop-danger-border: var(--hop-amanita-500);
10
+ --hop-danger-border-selected: var(--hop-amanita-100);
11
+ --hop-danger-border-press: var(--hop-amanita-400);
12
+ --hop-danger-border-strong: var(--hop-amanita-300);
13
+ --hop-danger-icon: var(--hop-amanita-900);
14
+ --hop-danger-icon-selected: var(--hop-amanita-100);
15
+ --hop-danger-icon-disabled: var(--hop-amanita-600);
16
+ --hop-danger-icon-hover: var(--hop-amanita-200);
17
+ --hop-danger-icon-press: var(--hop-amanita-50);
18
+ --hop-danger-icon-strong: var(--hop-samoyed);
19
+ --hop-danger-icon-strong-hover: var(--hop-samoyed);
20
+ --hop-danger-icon-weak: var(--hop-amanita-100);
21
+ --hop-danger-icon-weak-hover: var(--hop-amanita-200);
22
+ --hop-danger-icon-weak-press: var(--hop-amanita-300);
23
+ --hop-danger-icon-weakest: var(--hop-amanita-100);
24
+ --hop-danger-surface: var(--hop-amanita-200);
25
+ --hop-danger-surface-selected: var(--hop-amanita-800);
26
+ --hop-danger-surface-disabled: var(--hop-amanita-600);
27
+ --hop-danger-surface-hover: var(--hop-amanita-300);
28
+ --hop-danger-surface-press: var(--hop-amanita-600);
29
+ --hop-danger-surface-strong: var(--hop-amanita-400);
30
+ --hop-danger-surface-strong-hover: var(--hop-amanita-500);
31
+ --hop-danger-surface-weak: var(--hop-amanita-900);
32
+ --hop-danger-surface-weak-hover: var(--hop-amanita-700);
33
+ --hop-danger-surface-weak-press: var(--hop-amanita-600);
34
+ --hop-danger-text: var(--hop-amanita-900);
35
+ --hop-danger-text-selected: var(--hop-amanita-100);
36
+ --hop-danger-text-disabled: var(--hop-amanita-600);
37
+ --hop-danger-text-hover: var(--hop-amanita-200);
38
+ --hop-danger-text-press: var(--hop-amanita-50);
39
+ --hop-danger-text-strong: var(--hop-samoyed);
40
+ --hop-danger-text-strong-hover: var(--hop-samoyed);
41
+ --hop-danger-text-weak: var(--hop-amanita-100);
42
+ --hop-danger-text-weak-hover: var(--hop-amanita-200);
43
+ --hop-danger-text-weak-press: var(--hop-amanita-300);
44
+ --hop-neutral-border-active: var(--hop-rock-700);
45
+ --hop-neutral-icon-active: var(--hop-toad-25);
46
+ --hop-neutral-icon-weak-active: var(--hop-rock-50);
47
+ --hop-neutral-surface-active: var(--hop-rock-700);
48
+ --hop-neutral-surface-weak-active: var(--hop-rock-600);
49
+ --hop-neutral-text-active: var(--hop-toad-25);
50
+ --hop-neutral-text-weak-active: var(--hop-rock-50);
51
+ --hop-neutral-border: var(--hop-rock-500);
52
+ --hop-neutral-border-selected: var(--hop-toad-25);
53
+ --hop-neutral-border-disabled: var(--hop-rock-800);
54
+ --hop-neutral-border-hover: var(--hop-rock-300);
55
+ --hop-neutral-border-press: var(--hop-rock-200);
56
+ --hop-neutral-border-strong: var(--hop-samoyed);
57
+ --hop-neutral-border-strong-hover: var(--hop-samoyed);
58
+ --hop-neutral-border-weakest: var(--hop-rock-800);
59
+ --hop-neutral-border-weak: var(--hop-rock-800);
60
+ --hop-neutral-icon: var(--hop-rock-25);
61
+ --hop-neutral-icon-selected: var(--hop-rock-900);
62
+ --hop-neutral-icon-disabled: var(--hop-rock-500);
63
+ --hop-neutral-icon-hover: var(--hop-rock-50);
64
+ --hop-neutral-icon-press: var(--hop-toad-25);
65
+ --hop-neutral-icon-strong: var(--hop-rock-900);
66
+ --hop-neutral-icon-strong-hover: var(--hop-rock-900);
67
+ --hop-neutral-icon-weak: var(--hop-rock-200);
68
+ --hop-neutral-icon-weak-hover: var(--hop-rock-75);
69
+ --hop-neutral-icon-weak-press: var(--hop-rock-50);
70
+ --hop-neutral-icon-weak-selected: var(--hop-rock-75);
71
+ --hop-neutral-icon-weakest: var(--hop-rock-400);
72
+ --hop-neutral-surface: var(--hop-abyss);
73
+ --hop-neutral-surface-selected: var(--hop-toad-25);
74
+ --hop-neutral-surface-disabled: var(--hop-rock-700);
75
+ --hop-neutral-surface-hover: var(--hop-rock-800);
76
+ --hop-neutral-surface-press: var(--hop-rock-700);
77
+ --hop-neutral-surface-strong: var(--hop-toad-25);
78
+ --hop-neutral-surface-weakest: var(--hop-rock-900);
79
+ --hop-neutral-surface-weak: var(--hop-rock-800);
80
+ --hop-neutral-surface-weak-selected: var(--hop-rock-800);
81
+ --hop-neutral-surface-weak-hover: var(--hop-rock-700);
82
+ --hop-neutral-surface-weak-press: var(--hop-rock-600);
83
+ --hop-neutral-surface-weakest-selected: var(--hop-rock-800);
84
+ --hop-neutral-surface-weakest-hover: var(--hop-rock-800);
85
+ --hop-neutral-text: var(--hop-rock-25);
86
+ --hop-neutral-text-selected: var(--hop-rock-900);
87
+ --hop-neutral-text-disabled: var(--hop-rock-500);
88
+ --hop-neutral-text-hover: var(--hop-rock-50);
89
+ --hop-neutral-text-press: var(--hop-toad-25);
90
+ --hop-neutral-text-strong: var(--hop-rock-900);
91
+ --hop-neutral-text-weak: var(--hop-rock-200);
92
+ --hop-neutral-text-weak-hover: var(--hop-rock-75);
93
+ --hop-neutral-text-weak-press: var(--hop-rock-50);
94
+ --hop-neutral-text-weak-selected: var(--hop-rock-75);
95
+ --hop-neutral-text-weakest: var(--hop-rock-300);
96
+ --hop-primary-border-active: var(--hop-sapphire-500);
97
+ --hop-primary-icon-active: var(--hop-sapphire-75);
98
+ --hop-primary-surface-active: var(--hop-sapphire-500);
99
+ --hop-primary-surface-strong-active: var(--hop-sapphire-600);
100
+ --hop-primary-surface-weak-active: var(--hop-sapphire-600);
101
+ --hop-primary-text-active: var(--hop-sapphire-75);
102
+ --hop-primary-border: var(--hop-sapphire-300);
103
+ --hop-primary-border-selected: var(--hop-sapphire-300);
104
+ --hop-primary-border-focus: var(--hop-sapphire-200);
105
+ --hop-primary-border-press: var(--hop-sapphire-500);
106
+ --hop-primary-icon: var(--hop-sapphire-200);
107
+ --hop-primary-icon-selected: var(--hop-sapphire-200);
108
+ --hop-primary-icon-disabled: var(--hop-sapphire-700);
109
+ --hop-primary-icon-hover: var(--hop-sapphire-300);
110
+ --hop-primary-icon-press: var(--hop-sapphire-75);
111
+ --hop-primary-icon-strong: var(--hop-samoyed);
112
+ --hop-primary-icon-strong-hover: var(--hop-sapphire-300);
113
+ --hop-primary-surface: var(--hop-sapphire-200);
114
+ --hop-primary-surface-selected: var(--hop-sapphire-800);
115
+ --hop-primary-surface-disabled: var(--hop-sapphire-700);
116
+ --hop-primary-surface-focus: var(--hop-sapphire-900);
117
+ --hop-primary-surface-hover: var(--hop-sapphire-400);
118
+ --hop-primary-surface-press: var(--hop-sapphire-500);
119
+ --hop-primary-surface-strong: var(--hop-sapphire-400);
120
+ --hop-primary-surface-strong-selected: var(--hop-sapphire-800);
121
+ --hop-primary-surface-strong-hover: var(--hop-sapphire-500);
122
+ --hop-primary-surface-strong-press: var(--hop-sapphire-600);
123
+ --hop-primary-surface-weak: var(--hop-sapphire-800);
124
+ --hop-primary-surface-weak-hover: var(--hop-sapphire-700);
125
+ --hop-primary-surface-weak-press: var(--hop-sapphire-600);
126
+ --hop-primary-text: var(--hop-sapphire-100);
127
+ --hop-primary-text-hover: var(--hop-sapphire-200);
128
+ --hop-primary-text-press: var(--hop-sapphire-75);
129
+ --hop-primary-text-strong: var(--hop-samoyed);
130
+ --hop-primary-text-strong-hover: var(--hop-samoyed);
131
+ --hop-primary-text-selected: var(--hop-sapphire-200);
132
+ --hop-primary-text-disabled: var(--hop-sapphire-700);
133
+ --hop-upsell-border-active: var(--hop-sunken-treasure-400);
134
+ --hop-upsell-icon-active: var(--hop-sunken-treasure-900);
135
+ --hop-upsell-icon-weak-active: var(--hop-sunken-treasure-300);
136
+ --hop-upsell-surface-active: var(--hop-sunken-treasure-300);
137
+ --hop-upsell-surface-weak-active: var(--hop-sunken-treasure-600);
138
+ --hop-upsell-text-active: var(--hop-sunken-treasure-900);
139
+ --hop-upsell-text-weak-active: var(--hop-sunken-treasure-300);
140
+ --hop-upsell-border: var(--hop-sunken-treasure-200);
141
+ --hop-upsell-border-selected: var(--hop-sunken-treasure-100);
142
+ --hop-upsell-border-disabled: var(--hop-sunken-treasure-700);
143
+ --hop-upsell-border-press: var(--hop-sunken-treasure-400);
144
+ --hop-upsell-icon: var(--hop-sunken-treasure-700);
145
+ --hop-upsell-icon-selected: var(--hop-sunken-treasure-100);
146
+ --hop-upsell-icon-hover: var(--hop-sunken-treasure-800);
147
+ --hop-upsell-icon-press: var(--hop-sunken-treasure-900);
148
+ --hop-upsell-icon-weakest: var(--hop-sunken-treasure-100);
149
+ --hop-upsell-icon-weak: var(--hop-sunken-treasure-100);
150
+ --hop-upsell-icon-weak-hover: var(--hop-sunken-treasure-200);
151
+ --hop-upsell-icon-weak-press: var(--hop-sunken-treasure-300);
152
+ --hop-upsell-surface: var(--hop-sunken-treasure-75);
153
+ --hop-upsell-surface-selected: var(--hop-sunken-treasure-800);
154
+ --hop-upsell-surface-disabled: var(--hop-sunken-treasure-700);
155
+ --hop-upsell-surface-hover: var(--hop-sunken-treasure-100);
156
+ --hop-upsell-surface-press: var(--hop-sunken-treasure-200);
157
+ --hop-upsell-surface-weak: var(--hop-sunken-treasure-800);
158
+ --hop-upsell-surface-weak-hover: var(--hop-sunken-treasure-700);
159
+ --hop-upsell-surface-weak-press: var(--hop-sunken-treasure-600);
160
+ --hop-upsell-text: var(--hop-sunken-treasure-700);
161
+ --hop-upsell-text-selected: var(--hop-sunken-treasure-100);
162
+ --hop-upsell-text-disabled: var(--hop-sunken-treasure-300);
163
+ --hop-upsell-text-hover: var(--hop-sunken-treasure-800);
164
+ --hop-upsell-text-press: var(--hop-sunken-treasure-900);
165
+ --hop-upsell-text-weak: var(--hop-sunken-treasure-100);
166
+ --hop-upsell-text-weak-hover: var(--hop-sunken-treasure-200);
167
+ --hop-upsell-text-weak-press: var(--hop-sunken-treasure-300);
168
+ --hop-decorative-option1-border: var(--hop-sapphire-400);
169
+ --hop-decorative-option1-icon: var(--hop-sapphire-900);
170
+ --hop-decorative-option1-surface: var(--hop-sapphire-100);
171
+ --hop-decorative-option1-surface-hover: var(--hop-sapphire-200);
172
+ --hop-decorative-option1-surface-strong: var(--hop-sapphire-200);
173
+ --hop-decorative-option1-surface-weak: var(--hop-sapphire-50);
174
+ --hop-decorative-option1-surface-weak-hover: var(--hop-sapphire-75);
175
+ --hop-decorative-option1-surface-weakest: var(--hop-sapphire-25);
176
+ --hop-decorative-option1-text: var(--hop-sapphire-900);
177
+ --hop-decorative-option1-text-weak: var(--hop-sapphire-300);
178
+ --hop-decorative-option2-border: var(--hop-quetzal-400);
179
+ --hop-decorative-option2-icon: var(--hop-quetzal-900);
180
+ --hop-decorative-option2-surface: var(--hop-quetzal-100);
181
+ --hop-decorative-option2-surface-hover: var(--hop-quetzal-200);
182
+ --hop-decorative-option2-surface-strong: var(--hop-quetzal-200);
183
+ --hop-decorative-option2-surface-weak: var(--hop-quetzal-50);
184
+ --hop-decorative-option2-surface-weak-hover: var(--hop-quetzal-75);
185
+ --hop-decorative-option2-surface-weakest: var(--hop-quetzal-25);
186
+ --hop-decorative-option2-text: var(--hop-quetzal-900);
187
+ --hop-decorative-option2-text-weak: var(--hop-quetzal-300);
188
+ --hop-decorative-option3-border: var(--hop-koi-400);
189
+ --hop-decorative-option3-icon: var(--hop-koi-900);
190
+ --hop-decorative-option3-surface: var(--hop-koi-100);
191
+ --hop-decorative-option3-surface-hover: var(--hop-koi-200);
192
+ --hop-decorative-option3-surface-strong: var(--hop-koi-200);
193
+ --hop-decorative-option3-surface-weak: var(--hop-koi-50);
194
+ --hop-decorative-option3-surface-weak-hover: var(--hop-koi-75);
195
+ --hop-decorative-option3-surface-weakest: var(--hop-koi-25);
196
+ --hop-decorative-option3-text: var(--hop-koi-900);
197
+ --hop-decorative-option3-text-weak: var(--hop-koi-300);
198
+ --hop-decorative-option4-border: var(--hop-moss-400);
199
+ --hop-decorative-option4-icon: var(--hop-moss-900);
200
+ --hop-decorative-option4-surface: var(--hop-moss-75);
201
+ --hop-decorative-option4-surface-hover: var(--hop-moss-100);
202
+ --hop-decorative-option4-surface-strong: var(--hop-moss-100);
203
+ --hop-decorative-option4-surface-weak: var(--hop-moss-50);
204
+ --hop-decorative-option4-surface-weak-hover: var(--hop-moss-75);
205
+ --hop-decorative-option4-surface-weakest: var(--hop-moss-25);
206
+ --hop-decorative-option4-text: var(--hop-moss-900);
207
+ --hop-decorative-option4-text-weak: var(--hop-moss-400);
208
+ --hop-decorative-option5-border: var(--hop-coastal-400);
209
+ --hop-decorative-option5-icon: var(--hop-coastal-900);
210
+ --hop-decorative-option5-surface: var(--hop-coastal-75);
211
+ --hop-decorative-option5-surface-hover: var(--hop-coastal-100);
212
+ --hop-decorative-option5-surface-strong: var(--hop-coastal-100);
213
+ --hop-decorative-option5-surface-weak: var(--hop-coastal-50);
214
+ --hop-decorative-option5-surface-weak-hover: var(--hop-coastal-75);
215
+ --hop-decorative-option5-surface-weakest: var(--hop-coastal-25);
216
+ --hop-decorative-option5-text: var(--hop-coastal-900);
217
+ --hop-decorative-option5-text-weak: var(--hop-coastal-300);
218
+ --hop-decorative-option6-border: var(--hop-sunken-treasure-400);
219
+ --hop-decorative-option6-icon: var(--hop-sunken-treasure-900);
220
+ --hop-decorative-option6-surface: var(--hop-sunken-treasure-75);
221
+ --hop-decorative-option6-surface-hover: var(--hop-sunken-treasure-100);
222
+ --hop-decorative-option6-surface-strong: var(--hop-sunken-treasure-100);
223
+ --hop-decorative-option6-surface-weak: var(--hop-sunken-treasure-50);
224
+ --hop-decorative-option6-surface-weak-hover: var(--hop-sunken-treasure-75);
225
+ --hop-decorative-option6-surface-weakest: var(--hop-sunken-treasure-25);
226
+ --hop-decorative-option6-text: var(--hop-sunken-treasure-900);
227
+ --hop-decorative-option6-text-weak: var(--hop-sunken-treasure-200);
228
+ --hop-decorative-option7-border: var(--hop-toad-400);
229
+ --hop-decorative-option7-icon: var(--hop-toad-900);
230
+ --hop-decorative-option7-surface: var(--hop-toad-50);
231
+ --hop-decorative-option7-surface-hover: var(--hop-toad-100);
232
+ --hop-decorative-option7-surface-strong: var(--hop-toad-100);
233
+ --hop-decorative-option7-surface-weak: var(--hop-toad-50);
234
+ --hop-decorative-option7-surface-weak-hover: var(--hop-toad-75);
235
+ --hop-decorative-option7-surface-weakest: var(--hop-toad-25);
236
+ --hop-decorative-option7-text: var(--hop-toad-900);
237
+ --hop-decorative-option7-text-weak: var(--hop-toad-500);
238
+ --hop-decorative-option8-border: var(--hop-amanita-400);
239
+ --hop-decorative-option8-icon: var(--hop-amanita-900);
240
+ --hop-decorative-option8-surface: var(--hop-amanita-75);
241
+ --hop-decorative-option8-surface-hover: var(--hop-amanita-200);
242
+ --hop-decorative-option8-surface-strong: var(--hop-amanita-100);
243
+ --hop-decorative-option8-surface-weak: var(--hop-amanita-50);
244
+ --hop-decorative-option8-surface-weak-hover: var(--hop-amanita-75);
245
+ --hop-decorative-option8-surface-weakest: var(--hop-amanita-25);
246
+ --hop-decorative-option8-text: var(--hop-amanita-900);
247
+ --hop-decorative-option8-text-weak: var(--hop-amanita-300);
248
+ --hop-decorative-option9-border: var(--hop-rock-400);
249
+ --hop-decorative-option9-icon: var(--hop-samoyed);
250
+ --hop-decorative-option9-surface: var(--hop-rock-400);
251
+ --hop-decorative-option9-surface-hover: var(--hop-rock-500);
252
+ --hop-decorative-option9-surface-strong: var(--hop-rock-800);
253
+ --hop-decorative-option9-surface-weak: var(--hop-rock-300);
254
+ --hop-decorative-option9-surface-weak-hover: var(--hop-rock-400);
255
+ --hop-decorative-option9-surface-weakest: var(--hop-rock-200);
256
+ --hop-decorative-option9-text: var(--hop-samoyed);
257
+ --hop-decorative-option9-text-weak: var(--hop-rock-300);
258
+ --hop-information-border: var(--hop-coastal-400);
259
+ --hop-information-icon: var(--hop-coastal-900);
260
+ --hop-information-icon-weakest: var(--hop-coastal-200);
261
+ --hop-information-icon-weak: var(--hop-coastal-300);
262
+ --hop-information-surface: var(--hop-coastal-75);
263
+ --hop-information-surface-strong: var(--hop-coastal-300);
264
+ --hop-information-surface-weak: var(--hop-coastal-800);
265
+ --hop-information-text: var(--hop-coastal-900);
266
+ --hop-information-text-weak: var(--hop-coastal-75);
267
+ --hop-status-caution-border: var(--hop-koi-400);
268
+ --hop-status-caution-border-disabled: var(--hop-koi-600);
269
+ --hop-status-caution-border-hover: var(--hop-koi-500);
270
+ --hop-status-caution-border-press: var(--hop-koi-400);
271
+ --hop-status-caution-border-selected: var(--hop-koi-75);
272
+ --hop-status-caution-icon: var(--hop-koi-800);
273
+ --hop-status-caution-icon-disabled: var(--hop-koi-500);
274
+ --hop-status-caution-icon-hover: var(--hop-koi-900);
275
+ --hop-status-caution-icon-press: var(--hop-koi-800);
276
+ --hop-status-caution-icon-selected: var(--hop-koi-75);
277
+ --hop-status-caution-surface: var(--hop-koi-100);
278
+ --hop-status-caution-surface-disabled: var(--hop-koi-800);
279
+ --hop-status-caution-surface-hover: var(--hop-koi-200);
280
+ --hop-status-caution-surface-press: var(--hop-koi-300);
281
+ --hop-status-caution-surface-selected: var(--hop-koi-800);
282
+ --hop-status-caution-surface-strong: var(--hop-koi-200);
283
+ --hop-status-caution-text: var(--hop-koi-800);
284
+ --hop-status-caution-text-disabled: var(--hop-koi-500);
285
+ --hop-status-caution-text-hover: var(--hop-koi-900);
286
+ --hop-status-caution-text-press: var(--hop-koi-800);
287
+ --hop-status-caution-text-selected: var(--hop-koi-75);
288
+ --hop-status-inactive-border: var(--hop-rock-400);
289
+ --hop-status-inactive-border-disabled: var(--hop-rock-600);
290
+ --hop-status-inactive-border-hover: var(--hop-rock-500);
291
+ --hop-status-inactive-border-press: var(--hop-rock-400);
292
+ --hop-status-inactive-border-selected: var(--hop-rock-75);
293
+ --hop-status-inactive-icon: var(--hop-rock-800);
294
+ --hop-status-inactive-icon-disabled: var(--hop-rock-500);
295
+ --hop-status-inactive-icon-hover: var(--hop-rock-900);
296
+ --hop-status-inactive-icon-press: var(--hop-rock-800);
297
+ --hop-status-inactive-icon-selected: var(--hop-rock-75);
298
+ --hop-status-inactive-surface: var(--hop-rock-75);
299
+ --hop-status-inactive-surface-disabled: var(--hop-rock-800);
300
+ --hop-status-inactive-surface-hover: var(--hop-rock-200);
301
+ --hop-status-inactive-surface-press: var(--hop-rock-300);
302
+ --hop-status-inactive-surface-selected: var(--hop-rock-800);
303
+ --hop-status-inactive-surface-strong: var(--hop-rock-100);
304
+ --hop-status-inactive-text: var(--hop-rock-800);
305
+ --hop-status-inactive-text-disabled: var(--hop-rock-500);
306
+ --hop-status-inactive-text-hover: var(--hop-rock-900);
307
+ --hop-status-inactive-text-press: var(--hop-rock-800);
308
+ --hop-status-inactive-text-selected: var(--hop-rock-75);
309
+ --hop-status-negative-border: var(--hop-amanita-400);
310
+ --hop-status-negative-border-disabled: var(--hop-amanita-600);
311
+ --hop-status-negative-border-hover: var(--hop-amanita-500);
312
+ --hop-status-negative-border-press: var(--hop-amanita-400);
313
+ --hop-status-negative-border-selected: var(--hop-amanita-75);
314
+ --hop-status-negative-icon: var(--hop-amanita-800);
315
+ --hop-status-negative-icon-disabled: var(--hop-amanita-500);
316
+ --hop-status-negative-icon-hover: var(--hop-amanita-900);
317
+ --hop-status-negative-icon-press: var(--hop-amanita-800);
318
+ --hop-status-negative-icon-selected: var(--hop-amanita-75);
319
+ --hop-status-negative-surface: var(--hop-amanita-100);
320
+ --hop-status-negative-surface-disabled: var(--hop-amanita-800);
321
+ --hop-status-negative-surface-hover: var(--hop-amanita-200);
322
+ --hop-status-negative-surface-press: var(--hop-amanita-300);
323
+ --hop-status-negative-surface-selected: var(--hop-amanita-800);
324
+ --hop-status-negative-surface-strong: var(--hop-amanita-200);
325
+ --hop-status-negative-text: var(--hop-amanita-800);
326
+ --hop-status-negative-text-disabled: var(--hop-amanita-500);
327
+ --hop-status-negative-text-hover: var(--hop-amanita-900);
328
+ --hop-status-negative-text-press: var(--hop-amanita-800);
329
+ --hop-status-negative-text-selected: var(--hop-amanita-75);
330
+ --hop-status-neutral-border: var(--hop-rock-25);
331
+ --hop-status-neutral-border-disabled: var(--hop-rock-800);
332
+ --hop-status-neutral-border-hover: var(--hop-rock-50);
333
+ --hop-status-neutral-border-press: var(--hop-rock-25);
334
+ --hop-status-neutral-border-selected: var(--hop-rock-25);
335
+ --hop-status-neutral-icon: var(--hop-rock-25);
336
+ --hop-status-neutral-icon-disabled: var(--hop-rock-500);
337
+ --hop-status-neutral-icon-hover: var(--hop-rock-50);
338
+ --hop-status-neutral-icon-press: var(--hop-rock-25);
339
+ --hop-status-neutral-icon-selected: var(--hop-rock-25);
340
+ --hop-status-neutral-surface: var(--hop-abyss);
341
+ --hop-status-neutral-surface-disabled: var(--hop-rock-700);
342
+ --hop-status-neutral-surface-hover: var(--hop-rock-800);
343
+ --hop-status-neutral-surface-press: var(--hop-rock-700);
344
+ --hop-status-neutral-surface-selected: var(--hop-toad-25);
345
+ --hop-status-neutral-surface-strong: var(--hop-rock-100);
346
+ --hop-status-neutral-text: var(--hop-rock-25);
347
+ --hop-status-neutral-text-disabled: var(--hop-rock-500);
348
+ --hop-status-neutral-text-hover: var(--hop-rock-50);
349
+ --hop-status-neutral-text-press: var(--hop-rock-25);
350
+ --hop-status-neutral-text-selected: var(--hop-rock-900);
351
+ --hop-status-option1-border: var(--hop-coastal-400);
352
+ --hop-status-option1-border-disabled: var(--hop-coastal-600);
353
+ --hop-status-option1-border-hover: var(--hop-coastal-500);
354
+ --hop-status-option1-border-press: var(--hop-coastal-400);
355
+ --hop-status-option1-border-selected: var(--hop-coastal-75);
356
+ --hop-status-option1-icon: var(--hop-coastal-800);
357
+ --hop-status-option1-icon-disabled: var(--hop-coastal-500);
358
+ --hop-status-option1-icon-hover: var(--hop-coastal-900);
359
+ --hop-status-option1-icon-press: var(--hop-coastal-800);
360
+ --hop-status-option1-icon-selected: var(--hop-coastal-75);
361
+ --hop-status-option1-surface: var(--hop-coastal-100);
362
+ --hop-status-option1-surface-disabled: var(--hop-coastal-800);
363
+ --hop-status-option1-surface-hover: var(--hop-coastal-200);
364
+ --hop-status-option1-surface-press: var(--hop-coastal-300);
365
+ --hop-status-option1-surface-selected: var(--hop-coastal-800);
366
+ --hop-status-option1-surface-strong: var(--hop-coastal-100);
367
+ --hop-status-option1-text: var(--hop-coastal-800);
368
+ --hop-status-option1-text-disabled: var(--hop-coastal-500);
369
+ --hop-status-option1-text-hover: var(--hop-coastal-900);
370
+ --hop-status-option1-text-press: var(--hop-coastal-800);
371
+ --hop-status-option1-text-selected: var(--hop-coastal-75);
372
+ --hop-status-option2-border: var(--hop-orchid-bloom-300);
373
+ --hop-status-option2-border-disabled: var(--hop-orchid-bloom-600);
374
+ --hop-status-option2-border-hover: var(--hop-orchid-bloom-500);
375
+ --hop-status-option2-border-press: var(--hop-orchid-bloom-300);
376
+ --hop-status-option2-border-selected: var(--hop-orchid-bloom-800);
377
+ --hop-status-option2-icon: var(--hop-orchid-bloom-800);
378
+ --hop-status-option2-icon-disabled: var(--hop-orchid-bloom-500);
379
+ --hop-status-option2-icon-hover: var(--hop-orchid-bloom-900);
380
+ --hop-status-option2-icon-press: var(--hop-orchid-bloom-800);
381
+ --hop-status-option2-icon-selected: var(--hop-orchid-bloom-75);
382
+ --hop-status-option2-surface: var(--hop-orchid-bloom-100);
383
+ --hop-status-option2-surface-disabled: var(--hop-orchid-bloom-800);
384
+ --hop-status-option2-surface-hover: var(--hop-orchid-bloom-200);
385
+ --hop-status-option2-surface-press: var(--hop-orchid-bloom-300);
386
+ --hop-status-option2-surface-selected: var(--hop-orchid-bloom-800);
387
+ --hop-status-option2-surface-strong: var(--hop-orchid-bloom-100);
388
+ --hop-status-option2-text: var(--hop-orchid-bloom-800);
389
+ --hop-status-option2-text-disabled: var(--hop-orchid-bloom-500);
390
+ --hop-status-option2-text-hover: var(--hop-orchid-bloom-900);
391
+ --hop-status-option2-text-press: var(--hop-orchid-bloom-800);
392
+ --hop-status-option2-text-selected: var(--hop-orchid-bloom-75);
393
+ --hop-status-option3-border: var(--hop-quetzal-400);
394
+ --hop-status-option3-border-disabled: var(--hop-quetzal-600);
395
+ --hop-status-option3-border-hover: var(--hop-quetzal-500);
396
+ --hop-status-option3-border-press: var(--hop-quetzal-400);
397
+ --hop-status-option3-border-selected: var(--hop-quetzal-75);
398
+ --hop-status-option3-icon: var(--hop-quetzal-800);
399
+ --hop-status-option3-icon-disabled: var(--hop-quetzal-500);
400
+ --hop-status-option3-icon-hover: var(--hop-quetzal-900);
401
+ --hop-status-option3-icon-press: var(--hop-quetzal-800);
402
+ --hop-status-option3-icon-selected: var(--hop-quetzal-75);
403
+ --hop-status-option3-surface: var(--hop-quetzal-100);
404
+ --hop-status-option3-surface-disabled: var(--hop-quetzal-800);
405
+ --hop-status-option3-surface-hover: var(--hop-quetzal-200);
406
+ --hop-status-option3-surface-press: var(--hop-quetzal-300);
407
+ --hop-status-option3-surface-selected: var(--hop-quetzal-800);
408
+ --hop-status-option3-surface-strong: var(--hop-quetzal-100);
409
+ --hop-status-option3-text: var(--hop-quetzal-800);
410
+ --hop-status-option3-text-disabled: var(--hop-quetzal-200);
411
+ --hop-status-option3-text-hover: var(--hop-quetzal-900);
412
+ --hop-status-option3-text-press: var(--hop-quetzal-800);
413
+ --hop-status-option3-text-selected: var(--hop-quetzal-75);
414
+ --hop-status-option4-border: var(--hop-fog-400);
415
+ --hop-status-option4-border-disabled: var(--hop-fog-600);
416
+ --hop-status-option4-border-hover: var(--hop-fog-500);
417
+ --hop-status-option4-border-press: var(--hop-fog-400);
418
+ --hop-status-option4-border-selected: var(--hop-fog-75);
419
+ --hop-status-option4-icon: var(--hop-fog-800);
420
+ --hop-status-option4-icon-disabled: var(--hop-fog-500);
421
+ --hop-status-option4-icon-hover: var(--hop-fog-900);
422
+ --hop-status-option4-icon-press: var(--hop-fog-800);
423
+ --hop-status-option4-icon-selected: var(--hop-fog-75);
424
+ --hop-status-option4-surface: var(--hop-fog-100);
425
+ --hop-status-option4-surface-disabled: var(--hop-fog-600);
426
+ --hop-status-option4-surface-hover: var(--hop-fog-200);
427
+ --hop-status-option4-surface-press: var(--hop-fog-300);
428
+ --hop-status-option4-surface-selected: var(--hop-fog-800);
429
+ --hop-status-option4-surface-strong: var(--hop-fog-100);
430
+ --hop-status-option4-text: var(--hop-fog-800);
431
+ --hop-status-option4-text-disabled: var(--hop-fog-500);
432
+ --hop-status-option4-text-hover: var(--hop-fog-900);
433
+ --hop-status-option4-text-press: var(--hop-fog-900);
434
+ --hop-status-option4-text-selected: var(--hop-fog-75);
435
+ --hop-status-option5-border: var(--hop-toad-400);
436
+ --hop-status-option5-border-disabled: var(--hop-toad-600);
437
+ --hop-status-option5-border-hover: var(--hop-toad-500);
438
+ --hop-status-option5-border-press: var(--hop-toad-400);
439
+ --hop-status-option5-border-selected: var(--hop-toad-75);
440
+ --hop-status-option5-icon: var(--hop-toad-800);
441
+ --hop-status-option5-icon-disabled: var(--hop-toad-500);
442
+ --hop-status-option5-icon-hover: var(--hop-toad-900);
443
+ --hop-status-option5-icon-press: var(--hop-toad-800);
444
+ --hop-status-option5-icon-selected: var(--hop-toad-75);
445
+ --hop-status-option5-surface: var(--hop-toad-100);
446
+ --hop-status-option5-surface-disabled: var(--hop-toad-800);
447
+ --hop-status-option5-surface-hover: var(--hop-toad-200);
448
+ --hop-status-option5-surface-press: var(--hop-toad-300);
449
+ --hop-status-option5-surface-selected: var(--hop-toad-800);
450
+ --hop-status-option5-surface-strong: var(--hop-toad-100);
451
+ --hop-status-option5-text: var(--hop-toad-800);
452
+ --hop-status-option5-text-disabled: var(--hop-toad-500);
453
+ --hop-status-option5-text-hover: var(--hop-toad-900);
454
+ --hop-status-option5-text-press: var(--hop-toad-800);
455
+ --hop-status-option5-text-selected: var(--hop-toad-75);
456
+ --hop-status-option6-border: var(--hop-sunken-treasure-400);
457
+ --hop-status-option6-border-disabled: var(--hop-sunken-treasure-600);
458
+ --hop-status-option6-border-hover: var(--hop-sunken-treasure-500);
459
+ --hop-status-option6-border-press: var(--hop-sunken-treasure-400);
460
+ --hop-status-option6-border-selected: var(--hop-sunken-treasure-75);
461
+ --hop-status-option6-icon: var(--hop-sunken-treasure-800);
462
+ --hop-status-option6-icon-disabled: var(--hop-sunken-treasure-500);
463
+ --hop-status-option6-icon-hover: var(--hop-sunken-treasure-900);
464
+ --hop-status-option6-icon-press: var(--hop-sunken-treasure-800);
465
+ --hop-status-option6-icon-selected: var(--hop-sunken-treasure-75);
466
+ --hop-status-option6-surface: var(--hop-sunken-treasure-100);
467
+ --hop-status-option6-surface-disabled: var(--hop-sunken-treasure-800);
468
+ --hop-status-option6-surface-hover: var(--hop-sunken-treasure-200);
469
+ --hop-status-option6-surface-press: var(--hop-sunken-treasure-300);
470
+ --hop-status-option6-surface-selected: var(--hop-sunken-treasure-800);
471
+ --hop-status-option6-surface-strong: var(--hop-sunken-treasure-100);
472
+ --hop-status-option6-text: var(--hop-sunken-treasure-800);
473
+ --hop-status-option6-text-disabled: var(--hop-sunken-treasure-500);
474
+ --hop-status-option6-text-hover: var(--hop-sunken-treasure-900);
475
+ --hop-status-option6-text-press: var(--hop-sunken-treasure-800);
476
+ --hop-status-option6-text-selected: var(--hop-sunken-treasure-75);
477
+ --hop-status-positive-border: var(--hop-moss-400);
478
+ --hop-status-positive-border-disabled: var(--hop-moss-800);
479
+ --hop-status-positive-border-hover: var(--hop-moss-500);
480
+ --hop-status-positive-border-press: var(--hop-moss-400);
481
+ --hop-status-positive-border-selected: var(--hop-moss-75);
482
+ --hop-status-positive-icon: var(--hop-moss-800);
483
+ --hop-status-positive-icon-disabled: var(--hop-moss-500);
484
+ --hop-status-positive-icon-hover: var(--hop-moss-900);
485
+ --hop-status-positive-icon-press: var(--hop-moss-800);
486
+ --hop-status-positive-icon-selected: var(--hop-moss-75);
487
+ --hop-status-positive-surface: var(--hop-moss-100);
488
+ --hop-status-positive-surface-disabled: var(--hop-moss-800);
489
+ --hop-status-positive-surface-hover: var(--hop-moss-200);
490
+ --hop-status-positive-surface-press: var(--hop-moss-300);
491
+ --hop-status-positive-surface-selected: var(--hop-moss-800);
492
+ --hop-status-positive-surface-strong: var(--hop-moss-200);
493
+ --hop-status-positive-text: var(--hop-moss-800);
494
+ --hop-status-positive-text-disabled: var(--hop-moss-500);
495
+ --hop-status-positive-text-hover: var(--hop-moss-900);
496
+ --hop-status-positive-text-press: var(--hop-moss-800);
497
+ --hop-status-positive-text-selected: var(--hop-moss-75);
498
+ --hop-status-progress-border: var(--hop-sapphire-400);
499
+ --hop-status-progress-border-disabled: var(--hop-sapphire-600);
500
+ --hop-status-progress-border-hover: var(--hop-sapphire-500);
501
+ --hop-status-progress-border-press: var(--hop-sapphire-400);
502
+ --hop-status-progress-border-selected: var(--hop-sapphire-75);
503
+ --hop-status-progress-icon: var(--hop-sapphire-800);
504
+ --hop-status-progress-icon-disabled: var(--hop-sapphire-500);
505
+ --hop-status-progress-icon-hover: var(--hop-sapphire-900);
506
+ --hop-status-progress-icon-press: var(--hop-sapphire-800);
507
+ --hop-status-progress-icon-selected: var(--hop-sapphire-75);
508
+ --hop-status-progress-surface: var(--hop-sapphire-100);
509
+ --hop-status-progress-surface-disabled: var(--hop-sapphire-800);
510
+ --hop-status-progress-surface-hover: var(--hop-sapphire-200);
511
+ --hop-status-progress-surface-press: var(--hop-sapphire-300);
512
+ --hop-status-progress-surface-selected: var(--hop-sapphire-800);
513
+ --hop-status-progress-surface-strong: var(--hop-sapphire-200);
514
+ --hop-status-progress-text: var(--hop-sapphire-800);
515
+ --hop-status-progress-text-disabled: var(--hop-sapphire-500);
516
+ --hop-status-progress-text-hover: var(--hop-sapphire-900);
517
+ --hop-status-progress-text-press: var(--hop-sapphire-800);
518
+ --hop-status-progress-text-selected: var(--hop-sapphire-75);
519
+ --hop-success-border: var(--hop-moss-500);
520
+ --hop-success-icon: var(--hop-moss-900);
521
+ --hop-success-icon-weakest: var(--hop-moss-200);
522
+ --hop-success-icon-weak: var(--hop-moss-75);
523
+ --hop-success-surface: var(--hop-moss-75);
524
+ --hop-success-surface-strong: var(--hop-moss-300);
525
+ --hop-success-surface-weak: var(--hop-moss-800);
526
+ --hop-success-text: var(--hop-moss-900);
527
+ --hop-success-text-weak: var(--hop-moss-75);
528
+ --hop-success-text-hover: var(--hop-moss-700);
529
+ --hop-warning-border: var(--hop-koi-500);
530
+ --hop-warning-icon: var(--hop-koi-900);
531
+ --hop-warning-icon-weakest: var(--hop-koi-200);
532
+ --hop-warning-icon-weak: var(--hop-koi-75);
533
+ --hop-warning-surface: var(--hop-koi-75);
534
+ --hop-warning-surface-strong: var(--hop-koi-300);
535
+ --hop-warning-surface-weak: var(--hop-koi-800);
536
+ --hop-warning-text: var(--hop-koi-900);
537
+ --hop-warning-text-weak: var(--hop-koi-75);
538
+ --hop-dataviz-unavailable: var(--hop-rock-600);
539
+ --hop-dataviz-unavailable-weak: var(--hop-rock-400);
540
+ --hop-dataviz-unavailable-strong: var(--hop-rock-700);
541
+ --hop-dataviz-text-onlight: var(--hop-rock-800);
542
+ --hop-dataviz-text-ondark: var(--hop-samoyed);
543
+ }