@pie-element/ebsr 8.2.7-next.33 → 8.2.7-next.42

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.
@@ -710,4 +710,4 @@ Indicates the max dimension for images in rationale
710
710
 
711
711
  ### `choices` (number)
712
712
 
713
- Indicates the max dimension for images in choices
713
+ Indicates the max dimension for images in choices
@@ -548,4 +548,4 @@ The label of the choice
548
548
 
549
549
  ### `correct` (boolean)
550
550
 
551
- Indicates if choice is correct
551
+ Indicates if choice is correct
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "8.2.7-next.33+1dcebbfd6",
3
+ "version": "8.2.7-next.42+c90f54110",
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": "^7.3.4-next.33+1dcebbfd6",
10
+ "@pie-element/multiple-choice": "^7.3.4-next.42+c90f54110",
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": "1dcebbfd6dd35d76e87027be758d7b596af353e1",
18
+ "gitHead": "c90f541100d775337a6e00c0f890ce22efa9b609",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },