@turquoisehealth/pit-viper 2.112.1 → 2.114.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.
@@ -1600,6 +1600,24 @@
1600
1600
  width: 12px;
1601
1601
  border-radius: 2px;
1602
1602
  }
1603
+ .pv-v2 .pv-avatar[data-style="2"] {
1604
+ background-color: #16696D;
1605
+ }
1606
+ .pv-v2 .pv-avatar[data-style="3"] {
1607
+ background-color: #FF7A4E;
1608
+ }
1609
+ .pv-v2 .pv-avatar[data-style="4"] {
1610
+ background-color: #C97AEB;
1611
+ }
1612
+ .pv-v2 .pv-avatar[data-style="5"] {
1613
+ background-color: #F2AD0D;
1614
+ }
1615
+ .pv-v2 .pv-avatar[data-style="6"] {
1616
+ background-color: #7C8AF4;
1617
+ }
1618
+ .pv-v2 .pv-avatar[data-style="7"] {
1619
+ background-color: #95C54C;
1620
+ }
1603
1621
  .pv-v2 .pv-nav-list,
1604
1622
  .pv-v2 .pv-nav-list[data-collapsed],
1605
1623
  .pv-v2 [data-collapsed] .pv-nav-list {
@@ -2949,6 +2967,9 @@
2949
2967
  position: absolute;
2950
2968
  left: var(--progress);
2951
2969
  }
2970
+ .pv-v2 .pv-progress-bar[data-disabled] {
2971
+ background: linear-gradient(90deg, #C1CAC9 var(--progress), #E3E7EA var(--progress));
2972
+ }
2952
2973
  .pv-v2 .pv-tooltip,
2953
2974
  .pv-v2 .pv-hover-card {
2954
2975
  --max-width: 320px;
@@ -3301,10 +3322,29 @@
3301
3322
  line-height: 1.33333333;
3302
3323
  font-weight: 500;
3303
3324
  }
3325
+ .pv-v2 .pv-action-bar-container > ::slotted(*) {
3326
+ display: flex;
3327
+ align-items: center;
3328
+ white-space: nowrap;
3329
+ justify-content: unset;
3330
+ gap: 0.5rem;
3331
+ background-color: #242626;
3332
+ color: #FFFFFF;
3333
+ padding: 0.5rem 0.75rem;
3334
+ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
3335
+ border-radius: 8px;
3336
+ font-size: 0.75rem;
3337
+ line-height: 1.33333333;
3338
+ font-weight: 500;
3339
+ }
3304
3340
  .pv-v2 .pv-action-bar-container[data-style=white] > div {
3305
3341
  background-color: #FFFFFF;
3306
3342
  color: #121313;
3307
3343
  }
3344
+ .pv-v2 .pv-action-bar-container[data-style=white] > ::slotted(*) {
3345
+ background-color: #FFFFFF;
3346
+ color: #121313;
3347
+ }
3308
3348
  .pv-v2 .pv-card {
3309
3349
  position: relative;
3310
3350
  border: 1px solid var(--card-border-color, #E3E7EA);
@@ -4448,6 +4488,27 @@
4448
4488
  .pv-v2 svg.pv-text-inherit {
4449
4489
  fill: currentColor;
4450
4490
  }
4491
+ .pv-v2 .pv-data-surface-visualization-1 {
4492
+ background-color: #36C5BA;
4493
+ }
4494
+ .pv-v2 .pv-data-surface-visualization-2 {
4495
+ background-color: #16696D;
4496
+ }
4497
+ .pv-v2 .pv-data-surface-visualization-3 {
4498
+ background-color: #FF7A4E;
4499
+ }
4500
+ .pv-v2 .pv-data-surface-visualization-4 {
4501
+ background-color: #C97AEB;
4502
+ }
4503
+ .pv-v2 .pv-data-surface-visualization-5 {
4504
+ background-color: #F2AD0D;
4505
+ }
4506
+ .pv-v2 .pv-data-surface-visualization-6 {
4507
+ background-color: #7C8AF4;
4508
+ }
4509
+ .pv-v2 .pv-data-surface-visualization-7 {
4510
+ background-color: #95C54C;
4511
+ }
4451
4512
  .pv-v2 .pv-flex,
4452
4513
  .pv-v2 .pv-flex-vertical,
4453
4514
  .pv-v2 .pv-flex-inline {
@@ -1738,6 +1738,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1738
1738
  border-radius: 2px;
1739
1739
  }
1740
1740
 
1741
+ .pv-avatar[data-style="2"] {
1742
+ background-color: #16696D;
1743
+ }
1744
+
1745
+ .pv-avatar[data-style="3"] {
1746
+ background-color: #FF7A4E;
1747
+ }
1748
+
1749
+ .pv-avatar[data-style="4"] {
1750
+ background-color: #C97AEB;
1751
+ }
1752
+
1753
+ .pv-avatar[data-style="5"] {
1754
+ background-color: #F2AD0D;
1755
+ }
1756
+
1757
+ .pv-avatar[data-style="6"] {
1758
+ background-color: #7C8AF4;
1759
+ }
1760
+
1761
+ .pv-avatar[data-style="7"] {
1762
+ background-color: #95C54C;
1763
+ }
1764
+
1741
1765
  .pv-nav-list,
1742
1766
  .pv-nav-list[data-collapsed],
1743
1767
  [data-collapsed] .pv-nav-list {
@@ -3205,6 +3229,9 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3205
3229
  position: absolute;
3206
3230
  left: var(--progress);
3207
3231
  }
3232
+ .pv-progress-bar[data-disabled] {
3233
+ background: linear-gradient(90deg, #C1CAC9 var(--progress), #E3E7EA var(--progress));
3234
+ }
3208
3235
 
3209
3236
  .pv-tooltip,
3210
3237
  .pv-hover-card {
@@ -3575,11 +3602,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3575
3602
  font-weight: 500;
3576
3603
  }
3577
3604
 
3605
+ .pv-action-bar-container > ::slotted(*) {
3606
+ display: flex;
3607
+ align-items: center;
3608
+ white-space: nowrap;
3609
+ justify-content: unset;
3610
+ gap: 0.5rem;
3611
+ background-color: #242626;
3612
+ color: #FFFFFF;
3613
+ padding: 0.5rem 0.75rem;
3614
+ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
3615
+ border-radius: 8px;
3616
+ font-size: 0.75rem;
3617
+ line-height: 1.33333333;
3618
+ font-weight: 500;
3619
+ }
3620
+
3578
3621
  .pv-action-bar-container[data-style=white] > div {
3579
3622
  background-color: #FFFFFF;
3580
3623
  color: #121313;
3581
3624
  }
3582
3625
 
3626
+ .pv-action-bar-container[data-style=white] > ::slotted(*) {
3627
+ background-color: #FFFFFF;
3628
+ color: #121313;
3629
+ }
3630
+
3583
3631
  .pv-card {
3584
3632
  position: relative;
3585
3633
  border: 1px solid var(--card-border-color, #E3E7EA);
@@ -4849,6 +4897,34 @@ svg.pv-text-inherit {
4849
4897
  fill: currentColor;
4850
4898
  }
4851
4899
 
4900
+ .pv-data-surface-visualization-1 {
4901
+ background-color: #36C5BA;
4902
+ }
4903
+
4904
+ .pv-data-surface-visualization-2 {
4905
+ background-color: #16696D;
4906
+ }
4907
+
4908
+ .pv-data-surface-visualization-3 {
4909
+ background-color: #FF7A4E;
4910
+ }
4911
+
4912
+ .pv-data-surface-visualization-4 {
4913
+ background-color: #C97AEB;
4914
+ }
4915
+
4916
+ .pv-data-surface-visualization-5 {
4917
+ background-color: #F2AD0D;
4918
+ }
4919
+
4920
+ .pv-data-surface-visualization-6 {
4921
+ background-color: #7C8AF4;
4922
+ }
4923
+
4924
+ .pv-data-surface-visualization-7 {
4925
+ background-color: #95C54C;
4926
+ }
4927
+
4852
4928
  .pv-flex,
4853
4929
  .pv-flex-vertical,
4854
4930
  .pv-flex-inline {
@@ -1743,6 +1743,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1743
1743
  border-radius: 2px;
1744
1744
  }
1745
1745
 
1746
+ .pv-avatar[data-style="2"] {
1747
+ background-color: #16696D;
1748
+ }
1749
+
1750
+ .pv-avatar[data-style="3"] {
1751
+ background-color: #FF7A4E;
1752
+ }
1753
+
1754
+ .pv-avatar[data-style="4"] {
1755
+ background-color: #C97AEB;
1756
+ }
1757
+
1758
+ .pv-avatar[data-style="5"] {
1759
+ background-color: #F2AD0D;
1760
+ }
1761
+
1762
+ .pv-avatar[data-style="6"] {
1763
+ background-color: #7C8AF4;
1764
+ }
1765
+
1766
+ .pv-avatar[data-style="7"] {
1767
+ background-color: #95C54C;
1768
+ }
1769
+
1746
1770
  .pv-nav-list,
1747
1771
  .pv-nav-list[data-collapsed],
1748
1772
  [data-collapsed] .pv-nav-list {
@@ -3210,6 +3234,9 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3210
3234
  position: absolute;
3211
3235
  left: var(--progress);
3212
3236
  }
3237
+ .pv-progress-bar[data-disabled] {
3238
+ background: linear-gradient(90deg, #C1CAC9 var(--progress), #DCDFE4 var(--progress));
3239
+ }
3213
3240
 
3214
3241
  .pv-tooltip,
3215
3242
  .pv-hover-card {
@@ -3580,11 +3607,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3580
3607
  font-weight: 500;
3581
3608
  }
3582
3609
 
3610
+ .pv-action-bar-container > ::slotted(*) {
3611
+ display: flex;
3612
+ align-items: center;
3613
+ white-space: nowrap;
3614
+ justify-content: space-between;
3615
+ gap: 0.5rem;
3616
+ background-color: #02363D;
3617
+ color: #FFFFFF;
3618
+ padding: 0;
3619
+ box-shadow: 0 8px 32px rgba(2, 54, 61, 0.24);
3620
+ border-radius: 4px;
3621
+ font-size: 1.125rem;
3622
+ line-height: 1.55555555;
3623
+ font-weight: 500;
3624
+ }
3625
+
3583
3626
  .pv-action-bar-container[data-style=white] > div {
3584
3627
  background-color: #02363D;
3585
3628
  color: #02363D;
3586
3629
  }
3587
3630
 
3631
+ .pv-action-bar-container[data-style=white] > ::slotted(*) {
3632
+ background-color: #02363D;
3633
+ color: #02363D;
3634
+ }
3635
+
3588
3636
  .pv-card {
3589
3637
  position: relative;
3590
3638
  border: 1px solid var(--card-border-color, #DCDFE4);
@@ -4854,6 +4902,34 @@ svg.pv-text-inherit {
4854
4902
  fill: currentColor;
4855
4903
  }
4856
4904
 
4905
+ .pv-data-surface-visualization-1 {
4906
+ background-color: #36C5BA;
4907
+ }
4908
+
4909
+ .pv-data-surface-visualization-2 {
4910
+ background-color: #16696D;
4911
+ }
4912
+
4913
+ .pv-data-surface-visualization-3 {
4914
+ background-color: #FF7A4E;
4915
+ }
4916
+
4917
+ .pv-data-surface-visualization-4 {
4918
+ background-color: #C97AEB;
4919
+ }
4920
+
4921
+ .pv-data-surface-visualization-5 {
4922
+ background-color: #F2AD0D;
4923
+ }
4924
+
4925
+ .pv-data-surface-visualization-6 {
4926
+ background-color: #7C8AF4;
4927
+ }
4928
+
4929
+ .pv-data-surface-visualization-7 {
4930
+ background-color: #95C54C;
4931
+ }
4932
+
4857
4933
  .pv-flex,
4858
4934
  .pv-flex-vertical,
4859
4935
  .pv-flex-inline {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.112.1",
3
+ "version": "2.114.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {