@pie-lib/graphing-module 1.0.32 → 1.1.1
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 +6 -6
- package/module/manifest.json +4 -4
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.
|
|
1
|
+
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.14/module/index.js";
|
|
2
2
|
const PropTypes$C = _dll_prop_types;
|
|
3
3
|
const BaseDomainRangeType = {
|
|
4
4
|
min: PropTypes$C.number.isRequired,
|
|
@@ -14438,9 +14438,9 @@ const styles$1 = theme => ({
|
|
|
14438
14438
|
button: {
|
|
14439
14439
|
color: color$1.text(),
|
|
14440
14440
|
backgroundColor: color$1.background(),
|
|
14441
|
+
marginBottom: theme.spacing.unit / 2,
|
|
14441
14442
|
'&:not(:last-of-type)': {
|
|
14442
|
-
marginRight: theme.spacing.unit / 2
|
|
14443
|
-
marginBottom: theme.spacing.unit / 2
|
|
14443
|
+
marginRight: theme.spacing.unit / 2
|
|
14444
14444
|
},
|
|
14445
14445
|
'&:hover': {
|
|
14446
14446
|
backgroundColor: color$1.primary()
|
|
@@ -14647,7 +14647,7 @@ class Root extends React.Component {
|
|
|
14647
14647
|
__self: this,
|
|
14648
14648
|
__source: {
|
|
14649
14649
|
fileName: _jsxFileName,
|
|
14650
|
-
lineNumber:
|
|
14650
|
+
lineNumber: 59
|
|
14651
14651
|
}
|
|
14652
14652
|
});
|
|
14653
14653
|
}
|
|
@@ -14656,14 +14656,14 @@ class Root extends React.Component {
|
|
|
14656
14656
|
__self: this,
|
|
14657
14657
|
__source: {
|
|
14658
14658
|
fileName: _jsxFileName,
|
|
14659
|
-
lineNumber:
|
|
14659
|
+
lineNumber: 63
|
|
14660
14660
|
}
|
|
14661
14661
|
}, React.createElement(GraphContainer, {
|
|
14662
14662
|
...rest,
|
|
14663
14663
|
__self: this,
|
|
14664
14664
|
__source: {
|
|
14665
14665
|
fileName: _jsxFileName,
|
|
14666
|
-
lineNumber:
|
|
14666
|
+
lineNumber: 64
|
|
14667
14667
|
}
|
|
14668
14668
|
}));
|
|
14669
14669
|
}
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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.1.10"
|
|
14
14
|
},
|
|
15
15
|
"@pie-lib/graphing": {
|
|
16
|
-
"version": "2.
|
|
16
|
+
"version": "2.5.0"
|
|
17
17
|
},
|
|
18
18
|
"d3-scale": {
|
|
19
19
|
"version": "2.2.2"
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"version": "1.4.2"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"hash": "
|
|
25
|
+
"hash": "108c7f82e3c5ed5f23dfbf5a0916618c8f1790f9"
|
|
26
26
|
},
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.4.
|
|
30
|
+
"version": "^1.4.14"
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"isLocal": true
|