@stokelp/ui 2.82.1 → 2.82.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 +1 -1
- 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
|
@@ -18344,7 +18344,8 @@ const { withProvider: Hp, withContext: V5 } = C1(Ra, {
|
|
|
18344
18344
|
px: "space-12",
|
|
18345
18345
|
py: "space-4",
|
|
18346
18346
|
textStyle: "body.sm",
|
|
18347
|
-
borderWidth: "1px"
|
|
18347
|
+
borderWidth: "1px",
|
|
18348
|
+
borderRadius: { _liveQuoteTheme: "radius-4" }
|
|
18348
18349
|
}
|
|
18349
18350
|
},
|
|
18350
18351
|
variant: {
|
|
@@ -22945,7 +22946,7 @@ const cf = G({
|
|
|
22945
22946
|
}
|
|
22946
22947
|
},
|
|
22947
22948
|
"message-container": {
|
|
22948
|
-
maxWidth: "
|
|
22949
|
+
maxWidth: "70%",
|
|
22949
22950
|
mt: "space-24",
|
|
22950
22951
|
"&.chat-message-container-left": {
|
|
22951
22952
|
alignSelf: "flex-start",
|