react-flexr
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
@@ -45,2 +45,6 @@ 'use strict'; | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var cellStyles = _stilr2['default'].create({ | ||
@@ -65,3 +69,3 @@ base: { | ||
} | ||
}); | ||
}, _stylesheet2['default']); | ||
@@ -68,0 +72,0 @@ var Cell = (function (_React$Component) { |
@@ -47,2 +47,6 @@ 'use strict'; | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var gridStyles = _stilr2['default'].create({ | ||
@@ -56,3 +60,3 @@ base: { | ||
} | ||
}); | ||
}, _stylesheet2['default']); | ||
@@ -59,0 +63,0 @@ var HorizontalStyles = _stilr2['default'].create({ |
@@ -21,5 +21,5 @@ 'use strict'; | ||
var _stilr = require('stilr'); | ||
var _stylesheet = require('./stylesheet'); | ||
var _stilr2 = _interopRequireDefault(_stilr); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
@@ -30,4 +30,4 @@ exports['default'] = { | ||
breakpoints: _utilsBreakpoints2['default'], | ||
stylesheet: _stilr2['default'].__stylesheet | ||
stylesheet: _stylesheet2['default'] | ||
}; | ||
module.exports = exports['default']; |
@@ -7,2 +7,3 @@ import StyleSheet from 'stilr'; | ||
import { baseMethods, variables } from './defaults'; | ||
import stylesheet from './stylesheet'; | ||
@@ -28,3 +29,3 @@ const cellStyles = StyleSheet.create({ | ||
} | ||
}); | ||
}, stylesheet); | ||
@@ -31,0 +32,0 @@ class Cell extends React.Component { |
@@ -9,2 +9,3 @@ import StyleSheet from 'stilr'; | ||
import doubleUnit from './utils/double-unit'; | ||
import stylesheet from './stylesheet'; | ||
@@ -19,3 +20,3 @@ const gridStyles = StyleSheet.create({ | ||
} | ||
}); | ||
}, stylesheet); | ||
@@ -22,0 +23,0 @@ const HorizontalStyles = StyleSheet.create({ |
import Grid from './grid.component'; | ||
import Cell from './cell.component'; | ||
import breakpoints from './utils/breakpoints'; | ||
import StyleSheet from 'stilr'; | ||
import stylesheet from './stylesheet'; | ||
@@ -10,3 +10,3 @@ export default { | ||
breakpoints, | ||
stylesheet: StyleSheet.__stylesheet | ||
stylesheet | ||
}; |
{ | ||
"name": "react-flexr", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "React flexbox grid made simple.", | ||
@@ -29,3 +29,3 @@ "main": "dist", | ||
"react": ">=0.11.0", | ||
"stilr": "^0.2.x" | ||
"stilr": "^0.3.x" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": "chriskjaer/react-flexr", |
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
32906
29
674
+ Addedstilr@0.3.0(transitive)
- Removedstilr@0.2.2(transitive)
Updatedstilr@^0.3.x