@pie-element/ebsr 10.5.12-next.22 → 10.5.12-next.24

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/module/element.js CHANGED
@@ -12901,14 +12901,14 @@ class MultipleChoice$1 extends React$2.Component {
12901
12901
  if (mode !== 'gather') {
12902
12902
  return null;
12903
12903
  }
12904
- return choiceMode === 'radio' ? React$2.createElement('h2', {
12904
+ return choiceMode === 'radio' ? React$2.createElement('h3', {
12905
12905
  className: classes.srOnly,
12906
12906
  __self: this,
12907
12907
  __source: {
12908
12908
  fileName: _jsxFileName$1,
12909
12909
  lineNumber: 220
12910
12910
  }
12911
- }, "Multiple Choice Question") : React$2.createElement('h2', {
12911
+ }, "Multiple Choice Question") : React$2.createElement('h3', {
12912
12912
  className: classes.srOnly,
12913
12913
  __self: this,
12914
12914
  __source: {
@@ -12978,7 +12978,7 @@ class MultipleChoice$1 extends React$2.Component {
12978
12978
  fileName: _jsxFileName$1,
12979
12979
  lineNumber: 299
12980
12980
  }
12981
- }, partLabel && React$2.createElement('h3', {
12981
+ }, partLabel && React$2.createElement('h2', {
12982
12982
  className: classes.partLabel,
12983
12983
  __self: this,
12984
12984
  __source: {
package/module/print.js CHANGED
@@ -12864,14 +12864,14 @@ class MultipleChoice$1 extends React$2.Component {
12864
12864
  if (mode !== 'gather') {
12865
12865
  return null;
12866
12866
  }
12867
- return choiceMode === 'radio' ? React$2.createElement('h2', {
12867
+ return choiceMode === 'radio' ? React$2.createElement('h3', {
12868
12868
  className: classes.srOnly,
12869
12869
  __self: this,
12870
12870
  __source: {
12871
12871
  fileName: _jsxFileName$1,
12872
12872
  lineNumber: 220
12873
12873
  }
12874
- }, "Multiple Choice Question") : React$2.createElement('h2', {
12874
+ }, "Multiple Choice Question") : React$2.createElement('h3', {
12875
12875
  className: classes.srOnly,
12876
12876
  __self: this,
12877
12877
  __source: {
@@ -12941,7 +12941,7 @@ class MultipleChoice$1 extends React$2.Component {
12941
12941
  fileName: _jsxFileName$1,
12942
12942
  lineNumber: 299
12943
12943
  }
12944
- }, partLabel && React$2.createElement('h3', {
12944
+ }, partLabel && React$2.createElement('h2', {
12945
12945
  className: classes.partLabel,
12946
12946
  __self: this,
12947
12947
  __source: {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.12-next.22+dd310cb23",
3
+ "version": "10.5.12-next.24+8f47806c9",
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": "^9.17.1-next.22+dd310cb23",
10
+ "@pie-element/multiple-choice": "^9.17.1-next.24+8f47806c9",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.21.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "dd310cb23adc801808c806374c1cec73d6335d80",
19
+ "gitHead": "8f47806c99b3085a71bcd21712f96e79a88c9126",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },