@instructure/quiz-core 19.1.1-rc.1 → 19.1.1-rc.2

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.
@@ -168,7 +168,7 @@ export var MatchingTypeTable = (_dec = themeable(theme, styles), _dec(_class = (
168
168
  id: questionRowHeaderId,
169
169
  key: questionRowHeaderId,
170
170
  themeOverride: {
171
- padding: '12px 0 12px 0'
171
+ padding: '12px 12px 12px 0'
172
172
  }
173
173
  }, questionBody), answerCells);
174
174
  };
@@ -195,7 +195,7 @@ var MatchingTypeTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, styl
195
195
  id: questionRowHeaderId,
196
196
  key: questionRowHeaderId,
197
197
  themeOverride: {
198
- padding: '12px 0 12px 0'
198
+ padding: '12px 12px 12px 0'
199
199
  }
200
200
  }, questionBody), answerCells);
201
201
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "19.1.1-rc.1+6f25bb27e",
3
+ "version": "19.1.1-rc.2+b34539c0f",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -44,11 +44,11 @@
44
44
  "@instructure/emotion": "^8.48.3",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^2.1.9",
47
- "@instructure/quiz-common": "19.1.1-rc.1+6f25bb27e",
48
- "@instructure/quiz-i18n": "19.1.1-rc.1+6f25bb27e",
49
- "@instructure/quiz-interactions": "19.1.1-rc.1+6f25bb27e",
50
- "@instructure/quiz-number-input": "19.1.1-rc.1+6f25bb27e",
51
- "@instructure/quiz-rce": "19.1.1-rc.1+6f25bb27e",
47
+ "@instructure/quiz-common": "19.1.1-rc.2+b34539c0f",
48
+ "@instructure/quiz-i18n": "19.1.1-rc.2+b34539c0f",
49
+ "@instructure/quiz-interactions": "19.1.1-rc.2+b34539c0f",
50
+ "@instructure/quiz-number-input": "19.1.1-rc.2+b34539c0f",
51
+ "@instructure/quiz-rce": "19.1.1-rc.2+b34539c0f",
52
52
  "@instructure/ui-a11y-content": "^8.48.3",
53
53
  "@instructure/ui-alerts": "^8.48.3",
54
54
  "@instructure/ui-avatar": "^8.48.3",
@@ -110,7 +110,7 @@
110
110
  "file-saver": "~2.0.5",
111
111
  "humps": "^2.0.0",
112
112
  "immutable": "^3.8.1",
113
- "instructure-validations": "19.1.1-rc.1+6f25bb27e",
113
+ "instructure-validations": "19.1.1-rc.2+b34539c0f",
114
114
  "ipaddr.js": "^1.5.4",
115
115
  "isomorphic-fetch": "^2.2.0",
116
116
  "isuuid": "^0.1.0",
@@ -162,7 +162,7 @@
162
162
  "intl": "^1.2.4",
163
163
  "jquery": "^2.2.3",
164
164
  "most-subject": "^5.3.0",
165
- "quiz-presets": "19.1.1-rc.1+6f25bb27e",
165
+ "quiz-presets": "19.1.1-rc.2+b34539c0f",
166
166
  "react": "^16.8.6",
167
167
  "react-addons-test-utils": "^15.6.2",
168
168
  "react-dom": "^16.8.6",
@@ -178,5 +178,5 @@
178
178
  "publishConfig": {
179
179
  "access": "public"
180
180
  },
181
- "gitHead": "6f25bb27e11398a4ec0718a343fd2dcebcd16b83"
181
+ "gitHead": "b34539c0fd70d9f128a0ace9056768751d48aa91"
182
182
  }