@turquoisehealth/pit-viper 2.232.0 → 2.234.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.
Files changed (26) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +1 -1
  2. package/_site/assets/css/pit-viper-consumer.css +1 -1
  3. package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
  4. package/_site/assets/css/pit-viper-v2.css +1 -1
  5. package/_site/assets/css/pit-viper.css +1 -1
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-modal-stats.html +1 -1
  12. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +12 -1
  13. package/pv-components/dist/vue/ai/components/base/PvModal/PvModal.vue.d.ts +3 -0
  14. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +12 -1
  15. package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +3 -0
  16. package/pv-components/dist/vue/base/pv-components-base.mjs +22 -18
  17. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  18. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +12 -1
  19. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +3 -0
  20. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +14 -16
  21. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  22. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +2 -0
  23. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +24 -17
  24. package/pv-components/dist/web/components/pv-modal/pv-modal.js +484 -483
  25. package/pv-components/dist/web/pv-components.iife.js +2 -2
  26. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -3332,7 +3332,7 @@ button.pv-tag-secondary:active {
3332
3332
  }
3333
3333
 
3334
3334
  [class*=pv-modal] {
3335
- --max-height: auto;
3335
+ --max-height: 100%;
3336
3336
  --max-width: 100%;
3337
3337
  --top: 2rem;
3338
3338
  border: none;
@@ -3338,7 +3338,7 @@ button.pv-tag-secondary:active {
3338
3338
  }
3339
3339
 
3340
3340
  [class*=pv-modal] {
3341
- --max-height: auto;
3341
+ --max-height: 100%;
3342
3342
  --max-width: 100%;
3343
3343
  --top: 2rem;
3344
3344
  border: none;
@@ -3041,7 +3041,7 @@
3041
3041
  background-position: 50% 50%;
3042
3042
  }
3043
3043
  .pv-v2 [class*=pv-modal] {
3044
- --max-height: auto;
3044
+ --max-height: 100%;
3045
3045
  --max-width: 100%;
3046
3046
  --top: 2rem;
3047
3047
  border: none;
@@ -3332,7 +3332,7 @@ button.pv-tag-secondary:active {
3332
3332
  }
3333
3333
 
3334
3334
  [class*=pv-modal] {
3335
- --max-height: auto;
3335
+ --max-height: 100%;
3336
3336
  --max-width: 100%;
3337
3337
  --top: 2rem;
3338
3338
  border: none;
@@ -3337,7 +3337,7 @@ button.pv-tag-secondary:active {
3337
3337
  }
3338
3338
 
3339
3339
  [class*=pv-modal] {
3340
- --max-height: auto;
3340
+ --max-height: 100%;
3341
3341
  --max-width: 100%;
3342
3342
  --top: 2rem;
3343
3343
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.232.0",
3
+ "version": "2.234.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {