@turquoisehealth/pit-viper 2.104.0 → 2.104.2-dev.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-v2-scoped.css +23 -2
- package/_site/assets/css/pit-viper-v2.css +25 -2
- package/_site/assets/css/pit-viper.css +25 -2
- package/package.json +38 -11
- package/pv-components/dist/stats/vue/base/stats.html +4949 -0
- package/pv-components/dist/stats/vue/visualizations/stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-accordion-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-action-bar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-group-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-banner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-checkbox-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-label-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-picker-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-time-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-drawer-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-dropdown-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-icon-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-modal-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pagination-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pill-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-menu-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-v2-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-rating-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-release-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-search-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-selectable-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-side-panel-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-spinner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-sprite-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-suggestion-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-switch-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tab-list-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tabs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-text-area-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toast-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tooltip-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -4
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -0
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/types.d.ts +2 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +3429 -5665
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3428 -5941
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +186 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +66 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +96 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +102 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +155 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +92 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +173 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +80 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +77 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +153 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +124 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +204 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +89 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +7481 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +577 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +486 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +1724 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +235 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +251 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +81 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +123 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +293 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +118 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2752 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +286 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +160 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +1417 -0
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +1439 -0
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +1421 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +78 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +74 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +170 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +145 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2563 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +85 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +80 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +1525 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +83 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +82 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +126 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +94 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +100 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +178 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +141 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +120 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +223 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +139 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +2887 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +90 -0
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +1489 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +91 -0
- package/pv-components/dist/web/pv-components.iife.js +21 -21
- package/pv-components/dist/web/vue.runtime.esm-browser.prod.js +7 -0
- package/pv-components/dist/vue/base/pv-components-base.js +0 -1546
- package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1546
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -491
- package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121834
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +0 -299
- package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47028
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
|
@@ -3301,10 +3301,29 @@
|
|
|
3301
3301
|
line-height: 1.33333333;
|
|
3302
3302
|
font-weight: 500;
|
|
3303
3303
|
}
|
|
3304
|
+
.pv-v2 .pv-action-bar-container > ::slotted(*) {
|
|
3305
|
+
display: flex;
|
|
3306
|
+
align-items: center;
|
|
3307
|
+
white-space: nowrap;
|
|
3308
|
+
justify-content: unset;
|
|
3309
|
+
gap: 0.5rem;
|
|
3310
|
+
background-color: #242626;
|
|
3311
|
+
color: #FFFFFF;
|
|
3312
|
+
padding: 0.5rem 0.75rem;
|
|
3313
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3314
|
+
border-radius: 8px;
|
|
3315
|
+
font-size: 0.75rem;
|
|
3316
|
+
line-height: 1.33333333;
|
|
3317
|
+
font-weight: 500;
|
|
3318
|
+
}
|
|
3304
3319
|
.pv-v2 .pv-action-bar-container[data-style=white] > div {
|
|
3305
3320
|
background-color: #FFFFFF;
|
|
3306
3321
|
color: #121313;
|
|
3307
3322
|
}
|
|
3323
|
+
.pv-v2 .pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3324
|
+
background-color: #FFFFFF;
|
|
3325
|
+
color: #121313;
|
|
3326
|
+
}
|
|
3308
3327
|
.pv-v2 .pv-card {
|
|
3309
3328
|
position: relative;
|
|
3310
3329
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -5024,11 +5043,12 @@
|
|
|
5024
5043
|
position: absolute;
|
|
5025
5044
|
top: -33px;
|
|
5026
5045
|
left: 0;
|
|
5027
|
-
background-color:
|
|
5046
|
+
background-color: white;
|
|
5028
5047
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5029
5048
|
background-repeat: no-repeat;
|
|
5030
5049
|
background-size: 1rem 1rem;
|
|
5031
|
-
background-position: top
|
|
5050
|
+
background-position: top 50% right 0.5rem;
|
|
5051
|
+
transform: translateY(1px);
|
|
5032
5052
|
}
|
|
5033
5053
|
.pv-v2 .select2-dropdown--above .select2-search__field {
|
|
5034
5054
|
background-color: #fff;
|
|
@@ -5243,6 +5263,7 @@
|
|
|
5243
5263
|
color: white;
|
|
5244
5264
|
}
|
|
5245
5265
|
.pv-v2 .select2-container--pv-dark .select2-search__field {
|
|
5266
|
+
background-color: #353938;
|
|
5246
5267
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5247
5268
|
}
|
|
5248
5269
|
.pv-v2 .select2-container--pv-dark .select2-results__options {
|
|
@@ -3575,11 +3575,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3575
3575
|
font-weight: 500;
|
|
3576
3576
|
}
|
|
3577
3577
|
|
|
3578
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3579
|
+
display: flex;
|
|
3580
|
+
align-items: center;
|
|
3581
|
+
white-space: nowrap;
|
|
3582
|
+
justify-content: unset;
|
|
3583
|
+
gap: 0.5rem;
|
|
3584
|
+
background-color: #242626;
|
|
3585
|
+
color: #FFFFFF;
|
|
3586
|
+
padding: 0.5rem 0.75rem;
|
|
3587
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3588
|
+
border-radius: 8px;
|
|
3589
|
+
font-size: 0.75rem;
|
|
3590
|
+
line-height: 1.33333333;
|
|
3591
|
+
font-weight: 500;
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3578
3594
|
.pv-action-bar-container[data-style=white] > div {
|
|
3579
3595
|
background-color: #FFFFFF;
|
|
3580
3596
|
color: #121313;
|
|
3581
3597
|
}
|
|
3582
3598
|
|
|
3599
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3600
|
+
background-color: #FFFFFF;
|
|
3601
|
+
color: #121313;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3583
3604
|
.pv-card {
|
|
3584
3605
|
position: relative;
|
|
3585
3606
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -5533,11 +5554,12 @@ svg.pv-text-inherit {
|
|
|
5533
5554
|
position: absolute;
|
|
5534
5555
|
top: -33px;
|
|
5535
5556
|
left: 0;
|
|
5536
|
-
background-color:
|
|
5557
|
+
background-color: white;
|
|
5537
5558
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5538
5559
|
background-repeat: no-repeat;
|
|
5539
5560
|
background-size: 1rem 1rem;
|
|
5540
|
-
background-position: top
|
|
5561
|
+
background-position: top 50% right 0.5rem;
|
|
5562
|
+
transform: translateY(1px);
|
|
5541
5563
|
}
|
|
5542
5564
|
|
|
5543
5565
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5791,6 +5813,7 @@ input.select2-search__field::placeholder {
|
|
|
5791
5813
|
color: white;
|
|
5792
5814
|
}
|
|
5793
5815
|
.select2-container--pv-dark .select2-search__field {
|
|
5816
|
+
background-color: #353938;
|
|
5794
5817
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5795
5818
|
}
|
|
5796
5819
|
.select2-container--pv-dark .select2-results__options {
|
|
@@ -3580,11 +3580,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3580
3580
|
font-weight: 500;
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3584
|
+
display: flex;
|
|
3585
|
+
align-items: center;
|
|
3586
|
+
white-space: nowrap;
|
|
3587
|
+
justify-content: space-between;
|
|
3588
|
+
gap: 0.5rem;
|
|
3589
|
+
background-color: #02363D;
|
|
3590
|
+
color: #FFFFFF;
|
|
3591
|
+
padding: 0;
|
|
3592
|
+
box-shadow: 0 8px 32px rgba(2, 54, 61, 0.24);
|
|
3593
|
+
border-radius: 4px;
|
|
3594
|
+
font-size: 1.125rem;
|
|
3595
|
+
line-height: 1.55555555;
|
|
3596
|
+
font-weight: 500;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3583
3599
|
.pv-action-bar-container[data-style=white] > div {
|
|
3584
3600
|
background-color: #02363D;
|
|
3585
3601
|
color: #02363D;
|
|
3586
3602
|
}
|
|
3587
3603
|
|
|
3604
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3605
|
+
background-color: #02363D;
|
|
3606
|
+
color: #02363D;
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3588
3609
|
.pv-card {
|
|
3589
3610
|
position: relative;
|
|
3590
3611
|
border: 1px solid var(--card-border-color, #DCDFE4);
|
|
@@ -5538,11 +5559,12 @@ svg.pv-text-inherit {
|
|
|
5538
5559
|
position: absolute;
|
|
5539
5560
|
top: -44px;
|
|
5540
5561
|
left: 0;
|
|
5541
|
-
background-color:
|
|
5562
|
+
background-color: white;
|
|
5542
5563
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
5543
5564
|
background-repeat: no-repeat;
|
|
5544
5565
|
background-size: 1rem 1rem;
|
|
5545
|
-
background-position: top
|
|
5566
|
+
background-position: top 50% right 0.5rem;
|
|
5567
|
+
transform: translateY(1px);
|
|
5546
5568
|
}
|
|
5547
5569
|
|
|
5548
5570
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5796,6 +5818,7 @@ input.select2-search__field::placeholder {
|
|
|
5796
5818
|
color: white;
|
|
5797
5819
|
}
|
|
5798
5820
|
.select2-container--pv-dark .select2-search__field {
|
|
5821
|
+
background-color: #353938;
|
|
5799
5822
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5800
5823
|
}
|
|
5801
5824
|
.select2-container--pv-dark .select2-results__options {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turquoisehealth/pit-viper",
|
|
3
|
-
"version": "2.104.0",
|
|
3
|
+
"version": "2.104.2-dev.0",
|
|
4
4
|
"description": "Turquoise Health's design system.",
|
|
5
5
|
"main": "README.md",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,10 +34,6 @@
|
|
|
34
34
|
"types": "./pv-components/dist/vue/visualizations/components/visualizations/index.d.ts",
|
|
35
35
|
"import": "./pv-components/dist/vue/visualizations/pv-components-visualizations.mjs",
|
|
36
36
|
"require": "./pv-components/dist/vue/visualizations/pv-components-visualizations.js"
|
|
37
|
-
},
|
|
38
|
-
"./web_components": {
|
|
39
|
-
"types": "./pv-components/dist/src/web-components.d.ts",
|
|
40
|
-
"default": "./pv-components/dist/web/pv-components.iife.js"
|
|
41
37
|
}
|
|
42
38
|
},
|
|
43
39
|
"scripts": {
|
|
@@ -50,7 +46,6 @@
|
|
|
50
46
|
"prepublishOnly": "npm install && npm run test && npm run build",
|
|
51
47
|
"start": "npm-run-all build:sass --parallel watch:*",
|
|
52
48
|
"build": "npm-run-all build:*",
|
|
53
|
-
"postbuild": "eleventy --quiet",
|
|
54
49
|
"prepare": "husky",
|
|
55
50
|
"test": "npm run test --workspace=pv-components",
|
|
56
51
|
"create_pr": "tsx ./scripts/createPR.ts",
|
|
@@ -71,13 +66,37 @@
|
|
|
71
66
|
},
|
|
72
67
|
"homepage": "https://github.com/turquoisehealth/pit-viper/",
|
|
73
68
|
"peerDependencies": {
|
|
69
|
+
"@floating-ui/vue": "^1.1.9",
|
|
70
|
+
"@primeuix/themes": "^1.1.1",
|
|
71
|
+
"@vueuse/components": "^13.0.0",
|
|
72
|
+
"@vueuse/core": "^13.0.0",
|
|
73
|
+
"@vueuse/integrations": "^13.1.0",
|
|
74
74
|
"ag-charts-enterprise": "^12.1.0",
|
|
75
75
|
"ag-charts-vue3": "^12.1.0",
|
|
76
76
|
"ag-grid-community": "^33.2.1",
|
|
77
77
|
"ag-grid-enterprise": "^33.2.1",
|
|
78
|
-
"ag-grid-vue3": "^33.2.1"
|
|
78
|
+
"ag-grid-vue3": "^33.2.1",
|
|
79
|
+
"papaparse": "^5.5.2",
|
|
80
|
+
"primevue": "^4.3.5",
|
|
81
|
+
"sortablejs": "^1.15.6",
|
|
82
|
+
"vue": "^3.5.13"
|
|
79
83
|
},
|
|
80
84
|
"peerDependenciesMeta": {
|
|
85
|
+
"@floating-ui/vue": {
|
|
86
|
+
"optional": false
|
|
87
|
+
},
|
|
88
|
+
"@primeuix/themes": {
|
|
89
|
+
"optional": false
|
|
90
|
+
},
|
|
91
|
+
"@vueuse/components": {
|
|
92
|
+
"optional": false
|
|
93
|
+
},
|
|
94
|
+
"@vueuse/core": {
|
|
95
|
+
"optional": false
|
|
96
|
+
},
|
|
97
|
+
"@vueuse/integrations": {
|
|
98
|
+
"optional": false
|
|
99
|
+
},
|
|
81
100
|
"ag-charts-enterprise": {
|
|
82
101
|
"optional": true
|
|
83
102
|
},
|
|
@@ -92,6 +111,18 @@
|
|
|
92
111
|
},
|
|
93
112
|
"ag-grid-vue3": {
|
|
94
113
|
"optional": true
|
|
114
|
+
},
|
|
115
|
+
"papaparse": {
|
|
116
|
+
"optional": false
|
|
117
|
+
},
|
|
118
|
+
"primevue": {
|
|
119
|
+
"optional": false
|
|
120
|
+
},
|
|
121
|
+
"sortablejs": {
|
|
122
|
+
"optional": false
|
|
123
|
+
},
|
|
124
|
+
"vue": {
|
|
125
|
+
"optional": false
|
|
95
126
|
}
|
|
96
127
|
},
|
|
97
128
|
"dependencies": {
|
|
@@ -110,10 +141,6 @@
|
|
|
110
141
|
},
|
|
111
142
|
"devDependencies": {
|
|
112
143
|
"@changesets/cli": "^2.29.4",
|
|
113
|
-
"@vue/eslint-config-prettier": "^10.1.0",
|
|
114
|
-
"@vue/eslint-config-typescript": "^14.3.0",
|
|
115
|
-
"chokidar-cli": "^3.0.0",
|
|
116
|
-
"eslint-plugin-vue": "^9.32.0",
|
|
117
144
|
"pagefind": "^1.3.0",
|
|
118
145
|
"tsx": "^4.0.0"
|
|
119
146
|
}
|