@pie-lib/graphing-module 1.14.6 → 1.14.8

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/module/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.9.10/module/index.js";
2
- import {_dll_pie_lib__editable_html} from "../../editable-html-module@^4.0.5/module/index.js";
3
- import {_dll_pie_lib__drag} from "../../drag-module@^2.2.19/module/index.js";
4
- import {_dll_pie_lib__config_ui} from "../../config-module@^2.12.6/module/index.js";
1
+ import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.9.12/module/index.js";
2
+ import {_dll_pie_lib__editable_html} from "../../editable-html-module@^4.0.7/module/index.js";
3
+ import {_dll_pie_lib__drag} from "../../drag-module@^2.2.21/module/index.js";
4
+ import {_dll_pie_lib__config_ui} from "../../config-module@^2.12.8/module/index.js";
5
5
  const PropTypes$E = _dll_prop_types;
6
6
  const BaseDomainRangeType = {
7
7
  min: PropTypes$E.number.isRequired,
@@ -17731,6 +17731,11 @@ var en = {
17731
17731
  },
17732
17732
  mathInline: {
17733
17733
  primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
17734
+ },
17735
+ selectText: {
17736
+ correctAnswerSelected: 'Correct answer selected',
17737
+ correctAnswerNotSelected: 'Correct answer not selected',
17738
+ incorrectSelection: 'Incorrect selection'
17734
17739
  }
17735
17740
  },
17736
17741
  common: {
@@ -17797,6 +17802,11 @@ var es = {
17797
17802
  },
17798
17803
  mathInline: {
17799
17804
  primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
17805
+ },
17806
+ selectText: {
17807
+ correctAnswerSelected: 'Respuesta correcta seleccionada',
17808
+ correctAnswerNotSelected: 'Respuesta correcta no seleccionada',
17809
+ incorrectSelection: 'Selección incorrecta'
17800
17810
  }
17801
17811
  },
17802
17812
  common: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.14.6",
3
+ "version": "1.14.8",
4
4
  "mappings": {
5
5
  "@pie-lib/plot": "_dll_pie_lib__plot",
6
6
  "@pie-lib/graphing": "_dll_pie_lib__graphing",
@@ -13,7 +13,7 @@
13
13
  "version": "2.7.2"
14
14
  },
15
15
  "@pie-lib/graphing": {
16
- "version": "2.14.9"
16
+ "version": "2.14.11"
17
17
  },
18
18
  "d3-scale": {
19
19
  "version": "2.2.2"
@@ -22,24 +22,24 @@
22
22
  "version": "1.4.2"
23
23
  }
24
24
  },
25
- "hash": "1b0acff773112d54364c0ec35e741501166a0bc1"
25
+ "hash": "a578e1c0334fd0ad5d8a051708175bf21cd69b50"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.9.10"
30
+ "version": "^1.9.12"
31
31
  },
32
32
  {
33
33
  "name": "@pie-lib/editable-html-module",
34
- "version": "^4.0.5"
34
+ "version": "^4.0.7"
35
35
  },
36
36
  {
37
37
  "name": "@pie-lib/drag-module",
38
- "version": "^2.2.19"
38
+ "version": "^2.2.21"
39
39
  },
40
40
  {
41
41
  "name": "@pie-lib/config-module",
42
- "version": "^2.12.6"
42
+ "version": "^2.12.8"
43
43
  }
44
44
  ],
45
45
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.14.6",
3
+ "version": "1.14.8",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {