@app-studio/web 0.3.61 → 0.3.62

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.
@@ -3551,11 +3551,11 @@ var TextFieldView = function TextFieldView(_ref) {
3551
3551
  }, fieldStyles, props, {
3552
3552
  onChange: handleChange,
3553
3553
  value: value
3554
- }))), (rightChild || isClearable && value) && React__default.createElement(FieldIcons, null, rightChild && React__default.createElement(React__default.Fragment, null, rightChild), isClearable && value && !isReadOnly && !isDisabled && React__default.createElement(CloseSvg, {
3554
+ }))), (rightChild || isClearable && value) && React__default.createElement(FieldIcons, null, isClearable && value && !isReadOnly && !isDisabled && React__default.createElement(CloseSvg, {
3555
3555
  size: appStudio.Typography.fontSizes[size],
3556
3556
  color: IconColor,
3557
3557
  onClick: handleClear
3558
- }))));
3558
+ }), rightChild && React__default.createElement(React__default.Fragment, null, rightChild))));
3559
3559
  };
3560
3560
 
3561
3561
  var _excluded$q = ["visibleIcon", "hiddenIcon"],