@teamturing/react-kit 2.51.7 → 2.51.8
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
|
@@ -6285,7 +6285,8 @@ const FormControlLabel = ({
|
|
|
6285
6285
|
as: 'label',
|
|
6286
6286
|
htmlFor: id,
|
|
6287
6287
|
sx: {
|
|
6288
|
-
width: 'fit-content'
|
|
6288
|
+
width: 'fit-content',
|
|
6289
|
+
display: 'contents'
|
|
6289
6290
|
},
|
|
6290
6291
|
isVisible: !visuallyHidden,
|
|
6291
6292
|
children: /*#__PURE__*/jsxRuntime.jsxs(LabelWrapper, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.51.
|
|
3
|
+
"version": "2.51.8",
|
|
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": "
|
|
69
|
+
"gitHead": "5961cef6e07333df9b29fce0b6ec1781e055e98f"
|
|
70
70
|
}
|