@gamelearn/arcade-components 0.18.4 → 0.18.5

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.
@@ -82,7 +82,7 @@ var ConversationalComponent = function ConversationalComponent(_ref) {
82
82
  return /*#__PURE__*/_react.default.createElement("div", {
83
83
  className: "conversation--layer"
84
84
  }, /*#__PURE__*/_react.default.createElement("div", {
85
- className: "conversation",
85
+ className: "conversation arcade-conversation",
86
86
  style: backgroundImage ? {
87
87
  backgroundImage: "url(\"".concat(backgroundImage, "\")")
88
88
  } : {}
@@ -98,7 +98,7 @@ var ConversationalComponent = function ConversationalComponent(_ref) {
98
98
  current: currentMessage,
99
99
  voiceOver: currentMessage.emotion === null
100
100
  }) : /*#__PURE__*/_react.default.createElement("div", null), /*#__PURE__*/_react.default.createElement("div", {
101
- className: "conversation--controls"
101
+ className: "conversation--controls arcade-conversation--controls"
102
102
  }, /*#__PURE__*/_react.default.createElement("button", {
103
103
  className: "gat--btn__round ".concat(messageIndex > 0 ? '' : 'visibility--hidden'),
104
104
  type: "button",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.18.4",
4
+ "version": "0.18.5",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",
@@ -76,4 +76,4 @@
76
76
  "^react-pdf$": "react-pdf/dist/umd/entry.jest"
77
77
  }
78
78
  }
79
- }
79
+ }