@hopper-ui/tokens 5.2.1 → 5.2.3
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 +16 -0
- package/dist/sharegate/dark/tokens.css +247 -246
- package/dist/sharegate/tokens.css +221 -220
- package/dist/workleap/dark/tokens.css +1 -0
- package/dist/workleap/tokens.css +14 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @hopper-ui/tokens
|
|
2
2
|
|
|
3
|
+
## 5.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a773289: - Updated "rose" core color tokens
|
|
8
|
+
- Added `danger-surface-weak-selected` semantic token (Workleap and ShareGate, light and dark)
|
|
9
|
+
- Updated ShareGate Danger semantic tokens to use the Rose palette
|
|
10
|
+
- Updated ShareGate Status semantic tokens (Neutral, Progress, Positive, Caution, Inactive, Option1–6)
|
|
11
|
+
- 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
|
|
12
|
+
|
|
13
|
+
## 5.2.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e022a83: Update some badge ShareGate component tokens
|
|
18
|
+
|
|
3
19
|
## 5.2.1
|
|
4
20
|
|
|
5
21
|
### 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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 May 2026 14:44:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
--hop-comp-button-ghost-primary-background-loading: transparent;
|
|
63
63
|
--hop-comp-button-ghost-primary-background: transparent;
|
|
64
64
|
--hop-comp-button-ghost-primary-box-shadow: none;
|
|
65
|
-
--hop-comp-button-danger-box-shadow-loading:
|
|
66
|
-
--hop-comp-button-danger-box-shadow:
|
|
65
|
+
--hop-comp-button-danger-box-shadow-loading: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 4px 0 rgba(0, 0, 0, 0.10) inset;
|
|
66
|
+
--hop-comp-button-danger-box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 4px 0 rgba(0, 0, 0, 0.10) inset;
|
|
67
67
|
--hop-comp-button-upsell-border-color-disabled: transparent;
|
|
68
68
|
--hop-comp-button-upsell-box-shadow-loading: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 4px 0 rgba(0, 0, 0, 0.10) inset;
|
|
69
69
|
--hop-comp-button-upsell-box-shadow: none;
|
|
@@ -448,18 +448,18 @@
|
|
|
448
448
|
--hop-amber-75: #ffe39a;
|
|
449
449
|
--hop-amber-50: #fff1cc;
|
|
450
450
|
--hop-amber-25: #fff6e0;
|
|
451
|
-
--hop-rose-900: #
|
|
452
|
-
--hop-rose-800: #
|
|
453
|
-
--hop-rose-700: #
|
|
454
|
-
--hop-rose-600: #
|
|
455
|
-
--hop-rose-500: #
|
|
456
|
-
--hop-rose-400: #
|
|
457
|
-
--hop-rose-300: #
|
|
458
|
-
--hop-rose-200: #
|
|
459
|
-
--hop-rose-100: #
|
|
460
|
-
--hop-rose-75: #
|
|
461
|
-
--hop-rose-50: #
|
|
462
|
-
--hop-rose-25: #
|
|
451
|
+
--hop-rose-900: #341417;
|
|
452
|
+
--hop-rose-800: #50161c;
|
|
453
|
+
--hop-rose-700: #711822;
|
|
454
|
+
--hop-rose-600: #951b2a;
|
|
455
|
+
--hop-rose-500: #ba1f34;
|
|
456
|
+
--hop-rose-400: #de2840;
|
|
457
|
+
--hop-rose-300: #f5425d;
|
|
458
|
+
--hop-rose-200: #f76d83;
|
|
459
|
+
--hop-rose-100: #fa9ba9;
|
|
460
|
+
--hop-rose-75: #fcbcc5;
|
|
461
|
+
--hop-rose-50: #fdd3d8;
|
|
462
|
+
--hop-rose-25: #feeaec;
|
|
463
463
|
--hop-samoyed: #ffffff;
|
|
464
464
|
--hop-rock-900: #232426;
|
|
465
465
|
--hop-rock-800: #313335;
|
|
@@ -641,6 +641,8 @@
|
|
|
641
641
|
--hop-comp-callout-warning-icon-fill-color: var(--hop-samoyed);
|
|
642
642
|
--hop-comp-callout-success-icon-fill-color: var(--hop-samoyed);
|
|
643
643
|
--hop-comp-callout-information-icon-fill-color: var(--hop-samoyed);
|
|
644
|
+
--hop-comp-button-danger-background-loading: linear-gradient(var(--hop-rose-300), var(--hop-rose-600) 100%);
|
|
645
|
+
--hop-comp-button-danger-background: linear-gradient(var(--hop-rose-300), var(--hop-rose-600) 100%);
|
|
644
646
|
--hop-comp-button-upsell-background-loading: linear-gradient(var(--hop-limeburst-50), var(--hop-persimmon-300) 151%);
|
|
645
647
|
--hop-comp-button-upsell-background: linear-gradient(var(--hop-limeburst-50), var(--hop-persimmon-300) 151%);
|
|
646
648
|
--hop-comp-button-primary-background-loading: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
|
|
@@ -791,88 +793,88 @@
|
|
|
791
793
|
--hop-dataviz-unavailable-strong: var(--hop-rock-100);
|
|
792
794
|
--hop-dataviz-unavailable-weak: var(--hop-rock-50);
|
|
793
795
|
--hop-dataviz-unavailable: var(--hop-rock-75);
|
|
794
|
-
--hop-warning-text-weak: var(--hop-
|
|
795
|
-
--hop-warning-text: var(--hop-
|
|
796
|
-
--hop-warning-surface-weak: var(--hop-
|
|
797
|
-
--hop-warning-surface-strong: var(--hop-
|
|
798
|
-
--hop-warning-surface: var(--hop-
|
|
799
|
-
--hop-warning-icon-weak: var(--hop-
|
|
800
|
-
--hop-warning-icon-weakest: var(--hop-
|
|
801
|
-
--hop-warning-icon: var(--hop-
|
|
802
|
-
--hop-warning-border: var(--hop-
|
|
803
|
-
--hop-success-text-weak: var(--hop-
|
|
804
|
-
--hop-success-text-hover: var(--hop-
|
|
805
|
-
--hop-success-text: var(--hop-
|
|
806
|
-
--hop-success-surface-weak: var(--hop-
|
|
807
|
-
--hop-success-surface-strong: var(--hop-
|
|
808
|
-
--hop-success-surface: var(--hop-
|
|
809
|
-
--hop-success-icon-weak: var(--hop-
|
|
810
|
-
--hop-success-icon-weakest: var(--hop-
|
|
811
|
-
--hop-success-icon: var(--hop-
|
|
812
|
-
--hop-success-border: var(--hop-
|
|
813
|
-
--hop-status-progress-text-selected: var(--hop-
|
|
814
|
-
--hop-status-progress-text-press: var(--hop-
|
|
815
|
-
--hop-status-progress-text-hover: var(--hop-
|
|
816
|
-
--hop-status-progress-text-disabled: var(--hop-
|
|
817
|
-
--hop-status-progress-text: var(--hop-
|
|
818
|
-
--hop-status-progress-surface-strong: var(--hop-
|
|
819
|
-
--hop-status-progress-surface-selected: var(--hop-
|
|
820
|
-
--hop-status-progress-surface-press: var(--hop-
|
|
821
|
-
--hop-status-progress-surface-hover: var(--hop-
|
|
822
|
-
--hop-status-progress-surface-disabled: var(--hop-
|
|
823
|
-
--hop-status-progress-surface: var(--hop-
|
|
824
|
-
--hop-status-progress-icon-selected: var(--hop-
|
|
825
|
-
--hop-status-progress-icon-press: var(--hop-
|
|
826
|
-
--hop-status-progress-icon-hover: var(--hop-
|
|
827
|
-
--hop-status-progress-icon-disabled: var(--hop-
|
|
828
|
-
--hop-status-progress-icon: var(--hop-
|
|
829
|
-
--hop-status-progress-border-selected: var(--hop-
|
|
830
|
-
--hop-status-progress-border-press: var(--hop-
|
|
831
|
-
--hop-status-progress-border-hover: var(--hop-
|
|
832
|
-
--hop-status-progress-border-disabled: var(--hop-
|
|
833
|
-
--hop-status-progress-border: var(--hop-
|
|
834
|
-
--hop-status-positive-text-selected: var(--hop-
|
|
835
|
-
--hop-status-positive-text-press: var(--hop-
|
|
836
|
-
--hop-status-positive-text-hover: var(--hop-
|
|
837
|
-
--hop-status-positive-text-disabled: var(--hop-
|
|
838
|
-
--hop-status-positive-text: var(--hop-
|
|
839
|
-
--hop-status-positive-surface-strong: var(--hop-
|
|
840
|
-
--hop-status-positive-surface-selected: var(--hop-
|
|
841
|
-
--hop-status-positive-surface-press: var(--hop-
|
|
842
|
-
--hop-status-positive-surface-hover: var(--hop-
|
|
843
|
-
--hop-status-positive-surface-disabled: var(--hop-
|
|
844
|
-
--hop-status-positive-surface: var(--hop-
|
|
845
|
-
--hop-status-positive-icon-selected: var(--hop-
|
|
846
|
-
--hop-status-positive-icon-press: var(--hop-
|
|
847
|
-
--hop-status-positive-icon-hover: var(--hop-
|
|
848
|
-
--hop-status-positive-icon-disabled: var(--hop-
|
|
849
|
-
--hop-status-positive-icon: var(--hop-
|
|
850
|
-
--hop-status-positive-border-selected: var(--hop-
|
|
851
|
-
--hop-status-positive-border-press: var(--hop-
|
|
852
|
-
--hop-status-positive-border-hover: var(--hop-
|
|
853
|
-
--hop-status-positive-border-disabled: var(--hop-
|
|
854
|
-
--hop-status-positive-border: var(--hop-
|
|
855
|
-
--hop-status-option6-text-selected: var(--hop-
|
|
856
|
-
--hop-status-option6-text-press: var(--hop-
|
|
857
|
-
--hop-status-option6-text-hover: var(--hop-
|
|
858
|
-
--hop-status-option6-text-disabled: var(--hop-
|
|
859
|
-
--hop-status-option6-text: var(--hop-
|
|
860
|
-
--hop-status-option6-surface-strong: var(--hop-
|
|
861
|
-
--hop-status-option6-surface-selected: var(--hop-
|
|
862
|
-
--hop-status-option6-surface-press: var(--hop-
|
|
863
|
-
--hop-status-option6-surface-hover: var(--hop-
|
|
864
|
-
--hop-status-option6-surface-disabled: var(--hop-
|
|
865
|
-
--hop-status-option6-surface: var(--hop-
|
|
866
|
-
--hop-status-option6-icon-selected: var(--hop-
|
|
867
|
-
--hop-status-option6-icon-press: var(--hop-
|
|
868
|
-
--hop-status-option6-icon-hover: var(--hop-
|
|
869
|
-
--hop-status-option6-icon-disabled: var(--hop-
|
|
870
|
-
--hop-status-option6-icon: var(--hop-
|
|
871
|
-
--hop-status-option6-border-selected: var(--hop-
|
|
872
|
-
--hop-status-option6-border-press: var(--hop-
|
|
873
|
-
--hop-status-option6-border-hover: var(--hop-
|
|
874
|
-
--hop-status-option6-border-disabled: var(--hop-
|
|
875
|
-
--hop-status-option6-border: var(--hop-
|
|
796
|
+
--hop-warning-text-weak: var(--hop-amber-300);
|
|
797
|
+
--hop-warning-text: var(--hop-amber-700);
|
|
798
|
+
--hop-warning-surface-weak: var(--hop-amber-50);
|
|
799
|
+
--hop-warning-surface-strong: var(--hop-amber-100);
|
|
800
|
+
--hop-warning-surface: var(--hop-amber-25);
|
|
801
|
+
--hop-warning-icon-weak: var(--hop-amber-300);
|
|
802
|
+
--hop-warning-icon-weakest: var(--hop-amber-100);
|
|
803
|
+
--hop-warning-icon: var(--hop-amber-700);
|
|
804
|
+
--hop-warning-border: var(--hop-amber-100);
|
|
805
|
+
--hop-success-text-weak: var(--hop-mint-300);
|
|
806
|
+
--hop-success-text-hover: var(--hop-mint-800);
|
|
807
|
+
--hop-success-text: var(--hop-mint-700);
|
|
808
|
+
--hop-success-surface-weak: var(--hop-mint-50);
|
|
809
|
+
--hop-success-surface-strong: var(--hop-mint-100);
|
|
810
|
+
--hop-success-surface: var(--hop-mint-25);
|
|
811
|
+
--hop-success-icon-weak: var(--hop-mint-300);
|
|
812
|
+
--hop-success-icon-weakest: var(--hop-mint-100);
|
|
813
|
+
--hop-success-icon: var(--hop-mint-700);
|
|
814
|
+
--hop-success-border: var(--hop-mint-100);
|
|
815
|
+
--hop-status-progress-text-selected: var(--hop-cobalt-700);
|
|
816
|
+
--hop-status-progress-text-press: var(--hop-cobalt-800);
|
|
817
|
+
--hop-status-progress-text-hover: var(--hop-cobalt-700);
|
|
818
|
+
--hop-status-progress-text-disabled: var(--hop-cobalt-200);
|
|
819
|
+
--hop-status-progress-text: var(--hop-cobalt-600);
|
|
820
|
+
--hop-status-progress-surface-strong: var(--hop-cobalt-200);
|
|
821
|
+
--hop-status-progress-surface-selected: var(--hop-cobalt-50);
|
|
822
|
+
--hop-status-progress-surface-press: var(--hop-cobalt-100);
|
|
823
|
+
--hop-status-progress-surface-hover: var(--hop-cobalt-75);
|
|
824
|
+
--hop-status-progress-surface-disabled: var(--hop-cobalt-25);
|
|
825
|
+
--hop-status-progress-surface: var(--hop-cobalt-50);
|
|
826
|
+
--hop-status-progress-icon-selected: var(--hop-cobalt-700);
|
|
827
|
+
--hop-status-progress-icon-press: var(--hop-cobalt-800);
|
|
828
|
+
--hop-status-progress-icon-hover: var(--hop-cobalt-700);
|
|
829
|
+
--hop-status-progress-icon-disabled: var(--hop-cobalt-200);
|
|
830
|
+
--hop-status-progress-icon: var(--hop-cobalt-600);
|
|
831
|
+
--hop-status-progress-border-selected: var(--hop-cobalt-700);
|
|
832
|
+
--hop-status-progress-border-press: var(--hop-cobalt-500);
|
|
833
|
+
--hop-status-progress-border-hover: var(--hop-cobalt-400);
|
|
834
|
+
--hop-status-progress-border-disabled: var(--hop-cobalt-50);
|
|
835
|
+
--hop-status-progress-border: var(--hop-cobalt-300);
|
|
836
|
+
--hop-status-positive-text-selected: var(--hop-mint-700);
|
|
837
|
+
--hop-status-positive-text-press: var(--hop-mint-800);
|
|
838
|
+
--hop-status-positive-text-hover: var(--hop-mint-700);
|
|
839
|
+
--hop-status-positive-text-disabled: var(--hop-mint-200);
|
|
840
|
+
--hop-status-positive-text: var(--hop-mint-600);
|
|
841
|
+
--hop-status-positive-surface-strong: var(--hop-mint-200);
|
|
842
|
+
--hop-status-positive-surface-selected: var(--hop-mint-50);
|
|
843
|
+
--hop-status-positive-surface-press: var(--hop-mint-100);
|
|
844
|
+
--hop-status-positive-surface-hover: var(--hop-mint-75);
|
|
845
|
+
--hop-status-positive-surface-disabled: var(--hop-mint-25);
|
|
846
|
+
--hop-status-positive-surface: var(--hop-mint-50);
|
|
847
|
+
--hop-status-positive-icon-selected: var(--hop-mint-700);
|
|
848
|
+
--hop-status-positive-icon-press: var(--hop-mint-800);
|
|
849
|
+
--hop-status-positive-icon-hover: var(--hop-mint-700);
|
|
850
|
+
--hop-status-positive-icon-disabled: var(--hop-mint-200);
|
|
851
|
+
--hop-status-positive-icon: var(--hop-mint-600);
|
|
852
|
+
--hop-status-positive-border-selected: var(--hop-mint-700);
|
|
853
|
+
--hop-status-positive-border-press: var(--hop-mint-500);
|
|
854
|
+
--hop-status-positive-border-hover: var(--hop-mint-400);
|
|
855
|
+
--hop-status-positive-border-disabled: var(--hop-mint-50);
|
|
856
|
+
--hop-status-positive-border: var(--hop-mint-300);
|
|
857
|
+
--hop-status-option6-text-selected: var(--hop-limeburst-700);
|
|
858
|
+
--hop-status-option6-text-press: var(--hop-limeburst-800);
|
|
859
|
+
--hop-status-option6-text-hover: var(--hop-limeburst-700);
|
|
860
|
+
--hop-status-option6-text-disabled: var(--hop-limeburst-200);
|
|
861
|
+
--hop-status-option6-text: var(--hop-limeburst-600);
|
|
862
|
+
--hop-status-option6-surface-strong: var(--hop-limeburst-200);
|
|
863
|
+
--hop-status-option6-surface-selected: var(--hop-limeburst-50);
|
|
864
|
+
--hop-status-option6-surface-press: var(--hop-limeburst-100);
|
|
865
|
+
--hop-status-option6-surface-hover: var(--hop-limeburst-75);
|
|
866
|
+
--hop-status-option6-surface-disabled: var(--hop-limeburst-25);
|
|
867
|
+
--hop-status-option6-surface: var(--hop-limeburst-50);
|
|
868
|
+
--hop-status-option6-icon-selected: var(--hop-limeburst-700);
|
|
869
|
+
--hop-status-option6-icon-press: var(--hop-limeburst-800);
|
|
870
|
+
--hop-status-option6-icon-hover: var(--hop-limeburst-700);
|
|
871
|
+
--hop-status-option6-icon-disabled: var(--hop-limeburst-200);
|
|
872
|
+
--hop-status-option6-icon: var(--hop-limeburst-600);
|
|
873
|
+
--hop-status-option6-border-selected: var(--hop-limeburst-700);
|
|
874
|
+
--hop-status-option6-border-press: var(--hop-limeburst-500);
|
|
875
|
+
--hop-status-option6-border-hover: var(--hop-limeburst-400);
|
|
876
|
+
--hop-status-option6-border-disabled: var(--hop-limeburst-50);
|
|
877
|
+
--hop-status-option6-border: var(--hop-limeburst-300);
|
|
876
878
|
--hop-status-option5-text-selected: var(--hop-toad-700);
|
|
877
879
|
--hop-status-option5-text-press: var(--hop-toad-800);
|
|
878
880
|
--hop-status-option5-text-hover: var(--hop-toad-700);
|
|
@@ -915,69 +917,69 @@
|
|
|
915
917
|
--hop-status-option4-border-hover: var(--hop-fog-400);
|
|
916
918
|
--hop-status-option4-border-disabled: var(--hop-fog-50);
|
|
917
919
|
--hop-status-option4-border: var(--hop-fog-300);
|
|
918
|
-
--hop-status-option3-text-selected: var(--hop-
|
|
919
|
-
--hop-status-option3-text-press: var(--hop-
|
|
920
|
-
--hop-status-option3-text-hover: var(--hop-
|
|
921
|
-
--hop-status-option3-text-disabled: var(--hop-
|
|
922
|
-
--hop-status-option3-text: var(--hop-
|
|
923
|
-
--hop-status-option3-surface-strong: var(--hop-
|
|
924
|
-
--hop-status-option3-surface-selected: var(--hop-
|
|
925
|
-
--hop-status-option3-surface-press: var(--hop-
|
|
926
|
-
--hop-status-option3-surface-hover: var(--hop-
|
|
927
|
-
--hop-status-option3-surface-disabled: var(--hop-
|
|
928
|
-
--hop-status-option3-surface: var(--hop-
|
|
929
|
-
--hop-status-option3-icon-selected: var(--hop-
|
|
930
|
-
--hop-status-option3-icon-press: var(--hop-
|
|
931
|
-
--hop-status-option3-icon-hover: var(--hop-
|
|
932
|
-
--hop-status-option3-icon-disabled: var(--hop-
|
|
933
|
-
--hop-status-option3-icon: var(--hop-
|
|
934
|
-
--hop-status-option3-border-selected: var(--hop-
|
|
935
|
-
--hop-status-option3-border-press: var(--hop-
|
|
936
|
-
--hop-status-option3-border-hover: var(--hop-
|
|
937
|
-
--hop-status-option3-border-disabled: var(--hop-
|
|
938
|
-
--hop-status-option3-border: var(--hop-
|
|
939
|
-
--hop-status-option2-text-selected: var(--hop-
|
|
940
|
-
--hop-status-option2-text-press: var(--hop-
|
|
941
|
-
--hop-status-option2-text-hover: var(--hop-
|
|
942
|
-
--hop-status-option2-text-disabled: var(--hop-
|
|
943
|
-
--hop-status-option2-text: var(--hop-
|
|
944
|
-
--hop-status-option2-surface-strong: var(--hop-
|
|
945
|
-
--hop-status-option2-surface-selected: var(--hop-
|
|
946
|
-
--hop-status-option2-surface-press: var(--hop-
|
|
947
|
-
--hop-status-option2-surface-hover: var(--hop-
|
|
948
|
-
--hop-status-option2-surface-disabled: var(--hop-
|
|
949
|
-
--hop-status-option2-surface: var(--hop-
|
|
950
|
-
--hop-status-option2-icon-selected: var(--hop-
|
|
951
|
-
--hop-status-option2-icon-press: var(--hop-
|
|
952
|
-
--hop-status-option2-icon-hover: var(--hop-
|
|
953
|
-
--hop-status-option2-icon-disabled: var(--hop-
|
|
954
|
-
--hop-status-option2-icon: var(--hop-
|
|
955
|
-
--hop-status-option2-border-selected: var(--hop-
|
|
956
|
-
--hop-status-option2-border-press: var(--hop-
|
|
957
|
-
--hop-status-option2-border-hover: var(--hop-
|
|
958
|
-
--hop-status-option2-border-disabled: var(--hop-
|
|
959
|
-
--hop-status-option2-border: var(--hop-
|
|
960
|
-
--hop-status-option1-text-selected: var(--hop-
|
|
961
|
-
--hop-status-option1-text-press: var(--hop-
|
|
962
|
-
--hop-status-option1-text-hover: var(--hop-
|
|
963
|
-
--hop-status-option1-text-disabled: var(--hop-
|
|
964
|
-
--hop-status-option1-text: var(--hop-
|
|
965
|
-
--hop-status-option1-surface-strong: var(--hop-
|
|
966
|
-
--hop-status-option1-surface-selected: var(--hop-
|
|
967
|
-
--hop-status-option1-surface-press: var(--hop-
|
|
968
|
-
--hop-status-option1-surface-hover: var(--hop-
|
|
969
|
-
--hop-status-option1-surface-disabled: var(--hop-
|
|
970
|
-
--hop-status-option1-surface: var(--hop-
|
|
971
|
-
--hop-status-option1-icon-selected: var(--hop-
|
|
972
|
-
--hop-status-option1-icon-press: var(--hop-
|
|
973
|
-
--hop-status-option1-icon-hover: var(--hop-
|
|
974
|
-
--hop-status-option1-icon-disabled: var(--hop-
|
|
975
|
-
--hop-status-option1-icon: var(--hop-
|
|
976
|
-
--hop-status-option1-border-selected: var(--hop-
|
|
977
|
-
--hop-status-option1-border-press: var(--hop-
|
|
978
|
-
--hop-status-option1-border-hover: var(--hop-
|
|
979
|
-
--hop-status-option1-border-disabled: var(--hop-
|
|
980
|
-
--hop-status-option1-border: var(--hop-
|
|
920
|
+
--hop-status-option3-text-selected: var(--hop-moss-700);
|
|
921
|
+
--hop-status-option3-text-press: var(--hop-moss-800);
|
|
922
|
+
--hop-status-option3-text-hover: var(--hop-moss-700);
|
|
923
|
+
--hop-status-option3-text-disabled: var(--hop-moss-200);
|
|
924
|
+
--hop-status-option3-text: var(--hop-moss-600);
|
|
925
|
+
--hop-status-option3-surface-strong: var(--hop-moss-200);
|
|
926
|
+
--hop-status-option3-surface-selected: var(--hop-moss-50);
|
|
927
|
+
--hop-status-option3-surface-press: var(--hop-moss-100);
|
|
928
|
+
--hop-status-option3-surface-hover: var(--hop-moss-75);
|
|
929
|
+
--hop-status-option3-surface-disabled: var(--hop-moss-25);
|
|
930
|
+
--hop-status-option3-surface: var(--hop-moss-50);
|
|
931
|
+
--hop-status-option3-icon-selected: var(--hop-moss-700);
|
|
932
|
+
--hop-status-option3-icon-press: var(--hop-moss-800);
|
|
933
|
+
--hop-status-option3-icon-hover: var(--hop-moss-700);
|
|
934
|
+
--hop-status-option3-icon-disabled: var(--hop-moss-200);
|
|
935
|
+
--hop-status-option3-icon: var(--hop-moss-600);
|
|
936
|
+
--hop-status-option3-border-selected: var(--hop-moss-700);
|
|
937
|
+
--hop-status-option3-border-press: var(--hop-moss-500);
|
|
938
|
+
--hop-status-option3-border-hover: var(--hop-moss-400);
|
|
939
|
+
--hop-status-option3-border-disabled: var(--hop-moss-50);
|
|
940
|
+
--hop-status-option3-border: var(--hop-moss-300);
|
|
941
|
+
--hop-status-option2-text-selected: var(--hop-persimmon-700);
|
|
942
|
+
--hop-status-option2-text-press: var(--hop-persimmon-800);
|
|
943
|
+
--hop-status-option2-text-hover: var(--hop-persimmon-700);
|
|
944
|
+
--hop-status-option2-text-disabled: var(--hop-persimmon-200);
|
|
945
|
+
--hop-status-option2-text: var(--hop-persimmon-600);
|
|
946
|
+
--hop-status-option2-surface-strong: var(--hop-persimmon-200);
|
|
947
|
+
--hop-status-option2-surface-selected: var(--hop-persimmon-50);
|
|
948
|
+
--hop-status-option2-surface-press: var(--hop-persimmon-100);
|
|
949
|
+
--hop-status-option2-surface-hover: var(--hop-persimmon-75);
|
|
950
|
+
--hop-status-option2-surface-disabled: var(--hop-persimmon-25);
|
|
951
|
+
--hop-status-option2-surface: var(--hop-persimmon-50);
|
|
952
|
+
--hop-status-option2-icon-selected: var(--hop-persimmon-700);
|
|
953
|
+
--hop-status-option2-icon-press: var(--hop-persimmon-800);
|
|
954
|
+
--hop-status-option2-icon-hover: var(--hop-persimmon-700);
|
|
955
|
+
--hop-status-option2-icon-disabled: var(--hop-persimmon-200);
|
|
956
|
+
--hop-status-option2-icon: var(--hop-persimmon-600);
|
|
957
|
+
--hop-status-option2-border-selected: var(--hop-persimmon-700);
|
|
958
|
+
--hop-status-option2-border-press: var(--hop-persimmon-500);
|
|
959
|
+
--hop-status-option2-border-hover: var(--hop-persimmon-400);
|
|
960
|
+
--hop-status-option2-border-disabled: var(--hop-persimmon-50);
|
|
961
|
+
--hop-status-option2-border: var(--hop-persimmon-300);
|
|
962
|
+
--hop-status-option1-text-selected: var(--hop-iris-700);
|
|
963
|
+
--hop-status-option1-text-press: var(--hop-iris-800);
|
|
964
|
+
--hop-status-option1-text-hover: var(--hop-iris-700);
|
|
965
|
+
--hop-status-option1-text-disabled: var(--hop-iris-200);
|
|
966
|
+
--hop-status-option1-text: var(--hop-iris-600);
|
|
967
|
+
--hop-status-option1-surface-strong: var(--hop-iris-200);
|
|
968
|
+
--hop-status-option1-surface-selected: var(--hop-iris-50);
|
|
969
|
+
--hop-status-option1-surface-press: var(--hop-iris-100);
|
|
970
|
+
--hop-status-option1-surface-hover: var(--hop-iris-75);
|
|
971
|
+
--hop-status-option1-surface-disabled: var(--hop-iris-25);
|
|
972
|
+
--hop-status-option1-surface: var(--hop-iris-50);
|
|
973
|
+
--hop-status-option1-icon-selected: var(--hop-iris-700);
|
|
974
|
+
--hop-status-option1-icon-press: var(--hop-iris-800);
|
|
975
|
+
--hop-status-option1-icon-hover: var(--hop-iris-700);
|
|
976
|
+
--hop-status-option1-icon-disabled: var(--hop-iris-200);
|
|
977
|
+
--hop-status-option1-icon: var(--hop-iris-600);
|
|
978
|
+
--hop-status-option1-border-selected: var(--hop-iris-700);
|
|
979
|
+
--hop-status-option1-border-press: var(--hop-iris-500);
|
|
980
|
+
--hop-status-option1-border-hover: var(--hop-iris-400);
|
|
981
|
+
--hop-status-option1-border-disabled: var(--hop-iris-50);
|
|
982
|
+
--hop-status-option1-border: var(--hop-iris-300);
|
|
981
983
|
--hop-status-neutral-text-selected: var(--hop-samoyed);
|
|
982
984
|
--hop-status-neutral-text-press: var(--hop-rock-900);
|
|
983
985
|
--hop-status-neutral-text-hover: var(--hop-rock-700);
|
|
@@ -1041,27 +1043,27 @@
|
|
|
1041
1043
|
--hop-status-inactive-border-hover: var(--hop-rock-400);
|
|
1042
1044
|
--hop-status-inactive-border-disabled: var(--hop-rock-50);
|
|
1043
1045
|
--hop-status-inactive-border: var(--hop-rock-300);
|
|
1044
|
-
--hop-status-caution-text-selected: var(--hop-
|
|
1045
|
-
--hop-status-caution-text-press: var(--hop-
|
|
1046
|
-
--hop-status-caution-text-hover: var(--hop-
|
|
1047
|
-
--hop-status-caution-text-disabled: var(--hop-
|
|
1048
|
-
--hop-status-caution-text: var(--hop-
|
|
1049
|
-
--hop-status-caution-surface-strong: var(--hop-
|
|
1050
|
-
--hop-status-caution-surface-selected: var(--hop-
|
|
1051
|
-
--hop-status-caution-surface-press: var(--hop-
|
|
1052
|
-
--hop-status-caution-surface-hover: var(--hop-
|
|
1053
|
-
--hop-status-caution-surface-disabled: var(--hop-
|
|
1054
|
-
--hop-status-caution-surface: var(--hop-
|
|
1055
|
-
--hop-status-caution-icon-selected: var(--hop-
|
|
1056
|
-
--hop-status-caution-icon-press: var(--hop-
|
|
1057
|
-
--hop-status-caution-icon-hover: var(--hop-
|
|
1058
|
-
--hop-status-caution-icon-disabled: var(--hop-
|
|
1059
|
-
--hop-status-caution-icon: var(--hop-
|
|
1060
|
-
--hop-status-caution-border-selected: var(--hop-
|
|
1061
|
-
--hop-status-caution-border-press: var(--hop-
|
|
1062
|
-
--hop-status-caution-border-hover: var(--hop-
|
|
1063
|
-
--hop-status-caution-border-disabled: var(--hop-
|
|
1064
|
-
--hop-status-caution-border: var(--hop-
|
|
1046
|
+
--hop-status-caution-text-selected: var(--hop-amber-700);
|
|
1047
|
+
--hop-status-caution-text-press: var(--hop-amber-800);
|
|
1048
|
+
--hop-status-caution-text-hover: var(--hop-amber-700);
|
|
1049
|
+
--hop-status-caution-text-disabled: var(--hop-amber-200);
|
|
1050
|
+
--hop-status-caution-text: var(--hop-amber-600);
|
|
1051
|
+
--hop-status-caution-surface-strong: var(--hop-amber-200);
|
|
1052
|
+
--hop-status-caution-surface-selected: var(--hop-amber-50);
|
|
1053
|
+
--hop-status-caution-surface-press: var(--hop-amber-100);
|
|
1054
|
+
--hop-status-caution-surface-hover: var(--hop-amber-75);
|
|
1055
|
+
--hop-status-caution-surface-disabled: var(--hop-amber-25);
|
|
1056
|
+
--hop-status-caution-surface: var(--hop-amber-50);
|
|
1057
|
+
--hop-status-caution-icon-selected: var(--hop-amber-700);
|
|
1058
|
+
--hop-status-caution-icon-press: var(--hop-amber-800);
|
|
1059
|
+
--hop-status-caution-icon-hover: var(--hop-amber-700);
|
|
1060
|
+
--hop-status-caution-icon-disabled: var(--hop-amber-200);
|
|
1061
|
+
--hop-status-caution-icon: var(--hop-amber-600);
|
|
1062
|
+
--hop-status-caution-border-selected: var(--hop-amber-700);
|
|
1063
|
+
--hop-status-caution-border-press: var(--hop-amber-500);
|
|
1064
|
+
--hop-status-caution-border-hover: var(--hop-amber-400);
|
|
1065
|
+
--hop-status-caution-border-disabled: var(--hop-amber-50);
|
|
1066
|
+
--hop-status-caution-border: var(--hop-amber-300);
|
|
1065
1067
|
--hop-secondary-icon-strong-hover: var(--hop-samoyed);
|
|
1066
1068
|
--hop-secondary-icon-strong: var(--hop-samoyed);
|
|
1067
1069
|
--hop-secondary-icon-disabled: var(--hop-persimmon-200);
|
|
@@ -1327,41 +1329,42 @@
|
|
|
1327
1329
|
--hop-neutral-icon-weak-active: var(--hop-rock-700);
|
|
1328
1330
|
--hop-neutral-icon-active: var(--hop-rock-900);
|
|
1329
1331
|
--hop-neutral-border-active: var(--hop-rock-400);
|
|
1330
|
-
--hop-danger-text-weak-press: var(--hop-
|
|
1331
|
-
--hop-danger-text-weak-hover: var(--hop-
|
|
1332
|
-
--hop-danger-text-weak: var(--hop-
|
|
1332
|
+
--hop-danger-text-weak-press: var(--hop-rose-600);
|
|
1333
|
+
--hop-danger-text-weak-hover: var(--hop-rose-500);
|
|
1334
|
+
--hop-danger-text-weak: var(--hop-rose-400);
|
|
1333
1335
|
--hop-danger-text-strong-hover: var(--hop-samoyed);
|
|
1334
1336
|
--hop-danger-text-strong: var(--hop-samoyed);
|
|
1335
|
-
--hop-danger-text-press: var(--hop-
|
|
1336
|
-
--hop-danger-text-hover: var(--hop-
|
|
1337
|
-
--hop-danger-text-disabled: var(--hop-
|
|
1338
|
-
--hop-danger-text-selected: var(--hop-
|
|
1339
|
-
--hop-danger-text: var(--hop-
|
|
1340
|
-
--hop-danger-surface-weak-
|
|
1341
|
-
--hop-danger-surface-weak-
|
|
1342
|
-
--hop-danger-surface-weak: var(--hop-
|
|
1343
|
-
--hop-danger-surface-
|
|
1344
|
-
--hop-danger-surface-strong: var(--hop-
|
|
1345
|
-
--hop-danger-surface-
|
|
1346
|
-
--hop-danger-surface-
|
|
1347
|
-
--hop-danger-surface-
|
|
1348
|
-
--hop-danger-surface-
|
|
1349
|
-
--hop-danger-surface: var(--hop-
|
|
1350
|
-
--hop-danger-
|
|
1351
|
-
--hop-danger-icon-
|
|
1352
|
-
--hop-danger-icon-weak-
|
|
1353
|
-
--hop-danger-icon-weak: var(--hop-
|
|
1337
|
+
--hop-danger-text-press: var(--hop-rose-800);
|
|
1338
|
+
--hop-danger-text-hover: var(--hop-rose-500);
|
|
1339
|
+
--hop-danger-text-disabled: var(--hop-rose-100);
|
|
1340
|
+
--hop-danger-text-selected: var(--hop-rose-400);
|
|
1341
|
+
--hop-danger-text: var(--hop-rose-700);
|
|
1342
|
+
--hop-danger-surface-weak-selected: var(--hop-rose-100);
|
|
1343
|
+
--hop-danger-surface-weak-press: var(--hop-rose-100);
|
|
1344
|
+
--hop-danger-surface-weak-hover: var(--hop-rose-75);
|
|
1345
|
+
--hop-danger-surface-weak: var(--hop-rose-50);
|
|
1346
|
+
--hop-danger-surface-strong-hover: var(--hop-rose-500);
|
|
1347
|
+
--hop-danger-surface-strong: var(--hop-rose-400);
|
|
1348
|
+
--hop-danger-surface-press: var(--hop-rose-600);
|
|
1349
|
+
--hop-danger-surface-hover: var(--hop-rose-500);
|
|
1350
|
+
--hop-danger-surface-disabled: var(--hop-rose-100);
|
|
1351
|
+
--hop-danger-surface-selected: var(--hop-rose-50);
|
|
1352
|
+
--hop-danger-surface: var(--hop-rose-25);
|
|
1353
|
+
--hop-danger-icon-weakest: var(--hop-rose-75);
|
|
1354
|
+
--hop-danger-icon-weak-press: var(--hop-rose-600);
|
|
1355
|
+
--hop-danger-icon-weak-hover: var(--hop-rose-500);
|
|
1356
|
+
--hop-danger-icon-weak: var(--hop-rose-400);
|
|
1354
1357
|
--hop-danger-icon-strong-hover: var(--hop-samoyed);
|
|
1355
1358
|
--hop-danger-icon-strong: var(--hop-samoyed);
|
|
1356
|
-
--hop-danger-icon-press: var(--hop-
|
|
1357
|
-
--hop-danger-icon-hover: var(--hop-
|
|
1358
|
-
--hop-danger-icon-disabled: var(--hop-
|
|
1359
|
-
--hop-danger-icon-selected: var(--hop-
|
|
1360
|
-
--hop-danger-icon: var(--hop-
|
|
1361
|
-
--hop-danger-border-press: var(--hop-
|
|
1362
|
-
--hop-danger-border-strong: var(--hop-
|
|
1363
|
-
--hop-danger-border-selected: var(--hop-
|
|
1364
|
-
--hop-danger-border: var(--hop-
|
|
1359
|
+
--hop-danger-icon-press: var(--hop-rose-800);
|
|
1360
|
+
--hop-danger-icon-hover: var(--hop-rose-500);
|
|
1361
|
+
--hop-danger-icon-disabled: var(--hop-rose-100);
|
|
1362
|
+
--hop-danger-icon-selected: var(--hop-rose-400);
|
|
1363
|
+
--hop-danger-icon: var(--hop-rose-700);
|
|
1364
|
+
--hop-danger-border-press: var(--hop-rose-300);
|
|
1365
|
+
--hop-danger-border-strong: var(--hop-rose-300);
|
|
1366
|
+
--hop-danger-border-selected: var(--hop-rose-400);
|
|
1367
|
+
--hop-danger-border: var(--hop-rose-100);
|
|
1365
1368
|
--hop-danger-text-weak-active: var(--hop-amanita-600);
|
|
1366
1369
|
--hop-danger-text-active: var(--hop-amanita-800);
|
|
1367
1370
|
--hop-danger-surface-weak-active: var(--hop-amanita-100);
|
|
@@ -1592,13 +1595,11 @@
|
|
|
1592
1595
|
--hop-comp-button-danger-border-color-selected: var(--hop-danger-border-selected);
|
|
1593
1596
|
--hop-comp-button-danger-border-color: var(--hop-neutral-border-weakest);
|
|
1594
1597
|
--hop-comp-button-danger-background-disabled: var(--hop-neutral-surface-disabled);
|
|
1595
|
-
--hop-comp-button-danger-background-selected: var(--hop-danger-surface-selected);
|
|
1596
|
-
--hop-comp-button-danger-background-pressed: var(--hop-danger-surface-press);
|
|
1597
|
-
--hop-comp-button-danger-background-hover: var(--hop-danger-surface-strong-hover);
|
|
1598
|
+
--hop-comp-button-danger-background-selected: linear-gradient(var(--hop-danger-surface-selected), var(--hop-danger-surface-selected) 100%); /* Single-stop gradient to allow smooth CSS transition from the multi-stop gradient default background. */
|
|
1599
|
+
--hop-comp-button-danger-background-pressed: linear-gradient(var(--hop-danger-surface-press), var(--hop-danger-surface-press) 100%); /* Single-stop gradient to allow smooth CSS transition from the multi-stop gradient default background. */
|
|
1600
|
+
--hop-comp-button-danger-background-hover: linear-gradient(var(--hop-danger-surface-strong-hover), var(--hop-danger-surface-strong-hover) 100%); /* Single-stop gradient to allow smooth CSS transition from the multi-stop gradient default background. */
|
|
1598
1601
|
--hop-comp-button-danger-border-color-loading: var(--hop-neutral-border-weakest);
|
|
1599
1602
|
--hop-comp-button-danger-color-loading: var(--hop-primary-icon-strong);
|
|
1600
|
-
--hop-comp-button-danger-background-loading: var(--hop-danger-surface-strong);
|
|
1601
|
-
--hop-comp-button-danger-background: var(--hop-danger-surface-strong);
|
|
1602
1603
|
--hop-comp-button-danger-icon-color-selected: var(--hop-danger-icon-selected);
|
|
1603
1604
|
--hop-comp-button-danger-icon-color-press: var(--hop-danger-icon-strong-hover);
|
|
1604
1605
|
--hop-comp-button-danger-icon-color-hover: var(--hop-danger-icon-strong-hover);
|
|
@@ -1668,9 +1669,9 @@
|
|
|
1668
1669
|
--hop-comp-badge-subdued-text-color-hover: var(--hop-neutral-text-hover);
|
|
1669
1670
|
--hop-comp-badge-subdued-text-color: var(--hop-neutral-text);
|
|
1670
1671
|
--hop-comp-badge-subdued-background-selected: var(--hop-primary-surface-strong);
|
|
1671
|
-
--hop-comp-badge-subdued-background-press: var(--hop-primary-surface-
|
|
1672
|
-
--hop-comp-badge-subdued-background-hover: var(--hop-primary-surface-
|
|
1673
|
-
--hop-comp-badge-subdued-background: var(--hop-primary-surface-weak);
|
|
1672
|
+
--hop-comp-badge-subdued-background-press: var(--hop-primary-surface-press);
|
|
1673
|
+
--hop-comp-badge-subdued-background-hover: var(--hop-primary-surface-hover);
|
|
1674
|
+
--hop-comp-badge-subdued-background: var(--hop-primary-surface-weak-hover);
|
|
1674
1675
|
--hop-comp-badge-secondary-text-color-selected: var(--hop-primary-text);
|
|
1675
1676
|
--hop-comp-badge-secondary-text-color-press: var(--hop-primary-text-strong);
|
|
1676
1677
|
--hop-comp-badge-secondary-text-color-hover: var(--hop-primary-text-strong-hover);
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
--hop-danger-surface-weak: var(--hop-amanita-900);
|
|
32
32
|
--hop-danger-surface-weak-hover: var(--hop-amanita-700);
|
|
33
33
|
--hop-danger-surface-weak-press: var(--hop-amanita-600);
|
|
34
|
+
--hop-danger-surface-weak-selected: var(--hop-amanita-600);
|
|
34
35
|
--hop-danger-text: var(--hop-amanita-900);
|
|
35
36
|
--hop-danger-text-selected: var(--hop-amanita-100);
|
|
36
37
|
--hop-danger-text-disabled: var(--hop-amanita-600);
|
package/dist/workleap/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 May 2026 14:44:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -423,18 +423,18 @@
|
|
|
423
423
|
--hop-amber-75: #ffe39a;
|
|
424
424
|
--hop-amber-50: #fff1cc;
|
|
425
425
|
--hop-amber-25: #fff6e0;
|
|
426
|
-
--hop-rose-900: #
|
|
427
|
-
--hop-rose-800: #
|
|
428
|
-
--hop-rose-700: #
|
|
429
|
-
--hop-rose-600: #
|
|
430
|
-
--hop-rose-500: #
|
|
431
|
-
--hop-rose-400: #
|
|
432
|
-
--hop-rose-300: #
|
|
433
|
-
--hop-rose-200: #
|
|
434
|
-
--hop-rose-100: #
|
|
435
|
-
--hop-rose-75: #
|
|
436
|
-
--hop-rose-50: #
|
|
437
|
-
--hop-rose-25: #
|
|
426
|
+
--hop-rose-900: #341417;
|
|
427
|
+
--hop-rose-800: #50161c;
|
|
428
|
+
--hop-rose-700: #711822;
|
|
429
|
+
--hop-rose-600: #951b2a;
|
|
430
|
+
--hop-rose-500: #ba1f34;
|
|
431
|
+
--hop-rose-400: #de2840;
|
|
432
|
+
--hop-rose-300: #f5425d;
|
|
433
|
+
--hop-rose-200: #f76d83;
|
|
434
|
+
--hop-rose-100: #fa9ba9;
|
|
435
|
+
--hop-rose-75: #fcbcc5;
|
|
436
|
+
--hop-rose-50: #fdd3d8;
|
|
437
|
+
--hop-rose-25: #feeaec;
|
|
438
438
|
--hop-samoyed: #ffffff;
|
|
439
439
|
--hop-rock-900: #232426;
|
|
440
440
|
--hop-rock-800: #313335;
|
|
@@ -1323,6 +1323,7 @@
|
|
|
1323
1323
|
--hop-danger-text-disabled: var(--hop-amanita-100);
|
|
1324
1324
|
--hop-danger-text-selected: var(--hop-amanita-400);
|
|
1325
1325
|
--hop-danger-text: var(--hop-amanita-700);
|
|
1326
|
+
--hop-danger-surface-weak-selected: var(--hop-amanita-100);
|
|
1326
1327
|
--hop-danger-surface-weak-press: var(--hop-amanita-100);
|
|
1327
1328
|
--hop-danger-surface-weak-hover: var(--hop-amanita-75);
|
|
1328
1329
|
--hop-danger-surface-weak: var(--hop-amanita-50);
|