@instructure/quiz-core 20.36.1-rc.41 → 20.36.1-rc.44

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.
@@ -446,7 +446,7 @@ export var BanksList = (_dec = withStyleOverrides(generateStyle, generateCompone
446
446
  }, jsx(Table.Row, null, this.renderTableSortHeader('name', t('Name')), this.renderTableSortHeader('updated_at', t('Updated')), jsx(Table.ColHeader, {
447
447
  id: "header-num-questions",
448
448
  width: "1"
449
- }, t('Questions')), this.renderTableSortHeader('last_used', t('Last Used')), this.renderTableSortHeader('created_at', t('Created')), !this.props.isCompact && jsx(Table.ColHeader, {
449
+ }, t('Questions')), this.renderTableSortHeader('last_used', t('Last Used')), this.renderTableSortHeader('created_at', t('Created')), jsx(Table.ColHeader, {
450
450
  id: "header-option-links",
451
451
  width: "1"
452
452
  }, jsx(ScreenReaderContent, null, t('Bank option links'))))), jsx(Table.Body, null, (this.props.banks.toArray() || []).map(function (bank) {
@@ -454,7 +454,7 @@ var BanksList = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, _th
454
454
  }, (0, _emotion.jsx)(_uiTable.Table.Row, null, this.renderTableSortHeader('name', (0, _formatMessage.default)('Name')), this.renderTableSortHeader('updated_at', (0, _formatMessage.default)('Updated')), (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
455
455
  id: "header-num-questions",
456
456
  width: "1"
457
- }, (0, _formatMessage.default)('Questions')), this.renderTableSortHeader('last_used', (0, _formatMessage.default)('Last Used')), this.renderTableSortHeader('created_at', (0, _formatMessage.default)('Created')), !this.props.isCompact && (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
457
+ }, (0, _formatMessage.default)('Questions')), this.renderTableSortHeader('last_used', (0, _formatMessage.default)('Last Used')), this.renderTableSortHeader('created_at', (0, _formatMessage.default)('Created')), (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
458
458
  id: "header-option-links",
459
459
  width: "1"
460
460
  }, (0, _emotion.jsx)(_uiA11yContent.ScreenReaderContent, null, (0, _formatMessage.default)('Bank option links'))))), (0, _emotion.jsx)(_uiTable.Table.Body, null, (this.props.banks.toArray() || []).map(function (bank) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.36.1-rc.41+d0be154bb",
3
+ "version": "20.36.1-rc.44+fbd6de834",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -46,11 +46,11 @@
46
46
  "@instructure/emotion": "^9.11.1",
47
47
  "@instructure/grading-utils": "^1.0.0",
48
48
  "@instructure/outcomes-ui": "^3.2.2",
49
- "@instructure/quiz-common": "^20.36.1-rc.41+d0be154bb",
50
- "@instructure/quiz-i18n": "^20.36.1-rc.41+d0be154bb",
51
- "@instructure/quiz-interactions": "^20.36.1-rc.41+d0be154bb",
52
- "@instructure/quiz-number-input": "^20.36.1-rc.41+d0be154bb",
53
- "@instructure/quiz-rce": "^20.36.1-rc.41+d0be154bb",
49
+ "@instructure/quiz-common": "20.36.1-rc.44+fbd6de834",
50
+ "@instructure/quiz-i18n": "20.36.1-rc.44+fbd6de834",
51
+ "@instructure/quiz-interactions": "20.36.1-rc.44+fbd6de834",
52
+ "@instructure/quiz-number-input": "20.36.1-rc.44+fbd6de834",
53
+ "@instructure/quiz-rce": "20.36.1-rc.44+fbd6de834",
54
54
  "@instructure/ui-a11y-content": "^9.11.1",
55
55
  "@instructure/ui-alerts": "^9.11.1",
56
56
  "@instructure/ui-avatar": "^9.11.1",
@@ -109,7 +109,7 @@
109
109
  "file-saver": "~2.0.5",
110
110
  "humps": "^2.0.0",
111
111
  "immutable": "^3.8.1",
112
- "instructure-validations": "^20.36.1-rc.41+d0be154bb",
112
+ "instructure-validations": "20.36.1-rc.44+fbd6de834",
113
113
  "ipaddr.js": "^1.5.4",
114
114
  "isomorphic-fetch": "^2.2.0",
115
115
  "isuuid": "^0.1.0",
@@ -140,7 +140,7 @@
140
140
  "uuid": "^3.2.1"
141
141
  },
142
142
  "devDependencies": {
143
- "@instructure/quiz-scripts": "^20.35.0",
143
+ "@instructure/quiz-scripts": "21.0.0",
144
144
  "@instructure/ui-axe-check": "^9.11.1",
145
145
  "@instructure/ui-babel-preset": "^7.22.1",
146
146
  "@instructure/ui-test-utils": "^7.22.1",
@@ -159,7 +159,7 @@
159
159
  "jquery": "^2.2.3",
160
160
  "karma-junit-reporter": "^2.0.1",
161
161
  "most-subject": "^5.3.0",
162
- "quiz-presets": "^20.36.1-rc.41+d0be154bb",
162
+ "quiz-presets": "20.36.1-rc.44+fbd6de834",
163
163
  "react": "^16.8.6",
164
164
  "react-addons-test-utils": "^15.6.2",
165
165
  "react-dom": "^16.8.6",
@@ -175,5 +175,5 @@
175
175
  "publishConfig": {
176
176
  "access": "public"
177
177
  },
178
- "gitHead": "d0be154bb09a4e8553baab4d9fe0e6e86cbb1985"
178
+ "gitHead": "fbd6de834e3f978c228391ca9f8c5f6fc7e99e8e"
179
179
  }