@instructure/quiz-core 20.3.1-rc.3 → 20.3.1-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.
@@ -101,7 +101,7 @@ export var ShareList = (_dec = withStyle(generateStyle, null), _dec(_class = (_t
101
101
  key: entity.get('entityId'),
102
102
  "data-automation": "sdk-shared-with-entity-row"
103
103
  }, jsx(Grid.Col, {
104
- width: 1
104
+ width: "small"
105
105
  }, isCourse ? _ref4 : jsx(Avatar, {
106
106
  name: entity.get('title'),
107
107
  src: entity.get('avatar'),
@@ -177,7 +177,7 @@ export var ShareList = (_dec = withStyle(generateStyle, null), _dec(_class = (_t
177
177
  peopleCount: existingPeople.size
178
178
  }),
179
179
  isSelected: this.state.selectedTabIndex === 0,
180
- padding: "large 0 0 0"
180
+ padding: "large small small small"
181
181
  }, subAccountBankSharingEnabled && this.props.renderSearchSection(SHARED_WITH_USER), subAccountBankSharingEnabled && jsx(Text, {
182
182
  as: "div",
183
183
  weight: "bold",
@@ -189,7 +189,7 @@ export var ShareList = (_dec = withStyle(generateStyle, null), _dec(_class = (_t
189
189
  coursesCount: existingCourses.size
190
190
  }),
191
191
  isSelected: this.state.selectedTabIndex === 1,
192
- padding: "large 0 0 0"
192
+ padding: "large small small small"
193
193
  }, subAccountBankSharingEnabled && this.props.renderSearchSection(SHARED_WITH_COURSE), subAccountBankSharingEnabled && jsx(Text, {
194
194
  as: "div",
195
195
  weight: "bold",
@@ -130,7 +130,7 @@ var ShareList = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec(_cl
130
130
  key: entity.get('entityId'),
131
131
  "data-automation": "sdk-shared-with-entity-row"
132
132
  }, (0, _emotion.jsx)(_uiGrid.Grid.Col, {
133
- width: 1
133
+ width: "small"
134
134
  }, isCourse ? _ref4 : (0, _emotion.jsx)(_uiAvatar.Avatar, {
135
135
  name: entity.get('title'),
136
136
  src: entity.get('avatar'),
@@ -206,7 +206,7 @@ var ShareList = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec(_cl
206
206
  peopleCount: existingPeople.size
207
207
  }),
208
208
  isSelected: this.state.selectedTabIndex === 0,
209
- padding: "large 0 0 0"
209
+ padding: "large small small small"
210
210
  }, subAccountBankSharingEnabled && this.props.renderSearchSection(_quizCommon.SHARED_WITH_USER), subAccountBankSharingEnabled && (0, _emotion.jsx)(_uiText.Text, {
211
211
  as: "div",
212
212
  weight: "bold",
@@ -218,7 +218,7 @@ var ShareList = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec(_cl
218
218
  coursesCount: existingCourses.size
219
219
  }),
220
220
  isSelected: this.state.selectedTabIndex === 1,
221
- padding: "large 0 0 0"
221
+ padding: "large small small small"
222
222
  }, subAccountBankSharingEnabled && this.props.renderSearchSection(_quizCommon.SHARED_WITH_COURSE), subAccountBankSharingEnabled && (0, _emotion.jsx)(_uiText.Text, {
223
223
  as: "div",
224
224
  weight: "bold",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.3.1-rc.3+730b4c347",
3
+ "version": "20.3.1-rc.4+103639268",
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.51.0",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^3.0.0",
47
- "@instructure/quiz-common": "20.3.1-rc.3+730b4c347",
48
- "@instructure/quiz-i18n": "20.3.1-rc.3+730b4c347",
49
- "@instructure/quiz-interactions": "20.3.1-rc.3+730b4c347",
50
- "@instructure/quiz-number-input": "20.3.1-rc.3+730b4c347",
51
- "@instructure/quiz-rce": "20.3.1-rc.3+730b4c347",
47
+ "@instructure/quiz-common": "20.3.1-rc.4+103639268",
48
+ "@instructure/quiz-i18n": "20.3.1-rc.4+103639268",
49
+ "@instructure/quiz-interactions": "20.3.1-rc.4+103639268",
50
+ "@instructure/quiz-number-input": "20.3.1-rc.4+103639268",
51
+ "@instructure/quiz-rce": "20.3.1-rc.4+103639268",
52
52
  "@instructure/ui-a11y-content": "^8.51.0",
53
53
  "@instructure/ui-alerts": "^8.51.0",
54
54
  "@instructure/ui-avatar": "^8.51.0",
@@ -112,7 +112,7 @@
112
112
  "file-saver": "~2.0.5",
113
113
  "humps": "^2.0.0",
114
114
  "immutable": "^3.8.1",
115
- "instructure-validations": "20.3.1-rc.3+730b4c347",
115
+ "instructure-validations": "20.3.1-rc.4+103639268",
116
116
  "ipaddr.js": "^1.5.4",
117
117
  "isomorphic-fetch": "^2.2.0",
118
118
  "isuuid": "^0.1.0",
@@ -164,7 +164,7 @@
164
164
  "intl": "^1.2.4",
165
165
  "jquery": "^2.2.3",
166
166
  "most-subject": "^5.3.0",
167
- "quiz-presets": "20.3.1-rc.3+730b4c347",
167
+ "quiz-presets": "20.3.1-rc.4+103639268",
168
168
  "react": "^16.8.6",
169
169
  "react-addons-test-utils": "^15.6.2",
170
170
  "react-dom": "^16.8.6",
@@ -180,5 +180,5 @@
180
180
  "publishConfig": {
181
181
  "access": "public"
182
182
  },
183
- "gitHead": "730b4c34724d374b6a099b5d6661f99c008cc4c4"
183
+ "gitHead": "1036392682187e72c1b6d40f456992e1db19b70e"
184
184
  }