react-layouts
Advanced tools
Comparing version 0.0.13 to 0.1.0
@@ -10,3 +10,3 @@ import React from 'react'; | ||
let { FlexBox, FlexItem} = Layouts; | ||
const { FlexBox, FlexItem} = Layouts; | ||
@@ -13,0 +13,0 @@ const colors = { |
@@ -23,12 +23,12 @@ "use strict"; | ||
var FlexBox = (function (_React$Component) { | ||
_inherits(FlexBox, _React$Component); | ||
var FlexItem = (function (_React$Component) { | ||
_inherits(FlexItem, _React$Component); | ||
function FlexBox() { | ||
_classCallCheck(this, FlexBox); | ||
function FlexItem() { | ||
_classCallCheck(this, FlexItem); | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(FlexBox).apply(this, arguments)); | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(FlexItem).apply(this, arguments)); | ||
} | ||
_createClass(FlexBox, [{ | ||
_createClass(FlexItem, [{ | ||
key: "render", | ||
@@ -52,7 +52,7 @@ value: function render() { | ||
return FlexBox; | ||
return FlexItem; | ||
})(_react2.default.Component); | ||
exports.default = FlexBox; | ||
exports.default = FlexItem; | ||
; | ||
module.exports = exports['default']; |
{ | ||
"name": "react-layouts", | ||
"version": "0.0.13", | ||
"version": "0.1.0", | ||
"description": "React UI Library for Layouts", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,3 +5,3 @@ /** | ||
import React from 'react'; | ||
export default class FlexBox extends React.Component{ | ||
export default class FlexItem extends React.Component{ | ||
render(){ | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is too big to display
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
2022973