@gamelearn/arcade-components 0.20.0 → 0.20.1

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.
@@ -169,7 +169,7 @@ var ConversationProViewer = function ConversationProViewer(_ref) {
169
169
  soundActions: soundActions,
170
170
  inheritProps: {
171
171
  characters: characters,
172
- background: backgroundImage,
172
+ background: background,
173
173
  flex: leftWithSlots ? leftWithSlots.flex : true,
174
174
  slots: !leftWithSlots ? [] : leftWithSlots.slots
175
175
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.20.0",
4
+ "version": "0.20.1",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",