@pie-lib/graphing-module 1.0.33 → 1.1.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/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.12/module/index.js";
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.15/module/index.js";
2
2
  const PropTypes$C = _dll_prop_types;
3
3
  const BaseDomainRangeType = {
4
4
  min: PropTypes$C.number.isRequired,
@@ -14627,13 +14627,6 @@ class Root extends React.Component {
14627
14627
  });
14628
14628
  this.store.subscribe(this.onStoreChange);
14629
14629
  }
14630
- componentDidUpdate() {
14631
- const {marks} = this.props;
14632
- const storeState = this.store.getState();
14633
- if (!isEqual(storeState.marks.present, marks)) {
14634
- this.store.dispatch(changeMarks(marks));
14635
- }
14636
- }
14637
14630
  __init() {
14638
14631
  this.onStoreChange = () => {
14639
14632
  const {marks, onChangeMarks} = this.props;
@@ -14654,7 +14647,7 @@ class Root extends React.Component {
14654
14647
  __self: this,
14655
14648
  __source: {
14656
14649
  fileName: _jsxFileName,
14657
- lineNumber: 67
14650
+ lineNumber: 59
14658
14651
  }
14659
14652
  });
14660
14653
  }
@@ -14663,14 +14656,14 @@ class Root extends React.Component {
14663
14656
  __self: this,
14664
14657
  __source: {
14665
14658
  fileName: _jsxFileName,
14666
- lineNumber: 71
14659
+ lineNumber: 63
14667
14660
  }
14668
14661
  }, React.createElement(GraphContainer, {
14669
14662
  ...rest,
14670
14663
  __self: this,
14671
14664
  __source: {
14672
14665
  fileName: _jsxFileName,
14673
- lineNumber: 72
14666
+ lineNumber: 64
14674
14667
  }
14675
14668
  }));
14676
14669
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.0.33",
3
+ "version": "1.1.2",
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.4.17"
16
+ "version": "2.5.1"
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": "856040bb1eb3a0d76bb470d5b8ff8f29a484242c"
25
+ "hash": "257c0fdefc46812abe6844a784d85894ed0f9b14"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.4.12"
30
+ "version": "^1.4.15"
31
31
  }
32
32
  ],
33
33
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.0.33",
3
+ "version": "1.1.2",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {