@pie-element/drag-in-the-blank 6.3.2-next.0 → 6.3.2-next.17

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.
@@ -8,7 +8,7 @@
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@material-ui/icons": "^3.0.1",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "2.4.0",
11
+ "@pie-lib/pie-toolbox": "2.4.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -8,7 +8,7 @@
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@pie-lib/pie-toolbox": "2.4.0",
11
+ "@pie-lib/pie-toolbox": "2.4.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "type-of": "^2.0.1"
@@ -150,6 +150,11 @@
150
150
  "type": "string",
151
151
  "title": "language"
152
152
  },
153
+ "fontSizeFactor": {
154
+ "description": "Indicates font size adjustment factor",
155
+ "type": "number",
156
+ "title": "fontSizeFactor"
157
+ },
153
158
  "id": {
154
159
  "description": "Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.",
155
160
  "type": "string",
@@ -113,6 +113,10 @@ Indicates if Rubric is enabled
113
113
  Indicates the language of the component
114
114
  Supported options: en, es, en_US, en-US, es_ES, es-ES, es_MX, es-MX
115
115
 
116
+ # `fontSizeFactor` (number)
117
+
118
+ Indicates font size adjustment factor
119
+
116
120
  # `id` (string, required)
117
121
 
118
122
  Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "6.3.2-next.0+c8a5ec494",
7
+ "version": "6.3.2-next.17+0e7dad48f",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "postpublish": "../../scripts/postpublish"
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@material-ui/core": "^3.9.2",
14
14
  "@pie-framework/pie-player-events": "^0.1.0",
15
- "@pie-lib/pie-toolbox": "2.4.0",
15
+ "@pie-lib/pie-toolbox": "2.4.1",
16
16
  "classnames": "^2.2.5",
17
17
  "lodash": "^4.17.10",
18
18
  "prop-types": "^15.6.1",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "",
23
23
  "license": "ISC",
24
- "gitHead": "c8a5ec494017a289b458cc2203760273767ef328",
24
+ "gitHead": "0e7dad48f541e7c5c10212e58c6ae846c60be93c",
25
25
  "main": "lib/index.js",
26
26
  "module": "src/index.js"
27
27
  }