@eaze/button
Advanced tools
Comparing version 3.0.11 to 3.0.12
@@ -48,3 +48,3 @@ 'use strict'; | ||
var Button = /*#__PURE__*/(0, _reactEmotion2.default)('button', { | ||
target: 'css-h2n42k0' | ||
target: 'css-1fmgn0f0' | ||
})('line-height:', function (_ref) { | ||
@@ -68,3 +68,3 @@ var pill = _ref.pill; | ||
return pill ? '' : 'uppercase'; | ||
}, ';background-color:', _styleHelpers.fetchBackgroundColor, ';color:', _styleHelpers.getTextColor, ';border:0.1rem solid ', _styleHelpers.fetchBorderColor, ';border-radius:0.2rem;position:relative;cursor:pointer;min-width:5rem;font-family:\'Open Sans\';letter-spacing:0.03em;outline:none;white-space:nowrap;display:flex;jusitfy-content:center;align-items:center;&:hover{box-shadow:', function (_ref7) { | ||
}, ';background-color:', _styleHelpers.fetchBackgroundColor, ';color:', _styleHelpers.getTextColor, ';border:0.1rem solid ', _styleHelpers.fetchBorderColor, ';border-radius:0.2rem;position:relative;cursor:pointer;min-width:5rem;font-family:\'Open Sans\';letter-spacing:0.03em;outline:none;white-space:nowrap;display:flex;justify-content:center;align-items:center;&:hover{box-shadow:', function (_ref7) { | ||
var type = _ref7.type; | ||
@@ -71,0 +71,0 @@ return type === _types.TEXT ? 'none' : '0 0.4rem 0.8rem rgba(0,0,0,.2)'; |
{ | ||
"name": "@eaze/button", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "Button component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -36,3 +36,3 @@ import React, { PureComponent } from 'react' | ||
display: flex; | ||
jusitfy-content: center; | ||
justify-content: center; | ||
align-items: center; | ||
@@ -39,0 +39,0 @@ |
101459
18