@instructure/quiz-core 18.4.1-rc.6 → 18.4.1-rc.7
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/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +3 -0
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +3 -0
- package/package.json +9 -9
package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js
CHANGED
|
@@ -108,7 +108,7 @@ export var NewItemAnalysis = (_dec = themeable(theme, styles), _dec(_class = (_t
|
|
|
108
108
|
|
|
109
109
|
_this.renderInteractionType = function (interactionType) {
|
|
110
110
|
return /*#__PURE__*/React.createElement(Text, {
|
|
111
|
-
size: "
|
|
111
|
+
size: "medium",
|
|
112
112
|
weight: "bold",
|
|
113
113
|
transform: "capitalize"
|
|
114
114
|
}, _this.mapInteractionTypeToTranslation(interactionType));
|
|
@@ -47,6 +47,9 @@ export var NewQuizAndItemAnalysisPresenter = /*#__PURE__*/function (_Component)
|
|
|
47
47
|
var itemAnalyses = _this.props.itemAnalyses || [];
|
|
48
48
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Heading, {
|
|
49
49
|
level: "h2",
|
|
50
|
+
theme: {
|
|
51
|
+
h2FontWeight: 700
|
|
52
|
+
},
|
|
50
53
|
color: "primary"
|
|
51
54
|
}, t('Item Analysis')), /*#__PURE__*/React.createElement("div", null, itemAnalyses.map(function (itemAnalysis) {
|
|
52
55
|
return /*#__PURE__*/React.createElement(NewItemAnalysis, {
|
package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js
CHANGED
|
@@ -143,7 +143,7 @@ var NewItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles
|
|
|
143
143
|
|
|
144
144
|
_this.renderInteractionType = function (interactionType) {
|
|
145
145
|
return /*#__PURE__*/_react.default.createElement(_uiText.Text, {
|
|
146
|
-
size: "
|
|
146
|
+
size: "medium",
|
|
147
147
|
weight: "bold",
|
|
148
148
|
transform: "capitalize"
|
|
149
149
|
}, _this.mapInteractionTypeToTranslation(interactionType));
|
|
@@ -78,6 +78,9 @@ var NewQuizAndItemAnalysisPresenter = /*#__PURE__*/function (_Component) {
|
|
|
78
78
|
var itemAnalyses = _this.props.itemAnalyses || [];
|
|
79
79
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_uiHeading.Heading, {
|
|
80
80
|
level: "h2",
|
|
81
|
+
theme: {
|
|
82
|
+
h2FontWeight: 700
|
|
83
|
+
},
|
|
81
84
|
color: "primary"
|
|
82
85
|
}, (0, _formatMessage.default)('Item Analysis')), /*#__PURE__*/_react.default.createElement("div", null, itemAnalyses.map(function (itemAnalysis) {
|
|
83
86
|
return /*#__PURE__*/_react.default.createElement(_index.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "18.4.1-rc.
|
|
3
|
+
"version": "18.4.1-rc.7+6b09e0af2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@instructure/grading-utils": "^1.0.0",
|
|
45
45
|
"@instructure/outcomes-ui": "^2.1.9",
|
|
46
|
-
"@instructure/quiz-common": "18.4.1-rc.
|
|
47
|
-
"@instructure/quiz-i18n": "18.4.1-rc.
|
|
48
|
-
"@instructure/quiz-interactions": "18.4.1-rc.
|
|
49
|
-
"@instructure/quiz-number-input": "18.4.1-rc.
|
|
50
|
-
"@instructure/quiz-rce": "18.4.1-rc.
|
|
46
|
+
"@instructure/quiz-common": "18.4.1-rc.7+6b09e0af2",
|
|
47
|
+
"@instructure/quiz-i18n": "18.4.1-rc.7+6b09e0af2",
|
|
48
|
+
"@instructure/quiz-interactions": "18.4.1-rc.7+6b09e0af2",
|
|
49
|
+
"@instructure/quiz-number-input": "18.4.1-rc.7+6b09e0af2",
|
|
50
|
+
"@instructure/quiz-rce": "18.4.1-rc.7+6b09e0af2",
|
|
51
51
|
"@instructure/ui-a11y-content": "^7.22.1",
|
|
52
52
|
"@instructure/ui-alerts": "^7.22.1",
|
|
53
53
|
"@instructure/ui-avatar": "^7.22.1",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"eventemitter3": "^3.1.0",
|
|
109
109
|
"humps": "^2.0.0",
|
|
110
110
|
"immutable": "^3.8.1",
|
|
111
|
-
"instructure-validations": "18.4.1-rc.
|
|
111
|
+
"instructure-validations": "18.4.1-rc.7+6b09e0af2",
|
|
112
112
|
"ipaddr.js": "^1.5.4",
|
|
113
113
|
"isomorphic-fetch": "^2.2.0",
|
|
114
114
|
"isuuid": "^0.1.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"intl": "^1.2.4",
|
|
160
160
|
"jquery": "^2.2.3",
|
|
161
161
|
"most-subject": "^5.3.0",
|
|
162
|
-
"quiz-presets": "18.4.1-rc.
|
|
162
|
+
"quiz-presets": "18.4.1-rc.7+6b09e0af2",
|
|
163
163
|
"react": "^16.8.6",
|
|
164
164
|
"react-addons-test-utils": "^15.6.2",
|
|
165
165
|
"react-dom": "^16.8.6",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"publishConfig": {
|
|
176
176
|
"access": "public"
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "6b09e0af249330b582c2a65b3a9f3f8926e53bd8"
|
|
179
179
|
}
|