@tp3/chat-widget 0.1.7 → 0.1.8

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.
@@ -341,6 +341,7 @@ function ChatWidget({
341
341
  padding: "12px 16px",
342
342
  display: "flex",
343
343
  flexDirection: "column",
344
+ justifyContent: "flex-end",
344
345
  gap: 10,
345
346
  fontFamily: "var(--chat-font-body, 'Nunito', sans-serif)"
346
347
  },
@@ -317,6 +317,7 @@ function ChatWidget({
317
317
  padding: "12px 16px",
318
318
  display: "flex",
319
319
  flexDirection: "column",
320
+ justifyContent: "flex-end",
320
321
  gap: 10,
321
322
  fontFamily: "var(--chat-font-body, 'Nunito', sans-serif)"
322
323
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tp3/chat-widget",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "main": "dist/ChatWidget.js",
5
5
  "module": "dist/ChatWidget.mjs",
6
6
  "types": "dist/ChatWidget.d.ts",
@@ -357,6 +357,7 @@ export default function ChatWidget({
357
357
  padding: "12px 16px",
358
358
  display: "flex",
359
359
  flexDirection: "column",
360
+ justifyContent: "flex-end",
360
361
  gap: 10,
361
362
  fontFamily: "var(--chat-font-body, 'Nunito', sans-serif)",
362
363
  }}