@pie-element/ebsr 7.0.17 → 7.0.20

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "7.0.17",
3
+ "version": "7.0.20",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^6.2.3",
10
+ "@pie-element/multiple-choice": "^6.2.6",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "classnames": "^2.2.5",
13
13
  "debug": "^4.1.1",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "author": "pie framework developers",
17
17
  "license": "ISC",
18
- "gitHead": "711fb90f7f30b2b7438fd252d104b2c9c25accba",
18
+ "gitHead": "92cd24e6736b2eed8f82ac44ba775ad4f2080ade",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },
package/src/print.js CHANGED
@@ -114,11 +114,9 @@ export default class Ebsr extends HTMLElement {
114
114
 
115
115
  setPartModel(part, key) {
116
116
  if (this._model && this._model[key]) {
117
- const { mode } = this._model;
118
117
 
119
118
  part.model = {
120
119
  ...preparePrintModel(this._model[key], this._options),
121
- mode,
122
120
  keyMode: this._model[key].choicePrefix,
123
121
  };
124
122