indicator-ui 0.1.24 → 0.1.25
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/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63054,10 +63054,8 @@ var _Dropdown = function _Dropdown(props, ref) {
|
|
|
63054
63054
|
width = _props$width === void 0 ? 'fill' : _props$width,
|
|
63055
63055
|
isActive = props.isActive,
|
|
63056
63056
|
className = props.className,
|
|
63057
|
-
|
|
63058
|
-
|
|
63059
|
-
_props$style = props.style,
|
|
63060
|
-
style = _props$style === void 0 ? {} : _props$style,
|
|
63057
|
+
styles = props.styles,
|
|
63058
|
+
style = props.style,
|
|
63061
63059
|
elementAfter = props.elementAfter,
|
|
63062
63060
|
elementBefore = props.elementBefore,
|
|
63063
63061
|
scrollCallbacks = _objectWithoutProperties(props, _excluded);
|
|
@@ -63077,7 +63075,7 @@ var _Dropdown = function _Dropdown(props, ref) {
|
|
|
63077
63075
|
}
|
|
63078
63076
|
return _objectSpread(_objectSpread({
|
|
63079
63077
|
width: resWidth
|
|
63080
|
-
}, styles), style);
|
|
63078
|
+
}, styles || {}), style || {});
|
|
63081
63079
|
};
|
|
63082
63080
|
var getValue = function getValue(curItem) {
|
|
63083
63081
|
if ((0,_lib__WEBPACK_IMPORTED_MODULE_3__.isObject)(curItem) && 'value' in curItem) {
|