@connectif/ui-components 1.0.2 → 1.0.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/index.js +4 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -13325,10 +13325,12 @@ var ChatMessage = React34.forwardRef(function ChatMessage2({
|
|
|
13325
13325
|
...highlightStartEdge && messageType === "incoming" && {
|
|
13326
13326
|
borderTopLeftRadius: "4px"
|
|
13327
13327
|
},
|
|
13328
|
-
padding: "8px",
|
|
13328
|
+
padding: "8px 16px",
|
|
13329
13329
|
paddingBottom: !cancelableButtonText ? "8px" : "40px",
|
|
13330
13330
|
marginLeft: 0,
|
|
13331
|
-
marginRight: "10px"
|
|
13331
|
+
marginRight: "10px",
|
|
13332
|
+
minHeight: "22px",
|
|
13333
|
+
justifyContent: "center"
|
|
13332
13334
|
},
|
|
13333
13335
|
children: [
|
|
13334
13336
|
/* @__PURE__ */ jsx79(
|