@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.
@@ -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-all", children: data.command }),
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-X7AOT3WQ.js.map
34345
+ //# sourceMappingURL=chunk-KCKMK4UF.js.map