@turquoisehealth/pit-viper 2.171.1-dev.7 → 2.173.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 (75) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +0 -17
  2. package/_site/assets/css/pit-viper-consumer.css +0 -17
  3. package/_site/assets/css/pit-viper-v2-scoped.css +0 -16
  4. package/_site/assets/css/pit-viper-v2.css +0 -17
  5. package/_site/assets/css/pit-viper.css +0 -17
  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-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  24. package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +2 -2
  25. package/pv-components/dist/vue/base/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
  26. package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +9 -0
  27. package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +1 -1
  28. package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +1 -1
  29. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
  30. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  31. package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +1 -1
  32. package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +1 -1
  33. package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +1 -1
  35. package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +1 -1
  36. package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +1 -1
  37. package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
  38. package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +1 -1
  39. package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +1 -1
  40. package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +1 -1
  41. package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
  42. package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +2 -2
  43. package/pv-components/dist/vue/base/pv-components-base.mjs +2290 -2309
  44. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  45. package/pv-components/dist/vue/base/types.d.ts +1 -5
  46. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
  47. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +9 -0
  48. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
  49. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  50. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
  51. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +1 -1
  52. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +1 -0
  53. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +7 -0
  54. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
  55. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +5 -1
  56. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4121 -4128
  57. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  58. package/pv-components/dist/vue/visualizations/types.d.ts +1 -5
  59. package/pv-components/dist/web/components/pv-button/pv-button.js +367 -361
  60. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +449 -444
  61. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +413 -407
  62. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +312 -306
  63. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +514 -509
  64. package/pv-components/dist/web/components/pv-menu/pv-menu.js +1494 -1559
  65. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1807 -1871
  66. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +372 -366
  67. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1388 -1453
  68. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +1028 -1021
  69. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1370 -1435
  70. package/pv-components/dist/web/components/pv-switch/pv-switch.js +106 -114
  71. package/pv-components/dist/web/components/pv-toast/pv-toast.js +416 -411
  72. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +22 -21
  73. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +21 -21
  74. package/pv-components/dist/web/pv-components.iife.js +43 -43
  75. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -43,7 +43,6 @@ export interface MenuOptionConfig {
43
43
  renderer?: Component;
44
44
  action?: MenuAction<any>;
45
45
  variant?: MenuOptionsVariant;
46
- disabledVariant?: MenuOptionsDisabledVariant;
47
46
  counterBadgeVariant?: PvCounterBadgeVariant;
48
47
  }
49
48
  export interface MenuOptionSelectedEvent {
@@ -56,9 +55,6 @@ export declare enum MenuItemType {
56
55
  company = "company",
57
56
  avatar = "avatar",
58
57
  icon = "icon",
59
- radio = "radio",
60
- checkmark = "checkmark",
61
- toggle = "toggle"
58
+ radio = "radio"
62
59
  }
63
60
  export type MenuOptionsVariant = `${MenuItemType}`;
64
- export type MenuOptionsDisabledVariant = "default" | "ghost" | null;