@pie-lib/graphing-module 1.10.9 → 1.10.11

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.5.37/module/index.js";
2
- import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.4.0/module/index.js";
3
- import {_dll_pie_lib__drag} from "../../drag-module@^2.0.8/module/index.js";
4
- import {_dll_pie_lib__config_ui} from "../../config-module@^2.3.3/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.5.41/module/index.js";
2
+ import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.4.2/module/index.js";
3
+ import {_dll_pie_lib__drag} from "../../drag-module@^2.0.12/module/index.js";
4
+ import {_dll_pie_lib__config_ui} from "../../config-module@^2.3.5/module/index.js";
5
5
  const PropTypes$D = _dll_prop_types;
6
6
  const BaseDomainRangeType = {
7
7
  min: PropTypes$D.number.isRequired,
@@ -921,13 +921,13 @@ var Label$1 = withStyles$m(theme => ({
921
921
  zIndex: 10
922
922
  },
923
923
  rotateLeftLabel: {
924
- rotate: '-90deg',
924
+ '-webkit-transform': 'rotate(-90deg)',
925
925
  transformOrigin: '0 0',
926
926
  transformStyle: 'preserve-3d',
927
927
  position: 'absolute'
928
928
  },
929
929
  rotateRightLabel: {
930
- rotate: '90deg',
930
+ '-webkit-transform': 'rotate(90deg)',
931
931
  transformOrigin: '0 0',
932
932
  transformStyle: 'preserve-3d',
933
933
  position: 'absolute'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.10.9",
3
+ "version": "1.10.11",
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.5.37"
30
+ "version": "^1.5.41"
31
31
  },
32
32
  {
33
33
  "name": "@pie-lib/editable-html-module",
34
- "version": "^3.4.0"
34
+ "version": "^3.4.2"
35
35
  },
36
36
  {
37
37
  "name": "@pie-lib/drag-module",
38
- "version": "^2.0.8"
38
+ "version": "^2.0.12"
39
39
  },
40
40
  {
41
41
  "name": "@pie-lib/config-module",
42
- "version": "^2.3.3"
42
+ "version": "^2.3.5"
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.10.9",
3
+ "version": "1.10.11",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {