@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, {
@@ -20,7 +20,8 @@ const FormControlLabel = ({
20
20
  as: 'label',
21
21
  htmlFor: id,
22
22
  sx: {
23
- width: 'fit-content'
23
+ width: 'fit-content',
24
+ display: 'contents'
24
25
  },
25
26
  isVisible: !visuallyHidden,
26
27
  children: /*#__PURE__*/jsxs(LabelWrapper, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.51.7",
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": "8726480a416e9b8804aa74aa32dc106858fd441f"
69
+ "gitHead": "5961cef6e07333df9b29fce0b6ec1781e055e98f"
70
70
  }