@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.
@@ -27574,7 +27574,7 @@ const Participant = ({
27574
27574
  const avatar = participant.avatar || (agent === null || agent === void 0 ? void 0 : agent.avatar);
27575
27575
  return jsxRuntime_module_e(EventDivider, {
27576
27576
  graphicSrc: avatar,
27577
- graphicType: participant.avatar ? 'avatar' : undefined,
27577
+ graphicType: avatar ? 'avatar' : undefined,
27578
27578
  iconName: !avatar ? 'balloon' : undefined,
27579
27579
  childrenHTML: intro,
27580
27580
  dividerType: "participant"
@@ -33687,7 +33687,7 @@ class API {
33687
33687
  return {
33688
33688
  clientName: "@seamly/web-ui",
33689
33689
  clientVariant: this.layoutMode,
33690
- clientVersion: "20.1.0",
33690
+ clientVersion: "20.2.0-alpha.3",
33691
33691
  currentUrl: window.location.toString(),
33692
33692
  screenResolution: `${window.screen.width}x${window.screen.height}`,
33693
33693
  timezone: getTimeZone(),