@flamingo-stack/openframe-frontend-core 0.0.188 → 0.0.189

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.
@@ -5203,8 +5203,8 @@ var ChatMessageEnhanced = forwardRef20(
5203
5203
  {
5204
5204
  href,
5205
5205
  className: linkClassName,
5206
- target: typeof href === "string" && href.startsWith("http") ? "_blank" : void 0,
5207
- rel: typeof href === "string" && href.startsWith("http") ? "noopener noreferrer" : void 0,
5206
+ target: typeof href === "string" && href.length > 0 ? "_blank" : void 0,
5207
+ rel: typeof href === "string" && href.length > 0 ? "noopener noreferrer" : void 0,
5208
5208
  ...rest,
5209
5209
  children
5210
5210
  }
@@ -33926,4 +33926,4 @@ export {
33926
33926
  TMCG_SOCIAL_PLATFORMS,
33927
33927
  assets
33928
33928
  };
33929
- //# sourceMappingURL=chunk-YOMHP4V3.js.map
33929
+ //# sourceMappingURL=chunk-HOMIFMOO.js.map