@turquoisehealth/pit-viper 2.93.0 → 2.94.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 +40 -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-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-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-tooltip-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +2920 -4957
- package/pv-components/dist/vue/base/types.d.ts +2 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3340 -5826
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -1
- 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-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-tooltip/pv-tooltip.js +20 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +20 -0
- package/pv-components/dist/web/pv-components.iife.js +26 -26
- 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
|
@@ -3271,10 +3271,29 @@
|
|
|
3271
3271
|
line-height: 1.33333333;
|
|
3272
3272
|
font-weight: 500;
|
|
3273
3273
|
}
|
|
3274
|
+
.pv-v2 .pv-action-bar-container > ::slotted(*) {
|
|
3275
|
+
display: flex;
|
|
3276
|
+
align-items: center;
|
|
3277
|
+
white-space: nowrap;
|
|
3278
|
+
justify-content: unset;
|
|
3279
|
+
gap: 0.5rem;
|
|
3280
|
+
background-color: #242626;
|
|
3281
|
+
color: #FFFFFF;
|
|
3282
|
+
padding: 0.5rem 0.75rem;
|
|
3283
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3284
|
+
border-radius: 8px;
|
|
3285
|
+
font-size: 0.75rem;
|
|
3286
|
+
line-height: 1.33333333;
|
|
3287
|
+
font-weight: 500;
|
|
3288
|
+
}
|
|
3274
3289
|
.pv-v2 .pv-action-bar-container[data-style=white] > div {
|
|
3275
3290
|
background-color: #FFFFFF;
|
|
3276
3291
|
color: #121313;
|
|
3277
3292
|
}
|
|
3293
|
+
.pv-v2 .pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3294
|
+
background-color: #FFFFFF;
|
|
3295
|
+
color: #121313;
|
|
3296
|
+
}
|
|
3278
3297
|
.pv-v2 .pv-card {
|
|
3279
3298
|
position: relative;
|
|
3280
3299
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -3541,11 +3541,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3541
3541
|
font-weight: 500;
|
|
3542
3542
|
}
|
|
3543
3543
|
|
|
3544
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3545
|
+
display: flex;
|
|
3546
|
+
align-items: center;
|
|
3547
|
+
white-space: nowrap;
|
|
3548
|
+
justify-content: unset;
|
|
3549
|
+
gap: 0.5rem;
|
|
3550
|
+
background-color: #242626;
|
|
3551
|
+
color: #FFFFFF;
|
|
3552
|
+
padding: 0.5rem 0.75rem;
|
|
3553
|
+
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
|
|
3554
|
+
border-radius: 8px;
|
|
3555
|
+
font-size: 0.75rem;
|
|
3556
|
+
line-height: 1.33333333;
|
|
3557
|
+
font-weight: 500;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3544
3560
|
.pv-action-bar-container[data-style=white] > div {
|
|
3545
3561
|
background-color: #FFFFFF;
|
|
3546
3562
|
color: #121313;
|
|
3547
3563
|
}
|
|
3548
3564
|
|
|
3565
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3566
|
+
background-color: #FFFFFF;
|
|
3567
|
+
color: #121313;
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3549
3570
|
.pv-card {
|
|
3550
3571
|
position: relative;
|
|
3551
3572
|
border: 1px solid var(--card-border-color, #E3E7EA);
|
|
@@ -3546,11 +3546,32 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3546
3546
|
font-weight: 500;
|
|
3547
3547
|
}
|
|
3548
3548
|
|
|
3549
|
+
.pv-action-bar-container > ::slotted(*) {
|
|
3550
|
+
display: flex;
|
|
3551
|
+
align-items: center;
|
|
3552
|
+
white-space: nowrap;
|
|
3553
|
+
justify-content: space-between;
|
|
3554
|
+
gap: 0.5rem;
|
|
3555
|
+
background-color: #02363D;
|
|
3556
|
+
color: #FFFFFF;
|
|
3557
|
+
padding: 0;
|
|
3558
|
+
box-shadow: 0 8px 32px rgba(2, 54, 61, 0.24);
|
|
3559
|
+
border-radius: 4px;
|
|
3560
|
+
font-size: 1.125rem;
|
|
3561
|
+
line-height: 1.55555555;
|
|
3562
|
+
font-weight: 500;
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3549
3565
|
.pv-action-bar-container[data-style=white] > div {
|
|
3550
3566
|
background-color: #02363D;
|
|
3551
3567
|
color: #02363D;
|
|
3552
3568
|
}
|
|
3553
3569
|
|
|
3570
|
+
.pv-action-bar-container[data-style=white] > ::slotted(*) {
|
|
3571
|
+
background-color: #02363D;
|
|
3572
|
+
color: #02363D;
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3554
3575
|
.pv-card {
|
|
3555
3576
|
position: relative;
|
|
3556
3577
|
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.
|
|
3
|
+
"version": "2.94.1-dev.0",
|
|
4
4
|
"description": "Turquoise Health's design system.",
|
|
5
5
|
"main": "README.md",
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,10 +31,6 @@
|
|
|
31
31
|
"types": "./pv-components/dist/vue/visualizations/components/visualizations/index.d.ts",
|
|
32
32
|
"import": "./pv-components/dist/vue/visualizations/pv-components-visualizations.mjs",
|
|
33
33
|
"require": "./pv-components/dist/vue/visualizations/pv-components-visualizations.js"
|
|
34
|
-
},
|
|
35
|
-
"./web_components": {
|
|
36
|
-
"types": "./pv-components/dist/src/web-components.d.ts",
|
|
37
|
-
"default": "./pv-components/dist/web/pv-components.iife.js"
|
|
38
34
|
}
|
|
39
35
|
},
|
|
40
36
|
"scripts": {
|
|
@@ -47,7 +43,6 @@
|
|
|
47
43
|
"prepublishOnly": "npm install && npm run test && npm run build",
|
|
48
44
|
"start": "npm-run-all build:sass --parallel watch:*",
|
|
49
45
|
"build": "npm-run-all build:*",
|
|
50
|
-
"postbuild": "eleventy --quiet",
|
|
51
46
|
"prepare": "husky",
|
|
52
47
|
"test": "npm run test --workspace=pv-components",
|
|
53
48
|
"create_pr": "tsx ./scripts/createPR.ts",
|
|
@@ -68,13 +63,37 @@
|
|
|
68
63
|
},
|
|
69
64
|
"homepage": "https://github.com/turquoisehealth/pit-viper/",
|
|
70
65
|
"peerDependencies": {
|
|
66
|
+
"@floating-ui/vue": "^1.1.9",
|
|
67
|
+
"@primeuix/themes": "^1.1.1",
|
|
68
|
+
"@vueuse/components": "^13.0.0",
|
|
69
|
+
"@vueuse/core": "^13.0.0",
|
|
70
|
+
"@vueuse/integrations": "^13.1.0",
|
|
71
71
|
"ag-charts-enterprise": "^12.1.0",
|
|
72
72
|
"ag-charts-vue3": "^12.1.0",
|
|
73
|
-
"ag-grid-community": "^33.2.
|
|
74
|
-
"ag-grid-enterprise": "^33.2.
|
|
75
|
-
"ag-grid-vue3": "^33.2.
|
|
73
|
+
"ag-grid-community": "^33.2.1",
|
|
74
|
+
"ag-grid-enterprise": "^33.2.1",
|
|
75
|
+
"ag-grid-vue3": "^33.2.1",
|
|
76
|
+
"papaparse": "^5.5.2",
|
|
77
|
+
"primevue": "^4.3.5",
|
|
78
|
+
"sortablejs": "^1.15.6",
|
|
79
|
+
"vue": "^3.5.13"
|
|
76
80
|
},
|
|
77
81
|
"peerDependenciesMeta": {
|
|
82
|
+
"@floating-ui/vue": {
|
|
83
|
+
"optional": false
|
|
84
|
+
},
|
|
85
|
+
"@primeuix/themes": {
|
|
86
|
+
"optional": false
|
|
87
|
+
},
|
|
88
|
+
"@vueuse/components": {
|
|
89
|
+
"optional": false
|
|
90
|
+
},
|
|
91
|
+
"@vueuse/core": {
|
|
92
|
+
"optional": false
|
|
93
|
+
},
|
|
94
|
+
"@vueuse/integrations": {
|
|
95
|
+
"optional": false
|
|
96
|
+
},
|
|
78
97
|
"ag-charts-enterprise": {
|
|
79
98
|
"optional": true
|
|
80
99
|
},
|
|
@@ -89,6 +108,18 @@
|
|
|
89
108
|
},
|
|
90
109
|
"ag-grid-vue3": {
|
|
91
110
|
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"papaparse": {
|
|
113
|
+
"optional": false
|
|
114
|
+
},
|
|
115
|
+
"primevue": {
|
|
116
|
+
"optional": false
|
|
117
|
+
},
|
|
118
|
+
"sortablejs": {
|
|
119
|
+
"optional": false
|
|
120
|
+
},
|
|
121
|
+
"vue": {
|
|
122
|
+
"optional": false
|
|
92
123
|
}
|
|
93
124
|
},
|
|
94
125
|
"dependencies": {
|
|
@@ -107,10 +138,6 @@
|
|
|
107
138
|
},
|
|
108
139
|
"devDependencies": {
|
|
109
140
|
"@changesets/cli": "^2.29.4",
|
|
110
|
-
"@vue/eslint-config-prettier": "^10.1.0",
|
|
111
|
-
"@vue/eslint-config-typescript": "^14.3.0",
|
|
112
|
-
"chokidar-cli": "^3.0.0",
|
|
113
|
-
"eslint-plugin-vue": "^9.32.0",
|
|
114
141
|
"pagefind": "^1.3.0",
|
|
115
142
|
"tsx": "^4.0.0"
|
|
116
143
|
}
|