@teamturing/react-kit 2.45.1 → 2.45.2

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 CHANGED
@@ -35324,7 +35324,7 @@ const TextInput = ({
35324
35324
  }
35325
35325
  },
35326
35326
  children: [typeof TrailingVisual !== 'string' && reactIsExports.isValidElementType(TrailingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(TrailingVisual, {}) : TrailingVisual, trailingAction ? /*#__PURE__*/React.cloneElement(trailingAction, {
35327
- disabled: disabled
35327
+ disabled: trailingAction.props.disabled || disabled
35328
35328
  }) : null]
35329
35329
  })]
35330
35330
  });
@@ -69,7 +69,7 @@ const TextInput = ({
69
69
  }
70
70
  },
71
71
  children: [typeof TrailingVisual !== 'string' && reactIsExports.isValidElementType(TrailingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(TrailingVisual, {}) : TrailingVisual, trailingAction ? /*#__PURE__*/cloneElement(trailingAction, {
72
- disabled: disabled
72
+ disabled: trailingAction.props.disabled || disabled
73
73
  }) : null]
74
74
  })]
75
75
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.45.1",
3
+ "version": "2.45.2",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "8746c609ce97b92542bb947460afd508962aa331"
69
+ "gitHead": "a7d150262d9dc769e8b83c3ec540325d17018ed8"
70
70
  }