@ottocode/web-sdk 0.1.271 → 0.1.272
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/components/index.js
CHANGED
|
@@ -16074,7 +16074,7 @@ var MessageThread = memo16(function MessageThread2({
|
|
|
16074
16074
|
})
|
|
16075
16075
|
}),
|
|
16076
16076
|
/* @__PURE__ */ jsx69("div", {
|
|
16077
|
-
className: density === "compact" ? "px-2 pt-3 pb-
|
|
16077
|
+
className: density === "compact" ? "px-2 pt-3 pb-80" : compact ? "p-4 pb-80" : "p-6 pb-96",
|
|
16078
16078
|
children: /* @__PURE__ */ jsxs60("div", {
|
|
16079
16079
|
className: contentWidthClass,
|
|
16080
16080
|
children: [
|
|
@@ -29066,4 +29066,4 @@ export {
|
|
|
29066
29066
|
AssistantMessageGroup
|
|
29067
29067
|
};
|
|
29068
29068
|
|
|
29069
|
-
//# debugId=
|
|
29069
|
+
//# debugId=1EE50E8B6D70B64964756E2164756E21
|