@instructure/quiz-core 18.9.2-rc.2 → 18.9.2-rc.4

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.
@@ -139,7 +139,7 @@ export var NewQuizAndItemAnalysisPresenter = (_dec = themeable(theme, styles), _
139
139
  date: timeStamp
140
140
  })), /*#__PURE__*/React.createElement(Flex.Item, null, shouldShowError && /*#__PURE__*/React.createElement(Text, {
141
141
  size: "x-small",
142
- weight: "400",
142
+ weight: "medium",
143
143
  color: "danger"
144
144
  }, analysisError)));
145
145
  };
@@ -174,7 +174,7 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _uiThemeable.themeable)(_theme
174
174
  date: timeStamp
175
175
  })), /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, null, shouldShowError && /*#__PURE__*/_react.default.createElement(_uiText.Text, {
176
176
  size: "x-small",
177
- weight: "400",
177
+ weight: "medium",
178
178
  color: "danger"
179
179
  }, analysisError)));
180
180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.9.2-rc.2+d027e49f5",
3
+ "version": "18.9.2-rc.4+e9c4860dc",
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.9.2-rc.2+d027e49f5",
47
- "@instructure/quiz-i18n": "18.9.2-rc.2+d027e49f5",
48
- "@instructure/quiz-interactions": "18.9.2-rc.2+d027e49f5",
49
- "@instructure/quiz-number-input": "18.9.2-rc.2+d027e49f5",
50
- "@instructure/quiz-rce": "18.9.2-rc.2+d027e49f5",
46
+ "@instructure/quiz-common": "18.9.2-rc.4+e9c4860dc",
47
+ "@instructure/quiz-i18n": "18.9.2-rc.4+e9c4860dc",
48
+ "@instructure/quiz-interactions": "18.9.2-rc.4+e9c4860dc",
49
+ "@instructure/quiz-number-input": "18.9.2-rc.4+e9c4860dc",
50
+ "@instructure/quiz-rce": "18.9.2-rc.4+e9c4860dc",
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",
@@ -109,7 +109,7 @@
109
109
  "file-saver": "~2.0.5",
110
110
  "humps": "^2.0.0",
111
111
  "immutable": "^3.8.1",
112
- "instructure-validations": "18.9.2-rc.2+d027e49f5",
112
+ "instructure-validations": "18.9.2-rc.4+e9c4860dc",
113
113
  "ipaddr.js": "^1.5.4",
114
114
  "isomorphic-fetch": "^2.2.0",
115
115
  "isuuid": "^0.1.0",
@@ -160,7 +160,7 @@
160
160
  "intl": "^1.2.4",
161
161
  "jquery": "^2.2.3",
162
162
  "most-subject": "^5.3.0",
163
- "quiz-presets": "18.9.2-rc.2+d027e49f5",
163
+ "quiz-presets": "18.9.2-rc.4+e9c4860dc",
164
164
  "react": "^16.8.6",
165
165
  "react-addons-test-utils": "^15.6.2",
166
166
  "react-dom": "^16.8.6",
@@ -176,5 +176,5 @@
176
176
  "publishConfig": {
177
177
  "access": "public"
178
178
  },
179
- "gitHead": "d027e49f5439cffec7e9ff2dafac31facd9628ea"
179
+ "gitHead": "e9c4860dc99092392842e87b29266d223f7d9cdf"
180
180
  }