@stokelp/ui 2.80.3 → 2.80.4
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 +7 -4
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -22928,21 +22928,24 @@ const cf = G({
|
|
|
22928
22928
|
},
|
|
22929
22929
|
"message-container": {
|
|
22930
22930
|
maxWidth: "500px",
|
|
22931
|
-
|
|
22931
|
+
mt: "space-24",
|
|
22932
22932
|
"&.chat-message-container-left": {
|
|
22933
22933
|
alignSelf: "flex-start",
|
|
22934
22934
|
"& + .chat-message-container-left": {
|
|
22935
|
-
|
|
22935
|
+
mt: "space-8"
|
|
22936
22936
|
}
|
|
22937
22937
|
},
|
|
22938
22938
|
"&.chat-message-container-right": {
|
|
22939
22939
|
alignSelf: "flex-end",
|
|
22940
22940
|
"& + .chat-message-container-right": {
|
|
22941
|
-
|
|
22941
|
+
mt: "space-8"
|
|
22942
22942
|
}
|
|
22943
22943
|
},
|
|
22944
22944
|
"&.chat-message-container-center": {
|
|
22945
|
-
alignSelf: "center"
|
|
22945
|
+
alignSelf: "center",
|
|
22946
|
+
"& + .chat-message-container-center": {
|
|
22947
|
+
mt: "space-8"
|
|
22948
|
+
}
|
|
22946
22949
|
}
|
|
22947
22950
|
}
|
|
22948
22951
|
},
|