@gamelearn/arcade-components 2.8.3 → 2.8.4

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.
@@ -65,6 +65,15 @@ var SlotList = function SlotList(_ref) {
65
65
  char.resource = resource;
66
66
  char.type = actor.type;
67
67
  acc.push(char);
68
+ } else if (current.type) {
69
+ var _current$character, _char$character;
70
+
71
+ char.name = current.alias || ((_current$character = current.character) === null || _current$character === void 0 ? void 0 : _current$character.name) || current.name;
72
+ char.resource = ((_char$character = char.character) === null || _char$character === void 0 ? void 0 : _char$character.resource) || current.resource;
73
+ char.position = char.position >= 0 ? char.position : -1;
74
+ delete char.character;
75
+ char.type = current.type;
76
+ acc.push(char);
68
77
  } else if (!flex) {
69
78
  acc.push(null);
70
79
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "2.8.3",
5
+ "version": "2.8.4",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",