@hortiview/shared-components 0.0.6044 → 0.0.6193

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.
@@ -562,7 +562,7 @@ const hr = /* @__PURE__ */ Hr(Hi), Qi = ({
562
562
  const [v, g] = re(""), p = k(() => {
563
563
  if (!v)
564
564
  return i ? hr(r, "title") : r;
565
- const y = r.filter(($) => $.title.toLowerCase().includes(v.toLowerCase()) || $.subTitle?.toLowerCase().includes(v.toLowerCase()) || $.id.toLowerCase().includes(v.toLowerCase()));
565
+ const y = r.filter(($) => $.title.toLowerCase().includes(v.toLowerCase()) || $.subTitle?.toLowerCase().includes(v.toLowerCase()) || $.overlineTitle?.toLowerCase().includes(v.toLowerCase()));
566
566
  return i ? hr(y, "title") : y;
567
567
  }, [v, r, i]), l = k(
568
568
  () => a ? ae(p, e, u, _) : te(p, e, u, _),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "0.0.6044",
4
+ "version": "0.0.6193",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",