@turquoisehealth/pit-viper 2.55.4-dev.0 → 2.56.1
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/_site/assets/css/pit-viper-v2-scoped.css +35 -8
- package/_site/assets/css/pit-viper-v2.css +38 -8
- package/_site/assets/css/pit-viper.css +32 -2
- package/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +4 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +52 -52
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +22325 -22270
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +52 -52
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.js +37 -37
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +5213 -5218
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +35 -35
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
font-size: var(--kbd-font-size, 0.6875rem);
|
|
346
346
|
line-height: var(--kbd-line-height, 1rem);
|
|
347
347
|
font-weight: var(--kbd-font-weight, 500);
|
|
348
|
-
color: var(--kbd-color, #
|
|
348
|
+
color: var(--kbd-color, #6E8081);
|
|
349
349
|
border: var(--kbd-border, 1px solid transparent);
|
|
350
350
|
border-radius: var(--kbd-radius, 4px);
|
|
351
351
|
padding: var(--kbd-padding, 0 0.25rem);
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
background-color: var(--text-input-disabled-background-color, #ECECEC);
|
|
933
933
|
}
|
|
934
934
|
.pv-v2 .pv-input-search::placeholder {
|
|
935
|
-
color: var(--text-input-placeholder-color, #
|
|
935
|
+
color: var(--text-input-placeholder-color, #6E8081);
|
|
936
936
|
}
|
|
937
937
|
.pv-v2 .pv-input-search {
|
|
938
938
|
padding-inline-start: 2.25rem;
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
line-height: 1.33333333;
|
|
1318
1318
|
}
|
|
1319
1319
|
.pv-v2 .pv-ghost-input input::placeholder, .pv-v2 .pv-ghost-input input::-webkit-input-placeholder {
|
|
1320
|
-
color: #
|
|
1320
|
+
color: #89989B;
|
|
1321
1321
|
}
|
|
1322
1322
|
.pv-v2 .pv-ghost-input button {
|
|
1323
1323
|
opacity: 0;
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
outline: 0;
|
|
1330
1330
|
}
|
|
1331
1331
|
.pv-v2 .pv-ghost-input:hover input::placeholder, .pv-v2 .pv-ghost-input:hover input::-webkit-input-placeholder, .pv-v2 .pv-ghost-input:focus-visible input::placeholder, .pv-v2 .pv-ghost-input:focus-visible input::-webkit-input-placeholder, .pv-v2 .pv-ghost-input:focus-within input::placeholder, .pv-v2 .pv-ghost-input:focus-within input::-webkit-input-placeholder {
|
|
1332
|
-
color: #
|
|
1332
|
+
color: #6E8081;
|
|
1333
1333
|
}
|
|
1334
1334
|
.pv-v2 .pv-ghost-input[data-style=h1] input {
|
|
1335
1335
|
font-weight: 600;
|
|
@@ -2545,7 +2545,7 @@
|
|
|
2545
2545
|
display: flex;
|
|
2546
2546
|
align-items: center;
|
|
2547
2547
|
gap: 0.25rem;
|
|
2548
|
-
color: var(--tab-list-text-color, #
|
|
2548
|
+
color: var(--tab-list-text-color, #6E8081);
|
|
2549
2549
|
font-weight: var(--tab-list-font-weight, 500);
|
|
2550
2550
|
font-size: var(--tab-list-font-size, 0.75rem);
|
|
2551
2551
|
line-height: var(--tab-list-line-height, 1rem);
|
|
@@ -2679,7 +2679,7 @@
|
|
|
2679
2679
|
.pv-v2 .pv-breadcrumbs li:not(:last-child):after {
|
|
2680
2680
|
display: block;
|
|
2681
2681
|
content: "";
|
|
2682
|
-
color: #
|
|
2682
|
+
color: #6E8081;
|
|
2683
2683
|
width: 0.75rem;
|
|
2684
2684
|
height: 0.75rem;
|
|
2685
2685
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.707 18.707a1 1 0 0 1-1.414-1.414L13.586 12 8.293 6.707a1 1 0 0 1 1.414-1.414l6 6a.999.999 0 0 1 0 1.414l-6 6Z' fill='%2389989B'/%3E%3C/svg%3E");
|
|
@@ -3443,7 +3443,7 @@
|
|
|
3443
3443
|
opacity: 1;
|
|
3444
3444
|
}
|
|
3445
3445
|
.pv-v2 .pv-rating {
|
|
3446
|
-
--background-color: #
|
|
3446
|
+
--background-color: #D9DEDE;
|
|
3447
3447
|
--icon-color: #36C5BA;
|
|
3448
3448
|
--height: 40px;
|
|
3449
3449
|
aspect-ratio: 220/40;
|
|
@@ -3486,7 +3486,7 @@
|
|
|
3486
3486
|
background-repeat: no-repeat;
|
|
3487
3487
|
}
|
|
3488
3488
|
.pv-v2 .pv-rating[data-rating=bar] {
|
|
3489
|
-
--background-color: #
|
|
3489
|
+
--background-color: #D9DEDE;
|
|
3490
3490
|
--icon-color: #176F6F;
|
|
3491
3491
|
--height: 10px;
|
|
3492
3492
|
display: flex;
|
|
@@ -3510,6 +3510,30 @@
|
|
|
3510
3510
|
background-size: 6px 10px;
|
|
3511
3511
|
background-repeat: repeat;
|
|
3512
3512
|
}
|
|
3513
|
+
.pv-v2 .pv-rating[data-rating=dot] {
|
|
3514
|
+
--background-color: #D9DEDE;
|
|
3515
|
+
--mask-color: white;
|
|
3516
|
+
--icon-color: #36C5BA;
|
|
3517
|
+
--height: 10px;
|
|
3518
|
+
display: flex;
|
|
3519
|
+
aspect-ratio: unset;
|
|
3520
|
+
}
|
|
3521
|
+
.pv-v2 .pv-rating[data-rating=dot] meter {
|
|
3522
|
+
position: relative;
|
|
3523
|
+
padding: 0;
|
|
3524
|
+
height: var(--height);
|
|
3525
|
+
aspect-ratio: 50/10;
|
|
3526
|
+
}
|
|
3527
|
+
.pv-v2 .pv-rating[data-rating=dot]:after {
|
|
3528
|
+
background-color: var(--mask-color);
|
|
3529
|
+
background-image: none;
|
|
3530
|
+
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 10 10'%3E%3Cpath d='M10 0v10H0V0h10ZM1 5a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z'/%3E%3C/svg%3E");
|
|
3531
|
+
mask-repeat: repeat;
|
|
3532
|
+
}
|
|
3533
|
+
.pv-v2 [style*="--hover-mask-color"]:hover .pv-rating[data-rating=dot]:after,
|
|
3534
|
+
.pv-v2 [style*="--hover-mask-color"]:focus-visible .pv-rating[data-rating=dot]:after {
|
|
3535
|
+
background-color: var(--hover-mask-color);
|
|
3536
|
+
}
|
|
3513
3537
|
.pv-v2 .pv-circle-meter {
|
|
3514
3538
|
--size: 100px;
|
|
3515
3539
|
--color: #36C5BA;
|
|
@@ -4195,6 +4219,9 @@
|
|
|
4195
4219
|
.pv-v2 .pv-text-subdued {
|
|
4196
4220
|
color: var(--color-text-subdued, #4B595C);
|
|
4197
4221
|
}
|
|
4222
|
+
.pv-v2 .pv-text-tertiary {
|
|
4223
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
4224
|
+
}
|
|
4198
4225
|
.pv-v2 .pv-text-subdued-inverse {
|
|
4199
4226
|
color: var(--color-text-inverse-subdued, #FFFFFF);
|
|
4200
4227
|
}
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
font-size: var(--kbd-font-size, 0.6875rem);
|
|
400
400
|
line-height: var(--kbd-line-height, 1rem);
|
|
401
401
|
font-weight: var(--kbd-font-weight, 500);
|
|
402
|
-
color: var(--kbd-color, #
|
|
402
|
+
color: var(--kbd-color, #6E8081);
|
|
403
403
|
border: var(--kbd-border, 1px solid transparent);
|
|
404
404
|
border-radius: var(--kbd-radius, 4px);
|
|
405
405
|
padding: var(--kbd-padding, 0 0.25rem);
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
.pv-input-search::placeholder {
|
|
1022
|
-
color: var(--text-input-placeholder-color, #
|
|
1022
|
+
color: var(--text-input-placeholder-color, #6E8081);
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
1025
|
.pv-input-search {
|
|
@@ -1428,7 +1428,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1428
1428
|
line-height: 1.33333333;
|
|
1429
1429
|
}
|
|
1430
1430
|
.pv-ghost-input input::placeholder, .pv-ghost-input input::-webkit-input-placeholder {
|
|
1431
|
-
color: #
|
|
1431
|
+
color: #89989B;
|
|
1432
1432
|
}
|
|
1433
1433
|
.pv-ghost-input button {
|
|
1434
1434
|
opacity: 0;
|
|
@@ -1440,7 +1440,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1440
1440
|
outline: 0;
|
|
1441
1441
|
}
|
|
1442
1442
|
.pv-ghost-input:hover input::placeholder, .pv-ghost-input:hover input::-webkit-input-placeholder, .pv-ghost-input:focus-visible input::placeholder, .pv-ghost-input:focus-visible input::-webkit-input-placeholder, .pv-ghost-input:focus-within input::placeholder, .pv-ghost-input:focus-within input::-webkit-input-placeholder {
|
|
1443
|
-
color: #
|
|
1443
|
+
color: #6E8081;
|
|
1444
1444
|
}
|
|
1445
1445
|
.pv-ghost-input[data-style=h1] input {
|
|
1446
1446
|
font-weight: 600;
|
|
@@ -2776,7 +2776,7 @@ button.pv-tag-secondary:active {
|
|
|
2776
2776
|
display: flex;
|
|
2777
2777
|
align-items: center;
|
|
2778
2778
|
gap: 0.25rem;
|
|
2779
|
-
color: var(--tab-list-text-color, #
|
|
2779
|
+
color: var(--tab-list-text-color, #6E8081);
|
|
2780
2780
|
font-weight: var(--tab-list-font-weight, 500);
|
|
2781
2781
|
font-size: var(--tab-list-font-size, 0.75rem);
|
|
2782
2782
|
line-height: var(--tab-list-line-height, 1rem);
|
|
@@ -2916,7 +2916,7 @@ button.pv-tag-secondary:active {
|
|
|
2916
2916
|
.pv-breadcrumbs li:not(:last-child):after {
|
|
2917
2917
|
display: block;
|
|
2918
2918
|
content: "";
|
|
2919
|
-
color: #
|
|
2919
|
+
color: #6E8081;
|
|
2920
2920
|
width: 0.75rem;
|
|
2921
2921
|
height: 0.75rem;
|
|
2922
2922
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.707 18.707a1 1 0 0 1-1.414-1.414L13.586 12 8.293 6.707a1 1 0 0 1 1.414-1.414l6 6a.999.999 0 0 1 0 1.414l-6 6Z' fill='%2389989B'/%3E%3C/svg%3E");
|
|
@@ -3723,7 +3723,7 @@ div.pv-drawer[open] {
|
|
|
3723
3723
|
}
|
|
3724
3724
|
|
|
3725
3725
|
.pv-rating {
|
|
3726
|
-
--background-color: #
|
|
3726
|
+
--background-color: #D9DEDE;
|
|
3727
3727
|
--icon-color: #36C5BA;
|
|
3728
3728
|
--height: 40px;
|
|
3729
3729
|
aspect-ratio: 220/40;
|
|
@@ -3772,7 +3772,7 @@ div.pv-drawer[open] {
|
|
|
3772
3772
|
}
|
|
3773
3773
|
|
|
3774
3774
|
.pv-rating[data-rating=bar] {
|
|
3775
|
-
--background-color: #
|
|
3775
|
+
--background-color: #D9DEDE;
|
|
3776
3776
|
--icon-color: #176F6F;
|
|
3777
3777
|
--height: 10px;
|
|
3778
3778
|
display: flex;
|
|
@@ -3797,6 +3797,32 @@ div.pv-drawer[open] {
|
|
|
3797
3797
|
background-repeat: repeat;
|
|
3798
3798
|
}
|
|
3799
3799
|
|
|
3800
|
+
.pv-rating[data-rating=dot] {
|
|
3801
|
+
--background-color: #D9DEDE;
|
|
3802
|
+
--mask-color: white;
|
|
3803
|
+
--icon-color: #36C5BA;
|
|
3804
|
+
--height: 10px;
|
|
3805
|
+
display: flex;
|
|
3806
|
+
aspect-ratio: unset;
|
|
3807
|
+
}
|
|
3808
|
+
.pv-rating[data-rating=dot] meter {
|
|
3809
|
+
position: relative;
|
|
3810
|
+
padding: 0;
|
|
3811
|
+
height: var(--height);
|
|
3812
|
+
aspect-ratio: 50/10;
|
|
3813
|
+
}
|
|
3814
|
+
.pv-rating[data-rating=dot]:after {
|
|
3815
|
+
background-color: var(--mask-color);
|
|
3816
|
+
background-image: none;
|
|
3817
|
+
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 10 10'%3E%3Cpath d='M10 0v10H0V0h10ZM1 5a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z'/%3E%3C/svg%3E");
|
|
3818
|
+
mask-repeat: repeat;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
[style*="--hover-mask-color"]:hover .pv-rating[data-rating=dot]:after,
|
|
3822
|
+
[style*="--hover-mask-color"]:focus-visible .pv-rating[data-rating=dot]:after {
|
|
3823
|
+
background-color: var(--hover-mask-color);
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3800
3826
|
.pv-circle-meter {
|
|
3801
3827
|
--size: 100px;
|
|
3802
3828
|
--color: #36C5BA;
|
|
@@ -4561,6 +4587,10 @@ body:has(.pv-layout-primary) {
|
|
|
4561
4587
|
color: var(--color-text-subdued, #4B595C);
|
|
4562
4588
|
}
|
|
4563
4589
|
|
|
4590
|
+
.pv-text-tertiary {
|
|
4591
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
4592
|
+
}
|
|
4593
|
+
|
|
4564
4594
|
.pv-text-subdued-inverse {
|
|
4565
4595
|
color: var(--color-text-inverse-subdued, #FFFFFF);
|
|
4566
4596
|
}
|
|
@@ -3728,7 +3728,7 @@ div.pv-drawer[open] {
|
|
|
3728
3728
|
}
|
|
3729
3729
|
|
|
3730
3730
|
.pv-rating {
|
|
3731
|
-
--background-color: #
|
|
3731
|
+
--background-color: #D9DEDE;
|
|
3732
3732
|
--icon-color: #36C5BA;
|
|
3733
3733
|
--height: 40px;
|
|
3734
3734
|
aspect-ratio: 220/40;
|
|
@@ -3777,7 +3777,7 @@ div.pv-drawer[open] {
|
|
|
3777
3777
|
}
|
|
3778
3778
|
|
|
3779
3779
|
.pv-rating[data-rating=bar] {
|
|
3780
|
-
--background-color: #
|
|
3780
|
+
--background-color: #D9DEDE;
|
|
3781
3781
|
--icon-color: #176F6F;
|
|
3782
3782
|
--height: 10px;
|
|
3783
3783
|
display: flex;
|
|
@@ -3802,6 +3802,32 @@ div.pv-drawer[open] {
|
|
|
3802
3802
|
background-repeat: repeat;
|
|
3803
3803
|
}
|
|
3804
3804
|
|
|
3805
|
+
.pv-rating[data-rating=dot] {
|
|
3806
|
+
--background-color: #D9DEDE;
|
|
3807
|
+
--mask-color: white;
|
|
3808
|
+
--icon-color: #36C5BA;
|
|
3809
|
+
--height: 10px;
|
|
3810
|
+
display: flex;
|
|
3811
|
+
aspect-ratio: unset;
|
|
3812
|
+
}
|
|
3813
|
+
.pv-rating[data-rating=dot] meter {
|
|
3814
|
+
position: relative;
|
|
3815
|
+
padding: 0;
|
|
3816
|
+
height: var(--height);
|
|
3817
|
+
aspect-ratio: 50/10;
|
|
3818
|
+
}
|
|
3819
|
+
.pv-rating[data-rating=dot]:after {
|
|
3820
|
+
background-color: var(--mask-color);
|
|
3821
|
+
background-image: none;
|
|
3822
|
+
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 10 10'%3E%3Cpath d='M10 0v10H0V0h10ZM1 5a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z'/%3E%3C/svg%3E");
|
|
3823
|
+
mask-repeat: repeat;
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3826
|
+
[style*="--hover-mask-color"]:hover .pv-rating[data-rating=dot]:after,
|
|
3827
|
+
[style*="--hover-mask-color"]:focus-visible .pv-rating[data-rating=dot]:after {
|
|
3828
|
+
background-color: var(--hover-mask-color);
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3805
3831
|
.pv-circle-meter {
|
|
3806
3832
|
--size: 100px;
|
|
3807
3833
|
--color: #36C5BA;
|
|
@@ -4566,6 +4592,10 @@ body:has(.pv-layout-primary) {
|
|
|
4566
4592
|
color: var(--color-text-subdued, #6E7784);
|
|
4567
4593
|
}
|
|
4568
4594
|
|
|
4595
|
+
.pv-text-tertiary {
|
|
4596
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
4597
|
+
}
|
|
4598
|
+
|
|
4569
4599
|
.pv-text-subdued-inverse {
|
|
4570
4600
|
color: var(--color-text-inverse-subdued, #DCDFE4);
|
|
4571
4601
|
}
|
package/package.json
CHANGED
|
@@ -300,6 +300,10 @@ declare interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
|
|
|
300
300
|
focusCategory?: string;
|
|
301
301
|
hideChart?: boolean;
|
|
302
302
|
hideTable?: boolean;
|
|
303
|
+
initialFocusData?: {
|
|
304
|
+
focuses: string[];
|
|
305
|
+
focusType: string | null;
|
|
306
|
+
};
|
|
303
307
|
}
|
|
304
308
|
|
|
305
309
|
export declare const PvMapChart: DefineComponent< {
|