@credithub/harlan-components 1.19.4 → 1.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/index.js
CHANGED
|
@@ -1673,7 +1673,7 @@ var __makeTemplateObject$v = (undefined && undefined.__makeTemplateObject) || fu
|
|
|
1673
1673
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
1674
1674
|
return cooked;
|
|
1675
1675
|
};
|
|
1676
|
-
var BtnWrapper$1 = styled.div(templateObject_1$v || (templateObject_1$v = __makeTemplateObject$v(["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n"], ["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n"])), theme.colors.cinza85);
|
|
1676
|
+
var BtnWrapper$1 = styled.div(templateObject_1$v || (templateObject_1$v = __makeTemplateObject$v(["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n @media print {\n display: none;\n }\n"], ["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n @media print {\n display: none;\n }\n"])), theme.colors.cinza85);
|
|
1677
1677
|
var templateObject_1$v;
|
|
1678
1678
|
|
|
1679
1679
|
var __makeTemplateObject$u = (undefined && undefined.__makeTemplateObject) || function (cooked, raw) {
|
|
@@ -4,6 +4,6 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
4
4
|
};
|
|
5
5
|
import theme from '../../components/interface/theme';
|
|
6
6
|
import styled from 'styled-components';
|
|
7
|
-
var BtnWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n"], ["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n"])), theme.colors.cinza85);
|
|
7
|
+
var BtnWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n @media print {\n display: none;\n }\n"], ["\n width: 30px;\n height: 30px;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n @media print {\n display: none;\n }\n"])), theme.colors.cinza85);
|
|
8
8
|
export default BtnWrapper;
|
|
9
9
|
var templateObject_1;
|