@pie-lib/graphing-module 1.0.26 → 1.0.27

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.5/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.6/module/index.js";
2
2
  const PropTypes$C = _dll_prop_types;
3
3
  const BaseDomainRangeType = {
4
4
  min: PropTypes$C.number.isRequired,
@@ -11732,6 +11732,10 @@ const styles$5 = theme => ({
11732
11732
  color: color$9.primaryDark()
11733
11733
  },
11734
11734
  disabled: {
11735
+ border: `solid 1px ${color$9.primaryDark()}`,
11736
+ background: color$9.background()
11737
+ },
11738
+ disabledMark: {
11735
11739
  border: `solid 1px ${color$9.disabled()}`,
11736
11740
  background: color$9.background(),
11737
11741
  color: color$9.disabled()
@@ -11821,14 +11825,14 @@ const MarkLabel = props => {
11821
11825
  externalInputRef(r);
11822
11826
  },
11823
11827
  disabled: disabledInput,
11824
- inputClassName: cn$1(classes.input, disabledInput && classes.disabled),
11828
+ inputClassName: cn$1(classes.input, disabled && classes.disabled, mark.disabled && classes.disabledMark),
11825
11829
  value: label,
11826
11830
  style: style,
11827
11831
  onChange: onChange,
11828
11832
  __self: undefined,
11829
11833
  __source: {
11830
11834
  fileName: _jsxFileName$i,
11831
- lineNumber: 103
11835
+ lineNumber: 107
11832
11836
  }
11833
11837
  });
11834
11838
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
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.12"
16
+ "version": "2.4.13"
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": "d3b0cdc42a9437ab48f619dcf0a760adb5df9855"
25
+ "hash": "5530dd686d4430e31ada17f891c8a96f928e35b0"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.4.5"
30
+ "version": "^1.4.6"
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.26",
3
+ "version": "1.0.27",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {