@turquoisehealth/pit-viper 2.97.0 → 2.97.1-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 +19 -0
- package/_site/assets/css/pit-viper-v2.css +21 -0
- package/_site/assets/css/pit-viper.css +21 -0
- 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-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/pv-components-base.mjs +4069 -6306
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3357 -5870
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +20 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +20 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +20 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +20 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +20 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +20 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +20 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +20 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +20 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +20 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +20 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +20 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +20 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +1509 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +20 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +20 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +25 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +20 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +20 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +20 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +20 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +20 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +20 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +25 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +20 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +20 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +25 -0
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +20 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +20 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +20 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +20 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +20 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +25 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +20 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +20 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +214 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +20 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +20 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +20 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +20 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +20 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +20 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +20 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +20 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +20 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +20 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +163 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +20 -0
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +163 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +20 -0
- package/pv-components/dist/web/pv-components.iife.js +4 -4
- 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/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
|
@@ -3304,10 +3304,29 @@
|
|
|
3304
3304
|
line-height: 1.33333333;
|
|
3305
3305
|
font-weight: 500;
|
|
3306
3306
|
}
|
|
3307
|
+
.pv-v2 .pv-action-bar-container > ::slotted(*) {
|
|
3308
|
+
display: flex;
|
|
3309
|
+
align-items: center;
|
|
3310
|
+
white-space: nowrap;
|
|
3311
|
+
justify-content: unset;
|
|
3312
|
+
gap: 0.5rem;
|
|
3313
|
+
background-color: #242626;
|
|
3314
|
+
color: #FFFFFF;
|
|
3315
|
+
padding: 0.5rem 0.75rem;
|
|
3316
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3317
|
+
border-radius: 8px;
|
|
3318
|
+
font-size: 0.75rem;
|
|
3319
|
+
line-height: 1.33333333;
|
|
3320
|
+
font-weight: 500;
|
|
3321
|
+
}
|
|
3307
3322
|
.pv-v2 .pv-action-bar-container[data-style=white] > div {
|
|
3308
3323
|
background-color: #FFFFFF;
|
|
3309
3324
|
color: #121313;
|
|
3310
3325
|
}
|
|
3326
|
+
.pv-v2 .pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3327
|
+
background-color: #FFFFFF;
|
|
3328
|
+
color: #121313;
|
|
3329
|
+
}
|
|
3311
3330
|
.pv-v2 .pv-card {
|
|
3312
3331
|
position: relative;
|
|
3313
3332
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -3578,11 +3578,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3578
3578
|
font-weight: 500;
|
|
3579
3579
|
}
|
|
3580
3580
|
|
|
3581
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3582
|
+
display: flex;
|
|
3583
|
+
align-items: center;
|
|
3584
|
+
white-space: nowrap;
|
|
3585
|
+
justify-content: unset;
|
|
3586
|
+
gap: 0.5rem;
|
|
3587
|
+
background-color: #242626;
|
|
3588
|
+
color: #FFFFFF;
|
|
3589
|
+
padding: 0.5rem 0.75rem;
|
|
3590
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3591
|
+
border-radius: 8px;
|
|
3592
|
+
font-size: 0.75rem;
|
|
3593
|
+
line-height: 1.33333333;
|
|
3594
|
+
font-weight: 500;
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3581
3597
|
.pv-action-bar-container[data-style=white] > div {
|
|
3582
3598
|
background-color: #FFFFFF;
|
|
3583
3599
|
color: #121313;
|
|
3584
3600
|
}
|
|
3585
3601
|
|
|
3602
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3603
|
+
background-color: #FFFFFF;
|
|
3604
|
+
color: #121313;
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3586
3607
|
.pv-card {
|
|
3587
3608
|
position: relative;
|
|
3588
3609
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -3583,11 +3583,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3583
3583
|
font-weight: 500;
|
|
3584
3584
|
}
|
|
3585
3585
|
|
|
3586
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3587
|
+
display: flex;
|
|
3588
|
+
align-items: center;
|
|
3589
|
+
white-space: nowrap;
|
|
3590
|
+
justify-content: space-between;
|
|
3591
|
+
gap: 0.5rem;
|
|
3592
|
+
background-color: #02363D;
|
|
3593
|
+
color: #FFFFFF;
|
|
3594
|
+
padding: 0;
|
|
3595
|
+
box-shadow: 0 8px 32px rgba(2, 54, 61, 0.24);
|
|
3596
|
+
border-radius: 4px;
|
|
3597
|
+
font-size: 1.125rem;
|
|
3598
|
+
line-height: 1.55555555;
|
|
3599
|
+
font-weight: 500;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3586
3602
|
.pv-action-bar-container[data-style=white] > div {
|
|
3587
3603
|
background-color: #02363D;
|
|
3588
3604
|
color: #02363D;
|
|
3589
3605
|
}
|
|
3590
3606
|
|
|
3607
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3608
|
+
background-color: #02363D;
|
|
3609
|
+
color: #02363D;
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3591
3612
|
.pv-card {
|
|
3592
3613
|
position: relative;
|
|
3593
3614
|
border: 1px solid var(--card-border-color, #DCDFE4);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turquoisehealth/pit-viper",
|
|
3
|
-
"version": "2.97.0",
|
|
3
|
+
"version": "2.97.1-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
|
}
|