@fluid-topics/ft-search-result-metadata 1.2.58 → 1.2.60

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.
@@ -124,6 +124,7 @@ class FtSearchResultMetadata extends withDateFormat(withI18n(FtSearchResultCompo
124
124
  let noTooltip = !this.forceTooltip && this.displayLabel && ((_a = this.flatMetadata) === null || _a === void 0 ? void 0 : _a.displayTooltipValue) == ((_b = this.flatMetadata) === null || _b === void 0 ? void 0 : _b.displayValue);
125
125
  const chip = html `
126
126
  <ft-chip icon="${this.displayCluster ? "THIN_ARROW" : ""}"
127
+ label="${this.tooltipText}"
127
128
  ?clickable=${this.displayCluster}
128
129
  trailingIcon
129
130
  part="chip content"