@flamingo-stack/openframe-frontend-core 0.0.174 → 0.0.175
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-TX2C3PJM.cjs → chunk-JI43U7UN.cjs} +3 -3
- package/dist/{chunk-X7AOT3WQ.js.map → chunk-JI43U7UN.cjs.map} +1 -1
- package/dist/{chunk-X7AOT3WQ.js → chunk-KCKMK4UF.js} +3 -3
- package/dist/chunk-KCKMK4UF.js.map +1 -0
- 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/package.json +1 -1
- package/src/components/chat/approval-request-message.tsx +2 -2
- package/dist/chunk-TX2C3PJM.cjs.map +0 -1
|
@@ -3021,10 +3021,10 @@ var ApprovalRequestMessage = forwardRef9(
|
|
|
3021
3021
|
children: [
|
|
3022
3022
|
/* @__PURE__ */ jsxs10("div", { className: "flex flex-col gap-1", children: [
|
|
3023
3023
|
/* @__PURE__ */ jsxs10("div", { className: "bg-ods-bg border border-ods-border rounded-md p-3 flex gap-2 items-start max-h-32 overflow-y-auto", children: [
|
|
3024
|
-
/* @__PURE__ */ jsx13("code", { className: "font-['DM_Sans'] font-medium text-sm text-ods-text-primary flex-1 leading-5 whitespace-pre-wrap break-
|
|
3024
|
+
/* @__PURE__ */ jsx13("code", { className: "font-['DM_Sans'] font-medium text-sm text-ods-text-primary flex-1 leading-5 whitespace-pre-wrap break-words", children: data.command }),
|
|
3025
3025
|
data.icon && /* @__PURE__ */ jsx13("div", { className: "w-4 h-4 shrink-0 text-ods-text-tertiary", children: data.icon })
|
|
3026
3026
|
] }),
|
|
3027
|
-
data.explanation && /* @__PURE__ */ jsx13("p", { className: "font-['DM_Sans'] font-medium text-sm text-ods-text-secondary leading-5", children: data.explanation })
|
|
3027
|
+
data.explanation && /* @__PURE__ */ jsx13("p", { className: "font-['DM_Sans'] font-medium text-sm text-ods-text-secondary leading-5 whitespace-pre-line break-words", children: data.explanation })
|
|
3028
3028
|
] }),
|
|
3029
3029
|
/* @__PURE__ */ jsx13("div", { className: "flex", children: /* @__PURE__ */ jsx13(
|
|
3030
3030
|
Tag,
|
|
@@ -34342,4 +34342,4 @@ export {
|
|
|
34342
34342
|
TMCG_SOCIAL_PLATFORMS,
|
|
34343
34343
|
assets
|
|
34344
34344
|
};
|
|
34345
|
-
//# sourceMappingURL=chunk-
|
|
34345
|
+
//# sourceMappingURL=chunk-KCKMK4UF.js.map
|