@instructure/quiz-core 20.11.3-rc.10 → 20.11.3-rc.11

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.
@@ -615,7 +615,7 @@ export var SharingModalPresenter = (_dec = withStyle(generateStyle, generateComp
615
615
  placement: "end",
616
616
  offset: "medium",
617
617
  screenReaderLabel: t('Close')
618
- })), jsx(ModalBody, null, !subAccountBankSharingEnabled && this.renderRootAccountSharing(), !subAccountBankSharingEnabled && this.renderSearchSection(), this.state.shares.size > 0 ? this.renderEntitiesSection() : _ref7), jsx(ModalFooter, null, this.renderFooter()));
618
+ })), jsx(ModalBody, null, !subAccountBankSharingEnabled && this.renderRootAccountSharing(), !subAccountBankSharingEnabled && this.renderSearchSection(), this.state.shares.size >= 0 ? this.renderEntitiesSection() : _ref7), jsx(ModalFooter, null, this.renderFooter()));
619
619
  }
620
620
  }]);
621
621
 
@@ -653,7 +653,7 @@ var SharingModalPresenter = (_dec = (0, _emotion.withStyle)(_styles.default, _th
653
653
  placement: "end",
654
654
  offset: "medium",
655
655
  screenReaderLabel: (0, _formatMessage.default)('Close')
656
- })), (0, _emotion.jsx)(_quizCommon.ModalBody, null, !subAccountBankSharingEnabled && this.renderRootAccountSharing(), !subAccountBankSharingEnabled && this.renderSearchSection(), this.state.shares.size > 0 ? this.renderEntitiesSection() : _ref7), (0, _emotion.jsx)(_quizCommon.ModalFooter, null, this.renderFooter()));
656
+ })), (0, _emotion.jsx)(_quizCommon.ModalBody, null, !subAccountBankSharingEnabled && this.renderRootAccountSharing(), !subAccountBankSharingEnabled && this.renderSearchSection(), this.state.shares.size >= 0 ? this.renderEntitiesSection() : _ref7), (0, _emotion.jsx)(_quizCommon.ModalFooter, null, this.renderFooter()));
657
657
  }
658
658
  }]);
659
659
  SharingModalPresenter.displayName = "SharingModalPresenter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.11.3-rc.10+1fc1f8670",
3
+ "version": "20.11.3-rc.11+9ba5b2201",
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.2.0",
47
- "@instructure/quiz-common": "20.11.3-rc.10+1fc1f8670",
48
- "@instructure/quiz-i18n": "20.11.3-rc.10+1fc1f8670",
49
- "@instructure/quiz-interactions": "20.11.3-rc.10+1fc1f8670",
50
- "@instructure/quiz-number-input": "20.11.3-rc.10+1fc1f8670",
51
- "@instructure/quiz-rce": "20.11.3-rc.10+1fc1f8670",
47
+ "@instructure/quiz-common": "20.11.3-rc.11+9ba5b2201",
48
+ "@instructure/quiz-i18n": "20.11.3-rc.11+9ba5b2201",
49
+ "@instructure/quiz-interactions": "20.11.3-rc.11+9ba5b2201",
50
+ "@instructure/quiz-number-input": "20.11.3-rc.11+9ba5b2201",
51
+ "@instructure/quiz-rce": "20.11.3-rc.11+9ba5b2201",
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.11.3-rc.10+1fc1f8670",
115
+ "instructure-validations": "20.11.3-rc.11+9ba5b2201",
116
116
  "ipaddr.js": "^1.5.4",
117
117
  "isomorphic-fetch": "^2.2.0",
118
118
  "isuuid": "^0.1.0",
@@ -163,7 +163,7 @@
163
163
  "intl": "^1.2.4",
164
164
  "jquery": "^2.2.3",
165
165
  "most-subject": "^5.3.0",
166
- "quiz-presets": "20.11.3-rc.10+1fc1f8670",
166
+ "quiz-presets": "20.11.3-rc.11+9ba5b2201",
167
167
  "react": "^16.8.6",
168
168
  "react-addons-test-utils": "^15.6.2",
169
169
  "react-dom": "^16.8.6",
@@ -179,5 +179,5 @@
179
179
  "publishConfig": {
180
180
  "access": "public"
181
181
  },
182
- "gitHead": "1fc1f8670453b53ee752c8b54c02039c0c37d5d6"
182
+ "gitHead": "9ba5b22017f1c5d4255fd022b1c3cfcdcbc137f7"
183
183
  }