@pie-element/ebsr 10.5.1-next.0 → 10.5.1-next.14
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/configure.js +1 -1
- package/module/element.js +9 -8
- package/module/manifest.json +1 -1
- package/module/print.js +9 -8
- package/package.json +3 -3
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.7.0/module/index.js";
|
|
2
2
|
import MultipleChoiceConfigure from '@pie-element/multiple-choice/configure/lib';
|
|
3
3
|
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.13.0/module/index.js";
|
|
4
4
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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.
|
|
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.7.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.13.0/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) {
|
|
@@ -12184,7 +12184,8 @@ const styleSheet = theme => ({
|
|
|
12184
12184
|
},
|
|
12185
12185
|
horizontalLayout: {
|
|
12186
12186
|
[`& .${CLASS_NAME}`]: {
|
|
12187
|
-
|
|
12187
|
+
padding: theme.spacing.unit,
|
|
12188
|
+
margin: `${theme.spacing.unit / 2}px 0 ${theme.spacing.unit / 2}px ${theme.spacing.unit / 2}px`
|
|
12188
12189
|
}
|
|
12189
12190
|
},
|
|
12190
12191
|
belowLayout: {
|
|
@@ -12229,7 +12230,7 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
|
12229
12230
|
__self: undefined,
|
|
12230
12231
|
__source: {
|
|
12231
12232
|
fileName: _jsxFileName$3,
|
|
12232
|
-
lineNumber:
|
|
12233
|
+
lineNumber: 77
|
|
12233
12234
|
}
|
|
12234
12235
|
}));
|
|
12235
12236
|
const colorStyle = (varName, fallback) => ({
|
|
@@ -12295,7 +12296,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
|
|
|
12295
12296
|
__self: undefined,
|
|
12296
12297
|
__source: {
|
|
12297
12298
|
fileName: _jsxFileName$3,
|
|
12298
|
-
lineNumber:
|
|
12299
|
+
lineNumber: 127
|
|
12299
12300
|
}
|
|
12300
12301
|
});
|
|
12301
12302
|
});
|
|
@@ -12328,7 +12329,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
|
|
|
12328
12329
|
__self: undefined,
|
|
12329
12330
|
__source: {
|
|
12330
12331
|
fileName: _jsxFileName$3,
|
|
12331
|
-
lineNumber:
|
|
12332
|
+
lineNumber: 156
|
|
12332
12333
|
}
|
|
12333
12334
|
});
|
|
12334
12335
|
});
|
|
@@ -12385,7 +12386,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12385
12386
|
__self: this,
|
|
12386
12387
|
__source: {
|
|
12387
12388
|
fileName: _jsxFileName$3,
|
|
12388
|
-
lineNumber:
|
|
12389
|
+
lineNumber: 242
|
|
12389
12390
|
}
|
|
12390
12391
|
}, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
|
|
12391
12392
|
className: "label",
|
|
@@ -12394,7 +12395,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12394
12395
|
__self: this,
|
|
12395
12396
|
__source: {
|
|
12396
12397
|
fileName: _jsxFileName$3,
|
|
12397
|
-
lineNumber:
|
|
12398
|
+
lineNumber: 244
|
|
12398
12399
|
}
|
|
12399
12400
|
})) : React$4.createElement(PreviewPrompt$1, {
|
|
12400
12401
|
className: "label",
|
|
@@ -12403,7 +12404,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12403
12404
|
__self: this,
|
|
12404
12405
|
__source: {
|
|
12405
12406
|
fileName: _jsxFileName$3,
|
|
12406
|
-
lineNumber:
|
|
12407
|
+
lineNumber: 247
|
|
12407
12408
|
}
|
|
12408
12409
|
}));
|
|
12409
12410
|
return React$4.createElement('div', {
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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.
|
|
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.7.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.13.0/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) {
|
|
@@ -12147,7 +12147,8 @@ const styleSheet = theme => ({
|
|
|
12147
12147
|
},
|
|
12148
12148
|
horizontalLayout: {
|
|
12149
12149
|
[`& .${CLASS_NAME}`]: {
|
|
12150
|
-
|
|
12150
|
+
padding: theme.spacing.unit,
|
|
12151
|
+
margin: `${theme.spacing.unit / 2}px 0 ${theme.spacing.unit / 2}px ${theme.spacing.unit / 2}px`
|
|
12151
12152
|
}
|
|
12152
12153
|
},
|
|
12153
12154
|
belowLayout: {
|
|
@@ -12192,7 +12193,7 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
|
12192
12193
|
__self: undefined,
|
|
12193
12194
|
__source: {
|
|
12194
12195
|
fileName: _jsxFileName$3,
|
|
12195
|
-
lineNumber:
|
|
12196
|
+
lineNumber: 77
|
|
12196
12197
|
}
|
|
12197
12198
|
}));
|
|
12198
12199
|
const colorStyle = (varName, fallback) => ({
|
|
@@ -12258,7 +12259,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
|
|
|
12258
12259
|
__self: undefined,
|
|
12259
12260
|
__source: {
|
|
12260
12261
|
fileName: _jsxFileName$3,
|
|
12261
|
-
lineNumber:
|
|
12262
|
+
lineNumber: 127
|
|
12262
12263
|
}
|
|
12263
12264
|
});
|
|
12264
12265
|
});
|
|
@@ -12291,7 +12292,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
|
|
|
12291
12292
|
__self: undefined,
|
|
12292
12293
|
__source: {
|
|
12293
12294
|
fileName: _jsxFileName$3,
|
|
12294
|
-
lineNumber:
|
|
12295
|
+
lineNumber: 156
|
|
12295
12296
|
}
|
|
12296
12297
|
});
|
|
12297
12298
|
});
|
|
@@ -12348,7 +12349,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12348
12349
|
__self: this,
|
|
12349
12350
|
__source: {
|
|
12350
12351
|
fileName: _jsxFileName$3,
|
|
12351
|
-
lineNumber:
|
|
12352
|
+
lineNumber: 242
|
|
12352
12353
|
}
|
|
12353
12354
|
}, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
|
|
12354
12355
|
className: "label",
|
|
@@ -12357,7 +12358,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12357
12358
|
__self: this,
|
|
12358
12359
|
__source: {
|
|
12359
12360
|
fileName: _jsxFileName$3,
|
|
12360
|
-
lineNumber:
|
|
12361
|
+
lineNumber: 244
|
|
12361
12362
|
}
|
|
12362
12363
|
})) : React$4.createElement(PreviewPrompt$1, {
|
|
12363
12364
|
className: "label",
|
|
@@ -12366,7 +12367,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12366
12367
|
__self: this,
|
|
12367
12368
|
__source: {
|
|
12368
12369
|
fileName: _jsxFileName$3,
|
|
12369
|
-
lineNumber:
|
|
12370
|
+
lineNumber: 247
|
|
12370
12371
|
}
|
|
12371
12372
|
}));
|
|
12372
12373
|
return React$4.createElement('div', {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.5.1-next.
|
|
3
|
+
"version": "10.5.1-next.14+5ea90bbb5",
|
|
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.1-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^9.15.1-next.14+5ea90bbb5",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
12
|
"@pie-lib/pie-toolbox": "2.13.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": "
|
|
19
|
+
"gitHead": "5ea90bbb57ae2c823755b8954b570e3434f2e94c",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|