@turquoisehealth/pit-viper 2.194.6-dev.2 → 2.194.6-dev.3

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.
@@ -3166,7 +3166,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3166
3166
  avatar: { type: Object },
3167
3167
  groupingLabel: { type: String },
3168
3168
  disabled: { type: Boolean },
3169
- context: { type: Object },
3169
+ context: { type: null },
3170
3170
  classList: { type: Array },
3171
3171
  searchText: { type: String },
3172
3172
  children: { type: Array },
@@ -3330,7 +3330,10 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3330
3330
  config: { type: Object }
3331
3331
  },
3332
3332
  setup(e) {
3333
- let t = e, n = r(() => t.context), i = A(null), c = r(() => n.value?.exactMatch || !1), l = r(() => t.text), d = r(() => t.searchText || ""), f = r(() => n.value?.queryDisplayField), p = r(() => t.icon || "search");
3333
+ let t = e, n = r(() => t.context), i = A(null), c = r(() => n.value?.exactMatch || !1), l = r(() => t.text), d = r(() => t.searchText || ""), f = r(() => n.value?.queryDisplayField), p = r(() => {
3334
+ let e = t.icon || "search";
3335
+ return c.value ? e : "search";
3336
+ });
3334
3337
  return T(() => {
3335
3338
  if (i.value && d.value) {
3336
3339
  let e = RegExp(`(${d.value})`, "gi");
@@ -3342,7 +3345,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3342
3345
  class: "pv-text-body-md"
3343
3346
  }, N(l.value), 513), f.value ? (D(), o("p", yo, [c.value ? a("v-if", !0) : (D(), o("span", bo, "Search in ")), s("span", xo, N(f.value), 1)])) : a("v-if", !0)])])]));
3344
3347
  }
3345
- }), [["styles", [".pv-text-tertiary[data-v-0e7c96e4]{color:#6e8081}"]], ["__scopeId", "data-v-0e7c96e4"]]), Co = ["data-style"], wo = /* @__PURE__ */ f({
3348
+ }), [["styles", [".pv-text-tertiary[data-v-4e159eee]{color:#6e8081}"]], ["__scopeId", "data-v-4e159eee"]]), Co = ["data-style"], wo = /* @__PURE__ */ f({
3346
3349
  __name: "PvTag",
3347
3350
  props: {
3348
3351
  size: {