@pie-element/complex-rubric 2.2.11-next.3 → 2.2.11-next.4
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/controller/package.json +1 -1
- package/module/configure.js +3 -0
- package/module/element.js +3 -0
- package/module/print.js +3 -0
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -134034,6 +134034,9 @@ const require$$11$u = _dll_prop_types;
|
|
|
134034
134034
|
'&:not(.MathJax) > table td, &:not(.MathJax) > table th': {
|
|
134035
134035
|
padding: '.6em 1em',
|
|
134036
134036
|
textAlign: 'center'
|
|
134037
|
+
},
|
|
134038
|
+
'&:not(.MathJax) > table td > p.kds-indent': {
|
|
134039
|
+
textAlign: 'initial'
|
|
134037
134040
|
}
|
|
134038
134041
|
}
|
|
134039
134042
|
};
|
package/module/element.js
CHANGED
|
@@ -127365,6 +127365,9 @@ const require$$11$u = _dll_prop_types;
|
|
|
127365
127365
|
'&:not(.MathJax) > table td, &:not(.MathJax) > table th': {
|
|
127366
127366
|
padding: '.6em 1em',
|
|
127367
127367
|
textAlign: 'center'
|
|
127368
|
+
},
|
|
127369
|
+
'&:not(.MathJax) > table td > p.kds-indent': {
|
|
127370
|
+
textAlign: 'initial'
|
|
127368
127371
|
}
|
|
127369
127372
|
}
|
|
127370
127373
|
};
|
package/module/print.js
CHANGED
|
@@ -127365,6 +127365,9 @@ const require$$11$u = _dll_prop_types;
|
|
|
127365
127365
|
'&:not(.MathJax) > table td, &:not(.MathJax) > table th': {
|
|
127366
127366
|
padding: '.6em 1em',
|
|
127367
127367
|
textAlign: 'center'
|
|
127368
|
+
},
|
|
127369
|
+
'&:not(.MathJax) > table td > p.kds-indent': {
|
|
127370
|
+
textAlign: 'initial'
|
|
127368
127371
|
}
|
|
127369
127372
|
}
|
|
127370
127373
|
};
|
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": "2.2.11-next.
|
|
4
|
+
"version": "2.2.11-next.4+053ad6906",
|
|
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": "^3.2.6-next.
|
|
11
|
-
"@pie-element/rubric": "^3.1.9-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.2.6-next.4+053ad6906",
|
|
11
|
+
"@pie-element/rubric": "^3.1.9-next.35+053ad6906",
|
|
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": "
|
|
18
|
+
"gitHead": "053ad690619980bce68b1b44e51975fcf91054ec",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|