@pie-element/complex-rubric 1.2.6-next.33 → 1.2.6-next.43

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.
@@ -11,11 +11,11 @@
11
11
  "@pie-element/multi-trait-rubric": "^2.2.2",
12
12
  "@pie-element/rubric": "^2.1.4",
13
13
  "@pie-framework/pie-configure-events": "^1.3.0",
14
- "@pie-lib/config-ui": "^11.1.2",
15
- "@pie-lib/editable-html": "^9.2.9",
14
+ "@pie-lib/config-ui": "^11.1.3",
15
+ "@pie-lib/editable-html": "^9.3.0",
16
16
  "@pie-lib/render-ui": "^4.13.7",
17
- "@pie-lib/rubric": "^0.6.7",
18
- "@pie-lib/scoring-config": "^3.5.193",
17
+ "@pie-lib/rubric": "^0.6.8",
18
+ "@pie-lib/scoring-config": "^3.5.194",
19
19
  "debug": "^4.1.1",
20
20
  "lodash": "^4.17.15",
21
21
  "prop-types": "^15.6.2",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@pie-lib/controller-utils": "^0.2.27",
11
- "@pie-lib/rubric": "^0.6.7",
11
+ "@pie-lib/rubric": "^0.6.8",
12
12
  "lodash": "^4.17.15"
13
13
  },
14
14
  "author": "",
@@ -312,4 +312,4 @@ Indicates if the item has to be displayed in the Settings Panel
312
312
 
313
313
  ### `label` (string)
314
314
 
315
- Indicates the label for the item that has to be displayed in the Settings Panel
315
+ Indicates the label for the item that has to be displayed in the Settings Panel
@@ -657,4 +657,4 @@ Trait description
657
657
 
658
658
  Score point descriptors. Starting from 0 to max.
659
659
 
660
- The object is an array with all elements of the type `string`.
660
+ The object is an array with all elements of the type `string`.
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "1.2.6-next.33+1dcebbfd6",
4
+ "version": "1.2.6-next.43+65493026f",
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": "^2.2.3-next.33+1dcebbfd6",
11
- "@pie-element/rubric": "^2.1.5-next.33+1dcebbfd6",
10
+ "@pie-element/multi-trait-rubric": "^2.2.3-next.43+65493026f",
11
+ "@pie-element/rubric": "^2.1.5-next.43+65493026f",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
- "@pie-lib/rubric": "^0.6.7",
13
+ "@pie-lib/rubric": "^0.6.8",
14
14
  "classnames": "^2.2.5",
15
15
  "debug": "^4.1.1",
16
16
  "lodash": "^4.17.11",
17
17
  "prop-types": "^15.7.2"
18
18
  },
19
- "gitHead": "1dcebbfd6dd35d76e87027be758d7b596af353e1",
19
+ "gitHead": "65493026fbf356c5ab752ae6a14d961d4b256368",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },