@pie-element/categorize 7.4.1-next.33 → 7.4.1-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.
@@ -12,10 +12,10 @@
12
12
  "@material-ui/core": "^3.9.2",
13
13
  "@material-ui/icons": "^3.0.1",
14
14
  "@pie-framework/pie-configure-events": "^1.3.0",
15
- "@pie-lib/categorize": "^0.6.25",
16
- "@pie-lib/config-ui": "^11.1.2",
17
- "@pie-lib/drag": "^2.0.3",
18
- "@pie-lib/editable-html": "^9.2.9",
15
+ "@pie-lib/categorize": "^0.6.26",
16
+ "@pie-lib/config-ui": "^11.1.3",
17
+ "@pie-lib/drag": "^2.0.4",
18
+ "@pie-lib/editable-html": "^9.3.0",
19
19
  "@pie-lib/render-ui": "^4.13.7",
20
20
  "classnames": "^2.2.5",
21
21
  "debug": "^3.1.0",
@@ -2,7 +2,7 @@
2
2
  "name": "@pie-element/categorize-controller",
3
3
  "private": true,
4
4
  "dependencies": {
5
- "@pie-lib/categorize": "^0.6.25",
5
+ "@pie-lib/categorize": "^0.6.26",
6
6
  "@pie-lib/controller-utils": "^0.2.27",
7
7
  "@pie-lib/feedback": "^0.4.28",
8
8
  "lodash": "^4.17.15"
@@ -232,4 +232,4 @@ Indicates the max dimension for images in row labels
232
232
 
233
233
  ### `categoryLabel` (number)
234
234
 
235
- Indicates the max dimension for images in category labels
235
+ Indicates the max dimension for images in category labels
@@ -347,4 +347,4 @@ This element must be one of the following enum values:
347
347
 
348
348
  ### `custom` (string, required)
349
349
 
350
- Indicates the feedback custom value
350
+ Indicates the feedback custom value
package/package.json CHANGED
@@ -4,16 +4,16 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "7.4.1-next.33+1dcebbfd6",
7
+ "version": "7.4.1-next.43+65493026f",
8
8
  "description": "",
9
9
  "author": "pie framework developers",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@material-ui/core": "^3.9.2",
13
13
  "@pie-framework/pie-player-events": "^0.1.0",
14
- "@pie-lib/categorize": "^0.6.25",
14
+ "@pie-lib/categorize": "^0.6.26",
15
15
  "@pie-lib/correct-answer-toggle": "^2.3.47",
16
- "@pie-lib/drag": "^2.0.3",
16
+ "@pie-lib/drag": "^2.0.4",
17
17
  "@pie-lib/math-rendering": "^2.5.1",
18
18
  "@pie-lib/render-ui": "^4.13.7",
19
19
  "classnames": "^2.2.5",
@@ -24,7 +24,7 @@
24
24
  "react-dnd": "^14.0.5",
25
25
  "react-dom": "^16.8.1"
26
26
  },
27
- "gitHead": "1dcebbfd6dd35d76e87027be758d7b596af353e1",
27
+ "gitHead": "65493026fbf356c5ab752ae6a14d961d4b256368",
28
28
  "scripts": {
29
29
  "postpublish": "../../scripts/postpublish"
30
30
  },