@turquoisehealth/pit-viper 2.147.1-dev.0 → 2.149.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.
@@ -155,7 +155,7 @@
155
155
  }
156
156
 
157
157
  [class*=pv-heading] {
158
- font-family: var(--font-family-body, Inter, sans-serif);
158
+ font-family: var(--font-family-body, HK Grotesk, sans-serif);
159
159
  font-weight: 600;
160
160
  letter-spacing: 0.2px;
161
161
  }
@@ -445,6 +445,7 @@
445
445
  :where([class*=pv-button]),
446
446
  :where([class*=pv-segmented-control] button) {
447
447
  background-color: transparent;
448
+ background-image: none;
448
449
  border: 1px solid transparent;
449
450
  cursor: pointer;
450
451
  display: flex;
@@ -513,13 +514,16 @@
513
514
  .pv-button-primary {
514
515
  color: var(--button-primary-color, #FFFFFF);
515
516
  background-color: var(--button-primary-background-color, #13595D);
517
+ background-image: var(--button-primary-background-image, none);
516
518
  }
517
519
  .pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible {
518
520
  color: var(--button-primary-hover-color, #FFFFFF);
519
521
  background-color: var(--button-primary-hover-background-color, #0D5256);
522
+ background-image: var(--button-primary-hover-background-image, none);
520
523
  }
521
524
  .pv-button-primary:not(:disabled):active {
522
525
  background-color: var(--button-primary-pressed-background-color, #02363D);
526
+ background-image: var(--button-primary-pressed-background-image, none);
523
527
  }
524
528
 
525
529
  .pv-button-primary.pv-button-inverse {