@pie-lib/graphing-module 1.11.24 → 1.11.25
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 +10 -5
- package/module/manifest.json +5 -5
- package/package.json +1 -1
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.6.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.
|
|
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.6.23/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.7.0/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.26/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.10/module/index.js";
|
|
5
5
|
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
7
|
min: PropTypes$E.number.isRequired,
|
|
@@ -11579,6 +11579,10 @@ const incorrect = (key = 'fill') => ({
|
|
|
11579
11579
|
[key]: color$d.incorrect(),
|
|
11580
11580
|
pointerEvents: 'none'
|
|
11581
11581
|
});
|
|
11582
|
+
const missing = (key = 'fill') => ({
|
|
11583
|
+
[key]: color$d.missing(),
|
|
11584
|
+
pointerEvents: 'none'
|
|
11585
|
+
});
|
|
11582
11586
|
const React$o = _dll_react;
|
|
11583
11587
|
const PropTypes$o = _dll_prop_types;
|
|
11584
11588
|
const {color: color$c} = _dll_pie_lib__render_ui;
|
|
@@ -12617,7 +12621,8 @@ const styles$5 = () => ({
|
|
|
12617
12621
|
},
|
|
12618
12622
|
disabled: applyStyle(disabled),
|
|
12619
12623
|
correct: applyStyle(correct),
|
|
12620
|
-
incorrect: applyStyle(incorrect)
|
|
12624
|
+
incorrect: applyStyle(incorrect),
|
|
12625
|
+
missing: applyStyle(missing)
|
|
12621
12626
|
});
|
|
12622
12627
|
const BgCircle = withStyles$d(styles$5)(RawCircle);
|
|
12623
12628
|
var BgCircle$1 = gridDraggable({
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.25",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.6.
|
|
30
|
+
"version": "^1.6.23"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^3.
|
|
34
|
+
"version": "^3.7.0"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.1.
|
|
38
|
+
"version": "^2.1.26"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.8.
|
|
42
|
+
"version": "^2.8.10"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|