@stokelp/ui 2.80.2 → 2.80.3
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/style.css +1 -1
- package/dist/ui.cjs +2 -2
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +3 -2
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -17816,7 +17816,7 @@ const fp = /* @__PURE__ */ d5.forwardRef(sp), Lp = s(P3, Za), Mp = ({
|
|
|
17816
17816
|
...u,
|
|
17817
17817
|
children: /* @__PURE__ */ r(f5, { children: [
|
|
17818
17818
|
c.map((n, v) => /* @__PURE__ */ C(HC, { className: `chat-message-container-${n.side}`, children: n.children }, v)),
|
|
17819
|
-
/* @__PURE__ */ C(Fd, { id: "chat-anchor"
|
|
17819
|
+
/* @__PURE__ */ C(Fd, { id: "chat-anchor" })
|
|
17820
17820
|
] })
|
|
17821
17821
|
}
|
|
17822
17822
|
) }), bM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -22922,7 +22922,8 @@ const cf = G({
|
|
|
22922
22922
|
overflowAnchor: "none"
|
|
22923
22923
|
},
|
|
22924
22924
|
"& #chat-anchor": {
|
|
22925
|
-
overflowAnchor: "auto"
|
|
22925
|
+
overflowAnchor: "auto",
|
|
22926
|
+
height: "1px"
|
|
22926
22927
|
}
|
|
22927
22928
|
},
|
|
22928
22929
|
"message-container": {
|