@pie-element/ebsr 10.5.4-next.2 → 10.5.4-next.22

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.
@@ -10,7 +10,7 @@
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-element/multiple-choice": "^9.15.3",
12
12
  "@pie-framework/pie-configure-events": "^1.2.0",
13
- "@pie-lib/pie-toolbox": "2.14.3",
13
+ "@pie-lib/pie-toolbox": "2.14.4",
14
14
  "lodash": "^4.17.15",
15
15
  "prop-types": "^15.6.2",
16
16
  "react": "^16.8.1",
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "2.14.3",
10
+ "@pie-lib/pie-toolbox": "2.14.4",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -1,6 +1,6 @@
1
- import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.3/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.4/module/index.js";
2
2
  import MultipleChoiceConfigure from '@pie-element/multiple-choice/configure/lib';
3
- import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@6.0.3/module/index.js";
3
+ import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@6.0.4/module/index.js";
4
4
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
5
5
  function getDefaultExportFromCjs(x) {
6
6
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/module/element.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.3/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.0.3/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.4/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.0.4/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
5
5
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -12203,7 +12203,7 @@ const styleSheet = theme => ({
12203
12203
  display: 'flex',
12204
12204
  alignItems: 'center',
12205
12205
  '& > span': {
12206
- paddingLeft: 0
12206
+ marginLeft: `-${theme.spacing.unit}px`
12207
12207
  }
12208
12208
  }
12209
12209
  });
@@ -12230,7 +12230,7 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
12230
12230
  __self: undefined,
12231
12231
  __source: {
12232
12232
  fileName: _jsxFileName$3,
12233
- lineNumber: 77
12233
+ lineNumber: 78
12234
12234
  }
12235
12235
  }));
12236
12236
  const colorStyle = (varName, fallback) => ({
@@ -12296,7 +12296,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
12296
12296
  __self: undefined,
12297
12297
  __source: {
12298
12298
  fileName: _jsxFileName$3,
12299
- lineNumber: 127
12299
+ lineNumber: 128
12300
12300
  }
12301
12301
  });
12302
12302
  });
@@ -12329,7 +12329,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
12329
12329
  __self: undefined,
12330
12330
  __source: {
12331
12331
  fileName: _jsxFileName$3,
12332
- lineNumber: 156
12332
+ lineNumber: 157
12333
12333
  }
12334
12334
  });
12335
12335
  });
@@ -12386,7 +12386,7 @@ class ChoiceInput extends React$4.Component {
12386
12386
  __self: this,
12387
12387
  __source: {
12388
12388
  fileName: _jsxFileName$3,
12389
- lineNumber: 242
12389
+ lineNumber: 243
12390
12390
  }
12391
12391
  }, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
12392
12392
  className: "label",
@@ -12395,7 +12395,7 @@ class ChoiceInput extends React$4.Component {
12395
12395
  __self: this,
12396
12396
  __source: {
12397
12397
  fileName: _jsxFileName$3,
12398
- lineNumber: 244
12398
+ lineNumber: 245
12399
12399
  }
12400
12400
  })) : React$4.createElement(PreviewPrompt$1, {
12401
12401
  className: "label",
@@ -12404,7 +12404,7 @@ class ChoiceInput extends React$4.Component {
12404
12404
  __self: this,
12405
12405
  __source: {
12406
12406
  fileName: _jsxFileName$3,
12407
- lineNumber: 247
12407
+ lineNumber: 248
12408
12408
  }
12409
12409
  }));
12410
12410
  return React$4.createElement('div', {
@@ -12412,28 +12412,28 @@ class ChoiceInput extends React$4.Component {
12412
12412
  __self: this,
12413
12413
  __source: {
12414
12414
  fileName: _jsxFileName$3,
12415
- lineNumber: 251
12415
+ lineNumber: 252
12416
12416
  }
12417
12417
  }, React$4.createElement('div', {
12418
12418
  className: classes.row,
12419
12419
  __self: this,
12420
12420
  __source: {
12421
12421
  fileName: _jsxFileName$3,
12422
- lineNumber: 252
12422
+ lineNumber: 253
12423
12423
  }
12424
12424
  }, !hideTick && isEvaluateMode && React$4.createElement(FeedbackTick$1, {
12425
12425
  correctness: correctness,
12426
12426
  __self: this,
12427
12427
  __source: {
12428
12428
  fileName: _jsxFileName$3,
12429
- lineNumber: 253
12429
+ lineNumber: 254
12430
12430
  }
12431
12431
  }), React$4.createElement('div', {
12432
12432
  className: classNames$2(holderClassNames, 'checkbox-holder'),
12433
12433
  __self: this,
12434
12434
  __source: {
12435
12435
  fileName: _jsxFileName$3,
12436
- lineNumber: 254
12436
+ lineNumber: 255
12437
12437
  }
12438
12438
  }, isSelectionButtonBelow ? React$4.createElement(StyledFormControlLabel, {
12439
12439
  label: choicelabel,
@@ -12445,7 +12445,7 @@ class ChoiceInput extends React$4.Component {
12445
12445
  __self: this,
12446
12446
  __source: {
12447
12447
  fileName: _jsxFileName$3,
12448
- lineNumber: 262
12448
+ lineNumber: 263
12449
12449
  }
12450
12450
  }, React$4.createElement(Tag, {
12451
12451
  disabled: disabled,
@@ -12460,13 +12460,13 @@ class ChoiceInput extends React$4.Component {
12460
12460
  __self: this,
12461
12461
  __source: {
12462
12462
  fileName: _jsxFileName$3,
12463
- lineNumber: 263
12463
+ lineNumber: 264
12464
12464
  }
12465
12465
  }), displayKey ? `${displayKey}.` : ''),
12466
12466
  __self: this,
12467
12467
  __source: {
12468
12468
  fileName: _jsxFileName$3,
12469
- lineNumber: 256
12469
+ lineNumber: 257
12470
12470
  }
12471
12471
  }) : React$4.createElement(StyledFormControlLabel, {
12472
12472
  label: choicelabel,
@@ -12482,13 +12482,13 @@ class ChoiceInput extends React$4.Component {
12482
12482
  __self: this,
12483
12483
  __source: {
12484
12484
  fileName: _jsxFileName$3,
12485
- lineNumber: 282
12485
+ lineNumber: 283
12486
12486
  }
12487
12487
  }),
12488
12488
  __self: this,
12489
12489
  __source: {
12490
12490
  fileName: _jsxFileName$3,
12491
- lineNumber: 277
12491
+ lineNumber: 278
12492
12492
  }
12493
12493
  }))), rationale && React$4.createElement(PreviewPrompt$1, {
12494
12494
  className: "rationale",
@@ -12497,7 +12497,7 @@ class ChoiceInput extends React$4.Component {
12497
12497
  __self: this,
12498
12498
  __source: {
12499
12499
  fileName: _jsxFileName$3,
12500
- lineNumber: 295
12500
+ lineNumber: 296
12501
12501
  }
12502
12502
  }), React$4.createElement(Feedback, {
12503
12503
  feedback: feedback,
@@ -12505,7 +12505,7 @@ class ChoiceInput extends React$4.Component {
12505
12505
  __self: this,
12506
12506
  __source: {
12507
12507
  fileName: _jsxFileName$3,
12508
- lineNumber: 296
12508
+ lineNumber: 297
12509
12509
  }
12510
12510
  }));
12511
12511
  }
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "3.8.3"
7
+ "version": "3.8.4"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "6.0.3"
11
+ "version": "6.0.4"
12
12
  }
13
13
  ]
14
14
  }
package/module/print.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.3/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.0.3/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.4/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.0.4/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
5
5
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -12166,7 +12166,7 @@ const styleSheet = theme => ({
12166
12166
  display: 'flex',
12167
12167
  alignItems: 'center',
12168
12168
  '& > span': {
12169
- paddingLeft: 0
12169
+ marginLeft: `-${theme.spacing.unit}px`
12170
12170
  }
12171
12171
  }
12172
12172
  });
@@ -12193,7 +12193,7 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
12193
12193
  __self: undefined,
12194
12194
  __source: {
12195
12195
  fileName: _jsxFileName$3,
12196
- lineNumber: 77
12196
+ lineNumber: 78
12197
12197
  }
12198
12198
  }));
12199
12199
  const colorStyle = (varName, fallback) => ({
@@ -12259,7 +12259,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
12259
12259
  __self: undefined,
12260
12260
  __source: {
12261
12261
  fileName: _jsxFileName$3,
12262
- lineNumber: 127
12262
+ lineNumber: 128
12263
12263
  }
12264
12264
  });
12265
12265
  });
@@ -12292,7 +12292,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
12292
12292
  __self: undefined,
12293
12293
  __source: {
12294
12294
  fileName: _jsxFileName$3,
12295
- lineNumber: 156
12295
+ lineNumber: 157
12296
12296
  }
12297
12297
  });
12298
12298
  });
@@ -12349,7 +12349,7 @@ class ChoiceInput extends React$4.Component {
12349
12349
  __self: this,
12350
12350
  __source: {
12351
12351
  fileName: _jsxFileName$3,
12352
- lineNumber: 242
12352
+ lineNumber: 243
12353
12353
  }
12354
12354
  }, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
12355
12355
  className: "label",
@@ -12358,7 +12358,7 @@ class ChoiceInput extends React$4.Component {
12358
12358
  __self: this,
12359
12359
  __source: {
12360
12360
  fileName: _jsxFileName$3,
12361
- lineNumber: 244
12361
+ lineNumber: 245
12362
12362
  }
12363
12363
  })) : React$4.createElement(PreviewPrompt$1, {
12364
12364
  className: "label",
@@ -12367,7 +12367,7 @@ class ChoiceInput extends React$4.Component {
12367
12367
  __self: this,
12368
12368
  __source: {
12369
12369
  fileName: _jsxFileName$3,
12370
- lineNumber: 247
12370
+ lineNumber: 248
12371
12371
  }
12372
12372
  }));
12373
12373
  return React$4.createElement('div', {
@@ -12375,28 +12375,28 @@ class ChoiceInput extends React$4.Component {
12375
12375
  __self: this,
12376
12376
  __source: {
12377
12377
  fileName: _jsxFileName$3,
12378
- lineNumber: 251
12378
+ lineNumber: 252
12379
12379
  }
12380
12380
  }, React$4.createElement('div', {
12381
12381
  className: classes.row,
12382
12382
  __self: this,
12383
12383
  __source: {
12384
12384
  fileName: _jsxFileName$3,
12385
- lineNumber: 252
12385
+ lineNumber: 253
12386
12386
  }
12387
12387
  }, !hideTick && isEvaluateMode && React$4.createElement(FeedbackTick$1, {
12388
12388
  correctness: correctness,
12389
12389
  __self: this,
12390
12390
  __source: {
12391
12391
  fileName: _jsxFileName$3,
12392
- lineNumber: 253
12392
+ lineNumber: 254
12393
12393
  }
12394
12394
  }), React$4.createElement('div', {
12395
12395
  className: classNames$2(holderClassNames, 'checkbox-holder'),
12396
12396
  __self: this,
12397
12397
  __source: {
12398
12398
  fileName: _jsxFileName$3,
12399
- lineNumber: 254
12399
+ lineNumber: 255
12400
12400
  }
12401
12401
  }, isSelectionButtonBelow ? React$4.createElement(StyledFormControlLabel, {
12402
12402
  label: choicelabel,
@@ -12408,7 +12408,7 @@ class ChoiceInput extends React$4.Component {
12408
12408
  __self: this,
12409
12409
  __source: {
12410
12410
  fileName: _jsxFileName$3,
12411
- lineNumber: 262
12411
+ lineNumber: 263
12412
12412
  }
12413
12413
  }, React$4.createElement(Tag, {
12414
12414
  disabled: disabled,
@@ -12423,13 +12423,13 @@ class ChoiceInput extends React$4.Component {
12423
12423
  __self: this,
12424
12424
  __source: {
12425
12425
  fileName: _jsxFileName$3,
12426
- lineNumber: 263
12426
+ lineNumber: 264
12427
12427
  }
12428
12428
  }), displayKey ? `${displayKey}.` : ''),
12429
12429
  __self: this,
12430
12430
  __source: {
12431
12431
  fileName: _jsxFileName$3,
12432
- lineNumber: 256
12432
+ lineNumber: 257
12433
12433
  }
12434
12434
  }) : React$4.createElement(StyledFormControlLabel, {
12435
12435
  label: choicelabel,
@@ -12445,13 +12445,13 @@ class ChoiceInput extends React$4.Component {
12445
12445
  __self: this,
12446
12446
  __source: {
12447
12447
  fileName: _jsxFileName$3,
12448
- lineNumber: 282
12448
+ lineNumber: 283
12449
12449
  }
12450
12450
  }),
12451
12451
  __self: this,
12452
12452
  __source: {
12453
12453
  fileName: _jsxFileName$3,
12454
- lineNumber: 277
12454
+ lineNumber: 278
12455
12455
  }
12456
12456
  }))), rationale && React$4.createElement(PreviewPrompt$1, {
12457
12457
  className: "rationale",
@@ -12460,7 +12460,7 @@ class ChoiceInput extends React$4.Component {
12460
12460
  __self: this,
12461
12461
  __source: {
12462
12462
  fileName: _jsxFileName$3,
12463
- lineNumber: 295
12463
+ lineNumber: 296
12464
12464
  }
12465
12465
  }), React$4.createElement(Feedback, {
12466
12466
  feedback: feedback,
@@ -12468,7 +12468,7 @@ class ChoiceInput extends React$4.Component {
12468
12468
  __self: this,
12469
12469
  __source: {
12470
12470
  fileName: _jsxFileName$3,
12471
- lineNumber: 296
12471
+ lineNumber: 297
12472
12472
  }
12473
12473
  }));
12474
12474
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.4-next.2+10dbc46f6",
3
+ "version": "10.5.4-next.22+b06e7612d",
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.15.4-next.2+10dbc46f6",
10
+ "@pie-element/multiple-choice": "^9.15.4-next.22+b06e7612d",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
- "@pie-lib/pie-toolbox": "2.14.3",
12
+ "@pie-lib/pie-toolbox": "2.14.4",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11"
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "10dbc46f6e797c877b5c7a59cbfa7ac055ae2fa5",
19
+ "gitHead": "b06e7612d120947cf4b981096d809b110ed187ac",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },