@pie-element/ebsr 9.12.4 → 9.12.5
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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/module/configure.js +1 -1
- package/module/element.js +22 -16
- package/module/index.html +1 -1
- package/module/manifest.json +2 -2
- package/module/print.html +1 -1
- package/module/print.js +22 -16
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@9.12.4...@pie-element/ebsr@9.12.5) (2024-05-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [9.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@9.12.3...@pie-element/ebsr@9.12.4) (2024-05-07)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@9.10.4...@pie-element/ebsr-configure@9.10.5) (2024-05-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [9.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@9.10.3...@pie-element/ebsr-configure@9.10.4) (2024-05-07)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "9.10.
|
|
4
|
+
"version": "9.10.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"author": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
|
-
"@pie-element/multiple-choice": "^8.14.
|
|
11
|
+
"@pie-element/multiple-choice": "^8.14.5",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.2.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "1.17.
|
|
13
|
+
"@pie-lib/pie-toolbox": "1.17.4",
|
|
14
14
|
"lodash": "^4.17.15",
|
|
15
15
|
"prop-types": "^15.6.2",
|
|
16
16
|
"react": "^16.8.1",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@7.9.3...@pie-element/ebsr-controller@7.9.4) (2024-05-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [7.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@7.9.2...@pie-element/ebsr-controller@7.9.3) (2024-05-07)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.4",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.17.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.17.4",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
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@1.10.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.10.3/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@4.12.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_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.10.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.10.3/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@4.12.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) {
|
|
@@ -8946,6 +8946,11 @@ const formStyleSheet = {
|
|
|
8946
8946
|
label: {
|
|
8947
8947
|
color: `${color$1.text()} !important`,
|
|
8948
8948
|
backgroundColor: color$1.background()
|
|
8949
|
+
},
|
|
8950
|
+
disabled: {
|
|
8951
|
+
'& *': {
|
|
8952
|
+
cursor: 'not-allowed !important'
|
|
8953
|
+
}
|
|
8949
8954
|
}
|
|
8950
8955
|
};
|
|
8951
8956
|
const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
@@ -8953,12 +8958,13 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
|
8953
8958
|
})(props => React$4.createElement(FormControlLabel, {
|
|
8954
8959
|
...props,
|
|
8955
8960
|
classes: {
|
|
8956
|
-
label: props.classes.label
|
|
8961
|
+
label: props.classes.label,
|
|
8962
|
+
disabled: props.classes.disabled
|
|
8957
8963
|
},
|
|
8958
8964
|
__self: undefined,
|
|
8959
8965
|
__source: {
|
|
8960
8966
|
fileName: _jsxFileName$3,
|
|
8961
|
-
lineNumber:
|
|
8967
|
+
lineNumber: 55
|
|
8962
8968
|
}
|
|
8963
8969
|
}));
|
|
8964
8970
|
const colorStyle = (varName, fallback) => ({
|
|
@@ -9015,7 +9021,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
|
|
|
9015
9021
|
__self: undefined,
|
|
9016
9022
|
__source: {
|
|
9017
9023
|
fileName: _jsxFileName$3,
|
|
9018
|
-
lineNumber:
|
|
9024
|
+
lineNumber: 100
|
|
9019
9025
|
}
|
|
9020
9026
|
});
|
|
9021
9027
|
});
|
|
@@ -9047,7 +9053,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
|
|
|
9047
9053
|
__self: undefined,
|
|
9048
9054
|
__source: {
|
|
9049
9055
|
fileName: _jsxFileName$3,
|
|
9050
|
-
lineNumber:
|
|
9056
|
+
lineNumber: 128
|
|
9051
9057
|
}
|
|
9052
9058
|
});
|
|
9053
9059
|
});
|
|
@@ -9108,7 +9114,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9108
9114
|
__self: this,
|
|
9109
9115
|
__source: {
|
|
9110
9116
|
fileName: _jsxFileName$3,
|
|
9111
|
-
lineNumber:
|
|
9117
|
+
lineNumber: 218
|
|
9112
9118
|
}
|
|
9113
9119
|
}, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
|
|
9114
9120
|
className: "label",
|
|
@@ -9117,7 +9123,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9117
9123
|
__self: this,
|
|
9118
9124
|
__source: {
|
|
9119
9125
|
fileName: _jsxFileName$3,
|
|
9120
|
-
lineNumber:
|
|
9126
|
+
lineNumber: 220
|
|
9121
9127
|
}
|
|
9122
9128
|
})) : React$4.createElement(PreviewPrompt$1, {
|
|
9123
9129
|
className: "label",
|
|
@@ -9126,7 +9132,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9126
9132
|
__self: this,
|
|
9127
9133
|
__source: {
|
|
9128
9134
|
fileName: _jsxFileName$3,
|
|
9129
|
-
lineNumber:
|
|
9135
|
+
lineNumber: 223
|
|
9130
9136
|
}
|
|
9131
9137
|
}));
|
|
9132
9138
|
return React$4.createElement('div', {
|
|
@@ -9134,28 +9140,28 @@ class ChoiceInput extends React$4.Component {
|
|
|
9134
9140
|
__self: this,
|
|
9135
9141
|
__source: {
|
|
9136
9142
|
fileName: _jsxFileName$3,
|
|
9137
|
-
lineNumber:
|
|
9143
|
+
lineNumber: 229
|
|
9138
9144
|
}
|
|
9139
9145
|
}, React$4.createElement('div', {
|
|
9140
9146
|
className: classes.row,
|
|
9141
9147
|
__self: this,
|
|
9142
9148
|
__source: {
|
|
9143
9149
|
fileName: _jsxFileName$3,
|
|
9144
|
-
lineNumber:
|
|
9150
|
+
lineNumber: 230
|
|
9145
9151
|
}
|
|
9146
9152
|
}, !hideTick && isEvaluateMode && React$4.createElement(FeedbackTick$1, {
|
|
9147
9153
|
correctness: correctness,
|
|
9148
9154
|
__self: this,
|
|
9149
9155
|
__source: {
|
|
9150
9156
|
fileName: _jsxFileName$3,
|
|
9151
|
-
lineNumber:
|
|
9157
|
+
lineNumber: 231
|
|
9152
9158
|
}
|
|
9153
9159
|
}), React$4.createElement('div', {
|
|
9154
9160
|
className: classNames$2(holderClassNames, 'checkbox-holder'),
|
|
9155
9161
|
__self: this,
|
|
9156
9162
|
__source: {
|
|
9157
9163
|
fileName: _jsxFileName$3,
|
|
9158
|
-
lineNumber:
|
|
9164
|
+
lineNumber: 232
|
|
9159
9165
|
}
|
|
9160
9166
|
}, React$4.createElement(StyledFormControlLabel, {
|
|
9161
9167
|
label: choicelabel,
|
|
@@ -9172,13 +9178,13 @@ class ChoiceInput extends React$4.Component {
|
|
|
9172
9178
|
__self: this,
|
|
9173
9179
|
__source: {
|
|
9174
9180
|
fileName: _jsxFileName$3,
|
|
9175
|
-
lineNumber:
|
|
9181
|
+
lineNumber: 238
|
|
9176
9182
|
}
|
|
9177
9183
|
}),
|
|
9178
9184
|
__self: this,
|
|
9179
9185
|
__source: {
|
|
9180
9186
|
fileName: _jsxFileName$3,
|
|
9181
|
-
lineNumber:
|
|
9187
|
+
lineNumber: 233
|
|
9182
9188
|
}
|
|
9183
9189
|
}))), rationale && React$4.createElement(PreviewPrompt$1, {
|
|
9184
9190
|
className: "rationale",
|
|
@@ -9187,7 +9193,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9187
9193
|
__self: this,
|
|
9188
9194
|
__source: {
|
|
9189
9195
|
fileName: _jsxFileName$3,
|
|
9190
|
-
lineNumber:
|
|
9196
|
+
lineNumber: 251
|
|
9191
9197
|
}
|
|
9192
9198
|
}), React$4.createElement(Feedback, {
|
|
9193
9199
|
feedback: feedback,
|
|
@@ -9195,7 +9201,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9195
9201
|
__self: this,
|
|
9196
9202
|
__source: {
|
|
9197
9203
|
fileName: _jsxFileName$3,
|
|
9198
|
-
lineNumber:
|
|
9204
|
+
lineNumber: 252
|
|
9199
9205
|
}
|
|
9200
9206
|
}));
|
|
9201
9207
|
}
|
package/module/index.html
CHANGED
package/module/manifest.json
CHANGED
package/module/print.html
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_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.10.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.10.3/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@4.12.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) {
|
|
@@ -8909,6 +8909,11 @@ const formStyleSheet = {
|
|
|
8909
8909
|
label: {
|
|
8910
8910
|
color: `${color$1.text()} !important`,
|
|
8911
8911
|
backgroundColor: color$1.background()
|
|
8912
|
+
},
|
|
8913
|
+
disabled: {
|
|
8914
|
+
'& *': {
|
|
8915
|
+
cursor: 'not-allowed !important'
|
|
8916
|
+
}
|
|
8912
8917
|
}
|
|
8913
8918
|
};
|
|
8914
8919
|
const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
@@ -8916,12 +8921,13 @@ const StyledFormControlLabel = styles$b.withStyles(formStyleSheet, {
|
|
|
8916
8921
|
})(props => React$4.createElement(FormControlLabel, {
|
|
8917
8922
|
...props,
|
|
8918
8923
|
classes: {
|
|
8919
|
-
label: props.classes.label
|
|
8924
|
+
label: props.classes.label,
|
|
8925
|
+
disabled: props.classes.disabled
|
|
8920
8926
|
},
|
|
8921
8927
|
__self: undefined,
|
|
8922
8928
|
__source: {
|
|
8923
8929
|
fileName: _jsxFileName$3,
|
|
8924
|
-
lineNumber:
|
|
8930
|
+
lineNumber: 55
|
|
8925
8931
|
}
|
|
8926
8932
|
}));
|
|
8927
8933
|
const colorStyle = (varName, fallback) => ({
|
|
@@ -8978,7 +8984,7 @@ const StyledCheckbox = styles$b.withStyles(inputStyles)(props => {
|
|
|
8978
8984
|
__self: undefined,
|
|
8979
8985
|
__source: {
|
|
8980
8986
|
fileName: _jsxFileName$3,
|
|
8981
|
-
lineNumber:
|
|
8987
|
+
lineNumber: 100
|
|
8982
8988
|
}
|
|
8983
8989
|
});
|
|
8984
8990
|
});
|
|
@@ -9010,7 +9016,7 @@ const StyledRadio = styles$b.withStyles(inputStyles)(props => {
|
|
|
9010
9016
|
__self: undefined,
|
|
9011
9017
|
__source: {
|
|
9012
9018
|
fileName: _jsxFileName$3,
|
|
9013
|
-
lineNumber:
|
|
9019
|
+
lineNumber: 128
|
|
9014
9020
|
}
|
|
9015
9021
|
});
|
|
9016
9022
|
});
|
|
@@ -9071,7 +9077,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9071
9077
|
__self: this,
|
|
9072
9078
|
__source: {
|
|
9073
9079
|
fileName: _jsxFileName$3,
|
|
9074
|
-
lineNumber:
|
|
9080
|
+
lineNumber: 218
|
|
9075
9081
|
}
|
|
9076
9082
|
}, displayKey, ".", '\u00A0', React$4.createElement(PreviewPrompt$1, {
|
|
9077
9083
|
className: "label",
|
|
@@ -9080,7 +9086,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9080
9086
|
__self: this,
|
|
9081
9087
|
__source: {
|
|
9082
9088
|
fileName: _jsxFileName$3,
|
|
9083
|
-
lineNumber:
|
|
9089
|
+
lineNumber: 220
|
|
9084
9090
|
}
|
|
9085
9091
|
})) : React$4.createElement(PreviewPrompt$1, {
|
|
9086
9092
|
className: "label",
|
|
@@ -9089,7 +9095,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9089
9095
|
__self: this,
|
|
9090
9096
|
__source: {
|
|
9091
9097
|
fileName: _jsxFileName$3,
|
|
9092
|
-
lineNumber:
|
|
9098
|
+
lineNumber: 223
|
|
9093
9099
|
}
|
|
9094
9100
|
}));
|
|
9095
9101
|
return React$4.createElement('div', {
|
|
@@ -9097,28 +9103,28 @@ class ChoiceInput extends React$4.Component {
|
|
|
9097
9103
|
__self: this,
|
|
9098
9104
|
__source: {
|
|
9099
9105
|
fileName: _jsxFileName$3,
|
|
9100
|
-
lineNumber:
|
|
9106
|
+
lineNumber: 229
|
|
9101
9107
|
}
|
|
9102
9108
|
}, React$4.createElement('div', {
|
|
9103
9109
|
className: classes.row,
|
|
9104
9110
|
__self: this,
|
|
9105
9111
|
__source: {
|
|
9106
9112
|
fileName: _jsxFileName$3,
|
|
9107
|
-
lineNumber:
|
|
9113
|
+
lineNumber: 230
|
|
9108
9114
|
}
|
|
9109
9115
|
}, !hideTick && isEvaluateMode && React$4.createElement(FeedbackTick$1, {
|
|
9110
9116
|
correctness: correctness,
|
|
9111
9117
|
__self: this,
|
|
9112
9118
|
__source: {
|
|
9113
9119
|
fileName: _jsxFileName$3,
|
|
9114
|
-
lineNumber:
|
|
9120
|
+
lineNumber: 231
|
|
9115
9121
|
}
|
|
9116
9122
|
}), React$4.createElement('div', {
|
|
9117
9123
|
className: classNames$2(holderClassNames, 'checkbox-holder'),
|
|
9118
9124
|
__self: this,
|
|
9119
9125
|
__source: {
|
|
9120
9126
|
fileName: _jsxFileName$3,
|
|
9121
|
-
lineNumber:
|
|
9127
|
+
lineNumber: 232
|
|
9122
9128
|
}
|
|
9123
9129
|
}, React$4.createElement(StyledFormControlLabel, {
|
|
9124
9130
|
label: choicelabel,
|
|
@@ -9135,13 +9141,13 @@ class ChoiceInput extends React$4.Component {
|
|
|
9135
9141
|
__self: this,
|
|
9136
9142
|
__source: {
|
|
9137
9143
|
fileName: _jsxFileName$3,
|
|
9138
|
-
lineNumber:
|
|
9144
|
+
lineNumber: 238
|
|
9139
9145
|
}
|
|
9140
9146
|
}),
|
|
9141
9147
|
__self: this,
|
|
9142
9148
|
__source: {
|
|
9143
9149
|
fileName: _jsxFileName$3,
|
|
9144
|
-
lineNumber:
|
|
9150
|
+
lineNumber: 233
|
|
9145
9151
|
}
|
|
9146
9152
|
}))), rationale && React$4.createElement(PreviewPrompt$1, {
|
|
9147
9153
|
className: "rationale",
|
|
@@ -9150,7 +9156,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9150
9156
|
__self: this,
|
|
9151
9157
|
__source: {
|
|
9152
9158
|
fileName: _jsxFileName$3,
|
|
9153
|
-
lineNumber:
|
|
9159
|
+
lineNumber: 251
|
|
9154
9160
|
}
|
|
9155
9161
|
}), React$4.createElement(Feedback, {
|
|
9156
9162
|
feedback: feedback,
|
|
@@ -9158,7 +9164,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
9158
9164
|
__self: this,
|
|
9159
9165
|
__source: {
|
|
9160
9166
|
fileName: _jsxFileName$3,
|
|
9161
|
-
lineNumber:
|
|
9167
|
+
lineNumber: 252
|
|
9162
9168
|
}
|
|
9163
9169
|
}));
|
|
9164
9170
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "9.12.
|
|
3
|
+
"version": "9.12.5",
|
|
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": "^8.14.
|
|
10
|
+
"@pie-element/multiple-choice": "^8.14.5",
|
|
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": "
|
|
18
|
+
"gitHead": "512624fa52f5c653c74c32fa49c23af8c6d91c99",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|