ywana-core8 0.0.155 → 0.0.156

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.cjs CHANGED
@@ -1006,12 +1006,12 @@ var DropDown = function DropDown(props) {
1006
1006
  onClick: toggle,
1007
1007
  value: label,
1008
1008
  onChange: change
1009
- })), /*#__PURE__*/React__default["default"].createElement(Icon, {
1009
+ })), !readOnly ? /*#__PURE__*/React__default["default"].createElement(Icon, {
1010
1010
  icon: "expand_more",
1011
1011
  clickable: true,
1012
1012
  size: "small",
1013
1013
  action: toggle
1014
- }), renderOptions());
1014
+ }) : null, renderOptions());
1015
1015
  };
1016
1016
 
1017
1017
  var isFunction$1 = function isFunction(value) {