@pie-element/drag-in-the-blank 6.3.2-next.0 → 6.3.2-next.16
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/docs/pie-schema.json +5 -0
- package/docs/pie-schema.json.md +4 -0
- package/package.json +2 -2
package/docs/pie-schema.json
CHANGED
|
@@ -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",
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -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.
|
|
7
|
+
"version": "6.3.2-next.16+2c1ded970",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "2c1ded9706b7206176b8fc106dd4d2bed5756eb7",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js"
|
|
27
27
|
}
|