@instructure/quiz-core 17.49.1-rc.10 → 17.49.1-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.
@@ -111,7 +111,7 @@ ConfirmationModal.propTypes = {
111
111
  title: PropTypes.string,
112
112
  text: PropTypes.string,
113
113
  cancelText: PropTypes.string,
114
- continueText: PropTypes.string,
114
+ continueText: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
115
115
  continueVariant: PropTypes.string,
116
116
  size: PropTypes.string,
117
117
  shouldReturnFocus: PropTypes.bool,
@@ -134,7 +134,7 @@ ConfirmationModal.propTypes = {
134
134
  title: _propTypes.default.string,
135
135
  text: _propTypes.default.string,
136
136
  cancelText: _propTypes.default.string,
137
- continueText: _propTypes.default.string,
137
+ continueText: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.node]),
138
138
  continueVariant: _propTypes.default.string,
139
139
  size: _propTypes.default.string,
140
140
  shouldReturnFocus: _propTypes.default.bool,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.49.1-rc.10+5175224bd",
3
+ "version": "17.49.1-rc.11+9bd3bc800",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@instructure/outcomes-ui": "^2.1.2",
44
- "@instructure/quiz-common": "17.49.1-rc.10+5175224bd",
45
- "@instructure/quiz-i18n": "17.49.1-rc.10+5175224bd",
46
- "@instructure/quiz-interactions": "17.49.1-rc.10+5175224bd",
47
- "@instructure/quiz-number-input": "17.49.1-rc.10+5175224bd",
48
- "@instructure/quiz-rce": "17.49.1-rc.10+5175224bd",
44
+ "@instructure/quiz-common": "17.49.1-rc.11+9bd3bc800",
45
+ "@instructure/quiz-i18n": "17.49.1-rc.11+9bd3bc800",
46
+ "@instructure/quiz-interactions": "17.49.1-rc.11+9bd3bc800",
47
+ "@instructure/quiz-number-input": "17.49.1-rc.11+9bd3bc800",
48
+ "@instructure/quiz-rce": "17.49.1-rc.11+9bd3bc800",
49
49
  "@instructure/ui-a11y-content": "^7.20.0",
50
50
  "@instructure/ui-alerts": "^7.20.0",
51
51
  "@instructure/ui-avatar": "^7.20.0",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^3.1.0",
107
107
  "humps": "^2.0.0",
108
108
  "immutable": "^3.8.1",
109
- "instructure-validations": "17.49.1-rc.10+5175224bd",
109
+ "instructure-validations": "17.49.1-rc.11+9bd3bc800",
110
110
  "ipaddr.js": "^1.5.4",
111
111
  "isomorphic-fetch": "^2.2.0",
112
112
  "isuuid": "^0.1.0",
@@ -156,7 +156,7 @@
156
156
  "intl": "^1.2.4",
157
157
  "jquery": "^2.2.3",
158
158
  "most-subject": "^5.3.0",
159
- "quiz-presets": "17.49.1-rc.10+5175224bd",
159
+ "quiz-presets": "17.49.1-rc.11+9bd3bc800",
160
160
  "react": "^16.8.6",
161
161
  "react-addons-test-utils": "^15.6.2",
162
162
  "react-dom": "^16.8.6",
@@ -172,5 +172,5 @@
172
172
  "publishConfig": {
173
173
  "access": "public"
174
174
  },
175
- "gitHead": "5175224bda8b6eba33d9d2e41a8d01f8723a0bd0"
175
+ "gitHead": "9bd3bc8000129449c35fb05480a8955447f4a481"
176
176
  }