@teamturing/react-kit 2.19.32 → 2.19.33

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
@@ -23258,6 +23258,7 @@ const FormControl = ({
23258
23258
  columnGap: 2
23259
23259
  },
23260
23260
  children: [/*#__PURE__*/jsxRuntimeExports.jsx(View, {
23261
+ display: 'inline-flex',
23261
23262
  children: /*#__PURE__*/React.cloneElement(InputComponent, {
23262
23263
  id,
23263
23264
  disabled,
@@ -46,6 +46,7 @@ const FormControl = ({
46
46
  columnGap: 2
47
47
  },
48
48
  children: [/*#__PURE__*/jsxRuntimeExports.jsx(View, {
49
+ display: 'inline-flex',
49
50
  children: /*#__PURE__*/cloneElement(InputComponent, {
50
51
  id,
51
52
  disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.32",
3
+ "version": "2.19.33",
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",
@@ -65,5 +65,5 @@
65
65
  "react-textarea-autosize": "^8.5.3",
66
66
  "styled-system": "^5.1.5"
67
67
  },
68
- "gitHead": "810f5dc18c7ede79944480e217574b67125b5b97"
68
+ "gitHead": "087278f1712786751daaf663ccb1c59116c89510"
69
69
  }