@instructure/quiz-core 20.36.1 → 20.36.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.
@@ -22,8 +22,8 @@ var CalculatorButton = function CalculatorButton(_ref) {
22
22
  variant: "icon",
23
23
  renderIcon: _ref2,
24
24
  disabled: !enabled,
25
- tooltip: t('This calculator has accessibility limitations.')
26
- }, t('Calculator'), /*#__PURE__*/React.createElement(ScreenReaderContent, null, t('Use the arrow keys to move the calculator after selecting "Move". Screen readers may not announce the launch clearly.')));
25
+ tooltip: t('Calculator')
26
+ }, t('Calculator'));
27
27
  }
28
28
  return /*#__PURE__*/React.createElement(Button, {
29
29
  renderIcon: IconCalculatorLine,
@@ -30,8 +30,8 @@ var CalculatorButton = function CalculatorButton(_ref) {
30
30
  variant: "icon",
31
31
  renderIcon: _ref2,
32
32
  disabled: !enabled,
33
- tooltip: (0, _formatMessage.default)('This calculator has accessibility limitations.')
34
- }, (0, _formatMessage.default)('Calculator'), /*#__PURE__*/_react.default.createElement(_uiA11yContent.ScreenReaderContent, null, (0, _formatMessage.default)('Use the arrow keys to move the calculator after selecting "Move". Screen readers may not announce the launch clearly.')));
33
+ tooltip: (0, _formatMessage.default)('Calculator')
34
+ }, (0, _formatMessage.default)('Calculator'));
35
35
  }
36
36
  return /*#__PURE__*/_react.default.createElement(_uiButtons.Button, {
37
37
  renderIcon: _uiIcons.IconCalculatorLine,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.36.1",
3
+ "version": "20.36.2",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -25,11 +25,11 @@
25
25
  "@instructure/emotion": "^8.56.3",
26
26
  "@instructure/grading-utils": "^1.0.0",
27
27
  "@instructure/outcomes-ui": "^3.2.2",
28
- "@instructure/quiz-common": "^20.36.1",
29
- "@instructure/quiz-i18n": "^20.36.1",
30
- "@instructure/quiz-interactions": "^20.36.1",
31
- "@instructure/quiz-number-input": "^20.36.1",
32
- "@instructure/quiz-rce": "^20.36.1",
28
+ "@instructure/quiz-common": "^20.36.2",
29
+ "@instructure/quiz-i18n": "^20.36.2",
30
+ "@instructure/quiz-interactions": "^20.36.2",
31
+ "@instructure/quiz-number-input": "^20.36.2",
32
+ "@instructure/quiz-rce": "^20.36.2",
33
33
  "@instructure/ui-a11y-content": "^8.56.3",
34
34
  "@instructure/ui-alerts": "^8.56.3",
35
35
  "@instructure/ui-avatar": "^8.56.3",
@@ -93,7 +93,7 @@
93
93
  "file-saver": "~2.0.5",
94
94
  "humps": "^2.0.0",
95
95
  "immutable": "^3.8.1",
96
- "instructure-validations": "^20.36.1",
96
+ "instructure-validations": "^20.36.2",
97
97
  "ipaddr.js": "^1.5.4",
98
98
  "isomorphic-fetch": "^2.2.0",
99
99
  "isuuid": "^0.1.0",
@@ -142,7 +142,7 @@
142
142
  "jquery": "^2.2.3",
143
143
  "karma-junit-reporter": "^2.0.1",
144
144
  "most-subject": "^5.3.0",
145
- "quiz-presets": "^20.36.1",
145
+ "quiz-presets": "^20.36.2",
146
146
  "react": "^16.8.6",
147
147
  "react-addons-test-utils": "^15.6.2",
148
148
  "react-dom": "^16.8.6",