@pie-element/complex-rubric 3.6.6-next.25 → 3.6.6-next.29
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/configure.js +3 -0
- package/package.json +4 -4
package/module/configure.js
CHANGED
|
@@ -134463,6 +134463,9 @@ var defaults$1 = {};
|
|
|
134463
134463
|
},
|
|
134464
134464
|
showParagraphs: {
|
|
134465
134465
|
disabled: false
|
|
134466
|
+
},
|
|
134467
|
+
separateParagraphs: {
|
|
134468
|
+
disabled: true
|
|
134466
134469
|
}
|
|
134467
134470
|
},
|
|
134468
134471
|
expandedInput: {
|
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.6-next.
|
|
4
|
+
"version": "3.6.6-next.29+2a86f0aab",
|
|
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.6-next.
|
|
11
|
-
"@pie-element/rubric": "^4.7.1-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.6-next.29+2a86f0aab",
|
|
11
|
+
"@pie-element/rubric": "^4.7.1-next.29+2a86f0aab",
|
|
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": "2a86f0aab5e1914a03241a61fce4b9856879014a",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|