clay-sticker
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "clay-sticker", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Clay Sticker Component", | ||
@@ -28,3 +28,3 @@ "license": "BSD", | ||
"dependencies": { | ||
"clay-icon": "^1.0.0-alpha.1", | ||
"clay-icon": "^1.0.0-alpha.2", | ||
"metal": "^2.13.2", | ||
@@ -40,8 +40,12 @@ "metal-component": "^2.13.2", | ||
"babel-plugin-transform-node-env-inline": "^0.1.1", | ||
"babel-preset-es2015": "^6.14.0", | ||
"clay": "liferay/clay#develop", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay-components": "^1.0.0-alpha.2", | ||
"clay": "^2.0.0-beta.1", | ||
"metal-dom": "^2.13.2", | ||
"metal-tools-soy": "^4.2.1", | ||
"webpack": "^3.0.0" | ||
} | ||
}, | ||
"browserslist": [ | ||
"extends browserslist-config-clay-components" | ||
] | ||
} |
@@ -21,3 +21,2 @@ import ClaySticker from '../ClaySticker'; | ||
icon: { | ||
monospaced: true, | ||
spritemap: 'icons.svg', | ||
@@ -24,0 +23,0 @@ symbol: 'plus', |
@@ -27,3 +27,2 @@ import 'clay-icon'; | ||
icon: Config.shapeOf({ | ||
monospaced: Config.bool().value(false), | ||
spritemap: Config.string().required(), | ||
@@ -30,0 +29,0 @@ symbol: Config.string().required(), |
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
14242
10
7
261
Updatedclay-icon@^1.0.0-alpha.2