@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.
- package/dist/{chunk-YOMHP4V3.js → chunk-HOMIFMOO.js} +3 -3
- package/dist/chunk-HOMIFMOO.js.map +1 -0
- package/dist/{chunk-W5AWCFKE.cjs → chunk-SA7CUXAO.cjs} +3 -3
- package/dist/chunk-SA7CUXAO.cjs.map +1 -0
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/types/marketing.d.ts +1 -1
- package/dist/types/marketing.d.ts.map +1 -1
- package/dist/types/video-processing.d.ts +2 -1
- package/dist/types/video-processing.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/chat-message-enhanced.tsx +9 -2
- package/src/types/marketing.ts +1 -0
- package/src/types/video-processing.ts +3 -0
- package/dist/chunk-W5AWCFKE.cjs.map +0 -1
- package/dist/chunk-YOMHP4V3.js.map +0 -1
|
@@ -5203,8 +5203,8 @@ var ChatMessageEnhanced = forwardRef20(
|
|
|
5203
5203
|
{
|
|
5204
5204
|
href,
|
|
5205
5205
|
className: linkClassName,
|
|
5206
|
-
target: typeof href === "string" && href.
|
|
5207
|
-
rel: typeof href === "string" && href.
|
|
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-
|
|
33929
|
+
//# sourceMappingURL=chunk-HOMIFMOO.js.map
|