@turquoisehealth/pit-viper 2.171.1-dev.7 → 2.173.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 +0 -17
- package/_site/assets/css/pit-viper-consumer.css +0 -17
- package/_site/assets/css/pit-viper-v2-scoped.css +0 -16
- package/_site/assets/css/pit-viper-v2.css +0 -17
- package/_site/assets/css/pit-viper.css +0 -17
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +9 -0
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +2290 -2309
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +1 -5
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
- package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +5 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4121 -4128
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +1 -5
- package/pv-components/dist/web/components/pv-button/pv-button.js +367 -361
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +449 -444
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +413 -407
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +312 -306
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +514 -509
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +1494 -1559
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1807 -1871
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +372 -366
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1388 -1453
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +1028 -1021
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1370 -1435
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +106 -114
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +416 -411
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +22 -21
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +21 -21
- package/pv-components/dist/web/pv-components.iife.js +43 -43
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -1381,23 +1381,6 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1381
1381
|
right: 2px;
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
|
-
.pv-switch.pv-input-xsmall {
|
|
1385
|
-
padding: 0;
|
|
1386
|
-
}
|
|
1387
|
-
.pv-switch.pv-input-xsmall input[type=checkbox] {
|
|
1388
|
-
height: 16px;
|
|
1389
|
-
width: 32px;
|
|
1390
|
-
}
|
|
1391
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:after {
|
|
1392
|
-
right: calc(100% - 12px - 2px);
|
|
1393
|
-
height: 12px;
|
|
1394
|
-
width: 12px;
|
|
1395
|
-
background-size: 0.5rem 0.5rem;
|
|
1396
|
-
}
|
|
1397
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:checked:after {
|
|
1398
|
-
right: 2px;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
1384
|
[class*=pv-label-selectable] {
|
|
1402
1385
|
cursor: pointer;
|
|
1403
1386
|
background-color: var(--selectable-label-background-color, #FFFFFF);
|
|
@@ -1387,23 +1387,6 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1387
1387
|
right: 2px;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
|
-
.pv-switch.pv-input-xsmall {
|
|
1391
|
-
padding: 0;
|
|
1392
|
-
}
|
|
1393
|
-
.pv-switch.pv-input-xsmall input[type=checkbox] {
|
|
1394
|
-
height: 16px;
|
|
1395
|
-
width: 32px;
|
|
1396
|
-
}
|
|
1397
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:after {
|
|
1398
|
-
right: calc(100% - 12px - 2px);
|
|
1399
|
-
height: 12px;
|
|
1400
|
-
width: 12px;
|
|
1401
|
-
background-size: 0.5rem 0.5rem;
|
|
1402
|
-
}
|
|
1403
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:checked:after {
|
|
1404
|
-
right: 2px;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
1390
|
[class*=pv-label-selectable] {
|
|
1408
1391
|
cursor: pointer;
|
|
1409
1392
|
background-color: var(--selectable-label-background-color, #FFFFFF);
|
|
@@ -1275,22 +1275,6 @@
|
|
|
1275
1275
|
.pv-v2 .pv-switch.pv-input-small input[type=checkbox]:checked:after {
|
|
1276
1276
|
right: 2px;
|
|
1277
1277
|
}
|
|
1278
|
-
.pv-v2 .pv-switch.pv-input-xsmall {
|
|
1279
|
-
padding: 0;
|
|
1280
|
-
}
|
|
1281
|
-
.pv-v2 .pv-switch.pv-input-xsmall input[type=checkbox] {
|
|
1282
|
-
height: 16px;
|
|
1283
|
-
width: 32px;
|
|
1284
|
-
}
|
|
1285
|
-
.pv-v2 .pv-switch.pv-input-xsmall input[type=checkbox]:after {
|
|
1286
|
-
right: calc(100% - 12px - 2px);
|
|
1287
|
-
height: 12px;
|
|
1288
|
-
width: 12px;
|
|
1289
|
-
background-size: 0.5rem 0.5rem;
|
|
1290
|
-
}
|
|
1291
|
-
.pv-v2 .pv-switch.pv-input-xsmall input[type=checkbox]:checked:after {
|
|
1292
|
-
right: 2px;
|
|
1293
|
-
}
|
|
1294
1278
|
.pv-v2 [class*=pv-label-selectable] {
|
|
1295
1279
|
cursor: pointer;
|
|
1296
1280
|
background-color: var(--selectable-label-background-color, #FFFFFF);
|
|
@@ -1381,23 +1381,6 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1381
1381
|
right: 2px;
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
|
-
.pv-switch.pv-input-xsmall {
|
|
1385
|
-
padding: 0;
|
|
1386
|
-
}
|
|
1387
|
-
.pv-switch.pv-input-xsmall input[type=checkbox] {
|
|
1388
|
-
height: 16px;
|
|
1389
|
-
width: 32px;
|
|
1390
|
-
}
|
|
1391
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:after {
|
|
1392
|
-
right: calc(100% - 12px - 2px);
|
|
1393
|
-
height: 12px;
|
|
1394
|
-
width: 12px;
|
|
1395
|
-
background-size: 0.5rem 0.5rem;
|
|
1396
|
-
}
|
|
1397
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:checked:after {
|
|
1398
|
-
right: 2px;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
1384
|
[class*=pv-label-selectable] {
|
|
1402
1385
|
cursor: pointer;
|
|
1403
1386
|
background-color: var(--selectable-label-background-color, #FFFFFF);
|
|
@@ -1386,23 +1386,6 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1386
1386
|
right: 2px;
|
|
1387
1387
|
}
|
|
1388
1388
|
|
|
1389
|
-
.pv-switch.pv-input-xsmall {
|
|
1390
|
-
padding: 0;
|
|
1391
|
-
}
|
|
1392
|
-
.pv-switch.pv-input-xsmall input[type=checkbox] {
|
|
1393
|
-
height: 16px;
|
|
1394
|
-
width: 32px;
|
|
1395
|
-
}
|
|
1396
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:after {
|
|
1397
|
-
right: calc(100% - 12px - 2px);
|
|
1398
|
-
height: 12px;
|
|
1399
|
-
width: 12px;
|
|
1400
|
-
background-size: 0.5rem 0.5rem;
|
|
1401
|
-
}
|
|
1402
|
-
.pv-switch.pv-input-xsmall input[type=checkbox]:checked:after {
|
|
1403
|
-
right: 2px;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
1389
|
[class*=pv-label-selectable] {
|
|
1407
1390
|
cursor: pointer;
|
|
1408
1391
|
background-color: var(--selectable-label-background-color, #FFFFFF);
|