@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 +1 -0
- package/esm/core/FormControl/index.js +1 -0
- package/package.json +2 -2
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
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": "
|
|
68
|
+
"gitHead": "087278f1712786751daaf663ccb1c59116c89510"
|
|
69
69
|
}
|