@pie-element/ebsr 10.5.7 → 10.5.8-next.3

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
@@ -12912,7 +12912,9 @@ class MultipleChoice$1 extends React$2.Component {
12912
12912
  lineNumber: 282
12913
12913
  }
12914
12914
  }, teacherInstructionsDiv) : teacherInstructionsDiv), React$2.createElement('fieldset', {
12915
+ tabIndex: 0,
12915
12916
  className: classes.fieldset,
12917
+ role: choiceMode === 'radio' ? 'radiogroup' : 'group',
12916
12918
  __self: this,
12917
12919
  __source: {
12918
12920
  fileName: _jsxFileName$1,
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.5.6</title>
5
+ <title>@pie-element/ebsr@10.5.7</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.6",
3
+ "version": "10.5.7",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.5.6</title>
5
+ <title>@pie-element/ebsr@10.5.7</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
package/module/print.js CHANGED
@@ -12875,7 +12875,9 @@ class MultipleChoice$1 extends React$2.Component {
12875
12875
  lineNumber: 282
12876
12876
  }
12877
12877
  }, teacherInstructionsDiv) : teacherInstructionsDiv), React$2.createElement('fieldset', {
12878
+ tabIndex: 0,
12878
12879
  className: classes.fieldset,
12880
+ role: choiceMode === 'radio' ? 'radiogroup' : 'group',
12879
12881
  __self: this,
12880
12882
  __source: {
12881
12883
  fileName: _jsxFileName$1,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.7",
3
+ "version": "10.5.8-next.3+11b54d1f9",
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.16.1",
10
+ "@pie-element/multiple-choice": "^9.16.2-next.3+11b54d1f9",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.17.6",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "148a29a55830c59e50e390d512b19d730e3d1663",
19
+ "gitHead": "11b54d1f9605e763bdc809c494c50fcafc3db593",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },