@turquoisehealth/pit-viper 2.194.6 → 2.194.7
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 +7 -6
- 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-query-builder-input-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +1 -3
- package/pv-components/dist/vue/base/pv-components-base.mjs +52 -38
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +1 -3
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1106 -1092
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +470 -456
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turquoisehealth/pit-viper",
|
|
3
|
-
"version": "2.194.
|
|
3
|
+
"version": "2.194.7",
|
|
4
4
|
"description": "Turquoise Health's design system.",
|
|
5
5
|
"main": "README.md",
|
|
6
6
|
"publishConfig": {
|
|
@@ -133,22 +133,23 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
|
+
"dayjs": "1.11.20",
|
|
137
|
+
"es-toolkit": "1.45.1"
|
|
138
|
+
},
|
|
139
|
+
"devDependencies": {
|
|
136
140
|
"@11ty/eleventy": "3.1.5",
|
|
137
141
|
"@11ty/eleventy-navigation": "0.3.5",
|
|
138
142
|
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
|
|
143
|
+
"@changesets/cli": "2.30.0",
|
|
139
144
|
"@testing-library/user-event": "14.6.1",
|
|
140
|
-
"dayjs": "1.11.20",
|
|
141
145
|
"eleventy-plugin-svg-sprite": "2.4.6",
|
|
142
146
|
"eleventy-plugin-toc": "1.1.5",
|
|
143
147
|
"husky": "9.1.7",
|
|
144
148
|
"markdown-it-anchor": "8.6.7",
|
|
145
149
|
"markdown-it-attrs": "4.3.1",
|
|
146
150
|
"npm-run-all": "4.1.5",
|
|
147
|
-
"sass": "1.77.6"
|
|
148
|
-
},
|
|
149
|
-
"devDependencies": {
|
|
150
|
-
"@changesets/cli": "2.30.0",
|
|
151
151
|
"pagefind": "1.4.0",
|
|
152
|
+
"sass": "1.77.6",
|
|
152
153
|
"tsx": "4.21.0"
|
|
153
154
|
},
|
|
154
155
|
"pnpm": {
|