@instructure/quiz-core 17.65.1-rc.0 → 17.65.1-rc.1

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.
@@ -10,15 +10,15 @@ import { Table } from '@instructure/ui-table';
10
10
  import { themeable } from '@instructure/ui-themeable';
11
11
  import theme from "../theme.js";
12
12
  var styles = {
13
- componentId: 'fvXKN',
13
+ componentId: 'bmrdF',
14
14
  template: function template(theme) {
15
- return "\n\n.fvXKN_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.fvXKN_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.fvXKN_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.fvXKN_EKAb svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}\n\n.fvXKN_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.fvXKN_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
15
+ return "\n\n.bmrdF_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.bmrdF_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.bmrdF_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.bmrdF_EKAb svg{fill:#fff}\n\n.bmrdF_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.bmrdF_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
16
16
  },
17
- 'tableWrapper': 'fvXKN_rMrG',
18
- 'iconWrapper': 'fvXKN_cvRx',
19
- 'iconCorrect': 'fvXKN_EKAb',
20
- 'correctRowBorder': 'fvXKN_tnta',
21
- 'correctRowBorderRadius': 'fvXKN_fvqY'
17
+ 'tableWrapper': 'bmrdF_rMrG',
18
+ 'iconWrapper': 'bmrdF_cvRx',
19
+ 'iconCorrect': 'bmrdF_EKAb',
20
+ 'correctRowBorder': 'bmrdF_tnta',
21
+ 'correctRowBorderRadius': 'bmrdF_fvqY'
22
22
  };
23
23
  import PropTypes from 'prop-types';
24
24
  import { IconXSolid, IconCheckSolid } from '@instructure/ui-icons';
@@ -9,15 +9,15 @@ import { Heading } from '@instructure/ui-heading';
9
9
  import { themeable } from '@instructure/ui-themeable';
10
10
  import theme from "./theme.js";
11
11
  var styles = {
12
- componentId: 'fvXKN',
12
+ componentId: 'bmrdF',
13
13
  template: function template(theme) {
14
- return "\n\n.fvXKN_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.fvXKN_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.fvXKN_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.fvXKN_EKAb svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}\n\n.fvXKN_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.fvXKN_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
14
+ return "\n\n.bmrdF_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.bmrdF_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.bmrdF_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.bmrdF_EKAb svg{fill:#fff}\n\n.bmrdF_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.bmrdF_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
15
15
  },
16
- 'tableWrapper': 'fvXKN_rMrG',
17
- 'iconWrapper': 'fvXKN_cvRx',
18
- 'iconCorrect': 'fvXKN_EKAb',
19
- 'correctRowBorder': 'fvXKN_tnta',
20
- 'correctRowBorderRadius': 'fvXKN_fvqY'
16
+ 'tableWrapper': 'bmrdF_rMrG',
17
+ 'iconWrapper': 'bmrdF_cvRx',
18
+ 'iconCorrect': 'bmrdF_EKAb',
19
+ 'correctRowBorder': 'bmrdF_tnta',
20
+ 'correctRowBorderRadius': 'bmrdF_fvqY'
21
21
  };
22
22
  import { ChoiceInfo } from "./ChoiceInfo/presenter.js";
23
23
  import t from '@instructure/quiz-i18n/es/format-message';
@@ -36,15 +36,15 @@ var _quizInteractions = require("@instructure/quiz-interactions");
36
36
  var _dec, _class, _class2, _temp;
37
37
 
38
38
  var styles = {
39
- componentId: 'fvXKN',
39
+ componentId: 'bmrdF',
40
40
  template: function template(theme) {
41
- return "\n\n.fvXKN_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.fvXKN_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.fvXKN_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.fvXKN_EKAb svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}\n\n.fvXKN_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.fvXKN_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
41
+ return "\n\n.bmrdF_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.bmrdF_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.bmrdF_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.bmrdF_EKAb svg{fill:#fff}\n\n.bmrdF_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.bmrdF_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
42
42
  },
43
- 'tableWrapper': 'fvXKN_rMrG',
44
- 'iconWrapper': 'fvXKN_cvRx',
45
- 'iconCorrect': 'fvXKN_EKAb',
46
- 'correctRowBorder': 'fvXKN_tnta',
47
- 'correctRowBorderRadius': 'fvXKN_fvqY'
43
+ 'tableWrapper': 'bmrdF_rMrG',
44
+ 'iconWrapper': 'bmrdF_cvRx',
45
+ 'iconCorrect': 'bmrdF_EKAb',
46
+ 'correctRowBorder': 'bmrdF_tnta',
47
+ 'correctRowBorderRadius': 'bmrdF_fvqY'
48
48
  };
49
49
 
50
50
  var _ref = /*#__PURE__*/_react.default.createElement(_uiIcons.IconCheckSolid, null);
@@ -34,15 +34,15 @@ var _quizInteractions = require("@instructure/quiz-interactions");
34
34
  var _dec, _class, _class2, _temp;
35
35
 
36
36
  var styles = {
37
- componentId: 'fvXKN',
37
+ componentId: 'bmrdF',
38
38
  template: function template(theme) {
39
- return "\n\n.fvXKN_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.fvXKN_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.fvXKN_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.fvXKN_EKAb svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}\n\n.fvXKN_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.fvXKN_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
39
+ return "\n\n.bmrdF_rMrG{display:flex;flex-basis:100%;flex-direction:column;padding-bottom:".concat(theme.tableBottomPadding || 'inherit', "}\n\n.bmrdF_cvRx{align-items:center;display:flex;height:48px;justify-content:center;width:46px}\n\n.bmrdF_EKAb{background-color:").concat(theme.colorGreen || 'inherit', ";border-radius:4px 0 0 4px}\n\n.bmrdF_EKAb svg{fill:#fff}\n\n.bmrdF_tnta{border-color:").concat(theme.colorGreen || 'inherit', ";border-style:solid;border-width:2px 0;padding:").concat(theme.cellPadding || 'inherit', "}\n\n.bmrdF_fvqY{border-radius:0 4px 4px 0;border-width:2px 2px 2px 0}");
40
40
  },
41
- 'tableWrapper': 'fvXKN_rMrG',
42
- 'iconWrapper': 'fvXKN_cvRx',
43
- 'iconCorrect': 'fvXKN_EKAb',
44
- 'correctRowBorder': 'fvXKN_tnta',
45
- 'correctRowBorderRadius': 'fvXKN_fvqY'
41
+ 'tableWrapper': 'bmrdF_rMrG',
42
+ 'iconWrapper': 'bmrdF_cvRx',
43
+ 'iconCorrect': 'bmrdF_EKAb',
44
+ 'correctRowBorder': 'bmrdF_tnta',
45
+ 'correctRowBorderRadius': 'bmrdF_fvqY'
46
46
  };
47
47
  var AnswerSummaryTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
48
48
  (0, _inherits2.default)(AnswerSummaryTable, _Component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.65.1-rc.0+9fdcd8ca5",
3
+ "version": "17.65.1-rc.1+cb818dcea",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -42,11 +42,11 @@
42
42
  "dependencies": {
43
43
  "@instructure/grading-utils": "^1.0.0",
44
44
  "@instructure/outcomes-ui": "^2.1.9",
45
- "@instructure/quiz-common": "17.65.1-rc.0+9fdcd8ca5",
46
- "@instructure/quiz-i18n": "17.65.1-rc.0+9fdcd8ca5",
47
- "@instructure/quiz-interactions": "17.65.1-rc.0+9fdcd8ca5",
48
- "@instructure/quiz-number-input": "17.65.1-rc.0+9fdcd8ca5",
49
- "@instructure/quiz-rce": "17.65.1-rc.0+9fdcd8ca5",
45
+ "@instructure/quiz-common": "17.65.1-rc.1+cb818dcea",
46
+ "@instructure/quiz-i18n": "17.65.1-rc.1+cb818dcea",
47
+ "@instructure/quiz-interactions": "17.65.1-rc.1+cb818dcea",
48
+ "@instructure/quiz-number-input": "17.65.1-rc.1+cb818dcea",
49
+ "@instructure/quiz-rce": "17.65.1-rc.1+cb818dcea",
50
50
  "@instructure/ui-a11y-content": "^7.20.0",
51
51
  "@instructure/ui-alerts": "^7.20.0",
52
52
  "@instructure/ui-avatar": "^7.20.0",
@@ -107,7 +107,7 @@
107
107
  "eventemitter3": "^3.1.0",
108
108
  "humps": "^2.0.0",
109
109
  "immutable": "^3.8.1",
110
- "instructure-validations": "17.65.1-rc.0+9fdcd8ca5",
110
+ "instructure-validations": "17.65.1-rc.1+cb818dcea",
111
111
  "ipaddr.js": "^1.5.4",
112
112
  "isomorphic-fetch": "^2.2.0",
113
113
  "isuuid": "^0.1.0",
@@ -158,7 +158,7 @@
158
158
  "intl": "^1.2.4",
159
159
  "jquery": "^2.2.3",
160
160
  "most-subject": "^5.3.0",
161
- "quiz-presets": "17.65.1-rc.0+9fdcd8ca5",
161
+ "quiz-presets": "17.65.1-rc.1+cb818dcea",
162
162
  "react": "^16.8.6",
163
163
  "react-addons-test-utils": "^15.6.2",
164
164
  "react-dom": "^16.8.6",
@@ -174,5 +174,5 @@
174
174
  "publishConfig": {
175
175
  "access": "public"
176
176
  },
177
- "gitHead": "9fdcd8ca542daa4d98a2e840d370e50fb7eb9e3a"
177
+ "gitHead": "cb818dceabb4d5ef0ed7ceece684d946b810ff18"
178
178
  }