@turquoisehealth/pit-viper 2.68.0 → 2.70.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.
|
@@ -412,8 +412,10 @@
|
|
|
412
412
|
.pv-v2 .pv-button-secondary,
|
|
413
413
|
.pv-v2 .pv-button-tertiary,
|
|
414
414
|
.pv-v2 .pv-button-ghost,
|
|
415
|
+
.pv-v2 .pv-button-ghost-inverse,
|
|
415
416
|
.pv-v2 .pv-button-destructive,
|
|
416
|
-
.pv-v2 .pv-button-ghost-destructive
|
|
417
|
+
.pv-v2 .pv-button-ghost-destructive,
|
|
418
|
+
.pv-v2 .pv-button-ai {
|
|
417
419
|
padding: var(--button-padding, calc(0.25rem - 1px) 0.5rem);
|
|
418
420
|
}
|
|
419
421
|
.pv-v2 .pv-button-primary:not(:disabled):hover, .pv-v2 .pv-button-primary:not(:disabled):focus-visible,
|
|
@@ -423,20 +425,27 @@
|
|
|
423
425
|
.pv-v2 .pv-button-tertiary:not(:disabled):focus-visible,
|
|
424
426
|
.pv-v2 .pv-button-ghost:not(:disabled):hover,
|
|
425
427
|
.pv-v2 .pv-button-ghost:not(:disabled):focus-visible,
|
|
428
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled):hover,
|
|
429
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled):focus-visible,
|
|
426
430
|
.pv-v2 .pv-button-destructive:not(:disabled):hover,
|
|
427
431
|
.pv-v2 .pv-button-destructive:not(:disabled):focus-visible,
|
|
428
432
|
.pv-v2 .pv-button-ghost-destructive:not(:disabled):hover,
|
|
429
|
-
.pv-v2 .pv-button-ghost-destructive:not(:disabled):focus-visible
|
|
433
|
+
.pv-v2 .pv-button-ghost-destructive:not(:disabled):focus-visible,
|
|
434
|
+
.pv-v2 .pv-button-ai:not(:disabled):hover,
|
|
435
|
+
.pv-v2 .pv-button-ai:not(:disabled):focus-visible {
|
|
430
436
|
text-decoration: none;
|
|
431
437
|
}
|
|
432
438
|
.pv-v2 .pv-button-primary:disabled,
|
|
433
439
|
.pv-v2 .pv-button-secondary:disabled,
|
|
434
440
|
.pv-v2 .pv-button-tertiary:disabled,
|
|
435
441
|
.pv-v2 .pv-button-ghost:disabled,
|
|
442
|
+
.pv-v2 .pv-button-ghost-inverse:disabled,
|
|
436
443
|
.pv-v2 .pv-button-destructive:disabled,
|
|
437
|
-
.pv-v2 .pv-button-ghost-destructive:disabled
|
|
444
|
+
.pv-v2 .pv-button-ghost-destructive:disabled,
|
|
445
|
+
.pv-v2 .pv-button-ai:disabled {
|
|
438
446
|
color: var(--button-disabled-color, #4B595C);
|
|
439
447
|
background-color: var(--button-disabled-background-color, #ECECEC);
|
|
448
|
+
background-image: none;
|
|
440
449
|
}
|
|
441
450
|
.pv-v2 .pv-button-primary {
|
|
442
451
|
color: var(--button-primary-color, #FFFFFF);
|
|
@@ -480,20 +489,28 @@
|
|
|
480
489
|
.pv-v2 .pv-button-secondary.pv-button-inverse:not(:disabled):active {
|
|
481
490
|
background-color: var(--color-background-interactive, #A8E6E1);
|
|
482
491
|
}
|
|
483
|
-
.pv-v2 .pv-button-tertiary
|
|
484
|
-
|
|
492
|
+
.pv-v2 .pv-button-tertiary,
|
|
493
|
+
.pv-v2 .pv-button-ghost-inverse {
|
|
494
|
+
background-color: var(--button-tertiary-background-color, #474C4B);
|
|
485
495
|
border-color: var(--button-tertiary-border-color, transparent);
|
|
486
496
|
}
|
|
487
|
-
.pv-v2 .pv-button-tertiary:not(:disabled)
|
|
488
|
-
|
|
497
|
+
.pv-v2 .pv-button-tertiary:not(:disabled),
|
|
498
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled) {
|
|
499
|
+
color: var(--button-tertiary-color, #FFFFFF);
|
|
489
500
|
}
|
|
490
|
-
.pv-v2 .pv-button-tertiary:not(:disabled):hover, .pv-v2 .pv-button-tertiary:not(:disabled):focus-visible
|
|
491
|
-
|
|
492
|
-
|
|
501
|
+
.pv-v2 .pv-button-tertiary:not(:disabled):hover, .pv-v2 .pv-button-tertiary:not(:disabled):focus-visible,
|
|
502
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled):hover,
|
|
503
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled):focus-visible {
|
|
504
|
+
color: var(--button-tertiary-hover-color, #FFFFFF);
|
|
505
|
+
background-color: var(--button-tertiary-hover-background-color, #353938);
|
|
493
506
|
}
|
|
494
|
-
.pv-v2 .pv-button-tertiary:not(:disabled):active
|
|
495
|
-
|
|
496
|
-
background-color: var(--button-tertiary-pressed-
|
|
507
|
+
.pv-v2 .pv-button-tertiary:not(:disabled):active,
|
|
508
|
+
.pv-v2 .pv-button-ghost-inverse:not(:disabled):active {
|
|
509
|
+
background-color: var(--button-tertiary-pressed-color, #FFFFFF);
|
|
510
|
+
background-color: var(--button-tertiary-pressed-background-color, #595F5E);
|
|
511
|
+
}
|
|
512
|
+
.pv-v2 .pv-button-ghost-inverse {
|
|
513
|
+
background-color: transparent;
|
|
497
514
|
}
|
|
498
515
|
.pv-v2 .pv-button-destructive {
|
|
499
516
|
color: var(--button-destructive-color, #801A00);
|
|
@@ -531,6 +548,24 @@
|
|
|
531
548
|
.pv-v2 .pv-button-ghost-destructive:not(:disabled):active {
|
|
532
549
|
background-color: #FFAD99;
|
|
533
550
|
}
|
|
551
|
+
.pv-v2 .pv-button-ai {
|
|
552
|
+
background-image: var(--button-ai-background-color, linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%));
|
|
553
|
+
border-color: var(--button-ai-border-color, transparent);
|
|
554
|
+
border-radius: var(--button-ai-radius, 2rem);
|
|
555
|
+
}
|
|
556
|
+
.pv-v2 .pv-button-ai:not(:disabled) {
|
|
557
|
+
color: var(--button-ai-color, #121313);
|
|
558
|
+
}
|
|
559
|
+
.pv-v2 .pv-button-ai:not(:disabled):hover, .pv-v2 .pv-button-ai:not(:disabled):focus-visible {
|
|
560
|
+
color: var(--button-ai-hover-color, #121313);
|
|
561
|
+
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
562
|
+
background-image: none;
|
|
563
|
+
}
|
|
564
|
+
.pv-v2 .pv-button-ai:not(:disabled):active {
|
|
565
|
+
color: var(--button-ai-pressed-color, #121313);
|
|
566
|
+
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
567
|
+
background-image: none;
|
|
568
|
+
}
|
|
534
569
|
.pv-v2 .pv-button-primary-outline {
|
|
535
570
|
border: 1px solid var(--button-primary-outline-border-color, #E3E7EA);
|
|
536
571
|
color: var(--button-primary-outline-color, #121313);
|
|
@@ -1845,9 +1880,6 @@
|
|
|
1845
1880
|
.pv-v2 [class*=pv-toast] p {
|
|
1846
1881
|
flex: 1;
|
|
1847
1882
|
}
|
|
1848
|
-
.pv-v2 [class*=pv-toast] svg {
|
|
1849
|
-
fill: #121313;
|
|
1850
|
-
}
|
|
1851
1883
|
.pv-v2 .pv-toast-info {
|
|
1852
1884
|
background-color: #F7F8F8;
|
|
1853
1885
|
}
|
|
@@ -1866,6 +1898,16 @@
|
|
|
1866
1898
|
.pv-v2 .pv-toast-error svg:not([class*=pv-button] svg) {
|
|
1867
1899
|
fill: #FF471A;
|
|
1868
1900
|
}
|
|
1901
|
+
.pv-v2 .pv-toast-dark {
|
|
1902
|
+
background-color: #242626;
|
|
1903
|
+
color: #FFFFFF;
|
|
1904
|
+
}
|
|
1905
|
+
.pv-v2 .pv-toast-dark svg:not([class*=pv-button] svg) {
|
|
1906
|
+
background-image: linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%);
|
|
1907
|
+
border-radius: 2rem;
|
|
1908
|
+
padding: 2px;
|
|
1909
|
+
fill: #121313;
|
|
1910
|
+
}
|
|
1869
1911
|
.pv-v2 .pv-pulsing-dot {
|
|
1870
1912
|
--color: #36C5BA;
|
|
1871
1913
|
--size: 6px;
|
|
@@ -4251,6 +4293,9 @@
|
|
|
4251
4293
|
.pv-v2 .pv-surface-brand-accent {
|
|
4252
4294
|
background-color: var(--color-background-brand-accent, #E8F2F4);
|
|
4253
4295
|
}
|
|
4296
|
+
.pv-v2 .pv-surface-inverse {
|
|
4297
|
+
background-color: var(--color-background-inverse, #242626);
|
|
4298
|
+
}
|
|
4254
4299
|
.pv-v2 .pv-surface-warning {
|
|
4255
4300
|
background-color: #FFEED9;
|
|
4256
4301
|
}
|
|
@@ -471,8 +471,10 @@
|
|
|
471
471
|
.pv-button-secondary,
|
|
472
472
|
.pv-button-tertiary,
|
|
473
473
|
.pv-button-ghost,
|
|
474
|
+
.pv-button-ghost-inverse,
|
|
474
475
|
.pv-button-destructive,
|
|
475
|
-
.pv-button-ghost-destructive
|
|
476
|
+
.pv-button-ghost-destructive,
|
|
477
|
+
.pv-button-ai {
|
|
476
478
|
padding: var(--button-padding, calc(0.25rem - 1px) 0.5rem);
|
|
477
479
|
}
|
|
478
480
|
.pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
|
|
@@ -482,20 +484,27 @@
|
|
|
482
484
|
.pv-button-tertiary:not(:disabled):focus-visible,
|
|
483
485
|
.pv-button-ghost:not(:disabled):hover,
|
|
484
486
|
.pv-button-ghost:not(:disabled):focus-visible,
|
|
487
|
+
.pv-button-ghost-inverse:not(:disabled):hover,
|
|
488
|
+
.pv-button-ghost-inverse:not(:disabled):focus-visible,
|
|
485
489
|
.pv-button-destructive:not(:disabled):hover,
|
|
486
490
|
.pv-button-destructive:not(:disabled):focus-visible,
|
|
487
491
|
.pv-button-ghost-destructive:not(:disabled):hover,
|
|
488
|
-
.pv-button-ghost-destructive:not(:disabled):focus-visible
|
|
492
|
+
.pv-button-ghost-destructive:not(:disabled):focus-visible,
|
|
493
|
+
.pv-button-ai:not(:disabled):hover,
|
|
494
|
+
.pv-button-ai:not(:disabled):focus-visible {
|
|
489
495
|
text-decoration: none;
|
|
490
496
|
}
|
|
491
497
|
.pv-button-primary:disabled,
|
|
492
498
|
.pv-button-secondary:disabled,
|
|
493
499
|
.pv-button-tertiary:disabled,
|
|
494
500
|
.pv-button-ghost:disabled,
|
|
501
|
+
.pv-button-ghost-inverse:disabled,
|
|
495
502
|
.pv-button-destructive:disabled,
|
|
496
|
-
.pv-button-ghost-destructive:disabled
|
|
503
|
+
.pv-button-ghost-destructive:disabled,
|
|
504
|
+
.pv-button-ai:disabled {
|
|
497
505
|
color: var(--button-disabled-color, #4B595C);
|
|
498
506
|
background-color: var(--button-disabled-background-color, #ECECEC);
|
|
507
|
+
background-image: none;
|
|
499
508
|
}
|
|
500
509
|
|
|
501
510
|
.pv-button-primary {
|
|
@@ -543,20 +552,29 @@
|
|
|
543
552
|
background-color: var(--color-background-interactive, #A8E6E1);
|
|
544
553
|
}
|
|
545
554
|
|
|
546
|
-
.pv-button-tertiary
|
|
547
|
-
|
|
555
|
+
.pv-button-tertiary,
|
|
556
|
+
.pv-button-ghost-inverse {
|
|
557
|
+
background-color: var(--button-tertiary-background-color, #474C4B);
|
|
548
558
|
border-color: var(--button-tertiary-border-color, transparent);
|
|
549
559
|
}
|
|
550
|
-
.pv-button-tertiary:not(:disabled)
|
|
551
|
-
|
|
560
|
+
.pv-button-tertiary:not(:disabled),
|
|
561
|
+
.pv-button-ghost-inverse:not(:disabled) {
|
|
562
|
+
color: var(--button-tertiary-color, #FFFFFF);
|
|
552
563
|
}
|
|
553
|
-
.pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible
|
|
554
|
-
|
|
555
|
-
|
|
564
|
+
.pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible,
|
|
565
|
+
.pv-button-ghost-inverse:not(:disabled):hover,
|
|
566
|
+
.pv-button-ghost-inverse:not(:disabled):focus-visible {
|
|
567
|
+
color: var(--button-tertiary-hover-color, #FFFFFF);
|
|
568
|
+
background-color: var(--button-tertiary-hover-background-color, #353938);
|
|
556
569
|
}
|
|
557
|
-
.pv-button-tertiary:not(:disabled):active
|
|
558
|
-
|
|
559
|
-
background-color: var(--button-tertiary-pressed-
|
|
570
|
+
.pv-button-tertiary:not(:disabled):active,
|
|
571
|
+
.pv-button-ghost-inverse:not(:disabled):active {
|
|
572
|
+
background-color: var(--button-tertiary-pressed-color, #FFFFFF);
|
|
573
|
+
background-color: var(--button-tertiary-pressed-background-color, #595F5E);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.pv-button-ghost-inverse {
|
|
577
|
+
background-color: transparent;
|
|
560
578
|
}
|
|
561
579
|
|
|
562
580
|
.pv-button-destructive {
|
|
@@ -599,6 +617,25 @@
|
|
|
599
617
|
background-color: #FFAD99;
|
|
600
618
|
}
|
|
601
619
|
|
|
620
|
+
.pv-button-ai {
|
|
621
|
+
background-image: var(--button-ai-background-color, linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%));
|
|
622
|
+
border-color: var(--button-ai-border-color, transparent);
|
|
623
|
+
border-radius: var(--button-ai-radius, 2rem);
|
|
624
|
+
}
|
|
625
|
+
.pv-button-ai:not(:disabled) {
|
|
626
|
+
color: var(--button-ai-color, #121313);
|
|
627
|
+
}
|
|
628
|
+
.pv-button-ai:not(:disabled):hover, .pv-button-ai:not(:disabled):focus-visible {
|
|
629
|
+
color: var(--button-ai-hover-color, #121313);
|
|
630
|
+
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
631
|
+
background-image: none;
|
|
632
|
+
}
|
|
633
|
+
.pv-button-ai:not(:disabled):active {
|
|
634
|
+
color: var(--button-ai-pressed-color, #121313);
|
|
635
|
+
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
636
|
+
background-image: none;
|
|
637
|
+
}
|
|
638
|
+
|
|
602
639
|
.pv-button-primary-outline {
|
|
603
640
|
border: 1px solid var(--button-primary-outline-border-color, #E3E7EA);
|
|
604
641
|
color: var(--button-primary-outline-color, #121313);
|
|
@@ -1994,9 +2031,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1994
2031
|
[class*=pv-toast] p {
|
|
1995
2032
|
flex: 1;
|
|
1996
2033
|
}
|
|
1997
|
-
[class*=pv-toast] svg {
|
|
1998
|
-
fill: #121313;
|
|
1999
|
-
}
|
|
2000
2034
|
|
|
2001
2035
|
.pv-toast-info {
|
|
2002
2036
|
background-color: #F7F8F8;
|
|
@@ -2019,6 +2053,17 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2019
2053
|
fill: #FF471A;
|
|
2020
2054
|
}
|
|
2021
2055
|
|
|
2056
|
+
.pv-toast-dark {
|
|
2057
|
+
background-color: #242626;
|
|
2058
|
+
color: #FFFFFF;
|
|
2059
|
+
}
|
|
2060
|
+
.pv-toast-dark svg:not([class*=pv-button] svg) {
|
|
2061
|
+
background-image: linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%);
|
|
2062
|
+
border-radius: 2rem;
|
|
2063
|
+
padding: 2px;
|
|
2064
|
+
fill: #121313;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2022
2067
|
.pv-pulsing-dot {
|
|
2023
2068
|
--color: #36C5BA;
|
|
2024
2069
|
--size: 6px;
|
|
@@ -4617,6 +4662,10 @@ body:has(.pv-layout-primary) {
|
|
|
4617
4662
|
background-color: var(--color-background-brand-accent, #E8F2F4);
|
|
4618
4663
|
}
|
|
4619
4664
|
|
|
4665
|
+
.pv-surface-inverse {
|
|
4666
|
+
background-color: var(--color-background-inverse, #242626);
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4620
4669
|
.pv-surface-warning {
|
|
4621
4670
|
background-color: #FFEED9;
|
|
4622
4671
|
}
|
|
@@ -476,8 +476,10 @@
|
|
|
476
476
|
.pv-button-secondary,
|
|
477
477
|
.pv-button-tertiary,
|
|
478
478
|
.pv-button-ghost,
|
|
479
|
+
.pv-button-ghost-inverse,
|
|
479
480
|
.pv-button-destructive,
|
|
480
|
-
.pv-button-ghost-destructive
|
|
481
|
+
.pv-button-ghost-destructive,
|
|
482
|
+
.pv-button-ai {
|
|
481
483
|
padding: var(--button-padding, 0.6875rem 1.25rem);
|
|
482
484
|
}
|
|
483
485
|
.pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
|
|
@@ -487,20 +489,27 @@
|
|
|
487
489
|
.pv-button-tertiary:not(:disabled):focus-visible,
|
|
488
490
|
.pv-button-ghost:not(:disabled):hover,
|
|
489
491
|
.pv-button-ghost:not(:disabled):focus-visible,
|
|
492
|
+
.pv-button-ghost-inverse:not(:disabled):hover,
|
|
493
|
+
.pv-button-ghost-inverse:not(:disabled):focus-visible,
|
|
490
494
|
.pv-button-destructive:not(:disabled):hover,
|
|
491
495
|
.pv-button-destructive:not(:disabled):focus-visible,
|
|
492
496
|
.pv-button-ghost-destructive:not(:disabled):hover,
|
|
493
|
-
.pv-button-ghost-destructive:not(:disabled):focus-visible
|
|
497
|
+
.pv-button-ghost-destructive:not(:disabled):focus-visible,
|
|
498
|
+
.pv-button-ai:not(:disabled):hover,
|
|
499
|
+
.pv-button-ai:not(:disabled):focus-visible {
|
|
494
500
|
text-decoration: none;
|
|
495
501
|
}
|
|
496
502
|
.pv-button-primary:disabled,
|
|
497
503
|
.pv-button-secondary:disabled,
|
|
498
504
|
.pv-button-tertiary:disabled,
|
|
499
505
|
.pv-button-ghost:disabled,
|
|
506
|
+
.pv-button-ghost-inverse:disabled,
|
|
500
507
|
.pv-button-destructive:disabled,
|
|
501
|
-
.pv-button-ghost-destructive:disabled
|
|
508
|
+
.pv-button-ghost-destructive:disabled,
|
|
509
|
+
.pv-button-ai:disabled {
|
|
502
510
|
color: var(--button-disabled-color, #6E7784);
|
|
503
511
|
background-color: var(--button-disabled-background-color, #DCDFE4);
|
|
512
|
+
background-image: none;
|
|
504
513
|
}
|
|
505
514
|
|
|
506
515
|
.pv-button-primary {
|
|
@@ -548,22 +557,31 @@
|
|
|
548
557
|
background-color: var(--color-background-interactive, #A8E6E1);
|
|
549
558
|
}
|
|
550
559
|
|
|
551
|
-
.pv-button-tertiary
|
|
560
|
+
.pv-button-tertiary,
|
|
561
|
+
.pv-button-ghost-inverse {
|
|
552
562
|
background-color: var(--button-tertiary-background-color, #A8E6E1);
|
|
553
563
|
border-color: var(--button-tertiary-border-color, transparent);
|
|
554
564
|
}
|
|
555
|
-
.pv-button-tertiary:not(:disabled)
|
|
565
|
+
.pv-button-tertiary:not(:disabled),
|
|
566
|
+
.pv-button-ghost-inverse:not(:disabled) {
|
|
556
567
|
color: var(--button-tertiary-color, #02363D);
|
|
557
568
|
}
|
|
558
|
-
.pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible
|
|
569
|
+
.pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible,
|
|
570
|
+
.pv-button-ghost-inverse:not(:disabled):hover,
|
|
571
|
+
.pv-button-ghost-inverse:not(:disabled):focus-visible {
|
|
559
572
|
color: var(--button-tertiary-hover-color, #02363D);
|
|
560
573
|
background-color: var(--button-tertiary-hover-background-color, #6FD6CE);
|
|
561
574
|
}
|
|
562
|
-
.pv-button-tertiary:not(:disabled):active
|
|
575
|
+
.pv-button-tertiary:not(:disabled):active,
|
|
576
|
+
.pv-button-ghost-inverse:not(:disabled):active {
|
|
563
577
|
background-color: var(--button-tertiary-pressed-color, #02363D);
|
|
564
578
|
background-color: var(--button-tertiary-pressed-background-color, #6FD6CE);
|
|
565
579
|
}
|
|
566
580
|
|
|
581
|
+
.pv-button-ghost-inverse {
|
|
582
|
+
background-color: transparent;
|
|
583
|
+
}
|
|
584
|
+
|
|
567
585
|
.pv-button-destructive {
|
|
568
586
|
color: var(--button-destructive-color, #FFFFFF);
|
|
569
587
|
background-color: var(--button-destructive-background-color, #DA1E28);
|
|
@@ -604,6 +622,25 @@
|
|
|
604
622
|
background-color: #A2191F;
|
|
605
623
|
}
|
|
606
624
|
|
|
625
|
+
.pv-button-ai {
|
|
626
|
+
background-image: var(--button-ai-background-color, linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%));
|
|
627
|
+
border-color: var(--button-ai-border-color, transparent);
|
|
628
|
+
border-radius: var(--button-ai-radius, 2rem);
|
|
629
|
+
}
|
|
630
|
+
.pv-button-ai:not(:disabled) {
|
|
631
|
+
color: var(--button-ai-color, #121313);
|
|
632
|
+
}
|
|
633
|
+
.pv-button-ai:not(:disabled):hover, .pv-button-ai:not(:disabled):focus-visible {
|
|
634
|
+
color: var(--button-ai-hover-color, #121313);
|
|
635
|
+
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
636
|
+
background-image: none;
|
|
637
|
+
}
|
|
638
|
+
.pv-button-ai:not(:disabled):active {
|
|
639
|
+
color: var(--button-ai-pressed-color, #121313);
|
|
640
|
+
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
641
|
+
background-image: none;
|
|
642
|
+
}
|
|
643
|
+
|
|
607
644
|
.pv-button-primary-outline {
|
|
608
645
|
border: 2px solid var(--button-primary-outline-border-color, #176F6F);
|
|
609
646
|
color: var(--button-primary-outline-color, #176F6F);
|
|
@@ -1999,9 +2036,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1999
2036
|
[class*=pv-toast] p {
|
|
2000
2037
|
flex: 1;
|
|
2001
2038
|
}
|
|
2002
|
-
[class*=pv-toast] svg {
|
|
2003
|
-
fill: #FFFFFF;
|
|
2004
|
-
}
|
|
2005
2039
|
|
|
2006
2040
|
.pv-toast-info {
|
|
2007
2041
|
background-color: #F7F8F8;
|
|
@@ -2024,6 +2058,17 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2024
2058
|
fill: #FFFFFF;
|
|
2025
2059
|
}
|
|
2026
2060
|
|
|
2061
|
+
.pv-toast-dark {
|
|
2062
|
+
background-color: #242626;
|
|
2063
|
+
color: #FFFFFF;
|
|
2064
|
+
}
|
|
2065
|
+
.pv-toast-dark svg:not([class*=pv-button] svg) {
|
|
2066
|
+
background-image: linear-gradient(138deg, #F1E8FF 4.38%, #D7F3F1 99.39%);
|
|
2067
|
+
border-radius: 2rem;
|
|
2068
|
+
padding: 2px;
|
|
2069
|
+
fill: #121313;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2027
2072
|
.pv-pulsing-dot {
|
|
2028
2073
|
--color: #36C5BA;
|
|
2029
2074
|
--size: 6px;
|
|
@@ -4622,6 +4667,10 @@ body:has(.pv-layout-primary) {
|
|
|
4622
4667
|
background-color: var(--color-background-brand-accent, #F3FCFB);
|
|
4623
4668
|
}
|
|
4624
4669
|
|
|
4670
|
+
.pv-surface-inverse {
|
|
4671
|
+
background-color: var(--color-background-inverse, #242626);
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4625
4674
|
.pv-surface-warning {
|
|
4626
4675
|
background-color: #FAECCC;
|
|
4627
4676
|
}
|