@hopper-ui/tokens 5.2.2 → 5.3.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 +30 -0
- package/dist/sharegate/dark/tokens.css +247 -246
- package/dist/sharegate/tokens.css +307 -220
- package/dist/workleap/dark/tokens.css +1 -0
- package/dist/workleap/tokens.css +100 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @hopper-ui/tokens
|
|
2
2
|
|
|
3
|
+
## 5.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 62a9ea1: - Added theme-able typography support for the `Button` component via new `comp-button-text-*` tokens (font, font-weight, text-transform, and per-size font-size / line-height / letter-spacing)
|
|
8
|
+
- Added a new `caption` semantic typography scale (`xl`, `lg`, `md`, `sm`) for both Workleap and ShareGate (light and dark)
|
|
9
|
+
- Added `md` and `xs` sizes for `accent` semantic typography scale (Workleap and ShareGate)
|
|
10
|
+
- Added `accent.md` and `accent.xs` semantic typography sizes (Workleap and ShareGate)
|
|
11
|
+
- Added new core `font.size` tokens: `100` (10px)
|
|
12
|
+
- Added new core `line-height` tokens: `1-1666`, `1-40`
|
|
13
|
+
- Added a new core `letter-spacing` token category with `dense-10`, `dense-5`, `0`, `wide-5`, `wide-10`, `wide-15`, `wide-20`, `wide-25`, `wide-30`
|
|
14
|
+
- Added `letterSpacing` styled-system prop support backed by the new `letter-spacing` core scale, plus a matching `UNSAFE_letterSpacing` escape hatch
|
|
15
|
+
- **BREAKING**: the `letterSpacing` styled-system prop is now restricted to values from the new `letter-spacing` core scale. Consumers passing raw CSS values (e.g. `"2px"`, `"3.5px"`) must migrate to `UNSAFE_letterSpacing` or use a token from the scale.
|
|
16
|
+
- 6980cd4: - Added `comp-tag` branding tokens for Workleap and ShareGate (color, border-radius, typography, text-transform)
|
|
17
|
+
- Wired `Tag` component CSS to the new `comp-tag` tokens (neutral variant, selected, focus, invalid/error states, icon colors, and typography)
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 6980cd4: Add Tag branding tokens
|
|
22
|
+
|
|
23
|
+
## 5.2.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- a773289: - Updated "rose" core color tokens
|
|
28
|
+
- Added `danger-surface-weak-selected` semantic token (Workleap and ShareGate, light and dark)
|
|
29
|
+
- Updated ShareGate Danger semantic tokens to use the Rose palette
|
|
30
|
+
- Updated ShareGate Status semantic tokens (Neutral, Progress, Positive, Caution, Inactive, Option1–6)
|
|
31
|
+
- Updated ShareGate Button Danger component tokens: background now uses a Rose gradient (`rose.300` → `rose.600`) and the same inset box-shadow as the Primary variant; hover/pressed/selected states converted to single-stop gradients for smooth transitions
|
|
32
|
+
|
|
3
33
|
## 5.2.2
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -6,41 +6,42 @@
|
|
|
6
6
|
--hop-danger-surface-weak-active: var(--hop-amanita-600);
|
|
7
7
|
--hop-danger-text-active: var(--hop-amanita-50);
|
|
8
8
|
--hop-danger-text-weak-active: var(--hop-amanita-300);
|
|
9
|
-
--hop-danger-border: var(--hop-
|
|
10
|
-
--hop-danger-border-selected: var(--hop-
|
|
11
|
-
--hop-danger-border-press: var(--hop-
|
|
12
|
-
--hop-danger-border-strong: var(--hop-
|
|
13
|
-
--hop-danger-icon: var(--hop-
|
|
14
|
-
--hop-danger-icon-selected: var(--hop-
|
|
15
|
-
--hop-danger-icon-disabled: var(--hop-
|
|
16
|
-
--hop-danger-icon-hover: var(--hop-
|
|
17
|
-
--hop-danger-icon-press: var(--hop-
|
|
9
|
+
--hop-danger-border: var(--hop-rose-600);
|
|
10
|
+
--hop-danger-border-selected: var(--hop-rose-300);
|
|
11
|
+
--hop-danger-border-press: var(--hop-rose-400);
|
|
12
|
+
--hop-danger-border-strong: var(--hop-rose-400);
|
|
13
|
+
--hop-danger-icon: var(--hop-rose-75);
|
|
14
|
+
--hop-danger-icon-selected: var(--hop-rose-300);
|
|
15
|
+
--hop-danger-icon-disabled: var(--hop-rose-500);
|
|
16
|
+
--hop-danger-icon-hover: var(--hop-rose-200);
|
|
17
|
+
--hop-danger-icon-press: var(--hop-rose-50);
|
|
18
18
|
--hop-danger-icon-strong: var(--hop-samoyed);
|
|
19
19
|
--hop-danger-icon-strong-hover: var(--hop-samoyed);
|
|
20
|
-
--hop-danger-icon-weak: var(--hop-
|
|
21
|
-
--hop-danger-icon-weak-hover: var(--hop-
|
|
22
|
-
--hop-danger-icon-weak-press: var(--hop-
|
|
23
|
-
--hop-danger-icon-weakest: var(--hop-
|
|
24
|
-
--hop-danger-surface: var(--hop-
|
|
25
|
-
--hop-danger-surface-selected: var(--hop-
|
|
26
|
-
--hop-danger-surface-disabled: var(--hop-
|
|
27
|
-
--hop-danger-surface-hover: var(--hop-
|
|
28
|
-
--hop-danger-surface-press: var(--hop-
|
|
29
|
-
--hop-danger-surface-strong: var(--hop-
|
|
30
|
-
--hop-danger-surface-strong-hover: var(--hop-
|
|
31
|
-
--hop-danger-surface-weak: var(--hop-
|
|
32
|
-
--hop-danger-surface-weak-hover: var(--hop-
|
|
33
|
-
--hop-danger-surface-weak-press: var(--hop-
|
|
34
|
-
--hop-danger-
|
|
35
|
-
--hop-danger-text
|
|
36
|
-
--hop-danger-text-
|
|
37
|
-
--hop-danger-text-
|
|
38
|
-
--hop-danger-text-
|
|
20
|
+
--hop-danger-icon-weak: var(--hop-rose-300);
|
|
21
|
+
--hop-danger-icon-weak-hover: var(--hop-rose-200);
|
|
22
|
+
--hop-danger-icon-weak-press: var(--hop-rose-100);
|
|
23
|
+
--hop-danger-icon-weakest: var(--hop-rose-700);
|
|
24
|
+
--hop-danger-surface: var(--hop-rose-900);
|
|
25
|
+
--hop-danger-surface-selected: var(--hop-rose-800);
|
|
26
|
+
--hop-danger-surface-disabled: var(--hop-rose-600);
|
|
27
|
+
--hop-danger-surface-hover: var(--hop-rose-200);
|
|
28
|
+
--hop-danger-surface-press: var(--hop-rose-100);
|
|
29
|
+
--hop-danger-surface-strong: var(--hop-rose-300);
|
|
30
|
+
--hop-danger-surface-strong-hover: var(--hop-rose-200);
|
|
31
|
+
--hop-danger-surface-weak: var(--hop-rose-800);
|
|
32
|
+
--hop-danger-surface-weak-hover: var(--hop-rose-700);
|
|
33
|
+
--hop-danger-surface-weak-press: var(--hop-rose-600);
|
|
34
|
+
--hop-danger-surface-weak-selected: var(--hop-rose-600);
|
|
35
|
+
--hop-danger-text: var(--hop-rose-75);
|
|
36
|
+
--hop-danger-text-selected: var(--hop-rose-300);
|
|
37
|
+
--hop-danger-text-disabled: var(--hop-rose-600);
|
|
38
|
+
--hop-danger-text-hover: var(--hop-rose-200);
|
|
39
|
+
--hop-danger-text-press: var(--hop-rose-50);
|
|
39
40
|
--hop-danger-text-strong: var(--hop-samoyed);
|
|
40
41
|
--hop-danger-text-strong-hover: var(--hop-samoyed);
|
|
41
|
-
--hop-danger-text-weak: var(--hop-
|
|
42
|
-
--hop-danger-text-weak-hover: var(--hop-
|
|
43
|
-
--hop-danger-text-weak-press: var(--hop-
|
|
42
|
+
--hop-danger-text-weak: var(--hop-rose-300);
|
|
43
|
+
--hop-danger-text-weak-hover: var(--hop-rose-200);
|
|
44
|
+
--hop-danger-text-weak-press: var(--hop-rose-100);
|
|
44
45
|
--hop-neutral-border-active: var(--hop-rock-700);
|
|
45
46
|
--hop-neutral-icon-active: var(--hop-toad-25);
|
|
46
47
|
--hop-neutral-icon-weak-active: var(--hop-rock-50);
|
|
@@ -308,47 +309,47 @@
|
|
|
308
309
|
--hop-secondary-icon-disabled: var(--hop-persimmon-700);
|
|
309
310
|
--hop-secondary-icon-strong: var(--hop-samoyed);
|
|
310
311
|
--hop-secondary-icon-strong-hover: var(--hop-samoyed);
|
|
311
|
-
--hop-status-caution-border: var(--hop-
|
|
312
|
-
--hop-status-caution-border-disabled: var(--hop-
|
|
313
|
-
--hop-status-caution-border-hover: var(--hop-
|
|
314
|
-
--hop-status-caution-border-press: var(--hop-
|
|
315
|
-
--hop-status-caution-border-selected: var(--hop-
|
|
316
|
-
--hop-status-caution-icon: var(--hop-
|
|
317
|
-
--hop-status-caution-icon-disabled: var(--hop-
|
|
318
|
-
--hop-status-caution-icon-hover: var(--hop-
|
|
319
|
-
--hop-status-caution-icon-press: var(--hop-
|
|
320
|
-
--hop-status-caution-icon-selected: var(--hop-
|
|
321
|
-
--hop-status-caution-surface: var(--hop-
|
|
322
|
-
--hop-status-caution-surface-disabled: var(--hop-
|
|
323
|
-
--hop-status-caution-surface-hover: var(--hop-
|
|
324
|
-
--hop-status-caution-surface-press: var(--hop-
|
|
325
|
-
--hop-status-caution-surface-selected: var(--hop-
|
|
326
|
-
--hop-status-caution-surface-strong: var(--hop-
|
|
327
|
-
--hop-status-caution-text: var(--hop-
|
|
328
|
-
--hop-status-caution-text-disabled: var(--hop-
|
|
329
|
-
--hop-status-caution-text-hover: var(--hop-
|
|
330
|
-
--hop-status-caution-text-press: var(--hop-
|
|
331
|
-
--hop-status-caution-text-selected: var(--hop-
|
|
312
|
+
--hop-status-caution-border: var(--hop-amber-400);
|
|
313
|
+
--hop-status-caution-border-disabled: var(--hop-amber-800);
|
|
314
|
+
--hop-status-caution-border-hover: var(--hop-amber-300);
|
|
315
|
+
--hop-status-caution-border-press: var(--hop-amber-200);
|
|
316
|
+
--hop-status-caution-border-selected: var(--hop-amber-75);
|
|
317
|
+
--hop-status-caution-icon: var(--hop-amber-100);
|
|
318
|
+
--hop-status-caution-icon-disabled: var(--hop-amber-500);
|
|
319
|
+
--hop-status-caution-icon-hover: var(--hop-amber-75);
|
|
320
|
+
--hop-status-caution-icon-press: var(--hop-amber-50);
|
|
321
|
+
--hop-status-caution-icon-selected: var(--hop-amber-75);
|
|
322
|
+
--hop-status-caution-surface: var(--hop-amber-800);
|
|
323
|
+
--hop-status-caution-surface-disabled: var(--hop-amber-900);
|
|
324
|
+
--hop-status-caution-surface-hover: var(--hop-amber-700);
|
|
325
|
+
--hop-status-caution-surface-press: var(--hop-amber-600);
|
|
326
|
+
--hop-status-caution-surface-selected: var(--hop-amber-800);
|
|
327
|
+
--hop-status-caution-surface-strong: var(--hop-amber-500);
|
|
328
|
+
--hop-status-caution-text: var(--hop-amber-100);
|
|
329
|
+
--hop-status-caution-text-disabled: var(--hop-amber-500);
|
|
330
|
+
--hop-status-caution-text-hover: var(--hop-amber-75);
|
|
331
|
+
--hop-status-caution-text-press: var(--hop-amber-50);
|
|
332
|
+
--hop-status-caution-text-selected: var(--hop-amber-75);
|
|
332
333
|
--hop-status-inactive-border: var(--hop-rock-400);
|
|
333
|
-
--hop-status-inactive-border-disabled: var(--hop-rock-
|
|
334
|
-
--hop-status-inactive-border-hover: var(--hop-rock-
|
|
335
|
-
--hop-status-inactive-border-press: var(--hop-rock-
|
|
334
|
+
--hop-status-inactive-border-disabled: var(--hop-rock-800);
|
|
335
|
+
--hop-status-inactive-border-hover: var(--hop-rock-300);
|
|
336
|
+
--hop-status-inactive-border-press: var(--hop-rock-200);
|
|
336
337
|
--hop-status-inactive-border-selected: var(--hop-rock-75);
|
|
337
|
-
--hop-status-inactive-icon: var(--hop-rock-
|
|
338
|
+
--hop-status-inactive-icon: var(--hop-rock-100);
|
|
338
339
|
--hop-status-inactive-icon-disabled: var(--hop-rock-500);
|
|
339
|
-
--hop-status-inactive-icon-hover: var(--hop-rock-
|
|
340
|
-
--hop-status-inactive-icon-press: var(--hop-rock-
|
|
340
|
+
--hop-status-inactive-icon-hover: var(--hop-rock-75);
|
|
341
|
+
--hop-status-inactive-icon-press: var(--hop-rock-50);
|
|
341
342
|
--hop-status-inactive-icon-selected: var(--hop-rock-75);
|
|
342
|
-
--hop-status-inactive-surface: var(--hop-rock-
|
|
343
|
-
--hop-status-inactive-surface-disabled: var(--hop-rock-
|
|
344
|
-
--hop-status-inactive-surface-hover: var(--hop-rock-
|
|
345
|
-
--hop-status-inactive-surface-press: var(--hop-rock-
|
|
343
|
+
--hop-status-inactive-surface: var(--hop-rock-800);
|
|
344
|
+
--hop-status-inactive-surface-disabled: var(--hop-rock-900);
|
|
345
|
+
--hop-status-inactive-surface-hover: var(--hop-rock-700);
|
|
346
|
+
--hop-status-inactive-surface-press: var(--hop-rock-600);
|
|
346
347
|
--hop-status-inactive-surface-selected: var(--hop-rock-800);
|
|
347
|
-
--hop-status-inactive-surface-strong: var(--hop-rock-
|
|
348
|
-
--hop-status-inactive-text: var(--hop-rock-
|
|
348
|
+
--hop-status-inactive-surface-strong: var(--hop-rock-500);
|
|
349
|
+
--hop-status-inactive-text: var(--hop-rock-100);
|
|
349
350
|
--hop-status-inactive-text-disabled: var(--hop-rock-500);
|
|
350
|
-
--hop-status-inactive-text-hover: var(--hop-rock-
|
|
351
|
-
--hop-status-inactive-text-press: var(--hop-rock-
|
|
351
|
+
--hop-status-inactive-text-hover: var(--hop-rock-75);
|
|
352
|
+
--hop-status-inactive-text-press: var(--hop-rock-50);
|
|
352
353
|
--hop-status-inactive-text-selected: var(--hop-rock-75);
|
|
353
354
|
--hop-status-negative-border: var(--hop-amanita-400);
|
|
354
355
|
--hop-status-negative-border-disabled: var(--hop-amanita-600);
|
|
@@ -374,211 +375,211 @@
|
|
|
374
375
|
--hop-status-neutral-border: var(--hop-rock-25);
|
|
375
376
|
--hop-status-neutral-border-disabled: var(--hop-rock-800);
|
|
376
377
|
--hop-status-neutral-border-hover: var(--hop-rock-50);
|
|
377
|
-
--hop-status-neutral-border-press: var(--hop-rock-
|
|
378
|
+
--hop-status-neutral-border-press: var(--hop-rock-20);
|
|
378
379
|
--hop-status-neutral-border-selected: var(--hop-rock-25);
|
|
379
380
|
--hop-status-neutral-icon: var(--hop-rock-25);
|
|
380
381
|
--hop-status-neutral-icon-disabled: var(--hop-rock-500);
|
|
381
382
|
--hop-status-neutral-icon-hover: var(--hop-rock-50);
|
|
382
|
-
--hop-status-neutral-icon-press: var(--hop-rock-
|
|
383
|
-
--hop-status-neutral-icon-selected: var(--hop-rock-
|
|
383
|
+
--hop-status-neutral-icon-press: var(--hop-rock-20);
|
|
384
|
+
--hop-status-neutral-icon-selected: var(--hop-rock-900);
|
|
384
385
|
--hop-status-neutral-surface: var(--hop-abyss);
|
|
385
386
|
--hop-status-neutral-surface-disabled: var(--hop-rock-700);
|
|
386
387
|
--hop-status-neutral-surface-hover: var(--hop-rock-800);
|
|
387
388
|
--hop-status-neutral-surface-press: var(--hop-rock-700);
|
|
388
|
-
--hop-status-neutral-surface-selected: var(--hop-
|
|
389
|
-
--hop-status-neutral-surface-strong: var(--hop-rock-
|
|
389
|
+
--hop-status-neutral-surface-selected: var(--hop-rock-25);
|
|
390
|
+
--hop-status-neutral-surface-strong: var(--hop-rock-500);
|
|
390
391
|
--hop-status-neutral-text: var(--hop-rock-25);
|
|
391
|
-
--hop-status-neutral-text-disabled: var(--hop-rock-
|
|
392
|
+
--hop-status-neutral-text-disabled: var(--hop-rock-300);
|
|
392
393
|
--hop-status-neutral-text-hover: var(--hop-rock-50);
|
|
393
|
-
--hop-status-neutral-text-press: var(--hop-rock-
|
|
394
|
+
--hop-status-neutral-text-press: var(--hop-rock-20);
|
|
394
395
|
--hop-status-neutral-text-selected: var(--hop-rock-900);
|
|
395
|
-
--hop-status-option1-border: var(--hop-
|
|
396
|
-
--hop-status-option1-border-disabled: var(--hop-
|
|
397
|
-
--hop-status-option1-border-hover: var(--hop-
|
|
398
|
-
--hop-status-option1-border-press: var(--hop-
|
|
399
|
-
--hop-status-option1-border-selected: var(--hop-
|
|
400
|
-
--hop-status-option1-icon: var(--hop-
|
|
401
|
-
--hop-status-option1-icon-disabled: var(--hop-
|
|
402
|
-
--hop-status-option1-icon-hover: var(--hop-
|
|
403
|
-
--hop-status-option1-icon-press: var(--hop-
|
|
404
|
-
--hop-status-option1-icon-selected: var(--hop-
|
|
405
|
-
--hop-status-option1-surface: var(--hop-
|
|
406
|
-
--hop-status-option1-surface-disabled: var(--hop-
|
|
407
|
-
--hop-status-option1-surface-hover: var(--hop-
|
|
408
|
-
--hop-status-option1-surface-press: var(--hop-
|
|
409
|
-
--hop-status-option1-surface-selected: var(--hop-
|
|
410
|
-
--hop-status-option1-surface-strong: var(--hop-
|
|
411
|
-
--hop-status-option1-text: var(--hop-
|
|
412
|
-
--hop-status-option1-text-disabled: var(--hop-
|
|
413
|
-
--hop-status-option1-text-hover: var(--hop-
|
|
414
|
-
--hop-status-option1-text-press: var(--hop-
|
|
415
|
-
--hop-status-option1-text-selected: var(--hop-
|
|
416
|
-
--hop-status-option2-border: var(--hop-
|
|
417
|
-
--hop-status-option2-border-disabled: var(--hop-
|
|
418
|
-
--hop-status-option2-border-hover: var(--hop-
|
|
419
|
-
--hop-status-option2-border-press: var(--hop-
|
|
420
|
-
--hop-status-option2-border-selected: var(--hop-
|
|
421
|
-
--hop-status-option2-icon: var(--hop-
|
|
422
|
-
--hop-status-option2-icon-disabled: var(--hop-
|
|
423
|
-
--hop-status-option2-icon-hover: var(--hop-
|
|
424
|
-
--hop-status-option2-icon-press: var(--hop-
|
|
425
|
-
--hop-status-option2-icon-selected: var(--hop-
|
|
426
|
-
--hop-status-option2-surface: var(--hop-
|
|
427
|
-
--hop-status-option2-surface-disabled: var(--hop-
|
|
428
|
-
--hop-status-option2-surface-hover: var(--hop-
|
|
429
|
-
--hop-status-option2-surface-press: var(--hop-
|
|
430
|
-
--hop-status-option2-surface-selected: var(--hop-
|
|
431
|
-
--hop-status-option2-surface-strong: var(--hop-
|
|
432
|
-
--hop-status-option2-text: var(--hop-
|
|
433
|
-
--hop-status-option2-text-disabled: var(--hop-
|
|
434
|
-
--hop-status-option2-text-hover: var(--hop-
|
|
435
|
-
--hop-status-option2-text-press: var(--hop-
|
|
436
|
-
--hop-status-option2-text-selected: var(--hop-
|
|
437
|
-
--hop-status-option3-border: var(--hop-
|
|
438
|
-
--hop-status-option3-border-disabled: var(--hop-
|
|
439
|
-
--hop-status-option3-border-hover: var(--hop-
|
|
440
|
-
--hop-status-option3-border-press: var(--hop-
|
|
441
|
-
--hop-status-option3-border-selected: var(--hop-
|
|
442
|
-
--hop-status-option3-icon: var(--hop-
|
|
443
|
-
--hop-status-option3-icon-disabled: var(--hop-
|
|
444
|
-
--hop-status-option3-icon-hover: var(--hop-
|
|
445
|
-
--hop-status-option3-icon-press: var(--hop-
|
|
446
|
-
--hop-status-option3-icon-selected: var(--hop-
|
|
447
|
-
--hop-status-option3-surface: var(--hop-
|
|
448
|
-
--hop-status-option3-surface-disabled: var(--hop-
|
|
449
|
-
--hop-status-option3-surface-hover: var(--hop-
|
|
450
|
-
--hop-status-option3-surface-press: var(--hop-
|
|
451
|
-
--hop-status-option3-surface-selected: var(--hop-
|
|
452
|
-
--hop-status-option3-surface-strong: var(--hop-
|
|
453
|
-
--hop-status-option3-text: var(--hop-
|
|
454
|
-
--hop-status-option3-text-disabled: var(--hop-
|
|
455
|
-
--hop-status-option3-text-hover: var(--hop-
|
|
456
|
-
--hop-status-option3-text-press: var(--hop-
|
|
457
|
-
--hop-status-option3-text-selected: var(--hop-
|
|
396
|
+
--hop-status-option1-border: var(--hop-iris-400);
|
|
397
|
+
--hop-status-option1-border-disabled: var(--hop-iris-800);
|
|
398
|
+
--hop-status-option1-border-hover: var(--hop-iris-300);
|
|
399
|
+
--hop-status-option1-border-press: var(--hop-iris-200);
|
|
400
|
+
--hop-status-option1-border-selected: var(--hop-iris-75);
|
|
401
|
+
--hop-status-option1-icon: var(--hop-iris-100);
|
|
402
|
+
--hop-status-option1-icon-disabled: var(--hop-iris-500);
|
|
403
|
+
--hop-status-option1-icon-hover: var(--hop-iris-75);
|
|
404
|
+
--hop-status-option1-icon-press: var(--hop-iris-50);
|
|
405
|
+
--hop-status-option1-icon-selected: var(--hop-iris-75);
|
|
406
|
+
--hop-status-option1-surface: var(--hop-iris-800);
|
|
407
|
+
--hop-status-option1-surface-disabled: var(--hop-iris-900);
|
|
408
|
+
--hop-status-option1-surface-hover: var(--hop-iris-700);
|
|
409
|
+
--hop-status-option1-surface-press: var(--hop-iris-600);
|
|
410
|
+
--hop-status-option1-surface-selected: var(--hop-iris-800);
|
|
411
|
+
--hop-status-option1-surface-strong: var(--hop-iris-500);
|
|
412
|
+
--hop-status-option1-text: var(--hop-iris-100);
|
|
413
|
+
--hop-status-option1-text-disabled: var(--hop-iris-500);
|
|
414
|
+
--hop-status-option1-text-hover: var(--hop-iris-75);
|
|
415
|
+
--hop-status-option1-text-press: var(--hop-iris-50);
|
|
416
|
+
--hop-status-option1-text-selected: var(--hop-iris-75);
|
|
417
|
+
--hop-status-option2-border: var(--hop-persimmon-400);
|
|
418
|
+
--hop-status-option2-border-disabled: var(--hop-persimmon-800);
|
|
419
|
+
--hop-status-option2-border-hover: var(--hop-persimmon-300);
|
|
420
|
+
--hop-status-option2-border-press: var(--hop-persimmon-200);
|
|
421
|
+
--hop-status-option2-border-selected: var(--hop-persimmon-75);
|
|
422
|
+
--hop-status-option2-icon: var(--hop-persimmon-100);
|
|
423
|
+
--hop-status-option2-icon-disabled: var(--hop-persimmon-500);
|
|
424
|
+
--hop-status-option2-icon-hover: var(--hop-persimmon-75);
|
|
425
|
+
--hop-status-option2-icon-press: var(--hop-persimmon-50);
|
|
426
|
+
--hop-status-option2-icon-selected: var(--hop-persimmon-75);
|
|
427
|
+
--hop-status-option2-surface: var(--hop-persimmon-800);
|
|
428
|
+
--hop-status-option2-surface-disabled: var(--hop-persimmon-900);
|
|
429
|
+
--hop-status-option2-surface-hover: var(--hop-persimmon-700);
|
|
430
|
+
--hop-status-option2-surface-press: var(--hop-persimmon-600);
|
|
431
|
+
--hop-status-option2-surface-selected: var(--hop-persimmon-800);
|
|
432
|
+
--hop-status-option2-surface-strong: var(--hop-persimmon-500);
|
|
433
|
+
--hop-status-option2-text: var(--hop-persimmon-100);
|
|
434
|
+
--hop-status-option2-text-disabled: var(--hop-persimmon-500);
|
|
435
|
+
--hop-status-option2-text-hover: var(--hop-persimmon-75);
|
|
436
|
+
--hop-status-option2-text-press: var(--hop-persimmon-50);
|
|
437
|
+
--hop-status-option2-text-selected: var(--hop-persimmon-75);
|
|
438
|
+
--hop-status-option3-border: var(--hop-moss-400);
|
|
439
|
+
--hop-status-option3-border-disabled: var(--hop-moss-800);
|
|
440
|
+
--hop-status-option3-border-hover: var(--hop-moss-300);
|
|
441
|
+
--hop-status-option3-border-press: var(--hop-moss-200);
|
|
442
|
+
--hop-status-option3-border-selected: var(--hop-moss-75);
|
|
443
|
+
--hop-status-option3-icon: var(--hop-moss-100);
|
|
444
|
+
--hop-status-option3-icon-disabled: var(--hop-moss-500);
|
|
445
|
+
--hop-status-option3-icon-hover: var(--hop-moss-75);
|
|
446
|
+
--hop-status-option3-icon-press: var(--hop-moss-50);
|
|
447
|
+
--hop-status-option3-icon-selected: var(--hop-moss-75);
|
|
448
|
+
--hop-status-option3-surface: var(--hop-moss-800);
|
|
449
|
+
--hop-status-option3-surface-disabled: var(--hop-moss-900);
|
|
450
|
+
--hop-status-option3-surface-hover: var(--hop-moss-700);
|
|
451
|
+
--hop-status-option3-surface-press: var(--hop-moss-600);
|
|
452
|
+
--hop-status-option3-surface-selected: var(--hop-moss-800);
|
|
453
|
+
--hop-status-option3-surface-strong: var(--hop-moss-500);
|
|
454
|
+
--hop-status-option3-text: var(--hop-moss-100);
|
|
455
|
+
--hop-status-option3-text-disabled: var(--hop-moss-500);
|
|
456
|
+
--hop-status-option3-text-hover: var(--hop-moss-75);
|
|
457
|
+
--hop-status-option3-text-press: var(--hop-moss-50);
|
|
458
|
+
--hop-status-option3-text-selected: var(--hop-moss-75);
|
|
458
459
|
--hop-status-option4-border: var(--hop-fog-400);
|
|
459
|
-
--hop-status-option4-border-disabled: var(--hop-fog-
|
|
460
|
-
--hop-status-option4-border-hover: var(--hop-fog-
|
|
461
|
-
--hop-status-option4-border-press: var(--hop-fog-
|
|
460
|
+
--hop-status-option4-border-disabled: var(--hop-fog-800);
|
|
461
|
+
--hop-status-option4-border-hover: var(--hop-fog-300);
|
|
462
|
+
--hop-status-option4-border-press: var(--hop-fog-200);
|
|
462
463
|
--hop-status-option4-border-selected: var(--hop-fog-75);
|
|
463
|
-
--hop-status-option4-icon: var(--hop-fog-
|
|
464
|
+
--hop-status-option4-icon: var(--hop-fog-100);
|
|
464
465
|
--hop-status-option4-icon-disabled: var(--hop-fog-500);
|
|
465
|
-
--hop-status-option4-icon-hover: var(--hop-fog-
|
|
466
|
-
--hop-status-option4-icon-press: var(--hop-fog-
|
|
466
|
+
--hop-status-option4-icon-hover: var(--hop-fog-75);
|
|
467
|
+
--hop-status-option4-icon-press: var(--hop-fog-50);
|
|
467
468
|
--hop-status-option4-icon-selected: var(--hop-fog-75);
|
|
468
|
-
--hop-status-option4-surface: var(--hop-fog-
|
|
469
|
-
--hop-status-option4-surface-disabled: var(--hop-fog-
|
|
470
|
-
--hop-status-option4-surface-hover: var(--hop-fog-
|
|
471
|
-
--hop-status-option4-surface-press: var(--hop-fog-
|
|
469
|
+
--hop-status-option4-surface: var(--hop-fog-800);
|
|
470
|
+
--hop-status-option4-surface-disabled: var(--hop-fog-900);
|
|
471
|
+
--hop-status-option4-surface-hover: var(--hop-fog-700);
|
|
472
|
+
--hop-status-option4-surface-press: var(--hop-fog-600);
|
|
472
473
|
--hop-status-option4-surface-selected: var(--hop-fog-800);
|
|
473
|
-
--hop-status-option4-surface-strong: var(--hop-fog-
|
|
474
|
-
--hop-status-option4-text: var(--hop-fog-
|
|
474
|
+
--hop-status-option4-surface-strong: var(--hop-fog-500);
|
|
475
|
+
--hop-status-option4-text: var(--hop-fog-100);
|
|
475
476
|
--hop-status-option4-text-disabled: var(--hop-fog-500);
|
|
476
|
-
--hop-status-option4-text-hover: var(--hop-fog-
|
|
477
|
-
--hop-status-option4-text-press: var(--hop-fog-
|
|
477
|
+
--hop-status-option4-text-hover: var(--hop-fog-75);
|
|
478
|
+
--hop-status-option4-text-press: var(--hop-fog-50);
|
|
478
479
|
--hop-status-option4-text-selected: var(--hop-fog-75);
|
|
479
480
|
--hop-status-option5-border: var(--hop-toad-400);
|
|
480
|
-
--hop-status-option5-border-disabled: var(--hop-toad-
|
|
481
|
-
--hop-status-option5-border-hover: var(--hop-toad-
|
|
482
|
-
--hop-status-option5-border-press: var(--hop-toad-
|
|
481
|
+
--hop-status-option5-border-disabled: var(--hop-toad-800);
|
|
482
|
+
--hop-status-option5-border-hover: var(--hop-toad-300);
|
|
483
|
+
--hop-status-option5-border-press: var(--hop-toad-200);
|
|
483
484
|
--hop-status-option5-border-selected: var(--hop-toad-75);
|
|
484
|
-
--hop-status-option5-icon: var(--hop-toad-
|
|
485
|
+
--hop-status-option5-icon: var(--hop-toad-100);
|
|
485
486
|
--hop-status-option5-icon-disabled: var(--hop-toad-500);
|
|
486
|
-
--hop-status-option5-icon-hover: var(--hop-toad-
|
|
487
|
-
--hop-status-option5-icon-press: var(--hop-toad-
|
|
487
|
+
--hop-status-option5-icon-hover: var(--hop-toad-75);
|
|
488
|
+
--hop-status-option5-icon-press: var(--hop-toad-50);
|
|
488
489
|
--hop-status-option5-icon-selected: var(--hop-toad-75);
|
|
489
|
-
--hop-status-option5-surface: var(--hop-toad-
|
|
490
|
-
--hop-status-option5-surface-disabled: var(--hop-toad-
|
|
491
|
-
--hop-status-option5-surface-hover: var(--hop-toad-
|
|
492
|
-
--hop-status-option5-surface-press: var(--hop-toad-
|
|
490
|
+
--hop-status-option5-surface: var(--hop-toad-800);
|
|
491
|
+
--hop-status-option5-surface-disabled: var(--hop-toad-900);
|
|
492
|
+
--hop-status-option5-surface-hover: var(--hop-toad-700);
|
|
493
|
+
--hop-status-option5-surface-press: var(--hop-toad-600);
|
|
493
494
|
--hop-status-option5-surface-selected: var(--hop-toad-800);
|
|
494
|
-
--hop-status-option5-surface-strong: var(--hop-toad-
|
|
495
|
-
--hop-status-option5-text: var(--hop-toad-
|
|
495
|
+
--hop-status-option5-surface-strong: var(--hop-toad-500);
|
|
496
|
+
--hop-status-option5-text: var(--hop-toad-100);
|
|
496
497
|
--hop-status-option5-text-disabled: var(--hop-toad-500);
|
|
497
|
-
--hop-status-option5-text-hover: var(--hop-toad-
|
|
498
|
-
--hop-status-option5-text-press: var(--hop-toad-
|
|
498
|
+
--hop-status-option5-text-hover: var(--hop-toad-75);
|
|
499
|
+
--hop-status-option5-text-press: var(--hop-toad-50);
|
|
499
500
|
--hop-status-option5-text-selected: var(--hop-toad-75);
|
|
500
|
-
--hop-status-option6-border: var(--hop-
|
|
501
|
-
--hop-status-option6-border-disabled: var(--hop-
|
|
502
|
-
--hop-status-option6-border-hover: var(--hop-
|
|
503
|
-
--hop-status-option6-border-press: var(--hop-
|
|
504
|
-
--hop-status-option6-border-selected: var(--hop-
|
|
505
|
-
--hop-status-option6-icon: var(--hop-
|
|
506
|
-
--hop-status-option6-icon-disabled: var(--hop-
|
|
507
|
-
--hop-status-option6-icon-hover: var(--hop-
|
|
508
|
-
--hop-status-option6-icon-press: var(--hop-
|
|
509
|
-
--hop-status-option6-icon-selected: var(--hop-
|
|
510
|
-
--hop-status-option6-surface: var(--hop-
|
|
511
|
-
--hop-status-option6-surface-disabled: var(--hop-
|
|
512
|
-
--hop-status-option6-surface-hover: var(--hop-
|
|
513
|
-
--hop-status-option6-surface-press: var(--hop-
|
|
514
|
-
--hop-status-option6-surface-selected: var(--hop-
|
|
515
|
-
--hop-status-option6-surface-strong: var(--hop-
|
|
516
|
-
--hop-status-option6-text: var(--hop-
|
|
517
|
-
--hop-status-option6-text-disabled: var(--hop-
|
|
518
|
-
--hop-status-option6-text-hover: var(--hop-
|
|
519
|
-
--hop-status-option6-text-press: var(--hop-
|
|
520
|
-
--hop-status-option6-text-selected: var(--hop-
|
|
521
|
-
--hop-status-positive-border: var(--hop-
|
|
522
|
-
--hop-status-positive-border-disabled: var(--hop-
|
|
523
|
-
--hop-status-positive-border-hover: var(--hop-
|
|
524
|
-
--hop-status-positive-border-press: var(--hop-
|
|
525
|
-
--hop-status-positive-border-selected: var(--hop-
|
|
526
|
-
--hop-status-positive-icon: var(--hop-
|
|
527
|
-
--hop-status-positive-icon-disabled: var(--hop-
|
|
528
|
-
--hop-status-positive-icon-hover: var(--hop-
|
|
529
|
-
--hop-status-positive-icon-press: var(--hop-
|
|
530
|
-
--hop-status-positive-icon-selected: var(--hop-
|
|
531
|
-
--hop-status-positive-surface: var(--hop-
|
|
532
|
-
--hop-status-positive-surface-disabled: var(--hop-
|
|
533
|
-
--hop-status-positive-surface-hover: var(--hop-
|
|
534
|
-
--hop-status-positive-surface-press: var(--hop-
|
|
535
|
-
--hop-status-positive-surface-selected: var(--hop-
|
|
536
|
-
--hop-status-positive-surface-strong: var(--hop-
|
|
537
|
-
--hop-status-positive-text: var(--hop-
|
|
538
|
-
--hop-status-positive-text-disabled: var(--hop-
|
|
539
|
-
--hop-status-positive-text-hover: var(--hop-
|
|
540
|
-
--hop-status-positive-text-press: var(--hop-
|
|
541
|
-
--hop-status-positive-text-selected: var(--hop-
|
|
542
|
-
--hop-status-progress-border: var(--hop-
|
|
543
|
-
--hop-status-progress-border-disabled: var(--hop-
|
|
544
|
-
--hop-status-progress-border-hover: var(--hop-
|
|
545
|
-
--hop-status-progress-border-press: var(--hop-
|
|
546
|
-
--hop-status-progress-border-selected: var(--hop-
|
|
547
|
-
--hop-status-progress-icon: var(--hop-
|
|
548
|
-
--hop-status-progress-icon-disabled: var(--hop-
|
|
549
|
-
--hop-status-progress-icon-hover: var(--hop-
|
|
550
|
-
--hop-status-progress-icon-press: var(--hop-
|
|
551
|
-
--hop-status-progress-icon-selected: var(--hop-
|
|
552
|
-
--hop-status-progress-surface: var(--hop-
|
|
553
|
-
--hop-status-progress-surface-disabled: var(--hop-
|
|
554
|
-
--hop-status-progress-surface-hover: var(--hop-
|
|
555
|
-
--hop-status-progress-surface-press: var(--hop-
|
|
556
|
-
--hop-status-progress-surface-selected: var(--hop-
|
|
557
|
-
--hop-status-progress-surface-strong: var(--hop-
|
|
558
|
-
--hop-status-progress-text: var(--hop-
|
|
559
|
-
--hop-status-progress-text-disabled: var(--hop-
|
|
560
|
-
--hop-status-progress-text-hover: var(--hop-
|
|
561
|
-
--hop-status-progress-text-press: var(--hop-
|
|
562
|
-
--hop-status-progress-text-selected: var(--hop-
|
|
563
|
-
--hop-success-border: var(--hop-
|
|
564
|
-
--hop-success-icon: var(--hop-
|
|
565
|
-
--hop-success-icon-weakest: var(--hop-
|
|
566
|
-
--hop-success-icon-weak: var(--hop-
|
|
567
|
-
--hop-success-surface: var(--hop-
|
|
568
|
-
--hop-success-surface-strong: var(--hop-
|
|
569
|
-
--hop-success-surface-weak: var(--hop-
|
|
570
|
-
--hop-success-text: var(--hop-
|
|
571
|
-
--hop-success-text-weak: var(--hop-
|
|
572
|
-
--hop-success-text-hover: var(--hop-
|
|
573
|
-
--hop-warning-border: var(--hop-
|
|
574
|
-
--hop-warning-icon: var(--hop-
|
|
575
|
-
--hop-warning-icon-weakest: var(--hop-
|
|
576
|
-
--hop-warning-icon-weak: var(--hop-
|
|
577
|
-
--hop-warning-surface: var(--hop-
|
|
578
|
-
--hop-warning-surface-strong: var(--hop-
|
|
579
|
-
--hop-warning-surface-weak: var(--hop-
|
|
580
|
-
--hop-warning-text: var(--hop-
|
|
581
|
-
--hop-warning-text-weak: var(--hop-
|
|
501
|
+
--hop-status-option6-border: var(--hop-limeburst-400);
|
|
502
|
+
--hop-status-option6-border-disabled: var(--hop-limeburst-800);
|
|
503
|
+
--hop-status-option6-border-hover: var(--hop-limeburst-300);
|
|
504
|
+
--hop-status-option6-border-press: var(--hop-limeburst-200);
|
|
505
|
+
--hop-status-option6-border-selected: var(--hop-limeburst-75);
|
|
506
|
+
--hop-status-option6-icon: var(--hop-limeburst-100);
|
|
507
|
+
--hop-status-option6-icon-disabled: var(--hop-limeburst-500);
|
|
508
|
+
--hop-status-option6-icon-hover: var(--hop-limeburst-75);
|
|
509
|
+
--hop-status-option6-icon-press: var(--hop-limeburst-50);
|
|
510
|
+
--hop-status-option6-icon-selected: var(--hop-limeburst-75);
|
|
511
|
+
--hop-status-option6-surface: var(--hop-limeburst-800);
|
|
512
|
+
--hop-status-option6-surface-disabled: var(--hop-limeburst-900);
|
|
513
|
+
--hop-status-option6-surface-hover: var(--hop-limeburst-700);
|
|
514
|
+
--hop-status-option6-surface-press: var(--hop-limeburst-600);
|
|
515
|
+
--hop-status-option6-surface-selected: var(--hop-limeburst-800);
|
|
516
|
+
--hop-status-option6-surface-strong: var(--hop-limeburst-500);
|
|
517
|
+
--hop-status-option6-text: var(--hop-limeburst-100);
|
|
518
|
+
--hop-status-option6-text-disabled: var(--hop-limeburst-500);
|
|
519
|
+
--hop-status-option6-text-hover: var(--hop-limeburst-75);
|
|
520
|
+
--hop-status-option6-text-press: var(--hop-limeburst-50);
|
|
521
|
+
--hop-status-option6-text-selected: var(--hop-limeburst-75);
|
|
522
|
+
--hop-status-positive-border: var(--hop-mint-400);
|
|
523
|
+
--hop-status-positive-border-disabled: var(--hop-mint-800);
|
|
524
|
+
--hop-status-positive-border-hover: var(--hop-mint-300);
|
|
525
|
+
--hop-status-positive-border-press: var(--hop-mint-200);
|
|
526
|
+
--hop-status-positive-border-selected: var(--hop-mint-75);
|
|
527
|
+
--hop-status-positive-icon: var(--hop-mint-100);
|
|
528
|
+
--hop-status-positive-icon-disabled: var(--hop-mint-500);
|
|
529
|
+
--hop-status-positive-icon-hover: var(--hop-mint-75);
|
|
530
|
+
--hop-status-positive-icon-press: var(--hop-mint-50);
|
|
531
|
+
--hop-status-positive-icon-selected: var(--hop-mint-75);
|
|
532
|
+
--hop-status-positive-surface: var(--hop-mint-800);
|
|
533
|
+
--hop-status-positive-surface-disabled: var(--hop-mint-900);
|
|
534
|
+
--hop-status-positive-surface-hover: var(--hop-mint-700);
|
|
535
|
+
--hop-status-positive-surface-press: var(--hop-mint-600);
|
|
536
|
+
--hop-status-positive-surface-selected: var(--hop-mint-800);
|
|
537
|
+
--hop-status-positive-surface-strong: var(--hop-mint-500);
|
|
538
|
+
--hop-status-positive-text: var(--hop-mint-100);
|
|
539
|
+
--hop-status-positive-text-disabled: var(--hop-mint-500);
|
|
540
|
+
--hop-status-positive-text-hover: var(--hop-mint-75);
|
|
541
|
+
--hop-status-positive-text-press: var(--hop-mint-50);
|
|
542
|
+
--hop-status-positive-text-selected: var(--hop-mint-75);
|
|
543
|
+
--hop-status-progress-border: var(--hop-cobalt-400);
|
|
544
|
+
--hop-status-progress-border-disabled: var(--hop-cobalt-800);
|
|
545
|
+
--hop-status-progress-border-hover: var(--hop-cobalt-300);
|
|
546
|
+
--hop-status-progress-border-press: var(--hop-cobalt-200);
|
|
547
|
+
--hop-status-progress-border-selected: var(--hop-cobalt-75);
|
|
548
|
+
--hop-status-progress-icon: var(--hop-cobalt-100);
|
|
549
|
+
--hop-status-progress-icon-disabled: var(--hop-cobalt-500);
|
|
550
|
+
--hop-status-progress-icon-hover: var(--hop-cobalt-75);
|
|
551
|
+
--hop-status-progress-icon-press: var(--hop-cobalt-50);
|
|
552
|
+
--hop-status-progress-icon-selected: var(--hop-cobalt-75);
|
|
553
|
+
--hop-status-progress-surface: var(--hop-cobalt-800);
|
|
554
|
+
--hop-status-progress-surface-disabled: var(--hop-cobalt-900);
|
|
555
|
+
--hop-status-progress-surface-hover: var(--hop-cobalt-700);
|
|
556
|
+
--hop-status-progress-surface-press: var(--hop-cobalt-600);
|
|
557
|
+
--hop-status-progress-surface-selected: var(--hop-cobalt-800);
|
|
558
|
+
--hop-status-progress-surface-strong: var(--hop-cobalt-500);
|
|
559
|
+
--hop-status-progress-text: var(--hop-cobalt-100);
|
|
560
|
+
--hop-status-progress-text-disabled: var(--hop-cobalt-500);
|
|
561
|
+
--hop-status-progress-text-hover: var(--hop-cobalt-75);
|
|
562
|
+
--hop-status-progress-text-press: var(--hop-cobalt-50);
|
|
563
|
+
--hop-status-progress-text-selected: var(--hop-cobalt-75);
|
|
564
|
+
--hop-success-border: var(--hop-mint-600);
|
|
565
|
+
--hop-success-icon: var(--hop-mint-75);
|
|
566
|
+
--hop-success-icon-weakest: var(--hop-mint-600);
|
|
567
|
+
--hop-success-icon-weak: var(--hop-mint-400);
|
|
568
|
+
--hop-success-surface: var(--hop-mint-900);
|
|
569
|
+
--hop-success-surface-strong: var(--hop-mint-600);
|
|
570
|
+
--hop-success-surface-weak: var(--hop-mint-800);
|
|
571
|
+
--hop-success-text: var(--hop-mint-75);
|
|
572
|
+
--hop-success-text-weak: var(--hop-mint-400);
|
|
573
|
+
--hop-success-text-hover: var(--hop-mint-50);
|
|
574
|
+
--hop-warning-border: var(--hop-amber-600);
|
|
575
|
+
--hop-warning-icon: var(--hop-amber-75);
|
|
576
|
+
--hop-warning-icon-weakest: var(--hop-amber-600);
|
|
577
|
+
--hop-warning-icon-weak: var(--hop-amber-400);
|
|
578
|
+
--hop-warning-surface: var(--hop-amber-900);
|
|
579
|
+
--hop-warning-surface-strong: var(--hop-amber-600);
|
|
580
|
+
--hop-warning-surface-weak: var(--hop-amber-800);
|
|
581
|
+
--hop-warning-text: var(--hop-amber-75);
|
|
582
|
+
--hop-warning-text-weak: var(--hop-amber-400);
|
|
582
583
|
--hop-dataviz-unavailable: var(--hop-rock-600);
|
|
583
584
|
--hop-dataviz-unavailable-weak: var(--hop-rock-400);
|
|
584
585
|
--hop-dataviz-unavailable-strong: var(--hop-rock-700);
|