@turquoisehealth/pit-viper 2.69.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,6 +412,7 @@
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
417
  .pv-v2 .pv-button-ghost-destructive,
417
418
  .pv-v2 .pv-button-ai {
@@ -424,6 +425,8 @@
424
425
  .pv-v2 .pv-button-tertiary:not(:disabled):focus-visible,
425
426
  .pv-v2 .pv-button-ghost:not(:disabled):hover,
426
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,
427
430
  .pv-v2 .pv-button-destructive:not(:disabled):hover,
428
431
  .pv-v2 .pv-button-destructive:not(:disabled):focus-visible,
429
432
  .pv-v2 .pv-button-ghost-destructive:not(:disabled):hover,
@@ -436,6 +439,7 @@
436
439
  .pv-v2 .pv-button-secondary:disabled,
437
440
  .pv-v2 .pv-button-tertiary:disabled,
438
441
  .pv-v2 .pv-button-ghost:disabled,
442
+ .pv-v2 .pv-button-ghost-inverse:disabled,
439
443
  .pv-v2 .pv-button-destructive:disabled,
440
444
  .pv-v2 .pv-button-ghost-destructive:disabled,
441
445
  .pv-v2 .pv-button-ai:disabled {
@@ -485,21 +489,29 @@
485
489
  .pv-v2 .pv-button-secondary.pv-button-inverse:not(:disabled):active {
486
490
  background-color: var(--color-background-interactive, #A8E6E1);
487
491
  }
488
- .pv-v2 .pv-button-tertiary {
492
+ .pv-v2 .pv-button-tertiary,
493
+ .pv-v2 .pv-button-ghost-inverse {
489
494
  background-color: var(--button-tertiary-background-color, #474C4B);
490
495
  border-color: var(--button-tertiary-border-color, transparent);
491
496
  }
492
- .pv-v2 .pv-button-tertiary:not(:disabled) {
497
+ .pv-v2 .pv-button-tertiary:not(:disabled),
498
+ .pv-v2 .pv-button-ghost-inverse:not(:disabled) {
493
499
  color: var(--button-tertiary-color, #FFFFFF);
494
500
  }
495
- .pv-v2 .pv-button-tertiary:not(:disabled):hover, .pv-v2 .pv-button-tertiary:not(:disabled):focus-visible {
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 {
496
504
  color: var(--button-tertiary-hover-color, #FFFFFF);
497
505
  background-color: var(--button-tertiary-hover-background-color, #353938);
498
506
  }
499
- .pv-v2 .pv-button-tertiary:not(:disabled):active {
507
+ .pv-v2 .pv-button-tertiary:not(:disabled):active,
508
+ .pv-v2 .pv-button-ghost-inverse:not(:disabled):active {
500
509
  background-color: var(--button-tertiary-pressed-color, #FFFFFF);
501
510
  background-color: var(--button-tertiary-pressed-background-color, #595F5E);
502
511
  }
512
+ .pv-v2 .pv-button-ghost-inverse {
513
+ background-color: transparent;
514
+ }
503
515
  .pv-v2 .pv-button-destructive {
504
516
  color: var(--button-destructive-color, #801A00);
505
517
  background-color: var(--button-destructive-background-color, #FFEFEB);
@@ -1868,9 +1880,6 @@
1868
1880
  .pv-v2 [class*=pv-toast] p {
1869
1881
  flex: 1;
1870
1882
  }
1871
- .pv-v2 [class*=pv-toast] svg {
1872
- fill: #121313;
1873
- }
1874
1883
  .pv-v2 .pv-toast-info {
1875
1884
  background-color: #F7F8F8;
1876
1885
  }
@@ -1899,14 +1908,6 @@
1899
1908
  padding: 2px;
1900
1909
  fill: #121313;
1901
1910
  }
1902
- .pv-v2 .pv-toast-dark [class*=pv-button] svg {
1903
- fill: #FFFFFF;
1904
- }
1905
- .pv-v2 .pv-toast-dark [class*=pv-button]:hover svg,
1906
- .pv-v2 .pv-toast-dark [class*=pv-button]:focus-visible svg,
1907
- .pv-v2 .pv-toast-dark [class*=pv-button]:active svg {
1908
- fill: #121313;
1909
- }
1910
1911
  .pv-v2 .pv-pulsing-dot {
1911
1912
  --color: #36C5BA;
1912
1913
  --size: 6px;
@@ -4292,6 +4293,9 @@
4292
4293
  .pv-v2 .pv-surface-brand-accent {
4293
4294
  background-color: var(--color-background-brand-accent, #E8F2F4);
4294
4295
  }
4296
+ .pv-v2 .pv-surface-inverse {
4297
+ background-color: var(--color-background-inverse, #242626);
4298
+ }
4295
4299
  .pv-v2 .pv-surface-warning {
4296
4300
  background-color: #FFEED9;
4297
4301
  }
@@ -471,6 +471,7 @@
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
476
  .pv-button-ghost-destructive,
476
477
  .pv-button-ai {
@@ -483,6 +484,8 @@
483
484
  .pv-button-tertiary:not(:disabled):focus-visible,
484
485
  .pv-button-ghost:not(:disabled):hover,
485
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,
486
489
  .pv-button-destructive:not(:disabled):hover,
487
490
  .pv-button-destructive:not(:disabled):focus-visible,
488
491
  .pv-button-ghost-destructive:not(:disabled):hover,
@@ -495,6 +498,7 @@
495
498
  .pv-button-secondary:disabled,
496
499
  .pv-button-tertiary:disabled,
497
500
  .pv-button-ghost:disabled,
501
+ .pv-button-ghost-inverse:disabled,
498
502
  .pv-button-destructive:disabled,
499
503
  .pv-button-ghost-destructive:disabled,
500
504
  .pv-button-ai:disabled {
@@ -548,22 +552,31 @@
548
552
  background-color: var(--color-background-interactive, #A8E6E1);
549
553
  }
550
554
 
551
- .pv-button-tertiary {
555
+ .pv-button-tertiary,
556
+ .pv-button-ghost-inverse {
552
557
  background-color: var(--button-tertiary-background-color, #474C4B);
553
558
  border-color: var(--button-tertiary-border-color, transparent);
554
559
  }
555
- .pv-button-tertiary:not(:disabled) {
560
+ .pv-button-tertiary:not(:disabled),
561
+ .pv-button-ghost-inverse:not(:disabled) {
556
562
  color: var(--button-tertiary-color, #FFFFFF);
557
563
  }
558
- .pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible {
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 {
559
567
  color: var(--button-tertiary-hover-color, #FFFFFF);
560
568
  background-color: var(--button-tertiary-hover-background-color, #353938);
561
569
  }
562
- .pv-button-tertiary:not(:disabled):active {
570
+ .pv-button-tertiary:not(:disabled):active,
571
+ .pv-button-ghost-inverse:not(:disabled):active {
563
572
  background-color: var(--button-tertiary-pressed-color, #FFFFFF);
564
573
  background-color: var(--button-tertiary-pressed-background-color, #595F5E);
565
574
  }
566
575
 
576
+ .pv-button-ghost-inverse {
577
+ background-color: transparent;
578
+ }
579
+
567
580
  .pv-button-destructive {
568
581
  color: var(--button-destructive-color, #801A00);
569
582
  background-color: var(--button-destructive-background-color, #FFEFEB);
@@ -2018,9 +2031,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
2018
2031
  [class*=pv-toast] p {
2019
2032
  flex: 1;
2020
2033
  }
2021
- [class*=pv-toast] svg {
2022
- fill: #121313;
2023
- }
2024
2034
 
2025
2035
  .pv-toast-info {
2026
2036
  background-color: #F7F8F8;
@@ -2053,14 +2063,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
2053
2063
  padding: 2px;
2054
2064
  fill: #121313;
2055
2065
  }
2056
- .pv-toast-dark [class*=pv-button] svg {
2057
- fill: #FFFFFF;
2058
- }
2059
- .pv-toast-dark [class*=pv-button]:hover svg,
2060
- .pv-toast-dark [class*=pv-button]:focus-visible svg,
2061
- .pv-toast-dark [class*=pv-button]:active svg {
2062
- fill: #121313;
2063
- }
2064
2066
 
2065
2067
  .pv-pulsing-dot {
2066
2068
  --color: #36C5BA;
@@ -4660,6 +4662,10 @@ body:has(.pv-layout-primary) {
4660
4662
  background-color: var(--color-background-brand-accent, #E8F2F4);
4661
4663
  }
4662
4664
 
4665
+ .pv-surface-inverse {
4666
+ background-color: var(--color-background-inverse, #242626);
4667
+ }
4668
+
4663
4669
  .pv-surface-warning {
4664
4670
  background-color: #FFEED9;
4665
4671
  }
@@ -476,6 +476,7 @@
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
481
  .pv-button-ghost-destructive,
481
482
  .pv-button-ai {
@@ -488,6 +489,8 @@
488
489
  .pv-button-tertiary:not(:disabled):focus-visible,
489
490
  .pv-button-ghost:not(:disabled):hover,
490
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,
491
494
  .pv-button-destructive:not(:disabled):hover,
492
495
  .pv-button-destructive:not(:disabled):focus-visible,
493
496
  .pv-button-ghost-destructive:not(:disabled):hover,
@@ -500,6 +503,7 @@
500
503
  .pv-button-secondary:disabled,
501
504
  .pv-button-tertiary:disabled,
502
505
  .pv-button-ghost:disabled,
506
+ .pv-button-ghost-inverse:disabled,
503
507
  .pv-button-destructive:disabled,
504
508
  .pv-button-ghost-destructive:disabled,
505
509
  .pv-button-ai:disabled {
@@ -553,22 +557,31 @@
553
557
  background-color: var(--color-background-interactive, #A8E6E1);
554
558
  }
555
559
 
556
- .pv-button-tertiary {
560
+ .pv-button-tertiary,
561
+ .pv-button-ghost-inverse {
557
562
  background-color: var(--button-tertiary-background-color, #A8E6E1);
558
563
  border-color: var(--button-tertiary-border-color, transparent);
559
564
  }
560
- .pv-button-tertiary:not(:disabled) {
565
+ .pv-button-tertiary:not(:disabled),
566
+ .pv-button-ghost-inverse:not(:disabled) {
561
567
  color: var(--button-tertiary-color, #02363D);
562
568
  }
563
- .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 {
564
572
  color: var(--button-tertiary-hover-color, #02363D);
565
573
  background-color: var(--button-tertiary-hover-background-color, #6FD6CE);
566
574
  }
567
- .pv-button-tertiary:not(:disabled):active {
575
+ .pv-button-tertiary:not(:disabled):active,
576
+ .pv-button-ghost-inverse:not(:disabled):active {
568
577
  background-color: var(--button-tertiary-pressed-color, #02363D);
569
578
  background-color: var(--button-tertiary-pressed-background-color, #6FD6CE);
570
579
  }
571
580
 
581
+ .pv-button-ghost-inverse {
582
+ background-color: transparent;
583
+ }
584
+
572
585
  .pv-button-destructive {
573
586
  color: var(--button-destructive-color, #FFFFFF);
574
587
  background-color: var(--button-destructive-background-color, #DA1E28);
@@ -2023,9 +2036,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
2023
2036
  [class*=pv-toast] p {
2024
2037
  flex: 1;
2025
2038
  }
2026
- [class*=pv-toast] svg {
2027
- fill: #FFFFFF;
2028
- }
2029
2039
 
2030
2040
  .pv-toast-info {
2031
2041
  background-color: #F7F8F8;
@@ -2058,14 +2068,6 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
2058
2068
  padding: 2px;
2059
2069
  fill: #121313;
2060
2070
  }
2061
- .pv-toast-dark [class*=pv-button] svg {
2062
- fill: #FFFFFF;
2063
- }
2064
- .pv-toast-dark [class*=pv-button]:hover svg,
2065
- .pv-toast-dark [class*=pv-button]:focus-visible svg,
2066
- .pv-toast-dark [class*=pv-button]:active svg {
2067
- fill: #121313;
2068
- }
2069
2071
 
2070
2072
  .pv-pulsing-dot {
2071
2073
  --color: #36C5BA;
@@ -4665,6 +4667,10 @@ body:has(.pv-layout-primary) {
4665
4667
  background-color: var(--color-background-brand-accent, #F3FCFB);
4666
4668
  }
4667
4669
 
4670
+ .pv-surface-inverse {
4671
+ background-color: var(--color-background-inverse, #242626);
4672
+ }
4673
+
4668
4674
  .pv-surface-warning {
4669
4675
  background-color: #FAECCC;
4670
4676
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.69.0",
3
+ "version": "2.70.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {