@turquoisehealth/pit-viper 2.216.1-dev.0 → 2.217.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.
- package/_site/assets/css/pit-viper-a11y.css +45 -9
- package/_site/assets/css/pit-viper-consumer.css +40 -4
- package/_site/assets/css/pit-viper-v2-scoped.css +45 -14
- package/_site/assets/css/pit-viper-v2.css +50 -14
- package/_site/assets/css/pit-viper.css +37 -1
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +3 -1
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +10 -12
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
|
@@ -158,7 +158,6 @@
|
|
|
158
158
|
[class*=pv-heading] {
|
|
159
159
|
font-family: var(--font-family-body, Inter, sans-serif);
|
|
160
160
|
font-weight: 600;
|
|
161
|
-
letter-spacing: 0.2px;
|
|
162
161
|
}
|
|
163
162
|
|
|
164
163
|
[class*=pv-text-body] {
|
|
@@ -189,57 +188,73 @@
|
|
|
189
188
|
.pv-heading-1 {
|
|
190
189
|
font-size: var(--font-size-heading-1, 1.25rem);
|
|
191
190
|
line-height: var(--line-height-heading-1, 1.2);
|
|
191
|
+
letter-spacing: 0.2px;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.pv-heading-2 {
|
|
195
195
|
font-size: var(--font-size-heading-2, 1rem);
|
|
196
196
|
line-height: var(--line-height-heading-2, 1.5);
|
|
197
|
+
letter-spacing: 0.16px;
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
.pv-heading-3 {
|
|
200
201
|
font-size: var(--font-size-heading-3, 0.875rem);
|
|
201
202
|
line-height: var(--line-height-heading-3, 1.4285714);
|
|
203
|
+
letter-spacing: 0.14px;
|
|
202
204
|
}
|
|
203
205
|
|
|
204
206
|
.pv-heading-4 {
|
|
205
207
|
font-size: var(--font-size-heading-4, 0.75rem);
|
|
206
208
|
line-height: var(--line-height-heading-4, 1.3333333);
|
|
209
|
+
letter-spacing: 0.12px;
|
|
207
210
|
}
|
|
208
211
|
|
|
209
212
|
.pv-heading-5 {
|
|
210
213
|
font-size: var(--font-size-heading-5, 0.75rem);
|
|
211
214
|
line-height: var(--line-height-heading-5, 1.3333333);
|
|
215
|
+
letter-spacing: 0.12px;
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
.pv-text-body-xl {
|
|
215
219
|
font-size: var(--font-size-xl, 0.875rem);
|
|
216
|
-
line-height: var(--line-height-xl, 1.
|
|
220
|
+
line-height: var(--line-height-xl, 1.4285714);
|
|
221
|
+
letter-spacing: 0.14px;
|
|
217
222
|
}
|
|
218
223
|
|
|
219
224
|
.pv-text-body-lg, .pv-chart-chip-value {
|
|
220
225
|
font-size: var(--font-size-l, 0.875rem);
|
|
221
|
-
line-height: var(--line-height-l, 1.
|
|
226
|
+
line-height: var(--line-height-l, 1.4285714);
|
|
227
|
+
letter-spacing: 0.14px;
|
|
222
228
|
}
|
|
223
229
|
|
|
224
230
|
.pv-text-body-md, .pv-chart-chip-label, .pv-chart-chip-section-label {
|
|
225
231
|
font-size: var(--font-size-m, 0.75rem);
|
|
226
232
|
line-height: var(--line-height-m, 1.33333333);
|
|
233
|
+
letter-spacing: 0.12px;
|
|
227
234
|
}
|
|
228
235
|
|
|
229
236
|
.pv-text-body-sm, .pv-chart-tooltip-value, .pv-chart-tooltip-label {
|
|
230
237
|
font-size: var(--font-size-s, 0.6875rem);
|
|
231
238
|
line-height: var(--line-height-s, 1.45454545);
|
|
239
|
+
letter-spacing: 0.11px;
|
|
232
240
|
}
|
|
233
241
|
|
|
234
242
|
.pv-text-body-xs {
|
|
235
243
|
font-size: var(--font-size-xs, 0.6875rem);
|
|
236
244
|
line-height: var(--line-height-xs, 1.45454545);
|
|
245
|
+
letter-spacing: 0.11px;
|
|
237
246
|
}
|
|
238
247
|
|
|
239
248
|
.pv-text-body-xxs {
|
|
240
249
|
font-size: var(--font-size-xxs, 0.6875rem);
|
|
241
250
|
line-height: var(--line-height-xxs, 1.45454545);
|
|
242
|
-
letter-spacing: 0.
|
|
251
|
+
letter-spacing: 0.11px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.pv-text-caption {
|
|
255
|
+
font-size: var(--font-size-s, 0.6875rem);
|
|
256
|
+
line-height: var(--line-height-caption, 1.09090909);
|
|
257
|
+
letter-spacing: 0.11px;
|
|
243
258
|
}
|
|
244
259
|
|
|
245
260
|
.pv-text-medium, .pv-chart-chip-value, .pv-chart-chip-label, .pv-chart-chip-section-label, .pv-chart-tooltip-value {
|
|
@@ -253,26 +268,31 @@
|
|
|
253
268
|
.pv-text-title-xl {
|
|
254
269
|
font-size: var(--font-size-title-xl, 0.875rem);
|
|
255
270
|
line-height: var(--line-height-title-xl, 1.1428571);
|
|
271
|
+
letter-spacing: 0.14px;
|
|
256
272
|
}
|
|
257
273
|
|
|
258
274
|
.pv-text-title-lg {
|
|
259
275
|
font-size: var(--font-size-title-l, 0.875rem);
|
|
260
276
|
line-height: var(--line-height-title-l, 1.1428571);
|
|
277
|
+
letter-spacing: 0.14px;
|
|
261
278
|
}
|
|
262
279
|
|
|
263
280
|
.pv-text-title-md {
|
|
264
281
|
font-size: var(--font-size-title-m, 0.75rem);
|
|
265
282
|
line-height: var(--line-height-title-m, 1.33333333);
|
|
283
|
+
letter-spacing: 0.12px;
|
|
266
284
|
}
|
|
267
285
|
|
|
268
286
|
.pv-text-title-sm {
|
|
269
287
|
font-size: var(--font-size-title-s, 0.6875rem);
|
|
270
288
|
line-height: var(--line-height-title-s, 1.45454545);
|
|
289
|
+
letter-spacing: 0.11px;
|
|
271
290
|
}
|
|
272
291
|
|
|
273
292
|
.pv-text-title-xs {
|
|
274
293
|
font-size: var(--font-size-title-xs, 0.6875rem);
|
|
275
294
|
line-height: var(--line-height-title-xs, 1.45454545);
|
|
295
|
+
letter-spacing: 0.11px;
|
|
276
296
|
}
|
|
277
297
|
|
|
278
298
|
.pv-text-eyebrow-lg {
|
|
@@ -368,14 +388,14 @@
|
|
|
368
388
|
position: relative;
|
|
369
389
|
padding-bottom: var(--display-list-padding-bottom, 0.5rem);
|
|
370
390
|
font-size: var(--display-list-font-size, 0.875rem);
|
|
371
|
-
line-height: var(--display-list-line-height, 1.
|
|
391
|
+
line-height: var(--display-list-line-height, 1.4285714);
|
|
372
392
|
}
|
|
373
393
|
[data-list-style=display]::before {
|
|
374
394
|
content: counter(display) ".";
|
|
375
395
|
color: #16696D;
|
|
376
396
|
font-family: "Inter", sans-serif;
|
|
377
397
|
font-size: var(--display-counter-list-font-size, 0.875rem);
|
|
378
|
-
line-height: var(--display-counter-list-line-height, 1.
|
|
398
|
+
line-height: var(--display-counter-list-line-height, 1.4285714);
|
|
379
399
|
}
|
|
380
400
|
|
|
381
401
|
[data-list-incomplete] {
|
|
@@ -702,8 +722,8 @@
|
|
|
702
722
|
}
|
|
703
723
|
|
|
704
724
|
.pv-button-small {
|
|
705
|
-
font-size: var(--button-small-font-size, 0.
|
|
706
|
-
line-height: var(--button-small-line-height, 1.
|
|
725
|
+
font-size: var(--button-small-font-size, 0.6875rem);
|
|
726
|
+
line-height: var(--button-small-line-height, 1.45454545);
|
|
707
727
|
padding: var(--button-small-padding, calc(0.125rem - 1px) 0.25rem);
|
|
708
728
|
}
|
|
709
729
|
.pv-button-small.pv-button-primary-outline {
|
|
@@ -786,8 +806,8 @@
|
|
|
786
806
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
787
807
|
}
|
|
788
808
|
[class*=pv-button-link].pv-button-xsmall, [class*=pv-button-link].pv-button-small, [class*=pv-button-link].pv-button-large {
|
|
789
|
-
font-size: var(--button-small-font-size, 0.
|
|
790
|
-
line-height: var(--button-small-line-height, 1.
|
|
809
|
+
font-size: var(--button-small-font-size, 0.6875rem);
|
|
810
|
+
line-height: var(--button-small-line-height, 1.45454545);
|
|
791
811
|
}
|
|
792
812
|
|
|
793
813
|
.pv-button-link-destructive {
|
|
@@ -1156,7 +1176,7 @@
|
|
|
1156
1176
|
.pv-input-group > label {
|
|
1157
1177
|
font-size: var(--label-font-size, 0.6875rem);
|
|
1158
1178
|
font-weight: var(--label-font-weight, 400);
|
|
1159
|
-
letter-spacing: 0.
|
|
1179
|
+
letter-spacing: 0.11px;
|
|
1160
1180
|
position: relative;
|
|
1161
1181
|
z-index: 1;
|
|
1162
1182
|
}
|
|
@@ -1562,7 +1582,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1562
1582
|
.pv-ghost-input[data-style=text-large] input {
|
|
1563
1583
|
font-weight: 400;
|
|
1564
1584
|
font-size: 0.875rem;
|
|
1565
|
-
line-height: 1.
|
|
1585
|
+
line-height: 1.4285714;
|
|
1566
1586
|
}
|
|
1567
1587
|
.pv-ghost-input[data-style=text-medium] input {
|
|
1568
1588
|
font-weight: 400;
|
|
@@ -4313,7 +4333,7 @@ div:has(> pv-figure-details) {
|
|
|
4313
4333
|
background-position: 0.75rem 50%;
|
|
4314
4334
|
border-radius: 4px;
|
|
4315
4335
|
font-size: 0.875rem;
|
|
4316
|
-
line-height: 1.
|
|
4336
|
+
line-height: 1.4285714;
|
|
4317
4337
|
}
|
|
4318
4338
|
|
|
4319
4339
|
.pv-alert-warning {
|
|
@@ -6446,6 +6466,22 @@ svg.pv-text-inherit {
|
|
|
6446
6466
|
vertical-align: top;
|
|
6447
6467
|
}
|
|
6448
6468
|
|
|
6469
|
+
.pv-text-regular {
|
|
6470
|
+
font-weight: var(--font-weight-regular, 400);
|
|
6471
|
+
}
|
|
6472
|
+
|
|
6473
|
+
.pv-text-medium, .pv-chart-tooltip-value, .pv-chart-chip-section-label, .pv-chart-chip-label, .pv-chart-chip-value {
|
|
6474
|
+
font-weight: var(--font-weight-medium, 500);
|
|
6475
|
+
}
|
|
6476
|
+
|
|
6477
|
+
.pv-text-semibold {
|
|
6478
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6481
|
+
.pv-text-bold {
|
|
6482
|
+
font-weight: var(--font-weight-bold, 700);
|
|
6483
|
+
}
|
|
6484
|
+
|
|
6449
6485
|
.select2-container {
|
|
6450
6486
|
position: relative;
|
|
6451
6487
|
display: block;
|
|
@@ -6848,7 +6884,7 @@ input.select2-search__field::placeholder {
|
|
|
6848
6884
|
.p-datepicker-input {
|
|
6849
6885
|
font-size: var(--datepicker-text-size, 0.6875rem);
|
|
6850
6886
|
line-height: var(--datepicker-line-height, 1.45454545);
|
|
6851
|
-
letter-spacing: 0.
|
|
6887
|
+
letter-spacing: 0.11px;
|
|
6852
6888
|
padding: calc(0.5rem - 1px) 0.5rem;
|
|
6853
6889
|
}
|
|
6854
6890
|
|
|
@@ -163,7 +163,6 @@
|
|
|
163
163
|
[class*=pv-heading] {
|
|
164
164
|
font-family: var(--font-family-body, HK Grotesk, sans-serif);
|
|
165
165
|
font-weight: 700;
|
|
166
|
-
letter-spacing: 0;
|
|
167
166
|
}
|
|
168
167
|
|
|
169
168
|
[class*=pv-text-body] {
|
|
@@ -194,51 +193,61 @@
|
|
|
194
193
|
.pv-heading-1 {
|
|
195
194
|
font-size: var(--font-size-heading-1, 2.75rem);
|
|
196
195
|
line-height: var(--line-height-heading-1, 1.18181818);
|
|
196
|
+
letter-spacing: 0;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.pv-heading-2 {
|
|
200
200
|
font-size: var(--font-size-heading-2, 2.25rem);
|
|
201
201
|
line-height: var(--line-height-heading-2, 1.2222222);
|
|
202
|
+
letter-spacing: 0;
|
|
202
203
|
}
|
|
203
204
|
|
|
204
205
|
.pv-heading-3 {
|
|
205
206
|
font-size: var(--font-size-heading-3, 1.75rem);
|
|
206
207
|
line-height: var(--line-height-heading-3, 1.1428571);
|
|
208
|
+
letter-spacing: 0;
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
.pv-heading-4 {
|
|
210
212
|
font-size: var(--font-size-heading-4, 1.5rem);
|
|
211
213
|
line-height: var(--line-height-heading-4, 1.16666666);
|
|
214
|
+
letter-spacing: 0;
|
|
212
215
|
}
|
|
213
216
|
|
|
214
217
|
.pv-heading-5 {
|
|
215
218
|
font-size: var(--font-size-heading-5, 1.25rem);
|
|
216
219
|
line-height: var(--line-height-heading-5, 1.2);
|
|
220
|
+
letter-spacing: 0;
|
|
217
221
|
}
|
|
218
222
|
|
|
219
223
|
.pv-text-body-xl {
|
|
220
224
|
font-size: var(--font-size-xl, 1.375rem);
|
|
221
225
|
line-height: var(--line-height-xl, 1.45454545);
|
|
226
|
+
letter-spacing: 0;
|
|
222
227
|
}
|
|
223
228
|
|
|
224
229
|
.pv-text-body-lg {
|
|
225
230
|
font-size: var(--font-size-l, 1.25rem);
|
|
226
231
|
line-height: var(--line-height-l, 1.6);
|
|
232
|
+
letter-spacing: 0;
|
|
227
233
|
}
|
|
228
234
|
|
|
229
235
|
.pv-text-body-md {
|
|
230
236
|
font-size: var(--font-size-m, 1.125rem);
|
|
231
237
|
line-height: var(--line-height-m, 1.55555555);
|
|
238
|
+
letter-spacing: 0;
|
|
232
239
|
}
|
|
233
240
|
|
|
234
241
|
.pv-text-body-sm {
|
|
235
242
|
font-size: var(--font-size-s, 1rem);
|
|
236
243
|
line-height: var(--line-height-s, 1.5);
|
|
244
|
+
letter-spacing: 0;
|
|
237
245
|
}
|
|
238
246
|
|
|
239
247
|
.pv-text-body-xs {
|
|
240
248
|
font-size: var(--font-size-xs, 0.875rem);
|
|
241
249
|
line-height: var(--line-height-xs, 1.42857143);
|
|
250
|
+
letter-spacing: 0;
|
|
242
251
|
}
|
|
243
252
|
|
|
244
253
|
.pv-text-body-xxs {
|
|
@@ -247,6 +256,12 @@
|
|
|
247
256
|
letter-spacing: 0;
|
|
248
257
|
}
|
|
249
258
|
|
|
259
|
+
.pv-text-caption {
|
|
260
|
+
font-size: var(--font-size-s, 1rem);
|
|
261
|
+
line-height: var(--line-height-caption, 1.09090909);
|
|
262
|
+
letter-spacing: 0;
|
|
263
|
+
}
|
|
264
|
+
|
|
250
265
|
.pv-text-medium {
|
|
251
266
|
font-weight: 500;
|
|
252
267
|
}
|
|
@@ -258,26 +273,31 @@
|
|
|
258
273
|
.pv-text-title-xl {
|
|
259
274
|
font-size: var(--font-size-title-xl, 1.375rem);
|
|
260
275
|
line-height: var(--line-height-title-xl, 1.27272727);
|
|
276
|
+
letter-spacing: 0;
|
|
261
277
|
}
|
|
262
278
|
|
|
263
279
|
.pv-text-title-lg {
|
|
264
280
|
font-size: var(--font-size-title-l, 1.25rem);
|
|
265
281
|
line-height: var(--line-height-title-l, 1.2);
|
|
282
|
+
letter-spacing: 0;
|
|
266
283
|
}
|
|
267
284
|
|
|
268
285
|
.pv-text-title-md {
|
|
269
286
|
font-size: var(--font-size-title-m, 1.125rem);
|
|
270
287
|
line-height: var(--line-height-title-m, 1.33333333);
|
|
288
|
+
letter-spacing: 0;
|
|
271
289
|
}
|
|
272
290
|
|
|
273
291
|
.pv-text-title-sm {
|
|
274
292
|
font-size: var(--font-size-title-s, 1rem);
|
|
275
293
|
line-height: var(--line-height-title-s, 1.25);
|
|
294
|
+
letter-spacing: 0;
|
|
276
295
|
}
|
|
277
296
|
|
|
278
297
|
.pv-text-title-xs {
|
|
279
298
|
font-size: var(--font-size-title-xs, 0.875rem);
|
|
280
299
|
line-height: var(--line-height-title-xs, 1.66666666);
|
|
300
|
+
letter-spacing: 0;
|
|
281
301
|
}
|
|
282
302
|
|
|
283
303
|
.pv-text-eyebrow-lg {
|
|
@@ -6058,6 +6078,22 @@ svg.pv-text-inherit {
|
|
|
6058
6078
|
vertical-align: top;
|
|
6059
6079
|
}
|
|
6060
6080
|
|
|
6081
|
+
.pv-text-regular {
|
|
6082
|
+
font-weight: var(--font-weight-regular, 400);
|
|
6083
|
+
}
|
|
6084
|
+
|
|
6085
|
+
.pv-text-medium {
|
|
6086
|
+
font-weight: var(--font-weight-medium, 500);
|
|
6087
|
+
}
|
|
6088
|
+
|
|
6089
|
+
.pv-text-semibold {
|
|
6090
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
6091
|
+
}
|
|
6092
|
+
|
|
6093
|
+
.pv-text-bold {
|
|
6094
|
+
font-weight: var(--font-weight-bold, 700);
|
|
6095
|
+
}
|
|
6096
|
+
|
|
6061
6097
|
.select2-container {
|
|
6062
6098
|
position: relative;
|
|
6063
6099
|
display: block;
|