@devexpress/dx-react-chart-material-ui
Advanced tools
Comparing version 1.10.1 to 1.10.2
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2019-02-06 | ||
* Version: 1.10.1 | ||
* Generated: 2019-02-27 | ||
* Version: 1.10.2 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -21,3 +21,3 @@ */ | ||
var colorManipulator = require('@material-ui/core/styles/colorManipulator'); | ||
var styles = require('@material-ui/core/styles'); | ||
var styles$e = require('@material-ui/core/styles'); | ||
var classNames = _interopDefault(require('classnames')); | ||
@@ -139,7 +139,7 @@ var List = _interopDefault(require('@material-ui/core/List')); | ||
return function (Target) { | ||
return styles.withStyles.apply(void 0, args)(dxReactChart.withPatchedProps(setClassName)(Target)); | ||
return styles$e.withStyles.apply(void 0, args)(dxReactChart.withPatchedProps(setClassName)(Target)); | ||
}; | ||
}; | ||
var styles$1 = function styles$$1(theme) { | ||
var styles = function styles(theme) { | ||
var _theme$typography = theme.typography, | ||
@@ -161,5 +161,5 @@ fontFamily = _theme$typography.fontFamily, | ||
var Root = withClassName(styles$1)(dxReactChart.Chart.Root); | ||
var Root = withClassName(styles)(dxReactChart.Chart.Root); | ||
var styles$2 = function styles$$1(theme) { | ||
var styles$1 = function styles(theme) { | ||
var fontFamily = theme.typography.fontFamily; | ||
@@ -176,3 +176,3 @@ return { | ||
var Label = withClassName(styles$2)(dxReactChart.Chart.Label); | ||
var Label = withClassName(styles$1)(dxReactChart.Chart.Label); | ||
@@ -199,3 +199,3 @@ var palette = ['#42A5F5', '#FF7043', '#9CCC65', '#FFCA28', '#26A69A', '#EC407A']; | ||
var styles$3 = function styles$$1() { | ||
var styles$2 = function styles() { | ||
return { | ||
@@ -209,7 +209,7 @@ root: { | ||
var Root$1 = withClassName(styles$3, { | ||
var Root$1 = withClassName(styles$2, { | ||
name: 'LegendRoot' | ||
})(List); | ||
var styles$4 = function styles$$1() { | ||
var styles$3 = function styles() { | ||
return { | ||
@@ -224,3 +224,3 @@ root: { | ||
var Label$1 = withClassName(styles$4, { | ||
var Label$1 = withClassName(styles$3, { | ||
name: 'LegendLabel' | ||
@@ -234,3 +234,3 @@ })(function (_ref) { | ||
var styles$5 = function styles$$1(theme) { | ||
var styles$4 = function styles(theme) { | ||
return { | ||
@@ -245,3 +245,3 @@ root: { | ||
var Item = withClassName(styles$5, { | ||
var Item = withClassName(styles$4, { | ||
name: 'LegendItem' | ||
@@ -256,3 +256,3 @@ })(ListItem); | ||
var styles$6 = function styles$$1() { | ||
var styles$5 = function styles() { | ||
return { | ||
@@ -267,3 +267,3 @@ root: { | ||
var Text = withClassName(styles$6, { | ||
var Text = withClassName(styles$5, { | ||
name: 'Title' | ||
@@ -284,3 +284,3 @@ })(function (_ref) { | ||
var styles$7 = function styles$$1(theme) { | ||
var styles$6 = function styles(theme) { | ||
return { | ||
@@ -309,3 +309,3 @@ point: { | ||
var Point = styles.withStyles(styles$7)(dxReactChart.withPatchedProps(setClassName)(dxReactChart.ScatterSeries.Point)); | ||
var Point = styles$e.withStyles(styles$6)(dxReactChart.withPatchedProps(setClassName)(dxReactChart.ScatterSeries.Point)); | ||
@@ -316,3 +316,3 @@ var ScatterSeries = dxReactCore.withComponents({ | ||
var styles$8 = function styles$$1() { | ||
var styles$7 = function styles() { | ||
return { | ||
@@ -325,5 +325,5 @@ root: { | ||
var Root$2 = withClassName(styles$8)(dxReactChart.Axis.Root); | ||
var Root$2 = withClassName(styles$7)(dxReactChart.Axis.Root); | ||
var styles$9 = function styles$$1(theme) { | ||
var styles$8 = function styles(theme) { | ||
return { | ||
@@ -337,5 +337,5 @@ root: { | ||
var Tick = withClassName(styles$9)(dxReactChart.Axis.Tick); | ||
var Tick = withClassName(styles$8)(dxReactChart.Axis.Tick); | ||
var styles$a = function styles$$1(theme) { | ||
var styles$9 = function styles(theme) { | ||
var fontFamily = theme.typography.fontFamily; | ||
@@ -353,5 +353,5 @@ return { | ||
var Label$2 = withClassName(styles$a)(dxReactChart.Axis.Label); | ||
var Label$2 = withClassName(styles$9)(dxReactChart.Axis.Label); | ||
var styles$b = function styles$$1(theme) { | ||
var styles$a = function styles(theme) { | ||
return { | ||
@@ -365,5 +365,5 @@ root: { | ||
var Line = withClassName(styles$b)(dxReactChart.Axis.Line); | ||
var Line = withClassName(styles$a)(dxReactChart.Axis.Line); | ||
var styles$c = function styles$$1(theme) { | ||
var styles$b = function styles(theme) { | ||
return { | ||
@@ -377,3 +377,3 @@ root: { | ||
var Grid = withClassName(styles$c)(dxReactChart.Axis.Grid); | ||
var Grid = withClassName(styles$b)(dxReactChart.Axis.Grid); | ||
@@ -396,3 +396,3 @@ var ValueAxis = dxReactCore.withComponents({ | ||
var styles$d = function styles$$1(theme) { | ||
var styles$c = function styles(theme) { | ||
var unit = theme.spacing.unit; | ||
@@ -436,3 +436,3 @@ var arrowSize = unit * 1.2; | ||
}; | ||
var Overlay = styles.withStyles(styles$d)(function (_ref) { | ||
var Overlay = styles$e.withStyles(styles$c)(function (_ref) { | ||
var classes = _ref.classes, | ||
@@ -457,3 +457,3 @@ className = _ref.className, | ||
var styles$e = function styles$$1(theme) { | ||
var styles$d = function styles(theme) { | ||
return { | ||
@@ -467,3 +467,3 @@ root: { | ||
var Content = withClassName(styles$e, { | ||
var Content = withClassName(styles$d, { | ||
name: 'TooltipContent' | ||
@@ -470,0 +470,0 @@ })(function (_ref) { |
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2019-02-06 | ||
* Version: 1.10.1 | ||
* Generated: 2019-02-27 | ||
* Version: 1.10.2 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -11,3 +11,3 @@ */ | ||
import { withComponents } from '@devexpress/dx-react-core'; | ||
import { withPatchedProps, Chart, Palette, Legend, Title, ScatterSeries, Axis, ValueAxis, ArgumentAxis, Tooltip } from '@devexpress/dx-react-chart'; | ||
import { withPatchedProps, Chart as Chart$1, Palette, Legend as Legend$1, Title as Title$1, ScatterSeries as ScatterSeries$1, Axis, ValueAxis as ValueAxis$1, ArgumentAxis as ArgumentAxis$1, Tooltip as Tooltip$1 } from '@devexpress/dx-react-chart'; | ||
export { PieSeries, BarSeries, LineSeries, AreaSeries, SplineSeries } from '@devexpress/dx-react-chart'; | ||
@@ -153,3 +153,3 @@ import { lighten, fade, darken } from '@material-ui/core/styles/colorManipulator'; | ||
var Root = withClassName(styles)(Chart.Root); | ||
var Root = withClassName(styles)(Chart$1.Root); | ||
@@ -168,3 +168,3 @@ var styles$1 = function styles(theme) { | ||
var Label = withClassName(styles$1)(Chart.Label); | ||
var Label = withClassName(styles$1)(Chart$1.Label); | ||
@@ -177,3 +177,3 @@ var palette = ['#42A5F5', '#FF7043', '#9CCC65', '#FFCA28', '#26A69A', '#EC407A']; | ||
return createElement(Chart, props, createElement(Palette, { | ||
return createElement(Chart$1, props, createElement(Palette, { | ||
scheme: palette | ||
@@ -183,10 +183,10 @@ }), children); | ||
ChartWithPalette.components = Chart.components; | ||
ChartWithPalette.components = Chart$1.components; | ||
process.env.NODE_ENV !== "production" ? ChartWithPalette.propTypes = { | ||
children: node.isRequired | ||
} : void 0; | ||
var Chart$1 = withComponents({ | ||
var Chart = withComponents({ | ||
Root: Root | ||
})(ChartWithPalette); | ||
Chart$1.Label = Label; | ||
Chart.Label = Label; | ||
@@ -239,7 +239,7 @@ var styles$2 = function styles() { | ||
var Legend$1 = withComponents({ | ||
var Legend = withComponents({ | ||
Root: Root$1, | ||
Item: Item, | ||
Label: Label$1 | ||
})(Legend); | ||
})(Legend$1); | ||
@@ -268,5 +268,5 @@ var styles$5 = function styles() { | ||
var Title$1 = withComponents({ | ||
var Title = withComponents({ | ||
Text: Text | ||
})(Title); | ||
})(Title$1); | ||
@@ -297,7 +297,7 @@ var styles$6 = function styles(theme) { | ||
var Point = withStyles(styles$6)(withPatchedProps(setClassName)(ScatterSeries.Point)); | ||
var Point = withStyles(styles$6)(withPatchedProps(setClassName)(ScatterSeries$1.Point)); | ||
var ScatterSeries$1 = withComponents({ | ||
var ScatterSeries = withComponents({ | ||
Point: Point | ||
})(ScatterSeries); | ||
})(ScatterSeries$1); | ||
@@ -362,3 +362,3 @@ var styles$7 = function styles() { | ||
var ValueAxis$1 = withComponents({ | ||
var ValueAxis = withComponents({ | ||
Root: Root$2, | ||
@@ -369,5 +369,5 @@ Tick: Tick, | ||
Grid: Grid | ||
})(ValueAxis); | ||
})(ValueAxis$1); | ||
var ArgumentAxis$1 = withComponents({ | ||
var ArgumentAxis = withComponents({ | ||
Root: Root$2, | ||
@@ -378,3 +378,3 @@ Tick: Tick, | ||
Grid: Grid | ||
})(ArgumentAxis); | ||
})(ArgumentAxis$1); | ||
@@ -459,8 +459,8 @@ var styles$c = function styles(theme) { | ||
var Tooltip$1 = withComponents({ | ||
var Tooltip = withComponents({ | ||
Overlay: Overlay, | ||
Content: Content | ||
})(Tooltip); | ||
})(Tooltip$1); | ||
export { Chart$1 as Chart, Legend$1 as Legend, Title$1 as Title, ScatterSeries$1 as ScatterSeries, ValueAxis$1 as ValueAxis, ArgumentAxis$1 as ArgumentAxis, Tooltip$1 as Tooltip }; | ||
export { Chart, Legend, Title, ScatterSeries, ValueAxis, ArgumentAxis, Tooltip }; | ||
//# sourceMappingURL=dx-react-chart-material-ui.es.js.map |
{ | ||
"name": "@devexpress/dx-react-chart-material-ui", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Material-UI templates for DevExtreme React Chart component", | ||
@@ -42,2 +42,3 @@ "author": { | ||
"build:watch": "rollup -c rollup.config.js -w", | ||
"update-api": "api-extractor run", | ||
"lint": "eslint \"src/**\"", | ||
@@ -47,17 +48,17 @@ "lint:fix": "yarn run lint -- --fix" | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/core": "^7.3.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-react-core": "^1.10.1", | ||
"@devexpress/dx-testing": "^1.10.1", | ||
"@devexpress/dx-react-core": "^1.10.2", | ||
"@devexpress/dx-testing": "^1.10.2", | ||
"@material-ui/core": "^3.9.2", | ||
"@material-ui/icons": "^3.0.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.0.0", | ||
"babel-jest": "^24.1.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"core-js": "^2.6.3", | ||
"enzyme": "3.8.0", | ||
"enzyme-adapter-react-16": "^1.8.0", | ||
"eslint": "^5.13.0", | ||
"core-js": "^2.6.5", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
@@ -67,30 +68,30 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.2.2", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"jest": "^24.0.0", | ||
"jest": "^24.1.0", | ||
"jss": "^9.8.7", | ||
"jss-preset-default": "^10.0.0-alpha.7", | ||
"jss-theme-reactor": "^0.11.1", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0", | ||
"react-test-renderer": "^16.7.0", | ||
"rollup": "^1.1.2", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"rollup": "^1.2.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.6", | ||
"prop-types": "^15.6.2" | ||
"prop-types": "^15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-chart-core": "1.10.1", | ||
"@devexpress/dx-react-chart": "1.10.1", | ||
"@devexpress/dx-react-core": "1.10.1", | ||
"@material-ui/core": "=>1.1.0", | ||
"@material-ui/icons": "=>1.1.0", | ||
"react": ">=16.6.0" | ||
"@devexpress/dx-chart-core": "1.10.2", | ||
"@devexpress/dx-react-chart": "1.10.2", | ||
"@devexpress/dx-react-core": "1.10.2", | ||
"@material-ui/core": "=>3.9.2", | ||
"@material-ui/icons": "=>3.0.2", | ||
"react": ">=16.8.3" | ||
}, | ||
"gitHead": "c49e13b898b71a22a0d8045ab5b0aa28547e27b2" | ||
"gitHead": "e99493bd0ebb90865da223c2d76133659cdc6247" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95235
+ Added@devexpress/dx-chart-core@1.10.2(transitive)
+ Added@devexpress/dx-react-chart@1.10.2(transitive)
+ Added@devexpress/dx-react-core@1.10.2(transitive)
- Removed@devexpress/dx-chart-core@1.10.1(transitive)
- Removed@devexpress/dx-react-chart@1.10.1(transitive)
- Removed@devexpress/dx-react-core@1.10.1(transitive)
Updatedprop-types@^15.7.2