@turquoisehealth/pit-viper 2.201.1-dev.2 → 2.202.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 (81) 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 +28 -22
  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/components/charts/PvDataTableWithChart/types.d.ts +0 -6
  48. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -1
  49. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -2
  50. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +0 -7
  51. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +64 -91
  52. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  53. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +15 -15
  54. package/pv-components/dist/web/components/pv-button/pv-button.js +14 -14
  55. package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +2 -3
  56. package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -5
  57. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +14 -14
  58. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +14 -14
  59. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +15 -15
  60. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +17 -18
  61. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +17 -18
  62. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +14 -14
  63. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +14 -14
  64. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +15 -15
  65. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +15 -15
  66. package/pv-components/dist/web/components/pv-menu/pv-menu.js +15 -15
  67. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +16 -16
  68. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +15 -15
  69. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +14 -14
  70. package/pv-components/dist/web/components/pv-range/pv-range.js +14 -14
  71. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +14 -14
  72. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +15 -15
  73. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +14 -14
  74. package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +599 -592
  75. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +15 -15
  76. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +14 -14
  77. package/pv-components/dist/web/components/pv-toast/pv-toast.js +14 -14
  78. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +14 -14
  79. package/pv-components/dist/web/components/pv-tree/pv-tree.js +17 -18
  80. package/pv-components/dist/web/pv-components.iife.js +3 -3
  81. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -97,29 +97,29 @@ var Ce = [
97
97
  }), Ee = /* @__PURE__ */ f({
98
98
  __name: "PvCounterBadge",
99
99
  props: {
100
- value: { type: Number },
100
+ maxValue: {
101
+ default: 99,
102
+ type: Number
103
+ },
101
104
  prefix: {
102
105
  default: "",
103
106
  type: String
104
107
  },
105
- variant: {
106
- default: "primary",
107
- type: null
108
- },
109
108
  size: {
110
109
  default: "sm",
111
110
  type: String
112
111
  },
113
- maxValue: {
114
- default: 99,
115
- type: Number
112
+ value: { type: Number },
113
+ variant: {
114
+ default: "primary",
115
+ type: null
116
116
  }
117
117
  },
118
118
  setup(e) {
119
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
119
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
120
120
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
121
- "pv-badge-md pv-text-body-md": n.value == "md",
122
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
121
+ "pv-badge-md pv-text-body-md": t.size == "md",
122
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
123
123
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
124
124
  "pv-badge-secondary": t.variant == "secondary",
125
125
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -127,15 +127,15 @@ var Ce = [
127
127
  "pv-surface": t.variant == "ghost"
128
128
  }));
129
129
  return (e, t) => (T(), o("div", {
130
- class: y(a.value),
130
+ class: y(i.value),
131
131
  "data-testid": "pv-counter-badge"
132
- }, j(i.value), 3));
132
+ }, j(n.value), 3));
133
133
  }
134
- }), De = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", Oe = (e, t) => {
134
+ }), De = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", Oe = (e, t) => {
135
135
  let n = e.__vccOpts || e;
136
136
  for (let [e, r] of t) n[e] = r;
137
137
  return n;
138
- }, ke = /* @__PURE__ */ Oe(Ee, [["styles", [De]], ["__scopeId", "data-v-743a2e13"]]), Ae = ["disabled", "aria-label"], je = {
138
+ }, ke = /* @__PURE__ */ Oe(Ee, [["styles", [De]], ["__scopeId", "data-v-6a07eeec"]]), Ae = ["disabled", "aria-label"], je = {
139
139
  key: 2,
140
140
  "data-testid": "pv-button-label"
141
141
  }, Me = /* @__PURE__ */ f({
@@ -101,29 +101,29 @@ var T = [
101
101
  }, j = (e) => e == null || !A.hasOwnProperty(e) ? null : A[e] || null, M = /* @__PURE__ */ o({
102
102
  __name: "PvCounterBadge",
103
103
  props: {
104
- value: { type: Number },
104
+ maxValue: {
105
+ default: 99,
106
+ type: Number
107
+ },
105
108
  prefix: {
106
109
  default: "",
107
110
  type: String
108
111
  },
109
- variant: {
110
- default: "primary",
111
- type: null
112
- },
113
112
  size: {
114
113
  default: "sm",
115
114
  type: String
116
115
  },
117
- maxValue: {
118
- default: 99,
119
- type: Number
116
+ value: { type: Number },
117
+ variant: {
118
+ default: "primary",
119
+ type: null
120
120
  }
121
121
  },
122
122
  setup(e) {
123
- let n = e, r = t(() => n.size == "md" ? "md" : (n.size, "sm")), a = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), o = t(() => ({
123
+ let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
124
124
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
125
- "pv-badge-md pv-text-body-md": r.value == "md",
126
- "pv-badge-sm pv-text-body-sm": r.value == "sm",
125
+ "pv-badge-md pv-text-body-md": n.size == "md",
126
+ "pv-badge-sm pv-text-body-sm": n.size == "sm",
127
127
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
128
128
  "pv-badge-secondary": n.variant == "secondary",
129
129
  "pv-surface-lighten-5": n.variant == "tertiary",
@@ -131,15 +131,15 @@ var T = [
131
131
  "pv-surface": n.variant == "ghost"
132
132
  }));
133
133
  return (e, t) => (p(), i("div", {
134
- class: u(o.value),
134
+ class: u(a.value),
135
135
  "data-testid": "pv-counter-badge"
136
- }, y(a.value), 3));
136
+ }, y(r.value), 3));
137
137
  }
138
- }), N = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", P = (e, t) => {
138
+ }), N = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", P = (e, t) => {
139
139
  let n = e.__vccOpts || e;
140
140
  for (let [e, r] of t) n[e] = r;
141
141
  return n;
142
- }, ee = /* @__PURE__ */ P(M, [["styles", [N]], ["__scopeId", "data-v-743a2e13"]]), te = ["disabled", "aria-label"], ne = {
142
+ }, ee = /* @__PURE__ */ P(M, [["styles", [N]], ["__scopeId", "data-v-6a07eeec"]]), te = ["disabled", "aria-label"], ne = {
143
143
  key: 2,
144
144
  "data-testid": "pv-button-label"
145
145
  }, re = /* @__PURE__ */ o({
@@ -156,29 +156,29 @@ var Ae = ["xlink:href"], je = /* @__PURE__ */ f({
156
156
  }), Fe = /* @__PURE__ */ f({
157
157
  __name: "PvCounterBadge",
158
158
  props: {
159
- value: { type: Number },
159
+ maxValue: {
160
+ default: 99,
161
+ type: Number
162
+ },
160
163
  prefix: {
161
164
  default: "",
162
165
  type: String
163
166
  },
164
- variant: {
165
- default: "primary",
166
- type: null
167
- },
168
167
  size: {
169
168
  default: "sm",
170
169
  type: String
171
170
  },
172
- maxValue: {
173
- default: 99,
174
- type: Number
171
+ value: { type: Number },
172
+ variant: {
173
+ default: "primary",
174
+ type: null
175
175
  }
176
176
  },
177
177
  setup(e) {
178
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
178
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
179
179
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
180
- "pv-badge-md pv-text-body-md": n.value == "md",
181
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
180
+ "pv-badge-md pv-text-body-md": t.size == "md",
181
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
182
182
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
183
183
  "pv-badge-secondary": t.variant == "secondary",
184
184
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -186,15 +186,15 @@ var Ae = ["xlink:href"], je = /* @__PURE__ */ f({
186
186
  "pv-surface": t.variant == "ghost"
187
187
  }));
188
188
  return (e, t) => (D(), o("div", {
189
- class: x(a.value),
189
+ class: x(i.value),
190
190
  "data-testid": "pv-counter-badge"
191
- }, P(i.value), 3));
191
+ }, P(n.value), 3));
192
192
  }
193
- }), Ie = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", Le = (e, t) => {
193
+ }), Ie = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", Le = (e, t) => {
194
194
  let n = e.__vccOpts || e;
195
195
  for (let [e, r] of t) n[e] = r;
196
196
  return n;
197
- }, Re = /* @__PURE__ */ Le(Fe, [["styles", [Ie]], ["__scopeId", "data-v-743a2e13"]]), ze = {
197
+ }, Re = /* @__PURE__ */ Le(Fe, [["styles", [Ie]], ["__scopeId", "data-v-6a07eeec"]]), ze = {
198
198
  class: "pv-full-width pv-truncate pv-flex-vertical",
199
199
  style: {
200
200
  "align-items": "flex-start",
@@ -325,29 +325,29 @@ var $e = {
325
325
  }), nt = /* @__PURE__ */ f({
326
326
  __name: "PvCounterBadge",
327
327
  props: {
328
- value: { type: Number },
328
+ maxValue: {
329
+ default: 99,
330
+ type: Number
331
+ },
329
332
  prefix: {
330
333
  default: "",
331
334
  type: String
332
335
  },
333
- variant: {
334
- default: "primary",
335
- type: null
336
- },
337
336
  size: {
338
337
  default: "sm",
339
338
  type: String
340
339
  },
341
- maxValue: {
342
- default: 99,
343
- type: Number
340
+ value: { type: Number },
341
+ variant: {
342
+ default: "primary",
343
+ type: null
344
344
  }
345
345
  },
346
346
  setup(e) {
347
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
347
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
348
348
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
349
- "pv-badge-md pv-text-body-md": n.value == "md",
350
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
349
+ "pv-badge-md pv-text-body-md": t.size == "md",
350
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
351
351
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
352
352
  "pv-badge-secondary": t.variant == "secondary",
353
353
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -355,15 +355,15 @@ var $e = {
355
355
  "pv-surface": t.variant == "ghost"
356
356
  }));
357
357
  return (e, t) => (k(), o("div", {
358
- class: S(a.value),
358
+ class: S(i.value),
359
359
  "data-testid": "pv-counter-badge"
360
- }, L(i.value), 3));
360
+ }, L(n.value), 3));
361
361
  }
362
- }), rt = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", it = (e, t) => {
362
+ }), rt = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", it = (e, t) => {
363
363
  let n = e.__vccOpts || e;
364
364
  for (let [e, r] of t) n[e] = r;
365
365
  return n;
366
- }, at = /* @__PURE__ */ it(nt, [["styles", [rt]], ["__scopeId", "data-v-743a2e13"]]), ot = ["disabled", "aria-label"], st = {
366
+ }, at = /* @__PURE__ */ it(nt, [["styles", [rt]], ["__scopeId", "data-v-6a07eeec"]]), ot = ["disabled", "aria-label"], st = {
367
367
  key: 2,
368
368
  "data-testid": "pv-button-label"
369
369
  }, ct = /* @__PURE__ */ f({
@@ -2918,7 +2918,7 @@ var $r = { style: { width: "fit-content" } }, ei = /* @__PURE__ */ f({
2918
2918
  icon: e.icon,
2919
2919
  companyLogo: e.companyLogo,
2920
2920
  showClear: !e.disableClearIcon && T.value,
2921
- showDropdown: !e.disableDropdownIcon && !(T.value && !e.disableClearIcon),
2921
+ showDropdown: !e.disableDropdownIcon && !T.value,
2922
2922
  open: z(O),
2923
2923
  "counter-value": S.value,
2924
2924
  "counter-style": e.counterStyle,
@@ -72,29 +72,29 @@ var O = [
72
72
  }), j = /* @__PURE__ */ s({
73
73
  __name: "PvCounterBadge",
74
74
  props: {
75
- value: { type: Number },
75
+ maxValue: {
76
+ default: 99,
77
+ type: Number
78
+ },
76
79
  prefix: {
77
80
  default: "",
78
81
  type: String
79
82
  },
80
- variant: {
81
- default: "primary",
82
- type: null
83
- },
84
83
  size: {
85
84
  default: "sm",
86
85
  type: String
87
86
  },
88
- maxValue: {
89
- default: 99,
90
- type: Number
87
+ value: { type: Number },
88
+ variant: {
89
+ default: "primary",
90
+ type: null
91
91
  }
92
92
  },
93
93
  setup(e) {
94
- let n = e, r = t(() => n.size == "md" ? "md" : (n.size, "sm")), a = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), o = t(() => ({
94
+ let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
95
95
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
96
- "pv-badge-md pv-text-body-md": r.value == "md",
97
- "pv-badge-sm pv-text-body-sm": r.value == "sm",
96
+ "pv-badge-md pv-text-body-md": n.size == "md",
97
+ "pv-badge-sm pv-text-body-sm": n.size == "sm",
98
98
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
99
99
  "pv-badge-secondary": n.variant == "secondary",
100
100
  "pv-surface-lighten-5": n.variant == "tertiary",
@@ -102,15 +102,15 @@ var O = [
102
102
  "pv-surface": n.variant == "ghost"
103
103
  }));
104
104
  return (e, t) => (h(), i("div", {
105
- class: f(o.value),
105
+ class: f(a.value),
106
106
  "data-testid": "pv-counter-badge"
107
- }, y(a.value), 3));
107
+ }, y(r.value), 3));
108
108
  }
109
- }), M = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", N = (e, t) => {
109
+ }), M = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", N = (e, t) => {
110
110
  let n = e.__vccOpts || e;
111
111
  for (let [e, r] of t) n[e] = r;
112
112
  return n;
113
- }, te = /* @__PURE__ */ N(j, [["styles", [M]], ["__scopeId", "data-v-743a2e13"]]), ne = ["disabled", "aria-label"], re = {
113
+ }, te = /* @__PURE__ */ N(j, [["styles", [M]], ["__scopeId", "data-v-6a07eeec"]]), ne = ["disabled", "aria-label"], re = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, ie = /* @__PURE__ */ s({
@@ -1586,29 +1586,29 @@ var Tr = {
1586
1586
  }), jr = /* @__PURE__ */ hr(/* @__PURE__ */ f({
1587
1587
  __name: "PvCounterBadge",
1588
1588
  props: {
1589
- value: { type: Number },
1589
+ maxValue: {
1590
+ default: 99,
1591
+ type: Number
1592
+ },
1590
1593
  prefix: {
1591
1594
  default: "",
1592
1595
  type: String
1593
1596
  },
1594
- variant: {
1595
- default: "primary",
1596
- type: null
1597
- },
1598
1597
  size: {
1599
1598
  default: "sm",
1600
1599
  type: String
1601
1600
  },
1602
- maxValue: {
1603
- default: 99,
1604
- type: Number
1601
+ value: { type: Number },
1602
+ variant: {
1603
+ default: "primary",
1604
+ type: null
1605
1605
  }
1606
1606
  },
1607
1607
  setup(e) {
1608
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
1608
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
1609
1609
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
1610
- "pv-badge-md pv-text-body-md": n.value == "md",
1611
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
1610
+ "pv-badge-md pv-text-body-md": t.size == "md",
1611
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
1612
1612
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
1613
1613
  "pv-badge-secondary": t.variant == "secondary",
1614
1614
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -1616,11 +1616,11 @@ var Tr = {
1616
1616
  "pv-surface": t.variant == "ghost"
1617
1617
  }));
1618
1618
  return (e, t) => (D(), o("div", {
1619
- class: S(a.value),
1619
+ class: S(i.value),
1620
1620
  "data-testid": "pv-counter-badge"
1621
- }, M(i.value), 3));
1621
+ }, M(n.value), 3));
1622
1622
  }
1623
- }), [["styles", [".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}"]], ["__scopeId", "data-v-743a2e13"]]), Mr = {
1623
+ }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), Mr = {
1624
1624
  class: "pv-full-width pv-truncate pv-flex-vertical",
1625
1625
  style: {
1626
1626
  "align-items": "flex-start",
@@ -76,29 +76,29 @@ var k = [
76
76
  })(/* @__PURE__ */ o({
77
77
  __name: "PvCounterBadge",
78
78
  props: {
79
- value: { type: Number },
79
+ maxValue: {
80
+ default: 99,
81
+ type: Number
82
+ },
80
83
  prefix: {
81
84
  default: "",
82
85
  type: String
83
86
  },
84
- variant: {
85
- default: "primary",
86
- type: null
87
- },
88
87
  size: {
89
88
  default: "sm",
90
89
  type: String
91
90
  },
92
- maxValue: {
93
- default: 99,
94
- type: Number
91
+ value: { type: Number },
92
+ variant: {
93
+ default: "primary",
94
+ type: null
95
95
  }
96
96
  },
97
97
  setup(e) {
98
- let n = e, r = t(() => n.size == "md" ? "md" : (n.size, "sm")), a = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), o = t(() => ({
98
+ let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
99
99
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
100
- "pv-badge-md pv-text-body-md": r.value == "md",
101
- "pv-badge-sm pv-text-body-sm": r.value == "sm",
100
+ "pv-badge-md pv-text-body-md": n.size == "md",
101
+ "pv-badge-sm pv-text-body-sm": n.size == "sm",
102
102
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
103
103
  "pv-badge-secondary": n.variant == "secondary",
104
104
  "pv-surface-lighten-5": n.variant == "tertiary",
@@ -106,11 +106,11 @@ var k = [
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (h(), i("div", {
109
- class: f(o.value),
109
+ class: f(a.value),
110
110
  "data-testid": "pv-counter-badge"
111
- }, y(a.value), 3));
111
+ }, y(r.value), 3));
112
112
  }
113
- }), [["styles", [".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}"]], ["__scopeId", "data-v-743a2e13"]]), se = ["disabled", "aria-label"], ce = {
113
+ }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), se = ["disabled", "aria-label"], ce = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, le = /* @__PURE__ */ o({
@@ -89,29 +89,29 @@ var be = [
89
89
  })(/* @__PURE__ */ f({
90
90
  __name: "PvCounterBadge",
91
91
  props: {
92
- value: { type: Number },
92
+ maxValue: {
93
+ default: 99,
94
+ type: Number
95
+ },
93
96
  prefix: {
94
97
  default: "",
95
98
  type: String
96
99
  },
97
- variant: {
98
- default: "primary",
99
- type: null
100
- },
101
100
  size: {
102
101
  default: "sm",
103
102
  type: String
104
103
  },
105
- maxValue: {
106
- default: 99,
107
- type: Number
104
+ value: { type: Number },
105
+ variant: {
106
+ default: "primary",
107
+ type: null
108
108
  }
109
109
  },
110
110
  setup(e) {
111
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
111
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
112
112
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
113
- "pv-badge-md pv-text-body-md": n.value == "md",
114
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
113
+ "pv-badge-md pv-text-body-md": t.size == "md",
114
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
115
115
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
116
116
  "pv-badge-secondary": t.variant == "secondary",
117
117
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -119,11 +119,11 @@ var be = [
119
119
  "pv-surface": t.variant == "ghost"
120
120
  }));
121
121
  return (e, t) => (T(), o("div", {
122
- class: y(a.value),
122
+ class: y(i.value),
123
123
  "data-testid": "pv-counter-badge"
124
- }, j(i.value), 3));
124
+ }, j(n.value), 3));
125
125
  }
126
- }), [["styles", [".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}"]], ["__scopeId", "data-v-743a2e13"]]), we = ["disabled", "aria-label"], Te = {
126
+ }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), we = ["disabled", "aria-label"], Te = {
127
127
  key: 2,
128
128
  "data-testid": "pv-button-label"
129
129
  }, Ee = /* @__PURE__ */ f({
@@ -336,29 +336,29 @@ var it = {
336
336
  }), st = /* @__PURE__ */ f({
337
337
  __name: "PvCounterBadge",
338
338
  props: {
339
- value: { type: Number },
339
+ maxValue: {
340
+ default: 99,
341
+ type: Number
342
+ },
340
343
  prefix: {
341
344
  default: "",
342
345
  type: String
343
346
  },
344
- variant: {
345
- default: "primary",
346
- type: null
347
- },
348
347
  size: {
349
348
  default: "sm",
350
349
  type: String
351
350
  },
352
- maxValue: {
353
- default: 99,
354
- type: Number
351
+ value: { type: Number },
352
+ variant: {
353
+ default: "primary",
354
+ type: null
355
355
  }
356
356
  },
357
357
  setup(e) {
358
- let t = e, n = r(() => t.size == "md" ? "md" : (t.size, "sm")), i = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), a = r(() => ({
358
+ let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
359
359
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
360
- "pv-badge-md pv-text-body-md": n.value == "md",
361
- "pv-badge-sm pv-text-body-sm": n.value == "sm",
360
+ "pv-badge-md pv-text-body-md": t.size == "md",
361
+ "pv-badge-sm pv-text-body-sm": t.size == "sm",
362
362
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
363
363
  "pv-badge-secondary": t.variant == "secondary",
364
364
  "pv-surface-lighten-5": t.variant == "tertiary",
@@ -366,15 +366,15 @@ var it = {
366
366
  "pv-surface": t.variant == "ghost"
367
367
  }));
368
368
  return (e, t) => (O(), o("div", {
369
- class: S(a.value),
369
+ class: S(i.value),
370
370
  "data-testid": "pv-counter-badge"
371
- }, P(i.value), 3));
371
+ }, P(n.value), 3));
372
372
  }
373
- }), ct = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", lt = (e, t) => {
373
+ }), ct = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", lt = (e, t) => {
374
374
  let n = e.__vccOpts || e;
375
375
  for (let [e, r] of t) n[e] = r;
376
376
  return n;
377
- }, ut = /* @__PURE__ */ lt(st, [["styles", [ct]], ["__scopeId", "data-v-743a2e13"]]), dt = {
377
+ }, ut = /* @__PURE__ */ lt(st, [["styles", [ct]], ["__scopeId", "data-v-6a07eeec"]]), dt = {
378
378
  class: "pv-flex",
379
379
  "data-testid": "pv-company-logo"
380
380
  }, ft = ["src"], pt = /* @__PURE__ */ f({
@@ -76,29 +76,29 @@ var D = [
76
76
  })(/* @__PURE__ */ o({
77
77
  __name: "PvCounterBadge",
78
78
  props: {
79
- value: { type: Number },
79
+ maxValue: {
80
+ default: 99,
81
+ type: Number
82
+ },
80
83
  prefix: {
81
84
  default: "",
82
85
  type: String
83
86
  },
84
- variant: {
85
- default: "primary",
86
- type: null
87
- },
88
87
  size: {
89
88
  default: "sm",
90
89
  type: String
91
90
  },
92
- maxValue: {
93
- default: 99,
94
- type: Number
91
+ value: { type: Number },
92
+ variant: {
93
+ default: "primary",
94
+ type: null
95
95
  }
96
96
  },
97
97
  setup(e) {
98
- let n = e, r = t(() => n.size == "md" ? "md" : (n.size, "sm")), a = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), o = t(() => ({
98
+ let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
99
99
  "pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
100
- "pv-badge-md pv-text-body-md": r.value == "md",
101
- "pv-badge-sm pv-text-body-sm": r.value == "sm",
100
+ "pv-badge-md pv-text-body-md": n.size == "md",
101
+ "pv-badge-sm pv-text-body-sm": n.size == "sm",
102
102
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
103
103
  "pv-badge-secondary": n.variant == "secondary",
104
104
  "pv-surface-lighten-5": n.variant == "tertiary",
@@ -106,11 +106,11 @@ var D = [
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (m(), i("div", {
109
- class: d(o.value),
109
+ class: d(a.value),
110
110
  "data-testid": "pv-counter-badge"
111
- }, y(a.value), 3));
111
+ }, y(r.value), 3));
112
112
  }
113
- }), [["styles", [".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}"]], ["__scopeId", "data-v-743a2e13"]]), j = ["disabled", "aria-label"], M = {
113
+ }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), j = ["disabled", "aria-label"], M = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, N = /* @__PURE__ */ o({