@instructure/quiz-core 17.57.1-rc.2 → 17.57.1-rc.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.
|
@@ -16,12 +16,12 @@ import makeScrollable from "../../../shared/functionality/makeScrollable.js"; //
|
|
|
16
16
|
// ================================
|
|
17
17
|
|
|
18
18
|
var styles = {
|
|
19
|
-
componentId: '
|
|
19
|
+
componentId: 'eLFCb',
|
|
20
20
|
template: function template(theme) {
|
|
21
|
-
return "\n\n.
|
|
21
|
+
return "\n\n.eLFCb_gasz{box-sizing:border-box;padding-left:".concat(theme.wrapperPadding || 'inherit', ";padding-right:").concat(theme.wrapperPadding || 'inherit', ";position:relative;width:100%}\n\n.eLFCb_gasz:after{clear:both;content:\"\";display:table}\n\n[dir=ltr] .eLFCb_gasz:after,[dir=rtl] .eLFCb_gasz:after{clear:both}\n\n.eLFCb_eWKC{font-size:").concat(theme.textFontSize || 'inherit', "}");
|
|
22
22
|
},
|
|
23
|
-
'wrapper': '
|
|
24
|
-
'text': '
|
|
23
|
+
'wrapper': 'eLFCb_gasz',
|
|
24
|
+
'text': 'eLFCb_eWKC'
|
|
25
25
|
};
|
|
26
26
|
import theme from "./theme.js";
|
|
27
27
|
export var QuizInstructions = (_dec = themeable(theme, styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
|
|
@@ -36,12 +36,12 @@ var _dec, _class, _class2, _temp;
|
|
|
36
36
|
// the Preview and Take pages
|
|
37
37
|
// ================================
|
|
38
38
|
var styles = {
|
|
39
|
-
componentId: '
|
|
39
|
+
componentId: 'eLFCb',
|
|
40
40
|
template: function template(theme) {
|
|
41
|
-
return "\n\n.
|
|
41
|
+
return "\n\n.eLFCb_gasz{box-sizing:border-box;padding-left:".concat(theme.wrapperPadding || 'inherit', ";padding-right:").concat(theme.wrapperPadding || 'inherit', ";position:relative;width:100%}\n\n.eLFCb_gasz:after{clear:both;content:\"\";display:table}\n\n[dir=ltr] .eLFCb_gasz:after,[dir=rtl] .eLFCb_gasz:after{clear:both}\n\n.eLFCb_eWKC{font-size:").concat(theme.textFontSize || 'inherit', "}");
|
|
42
42
|
},
|
|
43
|
-
'wrapper': '
|
|
44
|
-
'text': '
|
|
43
|
+
'wrapper': 'eLFCb_gasz',
|
|
44
|
+
'text': 'eLFCb_eWKC'
|
|
45
45
|
};
|
|
46
46
|
var QuizInstructions = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
|
|
47
47
|
(0, _inherits2.default)(QuizInstructions, _Component);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "17.57.1-rc.
|
|
3
|
+
"version": "17.57.1-rc.3+422a62020",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@instructure/outcomes-ui": "^2.1.8",
|
|
44
|
-
"@instructure/quiz-common": "17.57.1-rc.
|
|
45
|
-
"@instructure/quiz-i18n": "17.57.1-rc.
|
|
46
|
-
"@instructure/quiz-interactions": "17.57.1-rc.
|
|
47
|
-
"@instructure/quiz-number-input": "17.57.1-rc.
|
|
48
|
-
"@instructure/quiz-rce": "17.57.1-rc.
|
|
44
|
+
"@instructure/quiz-common": "17.57.1-rc.3+422a62020",
|
|
45
|
+
"@instructure/quiz-i18n": "17.57.1-rc.3+422a62020",
|
|
46
|
+
"@instructure/quiz-interactions": "17.57.1-rc.3+422a62020",
|
|
47
|
+
"@instructure/quiz-number-input": "17.57.1-rc.3+422a62020",
|
|
48
|
+
"@instructure/quiz-rce": "17.57.1-rc.3+422a62020",
|
|
49
49
|
"@instructure/ui-a11y-content": "^7.20.0",
|
|
50
50
|
"@instructure/ui-alerts": "^7.20.0",
|
|
51
51
|
"@instructure/ui-avatar": "^7.20.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"eventemitter3": "^3.1.0",
|
|
107
107
|
"humps": "^2.0.0",
|
|
108
108
|
"immutable": "^3.8.1",
|
|
109
|
-
"instructure-validations": "17.57.1-rc.
|
|
109
|
+
"instructure-validations": "17.57.1-rc.3+422a62020",
|
|
110
110
|
"ipaddr.js": "^1.5.4",
|
|
111
111
|
"isomorphic-fetch": "^2.2.0",
|
|
112
112
|
"isuuid": "^0.1.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"intl": "^1.2.4",
|
|
157
157
|
"jquery": "^2.2.3",
|
|
158
158
|
"most-subject": "^5.3.0",
|
|
159
|
-
"quiz-presets": "17.57.1-rc.
|
|
159
|
+
"quiz-presets": "17.57.1-rc.3+422a62020",
|
|
160
160
|
"react": "^16.8.6",
|
|
161
161
|
"react-addons-test-utils": "^15.6.2",
|
|
162
162
|
"react-dom": "^16.8.6",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"publishConfig": {
|
|
173
173
|
"access": "public"
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "422a62020498e69ada855a14c8a7931f1af03eb2"
|
|
176
176
|
}
|