@tokenfoundry/foundry-frontend
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -18,7 +18,3 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
}); | ||
export var Button = styled.button.attrs(function (props) { | ||
return { | ||
kind: props.disabled ? "disabled" : props.kind | ||
}; | ||
}).withConfig({ | ||
export var Button = styled.button.withConfig({ | ||
displayName: "Buttons__Button", | ||
@@ -25,0 +21,0 @@ componentId: "sc-7sqhyo-0" |
@@ -33,7 +33,3 @@ "use strict"; | ||
var Button = _styledComponents.default.button.attrs(function (props) { | ||
return { | ||
kind: props.disabled ? "disabled" : props.kind | ||
}; | ||
}).withConfig({ | ||
var Button = _styledComponents.default.button.withConfig({ | ||
displayName: "Buttons__Button", | ||
@@ -40,0 +36,0 @@ componentId: "sc-7sqhyo-0" |
{ | ||
"name": "@tokenfoundry/foundry-frontend", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Reusable front end components to be used across Foundry", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
154473
3473