@turquoisehealth/pit-viper 2.211.4 → 2.211.5

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 (66) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +4 -0
  2. package/_site/assets/css/pit-viper-consumer.css +4 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +3 -0
  4. package/_site/assets/css/pit-viper-v2.css +5 -0
  5. package/_site/assets/css/pit-viper.css +4 -0
  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-accordion-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-header-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-split-button-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  35. package/pv-components/dist/vue/base/pv-components-base.mjs +578 -569
  36. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  37. package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  38. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3 -3
  39. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  40. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +3 -3
  41. package/pv-components/dist/web/components/pv-button/pv-button.js +2 -2
  42. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +2 -2
  43. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +2 -2
  44. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +3 -3
  45. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +3 -3
  46. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +3 -3
  47. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +2 -2
  48. package/pv-components/dist/web/components/pv-header/pv-header.js +580 -505
  49. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +2 -2
  50. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +3 -3
  51. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +3 -3
  52. package/pv-components/dist/web/components/pv-menu/pv-menu.js +3 -3
  53. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +3 -3
  54. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +3 -3
  55. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +3 -3
  56. package/pv-components/dist/web/components/pv-range/pv-range.js +2 -2
  57. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +3 -3
  58. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +3 -3
  59. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +2 -2
  60. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +3 -3
  61. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2 -2
  62. package/pv-components/dist/web/components/pv-toast/pv-toast.js +2 -2
  63. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +2 -2
  64. package/pv-components/dist/web/components/pv-tree/pv-tree.js +3 -3
  65. package/pv-components/dist/web/pv-components.iife.js +14 -14
  66. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -102,7 +102,7 @@ var D = [
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",
105
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
105
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (h(), i("div", {
@@ -110,7 +110,7 @@ var D = [
110
110
  "data-testid": "pv-counter-badge"
111
111
  }, b(r.value), 3));
112
112
  }
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 = {
113
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), j = ["disabled", "aria-label"], M = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, N = /* @__PURE__ */ o({
@@ -123,7 +123,7 @@ var Se = [
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",
126
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
126
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
127
127
  "pv-surface": t.variant == "ghost"
128
128
  }));
129
129
  return (e, t) => (E(), o("div", {
@@ -131,11 +131,11 @@ var Se = [
131
131
  "data-testid": "pv-counter-badge"
132
132
  }, A(n.value), 3));
133
133
  }
134
- }), Ee = ".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}", De = (e, t) => {
134
+ }), Ee = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", De = (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
- }, Oe = /* @__PURE__ */ De(Te, [["styles", [Ee]], ["__scopeId", "data-v-6a07eeec"]]), ke = ["disabled", "aria-label"], Ae = {
138
+ }, Oe = /* @__PURE__ */ De(Te, [["styles", [Ee]], ["__scopeId", "data-v-013a5d76"]]), ke = ["disabled", "aria-label"], Ae = {
139
139
  key: 2,
140
140
  "data-testid": "pv-button-label"
141
141
  }, je = /* @__PURE__ */ d({
@@ -127,7 +127,7 @@ var T = [
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",
130
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
130
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
131
131
  "pv-surface": n.variant == "ghost"
132
132
  }));
133
133
  return (e, t) => (p(), i("div", {
@@ -135,11 +135,11 @@ var T = [
135
135
  "data-testid": "pv-counter-badge"
136
136
  }, y(r.value), 3));
137
137
  }
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) => {
138
+ }), N = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", 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-6a07eeec"]]), te = ["disabled", "aria-label"], ne = {
142
+ }, ee = /* @__PURE__ */ P(M, [["styles", [N]], ["__scopeId", "data-v-013a5d76"]]), te = ["disabled", "aria-label"], ne = {
143
143
  key: 2,
144
144
  "data-testid": "pv-button-label"
145
145
  }, re = /* @__PURE__ */ o({
@@ -1312,7 +1312,7 @@ var ar = ["xlink:href"], or = /* @__PURE__ */ d({
1312
1312
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
1313
1313
  "pv-badge-secondary": t.variant == "secondary",
1314
1314
  "pv-surface-lighten-5": t.variant == "tertiary",
1315
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
1315
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
1316
1316
  "pv-surface": t.variant == "ghost"
1317
1317
  }));
1318
1318
  return (e, t) => (O(), o("div", {
@@ -1320,11 +1320,11 @@ var ar = ["xlink:href"], or = /* @__PURE__ */ d({
1320
1320
  "data-testid": "pv-counter-badge"
1321
1321
  }, N(n.value), 3));
1322
1322
  }
1323
- }), dr = ".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}", fr = (e, t) => {
1323
+ }), dr = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", fr = (e, t) => {
1324
1324
  let n = e.__vccOpts || e;
1325
1325
  for (let [e, r] of t) n[e] = r;
1326
1326
  return n;
1327
- }, pr = /* @__PURE__ */ fr(ur, [["styles", [dr]], ["__scopeId", "data-v-6a07eeec"]]), mr = {
1327
+ }, pr = /* @__PURE__ */ fr(ur, [["styles", [dr]], ["__scopeId", "data-v-013a5d76"]]), mr = {
1328
1328
  class: "pv-full-width pv-truncate pv-flex-vertical",
1329
1329
  style: {
1330
1330
  "align-items": "flex-start",
@@ -410,7 +410,7 @@ var it = {
410
410
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
411
411
  "pv-badge-secondary": t.variant == "secondary",
412
412
  "pv-surface-lighten-5": t.variant == "tertiary",
413
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
413
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
414
414
  "pv-surface": t.variant == "ghost"
415
415
  }));
416
416
  return (e, t) => (O(), o("div", {
@@ -418,11 +418,11 @@ var it = {
418
418
  "data-testid": "pv-counter-badge"
419
419
  }, F(n.value), 3));
420
420
  }
421
- }), lt = ".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}", ut = (e, t) => {
421
+ }), lt = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", ut = (e, t) => {
422
422
  let n = e.__vccOpts || e;
423
423
  for (let [e, r] of t) n[e] = r;
424
424
  return n;
425
- }, dt = /* @__PURE__ */ ut(ct, [["styles", [lt]], ["__scopeId", "data-v-6a07eeec"]]), ft = ["disabled", "aria-label"], pt = {
425
+ }, dt = /* @__PURE__ */ ut(ct, [["styles", [lt]], ["__scopeId", "data-v-013a5d76"]]), ft = ["disabled", "aria-label"], pt = {
426
426
  key: 2,
427
427
  "data-testid": "pv-button-label"
428
428
  }, mt = /* @__PURE__ */ d({
@@ -98,7 +98,7 @@ var O = [
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",
101
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
101
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
102
102
  "pv-surface": n.variant == "ghost"
103
103
  }));
104
104
  return (e, t) => (h(), i("div", {
@@ -106,11 +106,11 @@ var O = [
106
106
  "data-testid": "pv-counter-badge"
107
107
  }, y(r.value), 3));
108
108
  }
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) => {
109
+ }), M = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", 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-6a07eeec"]]), ne = ["disabled", "aria-label"], re = {
113
+ }, te = /* @__PURE__ */ N(j, [["styles", [M]], ["__scopeId", "data-v-013a5d76"]]), ne = ["disabled", "aria-label"], re = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, ie = /* @__PURE__ */ s({
@@ -1681,7 +1681,7 @@ var jr = {
1681
1681
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
1682
1682
  "pv-badge-secondary": t.variant == "secondary",
1683
1683
  "pv-surface-lighten-5": t.variant == "tertiary",
1684
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
1684
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
1685
1685
  "pv-surface": t.variant == "ghost"
1686
1686
  }));
1687
1687
  return (e, t) => (k(), o("div", {
@@ -1689,7 +1689,7 @@ var jr = {
1689
1689
  "data-testid": "pv-counter-badge"
1690
1690
  }, N(n.value), 3));
1691
1691
  }
1692
- }), [["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"]]), Rr = {
1692
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), Rr = {
1693
1693
  class: "pv-full-width pv-truncate pv-flex-vertical",
1694
1694
  style: {
1695
1695
  "align-items": "flex-start",
@@ -3323,7 +3323,7 @@ var Va = ["popover"], Ha = "--pv-popover-v2-anchor", Ua = /* @__PURE__ */ xr(/*
3323
3323
  avatar: { type: Object },
3324
3324
  groupingLabel: { type: String },
3325
3325
  disabled: { type: Boolean },
3326
- context: { type: null },
3326
+ context: { type: Object },
3327
3327
  classList: { type: Array },
3328
3328
  action: { type: Object },
3329
3329
  searchText: { type: String },
@@ -102,7 +102,7 @@ var k = [
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",
105
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
105
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (h(), i("div", {
@@ -110,7 +110,7 @@ var k = [
110
110
  "data-testid": "pv-counter-badge"
111
111
  }, y(r.value), 3));
112
112
  }
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 = {
113
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), se = ["disabled", "aria-label"], ce = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, le = /* @__PURE__ */ o({
@@ -111,7 +111,7 @@ var be = [
111
111
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
112
112
  "pv-badge-secondary": t.variant == "secondary",
113
113
  "pv-surface-lighten-5": t.variant == "tertiary",
114
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
114
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
115
115
  "pv-surface": t.variant == "ghost"
116
116
  }));
117
117
  return (e, t) => (E(), o("div", {
@@ -119,11 +119,11 @@ var be = [
119
119
  "data-testid": "pv-counter-badge"
120
120
  }, j(n.value), 3));
121
121
  }
122
- }), we = ".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}", Te = (e, t) => {
122
+ }), we = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", Te = (e, t) => {
123
123
  let n = e.__vccOpts || e;
124
124
  for (let [e, r] of t) n[e] = r;
125
125
  return n;
126
- }, Ee = /* @__PURE__ */ Te(Ce, [["styles", [we]], ["__scopeId", "data-v-6a07eeec"]]), De = ["disabled", "aria-label"], Oe = {
126
+ }, Ee = /* @__PURE__ */ Te(Ce, [["styles", [we]], ["__scopeId", "data-v-013a5d76"]]), De = ["disabled", "aria-label"], Oe = {
127
127
  key: 2,
128
128
  "data-testid": "pv-button-label"
129
129
  }, ke = /* @__PURE__ */ d({
@@ -421,7 +421,7 @@ var st = {
421
421
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
422
422
  "pv-badge-secondary": t.variant == "secondary",
423
423
  "pv-surface-lighten-5": t.variant == "tertiary",
424
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
424
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
425
425
  "pv-surface": t.variant == "ghost"
426
426
  }));
427
427
  return (e, t) => (O(), o("div", {
@@ -429,11 +429,11 @@ var st = {
429
429
  "data-testid": "pv-counter-badge"
430
430
  }, P(n.value), 3));
431
431
  }
432
- }), ft = ".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}", pt = (e, t) => {
432
+ }), ft = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", pt = (e, t) => {
433
433
  let n = e.__vccOpts || e;
434
434
  for (let [e, r] of t) n[e] = r;
435
435
  return n;
436
- }, mt = /* @__PURE__ */ pt(dt, [["styles", [ft]], ["__scopeId", "data-v-6a07eeec"]]), ht = {
436
+ }, mt = /* @__PURE__ */ pt(dt, [["styles", [ft]], ["__scopeId", "data-v-013a5d76"]]), ht = {
437
437
  class: "pv-flex",
438
438
  "data-testid": "pv-company-logo"
439
439
  }, gt = ["src"], _t = /* @__PURE__ */ d({
@@ -102,7 +102,7 @@ var D = [
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",
105
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
105
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (m(), i("div", {
@@ -110,7 +110,7 @@ var D = [
110
110
  "data-testid": "pv-counter-badge"
111
111
  }, y(r.value), 3));
112
112
  }
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 = {
113
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), j = ["disabled", "aria-label"], M = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, N = /* @__PURE__ */ o({
@@ -111,7 +111,7 @@ var he = [
111
111
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
112
112
  "pv-badge-secondary": t.variant == "secondary",
113
113
  "pv-surface-lighten-5": t.variant == "tertiary",
114
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
114
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
115
115
  "pv-surface": t.variant == "ghost"
116
116
  }));
117
117
  return (e, t) => (S(), o("div", {
@@ -119,11 +119,11 @@ var he = [
119
119
  "data-testid": "pv-counter-badge"
120
120
  }, O(n.value), 3));
121
121
  }
122
- }), ye = ".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}", be = (e, t) => {
122
+ }), ye = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", be = (e, t) => {
123
123
  let n = e.__vccOpts || e;
124
124
  for (let [e, r] of t) n[e] = r;
125
125
  return n;
126
- }, xe = /* @__PURE__ */ be(ve, [["styles", [ye]], ["__scopeId", "data-v-6a07eeec"]]), Se = ["disabled", "aria-label"], Ce = {
126
+ }, xe = /* @__PURE__ */ be(ve, [["styles", [ye]], ["__scopeId", "data-v-013a5d76"]]), Se = ["disabled", "aria-label"], Ce = {
127
127
  key: 2,
128
128
  "data-testid": "pv-button-label"
129
129
  }, we = /* @__PURE__ */ l({
@@ -34,7 +34,7 @@ var x = /* @__PURE__ */ ((e, t) => {
34
34
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
35
35
  "pv-badge-secondary": n.variant == "secondary",
36
36
  "pv-surface-lighten-5": n.variant == "tertiary",
37
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
37
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
38
38
  "pv-surface": n.variant == "ghost"
39
39
  }));
40
40
  return (e, t) => (m(), i("div", {
@@ -42,7 +42,7 @@ var x = /* @__PURE__ */ ((e, t) => {
42
42
  "data-testid": "pv-counter-badge"
43
43
  }, v(r.value), 3));
44
44
  }
45
- }), [["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"]]);
45
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]);
46
46
  //#endregion
47
47
  //#region src/web-components/utils.ts
48
48
  function S() {
@@ -98,7 +98,7 @@ var x = [
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",
101
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
101
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
102
102
  "pv-surface": n.variant == "ghost"
103
103
  }));
104
104
  return (e, t) => (m(), i("div", {
@@ -106,7 +106,7 @@ var x = [
106
106
  "data-testid": "pv-counter-badge"
107
107
  }, v(r.value), 3));
108
108
  }
109
- }), [["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"]]), k = ["disabled", "aria-label"], A = {
109
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), k = ["disabled", "aria-label"], A = {
110
110
  key: 2,
111
111
  "data-testid": "pv-button-label"
112
112
  }, j = /* @__PURE__ */ s({
@@ -64,7 +64,7 @@ var S = [
64
64
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
65
65
  "pv-badge-secondary": n.variant == "secondary",
66
66
  "pv-surface-lighten-5": n.variant == "tertiary",
67
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
67
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
68
68
  "pv-surface": n.variant == "ghost"
69
69
  }));
70
70
  return (e, t) => (f(), r("div", {
@@ -72,7 +72,7 @@ var S = [
72
72
  "data-testid": "pv-counter-badge"
73
73
  }, g(i.value), 3));
74
74
  }
75
- }), [["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"]]), E = ["for"], D = [
75
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), E = ["for"], D = [
76
76
  "id",
77
77
  "type",
78
78
  "value",
@@ -3650,7 +3650,7 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
3650
3650
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
3651
3651
  "pv-badge-secondary": n.variant == "secondary",
3652
3652
  "pv-surface-lighten-5": n.variant == "tertiary",
3653
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
3653
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
3654
3654
  "pv-surface": n.variant == "ghost"
3655
3655
  }));
3656
3656
  return (e, t) => (g(), i("div", {
@@ -3658,11 +3658,11 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
3658
3658
  "data-testid": "pv-counter-badge"
3659
3659
  }, T(r.value), 3));
3660
3660
  }
3661
- }), Un = ".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}", Wn = (e, t) => {
3661
+ }), Un = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", Wn = (e, t) => {
3662
3662
  let n = e.__vccOpts || e;
3663
3663
  for (let [e, r] of t) n[e] = r;
3664
3664
  return n;
3665
- }, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-6a07eeec"]]);
3665
+ }, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-013a5d76"]]);
3666
3666
  //#endregion
3667
3667
  //#region src/web-components/utils.ts
3668
3668
  function Kn() {