@pie-element/drag-in-the-blank 6.3.2-next.16 → 6.3.2-next.2
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 +0 -5
- package/docs/pie-schema.json.md +0 -4
- package/package.json +2 -2
package/docs/pie-schema.json
CHANGED
|
@@ -150,11 +150,6 @@
|
|
|
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
|
-
},
|
|
158
153
|
"id": {
|
|
159
154
|
"description": "Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.",
|
|
160
155
|
"type": "string",
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -113,10 +113,6 @@ 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
|
-
|
|
120
116
|
# `id` (string, required)
|
|
121
117
|
|
|
122
118
|
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.2+68b02f6e2",
|
|
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": "68b02f6e2132815db9b8c2852819dd6c58eec905",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js"
|
|
27
27
|
}
|