@instructure/quiz-core 20.6.1-rc.10 → 20.6.1-rc.12

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.
@@ -80,7 +80,10 @@ export var NavBar = /*#__PURE__*/function (_Component) {
80
80
  return /*#__PURE__*/React.createElement(TopNavBar.Item, {
81
81
  id: menuItem.path,
82
82
  key: menuItem.path,
83
- onClick: _this2.props.handleMenuItemChange
83
+ onClick: function onClick() {
84
+ return _this2.props.handleMenuItemChange(menuItem.path);
85
+ } // eslint-disable-line react/jsx-no-bind
86
+
84
87
  }, menuItem.text);
85
88
  })),
86
89
  renderActionItems: /*#__PURE__*/React.createElement(TopNavBar.ActionItems, {
@@ -100,7 +100,10 @@ var NavBar = /*#__PURE__*/function (_Component) {
100
100
  return /*#__PURE__*/_react.default.createElement(_uiTopNavBar.TopNavBar.Item, {
101
101
  id: menuItem.path,
102
102
  key: menuItem.path,
103
- onClick: _this2.props.handleMenuItemChange
103
+ onClick: function onClick() {
104
+ return _this2.props.handleMenuItemChange(menuItem.path);
105
+ } // eslint-disable-line react/jsx-no-bind
106
+
104
107
  }, menuItem.text);
105
108
  })),
106
109
  renderActionItems: /*#__PURE__*/_react.default.createElement(_uiTopNavBar.TopNavBar.ActionItems, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.6.1-rc.10+b23eb2929",
3
+ "version": "20.6.1-rc.12+bf406cc5a",
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.1.0",
47
- "@instructure/quiz-common": "20.6.1-rc.10+b23eb2929",
48
- "@instructure/quiz-i18n": "20.6.1-rc.10+b23eb2929",
49
- "@instructure/quiz-interactions": "20.6.1-rc.10+b23eb2929",
50
- "@instructure/quiz-number-input": "20.6.1-rc.10+b23eb2929",
51
- "@instructure/quiz-rce": "20.6.1-rc.10+b23eb2929",
47
+ "@instructure/quiz-common": "20.6.1-rc.12+bf406cc5a",
48
+ "@instructure/quiz-i18n": "20.6.1-rc.12+bf406cc5a",
49
+ "@instructure/quiz-interactions": "20.6.1-rc.12+bf406cc5a",
50
+ "@instructure/quiz-number-input": "20.6.1-rc.12+bf406cc5a",
51
+ "@instructure/quiz-rce": "20.6.1-rc.12+bf406cc5a",
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.6.1-rc.10+b23eb2929",
115
+ "instructure-validations": "20.6.1-rc.12+bf406cc5a",
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.6.1-rc.10+b23eb2929",
166
+ "quiz-presets": "20.6.1-rc.12+bf406cc5a",
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": "b23eb2929aff32d62687193f855298c9e81b6fee"
182
+ "gitHead": "bf406cc5ab0d96f9845fe916c50b7d189514e2f3"
183
183
  }