@luminati-io/uikit 3.0.5 → 3.0.6
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.
|
@@ -23205,7 +23205,7 @@ var StyledIconButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default().
|
|
|
23205
23205
|
displayName: "StyledIconButton",
|
|
23206
23206
|
componentId: "sc-114c1w5-0"
|
|
23207
23207
|
})(["display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;box-sizing:border-box;", " cursor:pointer;", ""], function (props) {
|
|
23208
|
-
return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toSize)(props
|
|
23208
|
+
return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toSize)(props.$variant == 'icon-button' ? 36 : 24);
|
|
23209
23209
|
}, function (props) {
|
|
23210
23210
|
var backColor = 'transparent';
|
|
23211
23211
|
var border = "1px solid ".concat(_theme__WEBPACK_IMPORTED_MODULE_6__["default"].color.gray_6);
|