@livechat/design-system-react-components 2.1.2 → 2.1.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 CHANGED
@@ -5532,8 +5532,9 @@ const ys = (e) => {
5532
5532
  /* @__PURE__ */ a("div", { className: tt[`${at}__avatar-container`], children: p.map((x, S) => /* @__PURE__ */ a(
5533
5533
  Qo,
5534
5534
  {
5535
+ text: x.name,
5535
5536
  className: tt[`${at}__avatar`],
5536
- type: "image",
5537
+ type: x.avatar ? "image" : "text",
5537
5538
  size: "xsmall",
5538
5539
  status: x.status,
5539
5540
  src: x.avatar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-react-components",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -86,5 +86,5 @@
86
86
  "react-transition-group": "^4.4.2",
87
87
  "react-virtuoso": "^4.7.11"
88
88
  },
89
- "gitHead": "6ecc7fc026b043602a020f33f2eb625570fa5151"
89
+ "gitHead": "03f9e04a83a6262ab6ed048408d857ad3eb14771"
90
90
  }