@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.
- package/build/dist/lib/deprecated-view.css +1 -1
- package/build/dist/lib/index.debug.js +2 -2
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.js +2 -2
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/standalone.js +2 -2
- package/build/dist/lib/standalone.min.js +1 -1
- package/package.json +1 -1
- package/src/javascripts/ui/components/conversation/event/participant.js +1 -1
- package/src/stylesheets/7-deprecated/5-components/_suggestions.scss +3 -0
- package/src/stylesheets/deprecated-view.scss +1 -0
|
@@ -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:
|
|
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.
|
|
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(),
|