@seamly/web-ui 20.2.0-alpha.2 → 20.2.0-alpha.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.
@@ -19517,7 +19517,7 @@ const Participant = ({
19517
19517
  const avatar = participant.avatar || (agent === null || agent === void 0 ? void 0 : agent.avatar);
19518
19518
  return (0,jsx_runtime_namespaceObject.jsx)(EventDivider, {
19519
19519
  graphicSrc: avatar,
19520
- graphicType: participant.avatar ? 'avatar' : undefined,
19520
+ graphicType: avatar ? 'avatar' : undefined,
19521
19521
  iconName: !avatar ? 'balloon' : undefined,
19522
19522
  childrenHTML: intro,
19523
19523
  dividerType: "participant"
@@ -25326,7 +25326,7 @@ class API {
25326
25326
  return {
25327
25327
  clientName: "@seamly/web-ui",
25328
25328
  clientVariant: this.layoutMode,
25329
- clientVersion: "20.1.0",
25329
+ clientVersion: "20.2.0-alpha.3",
25330
25330
  currentUrl: window.location.toString(),
25331
25331
  screenResolution: `${window.screen.width}x${window.screen.height}`,
25332
25332
  timezone: getTimeZone(),