@filerobot/common
Advanced tools
Comparing version 0.0.0-beta.49 to 0.0.0-beta.50
@@ -14,2 +14,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
style = _ref.style, | ||
iconStyle = _ref.iconStyle, | ||
classes = _ref.classes, | ||
@@ -23,3 +24,3 @@ icon = _ref.icon, | ||
error = _ref.error, | ||
props = _objectWithoutPropertiesLoose(_ref, ["item", "type", "value", "style", "classes", "icon", "onClick", "i18n", "showLabel", "name", "error"]); | ||
props = _objectWithoutPropertiesLoose(_ref, ["item", "type", "value", "style", "iconStyle", "classes", "icon", "onClick", "i18n", "showLabel", "name", "error"]); | ||
@@ -50,2 +51,3 @@ return /*#__PURE__*/_jsxs("div", { | ||
className: "filerobot-common-inputAndLabel-input-icon", | ||
style: _extends({}, iconStyle), | ||
onClick: onClick, | ||
@@ -52,0 +54,0 @@ children: icon |
@@ -30,3 +30,6 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
children: checked ? /*#__PURE__*/_jsx(RadioIcon, {}) : /*#__PURE__*/_jsx(RadioBlankIcon, {}) | ||
})), label] | ||
})), label && /*#__PURE__*/_jsx("div", { | ||
className: "filerobot-common-secondaryTxt", | ||
children: label | ||
})] | ||
}); | ||
@@ -33,0 +36,0 @@ }; |
{ | ||
"name": "@filerobot/common", | ||
"version": "0.0.0-beta.49", | ||
"version": "0.0.0-beta.50", | ||
"description": "The common components shared between Filerobot Media Asset Widget modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "0.0.0-beta.49", | ||
"@filerobot/utils": "0.0.0-beta.49", | ||
"@filerobot/icons": "0.0.0-beta.50", | ||
"@filerobot/utils": "0.0.0-beta.50", | ||
"react": "^17.0.1", | ||
@@ -21,0 +21,0 @@ "react-dom": "^17.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
203357
3929
+ Added@filerobot/icons@0.0.0-beta.50(transitive)
+ Added@filerobot/utils@0.0.0-beta.50(transitive)
- Removed@filerobot/icons@0.0.0-beta.49(transitive)
- Removed@filerobot/utils@0.0.0-beta.49(transitive)