@micromag/screen-conversation 0.4.37 → 0.4.40

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +13 -13
package/es/index.js CHANGED
@@ -190,7 +190,7 @@ function ConversationMessage(_ref) {
190
190
  }, [messageState]);
191
191
  var betweenStyle = isNextSpeakerTheSame && nextMessageState;
192
192
  return messageState !== 'pause' ? /*#__PURE__*/React.createElement("div", {
193
- className: classNames([styles.messageContainer, _defineProperty(_defineProperty(_defineProperty({}, className, className !== null), styles.withAnimation, withAnimation === true), styles.right, right)])
193
+ className: classNames([styles.messageContainer, className, _defineProperty(_defineProperty({}, styles.withAnimation, withAnimation === true), styles.right, right)])
194
194
  }, messageState === 'typing' ? /*#__PURE__*/React.createElement("div", {
195
195
  className: styles.loadingContainer
196
196
  }, /*#__PURE__*/React.createElement("div", {
@@ -426,7 +426,7 @@ function ConversationScreen(_ref) {
426
426
  }
427
427
  }, [trackScreenEvent]);
428
428
  return /*#__PURE__*/React.createElement("div", {
429
- className: classNames([styles.container, _defineProperty(_defineProperty({}, className, className !== null), styles.isPlaceholder, isPlaceholder)]),
429
+ className: classNames([styles.container, className, _defineProperty({}, styles.isPlaceholder, isPlaceholder)]),
430
430
  "data-screen-ready": true
431
431
  }, /*#__PURE__*/React.createElement(Container, {
432
432
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-conversation",
3
- "version": "0.4.37",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,17 +61,17 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
- "@micromag/core": "^0.4.37",
65
- "@micromag/element-background": "^0.4.37",
66
- "@micromag/element-container": "^0.4.37",
67
- "@micromag/element-footer": "^0.4.37",
68
- "@micromag/element-header": "^0.4.37",
69
- "@micromag/element-heading": "^0.4.37",
70
- "@micromag/element-layout": "^0.4.37",
71
- "@micromag/element-scroll": "^0.4.37",
72
- "@micromag/element-text": "^0.4.37",
73
- "@micromag/element-visual": "^0.4.37",
74
- "@micromag/transforms": "^0.4.37",
64
+ "@micromag/core": "^0.4.40",
65
+ "@micromag/element-background": "^0.4.40",
66
+ "@micromag/element-container": "^0.4.40",
67
+ "@micromag/element-footer": "^0.4.40",
68
+ "@micromag/element-header": "^0.4.40",
69
+ "@micromag/element-heading": "^0.4.40",
70
+ "@micromag/element-layout": "^0.4.40",
71
+ "@micromag/element-scroll": "^0.4.40",
72
+ "@micromag/element-text": "^0.4.40",
73
+ "@micromag/element-visual": "^0.4.40",
74
+ "@micromag/transforms": "^0.4.40",
75
75
  "classnames": "^2.2.6",
76
76
  "lodash": "^4.17.23",
77
77
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -81,6 +81,6 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "03c7d78fb0745377eddbb04f6c7dfaca8aa42381",
84
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
85
85
  "types": "es/index.d.ts"
86
86
  }