@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
package/build/dist/lib/index.js
CHANGED
|
@@ -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:
|
|
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.
|
|
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(),
|