@turquoisehealth/pit-viper 2.201.1-dev.2 → 2.202.1

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 (77) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +50 -0
  2. package/_site/assets/css/pit-viper-consumer.css +50 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +45 -0
  4. package/_site/assets/css/pit-viper-v2.css +50 -0
  5. package/package.json +1 -1
  6. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  7. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-checkbox-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  34. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  35. package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
  36. package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
  37. package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
  38. package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
  39. package/pv-components/dist/vue/base/components/base/PvSkeleton/types.d.ts +7 -2
  40. package/pv-components/dist/vue/base/pv-components-base.mjs +27 -21
  41. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  42. package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
  43. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
  44. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
  45. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
  46. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +7 -2
  47. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +10 -10
  48. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  49. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +15 -15
  50. package/pv-components/dist/web/components/pv-button/pv-button.js +14 -14
  51. package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +2 -3
  52. package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -5
  53. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +14 -14
  54. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +14 -14
  55. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +15 -15
  56. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +17 -18
  57. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +17 -18
  58. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +14 -14
  59. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +14 -14
  60. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +15 -15
  61. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +15 -15
  62. package/pv-components/dist/web/components/pv-menu/pv-menu.js +15 -15
  63. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +15 -15
  64. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +15 -15
  65. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +14 -14
  66. package/pv-components/dist/web/components/pv-range/pv-range.js +14 -14
  67. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +14 -14
  68. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +15 -15
  69. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +14 -14
  70. package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +599 -592
  71. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +15 -15
  72. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +14 -14
  73. package/pv-components/dist/web/components/pv-toast/pv-toast.js +14 -14
  74. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +14 -14
  75. package/pv-components/dist/web/components/pv-tree/pv-tree.js +17 -18
  76. package/pv-components/dist/web/pv-components.iife.js +3 -3
  77. package/pv-components/dist/web/pv-components.iife.js.map +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.