@hig/skeleton-item
Advanced tools
Comparing version 0.1.0-alpha.c178f134 to 0.1.0-alpha.c4dcd454
@@ -88,3 +88,9 @@ import React, { Component } from 'react'; | ||
var themeClass = _ref.themeClass; | ||
return React.createElement("div", { className: classnames("hig__skeleton-item", themeClass), style: { maxWidth: _this2.props.maxWidth, marginBottom: _this2.props.marginBottom } }); | ||
return React.createElement("div", { | ||
className: classnames("hig__skeleton-item", themeClass), | ||
style: { | ||
maxWidth: _this2.props.maxWidth, | ||
marginBottom: _this2.props.marginBottom | ||
} | ||
}); | ||
} | ||
@@ -91,0 +97,0 @@ ); |
@@ -93,3 +93,9 @@ 'use strict'; | ||
var themeClass = _ref.themeClass; | ||
return React__default.createElement("div", { className: classnames("hig__skeleton-item", themeClass), style: { maxWidth: _this2.props.maxWidth, marginBottom: _this2.props.marginBottom } }); | ||
return React__default.createElement("div", { | ||
className: classnames("hig__skeleton-item", themeClass), | ||
style: { | ||
maxWidth: _this2.props.maxWidth, | ||
marginBottom: _this2.props.marginBottom | ||
} | ||
}); | ||
} | ||
@@ -96,0 +102,0 @@ ); |
{ | ||
"name": "@hig/skeleton-item", | ||
"version": "0.1.0-alpha.c178f134", | ||
"version": "0.1.0-alpha.c4dcd454", | ||
"description": "HIG SkeletonItem component", | ||
@@ -18,8 +18,8 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/themes": "0.1.0-alpha.c178f134" | ||
"@hig/themes": "0.1.0-alpha.c4dcd454" | ||
}, | ||
"devDependencies": { | ||
"@hig/babel-preset": "0.2.0-alpha.c178f134", | ||
"@hig/scripts": "0.2.0-alpha.c178f134", | ||
"@hig/styles": "0.1.0-alpha.c178f134" | ||
"@hig/babel-preset": "0.2.0-alpha.c4dcd454", | ||
"@hig/scripts": "0.2.0-alpha.c4dcd454", | ||
"@hig/styles": "0.1.0-alpha.c4dcd454" | ||
}, | ||
@@ -31,4 +31,8 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "hig-scripts-build" | ||
"build": "hig-scripts-build", | ||
"lint": "eslint src --ext .js,.jsx" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@hig" | ||
} | ||
} |
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
12261
277
+ Added@hig/themes@0.1.0-alpha.c4dcd454(transitive)
- Removed@hig/themes@0.1.0-alpha.c178f134(transitive)