@turquoisehealth/pit-viper 2.122.0 → 2.122.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/package.json +43 -13
- 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-ai-button-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-distribution-bar-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-progress-bar-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-tree-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
- package/pv-components/dist/vue/base/components/base/PvButton/helpers.d.ts +1 -0
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +6 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +206 -289
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +31 -0
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +6 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +20 -177
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +4 -9
- package/pv-components/dist/vue/base/pv-components-base.mjs +4943 -11629
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4791 -10741
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +265 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +134 -0
- package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +225 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +164 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +170 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +224 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +160 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +242 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +148 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +145 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +221 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +192 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +274 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +157 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +7550 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +645 -0
- package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +177 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +556 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +1792 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +304 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +320 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +150 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +191 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +363 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +186 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +8326 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +355 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +229 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +1485 -0
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +1507 -0
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +1573 -0
- package/pv-components/dist/web/components/pv-progress-bar/pv-progress-bar.js +156 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +146 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +142 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +238 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +214 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +8093 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +153 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +148 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +1593 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +151 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +150 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +195 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +162 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +168 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +248 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +210 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +188 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +292 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +208 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +7479 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +158 -0
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +7409 -0
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +5107 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +159 -0
- package/pv-components/dist/web/pv-components.iife.js +50 -50
- package/pv-components/dist/web/vue.runtime.esm-browser.prod.js +7 -0
- package/pv-components/dist/vue/base/pv-components-base.js +0 -1555
- package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1555
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -185
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -185
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turquoisehealth/pit-viper",
|
|
3
|
-
"version": "2.122.0",
|
|
3
|
+
"version": "2.122.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,38 @@
|
|
|
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",
|
|
83
|
+
"vuedraggable": "^4.1.0"
|
|
79
84
|
},
|
|
80
85
|
"peerDependenciesMeta": {
|
|
86
|
+
"@floating-ui/vue": {
|
|
87
|
+
"optional": false
|
|
88
|
+
},
|
|
89
|
+
"@primeuix/themes": {
|
|
90
|
+
"optional": false
|
|
91
|
+
},
|
|
92
|
+
"@vueuse/components": {
|
|
93
|
+
"optional": false
|
|
94
|
+
},
|
|
95
|
+
"@vueuse/core": {
|
|
96
|
+
"optional": false
|
|
97
|
+
},
|
|
98
|
+
"@vueuse/integrations": {
|
|
99
|
+
"optional": false
|
|
100
|
+
},
|
|
81
101
|
"ag-charts-enterprise": {
|
|
82
102
|
"optional": true
|
|
83
103
|
},
|
|
@@ -92,6 +112,21 @@
|
|
|
92
112
|
},
|
|
93
113
|
"ag-grid-vue3": {
|
|
94
114
|
"optional": true
|
|
115
|
+
},
|
|
116
|
+
"papaparse": {
|
|
117
|
+
"optional": false
|
|
118
|
+
},
|
|
119
|
+
"primevue": {
|
|
120
|
+
"optional": false
|
|
121
|
+
},
|
|
122
|
+
"sortablejs": {
|
|
123
|
+
"optional": false
|
|
124
|
+
},
|
|
125
|
+
"vue": {
|
|
126
|
+
"optional": false
|
|
127
|
+
},
|
|
128
|
+
"vuedraggable": {
|
|
129
|
+
"optional": false
|
|
95
130
|
}
|
|
96
131
|
},
|
|
97
132
|
"dependencies": {
|
|
@@ -106,15 +141,10 @@
|
|
|
106
141
|
"markdown-it-anchor": "^8.6.6",
|
|
107
142
|
"markdown-it-attrs": "^4.1.6",
|
|
108
143
|
"npm-run-all": "^4.1.5",
|
|
109
|
-
"sass": "1.77.6"
|
|
110
|
-
"vuedraggable": "^4.1.0"
|
|
144
|
+
"sass": "1.77.6"
|
|
111
145
|
},
|
|
112
146
|
"devDependencies": {
|
|
113
147
|
"@changesets/cli": "^2.29.4",
|
|
114
|
-
"@vue/eslint-config-prettier": "^10.1.0",
|
|
115
|
-
"@vue/eslint-config-typescript": "^14.3.0",
|
|
116
|
-
"chokidar-cli": "^3.0.0",
|
|
117
|
-
"eslint-plugin-vue": "^9.32.0",
|
|
118
148
|
"pagefind": "^1.3.0",
|
|
119
149
|
"tsx": "^4.0.0"
|
|
120
150
|
}
|