@pie-element/complex-rubric 3.6.10-next.16 → 3.6.10-next.20

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.
package/module/element.js CHANGED
@@ -7898,6 +7898,13 @@ const styles$1E = theme => ({
7898
7898
  root: {
7899
7899
  color: color$4.text(),
7900
7900
  backgroundColor: color$4.background(),
7901
+ '&:not(.MathJax) table': {
7902
+ borderCollapse: 'collapse'
7903
+ },
7904
+ '&:not(.MathJax) table td, &:not(.MathJax) table th': {
7905
+ padding: '8px 12px',
7906
+ textAlign: 'left'
7907
+ },
7901
7908
  '& ul p, & ol p': {
7902
7909
  marginBottom: 0,
7903
7910
  marginTop: 0,
package/module/print.js CHANGED
@@ -7898,6 +7898,13 @@ const styles$1E = theme => ({
7898
7898
  root: {
7899
7899
  color: color$4.text(),
7900
7900
  backgroundColor: color$4.background(),
7901
+ '&:not(.MathJax) table': {
7902
+ borderCollapse: 'collapse'
7903
+ },
7904
+ '&:not(.MathJax) table td, &:not(.MathJax) table th': {
7905
+ padding: '8px 12px',
7906
+ textAlign: 'left'
7907
+ },
7901
7908
  '& ul p, & ol p': {
7902
7909
  marginBottom: 0,
7903
7910
  marginTop: 0,
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "3.6.10-next.16+d785eb86c",
4
+ "version": "3.6.10-next.20+04f51a260",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^4.5.10-next.16+d785eb86c",
11
- "@pie-element/rubric": "^4.8.2-next.16+d785eb86c",
10
+ "@pie-element/multi-trait-rubric": "^4.5.10-next.20+04f51a260",
11
+ "@pie-element/rubric": "^4.8.2-next.20+04f51a260",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "d785eb86c468705626ff5f2da24edf3dc94adbf6",
18
+ "gitHead": "04f51a260930d47ef8c8df0cf2261e7338d9614f",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },