react-flexr
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -25,2 +25,6 @@ 'use strict'; | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var _stilr = require('stilr'); | ||
@@ -46,6 +50,2 @@ | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var cellStyles = _stilr2['default'].create({ | ||
@@ -52,0 +52,0 @@ base: { |
@@ -19,2 +19,6 @@ 'use strict'; | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var _stilr = require('stilr'); | ||
@@ -48,6 +52,2 @@ | ||
var _stylesheet = require('./stylesheet'); | ||
var _stylesheet2 = _interopRequireDefault(_stylesheet); | ||
var gridStyles = _stilr2['default'].create({ | ||
@@ -67,3 +67,3 @@ base: { | ||
right: { justifyContent: _utilsFlexAlignments.horizontal.right } | ||
}); | ||
}, _stylesheet2['default']); | ||
@@ -74,3 +74,3 @@ var VerticalStyles = _stilr2['default'].create({ | ||
bottom: { alignItems: _utilsFlexAlignments.vertical.bottom } | ||
}); | ||
}, _stylesheet2['default']); | ||
@@ -77,0 +77,0 @@ var Grid = (function (_Component) { |
@@ -0,1 +1,2 @@ | ||
import stylesheet from './stylesheet'; | ||
import StyleSheet from 'stilr'; | ||
@@ -7,3 +8,2 @@ import React, { PropTypes as Type } from 'react'; | ||
import { baseMethods, variables } from './defaults'; | ||
import stylesheet from './stylesheet'; | ||
@@ -10,0 +10,0 @@ const cellStyles = StyleSheet.create({ |
@@ -0,1 +1,2 @@ | ||
import stylesheet from './stylesheet'; | ||
import StyleSheet from 'stilr'; | ||
@@ -9,3 +10,2 @@ import React, { Component, PropTypes as Type } from 'react'; | ||
import doubleUnit from './utils/double-unit'; | ||
import stylesheet from './stylesheet'; | ||
@@ -26,3 +26,3 @@ const gridStyles = StyleSheet.create({ | ||
right: { justifyContent: horizontal.right } | ||
}); | ||
}, stylesheet); | ||
@@ -33,3 +33,3 @@ const VerticalStyles = StyleSheet.create({ | ||
bottom: { alignItems: vertical.bottom } | ||
}); | ||
}, stylesheet); | ||
@@ -36,0 +36,0 @@ class Grid extends Component { |
{ | ||
"name": "react-flexr", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "React flexbox grid made simple.", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
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
33251
676