@teamturing/react-kit 2.21.3 → 2.21.4
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
|
@@ -23239,6 +23239,9 @@ const FormControlLabel = ({
|
|
|
23239
23239
|
return /*#__PURE__*/jsxRuntimeExports.jsx(VisuallyHidden, {
|
|
23240
23240
|
as: 'label',
|
|
23241
23241
|
htmlFor: id,
|
|
23242
|
+
sx: {
|
|
23243
|
+
width: 'fit-content'
|
|
23244
|
+
},
|
|
23242
23245
|
isVisible: !visuallyHidden,
|
|
23243
23246
|
children: /*#__PURE__*/jsxRuntimeExports.jsxs(LabelWrapper, {
|
|
23244
23247
|
...props,
|
|
@@ -19,6 +19,9 @@ const FormControlLabel = ({
|
|
|
19
19
|
return /*#__PURE__*/jsxRuntimeExports.jsx(VisuallyHidden, {
|
|
20
20
|
as: 'label',
|
|
21
21
|
htmlFor: id,
|
|
22
|
+
sx: {
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
},
|
|
22
25
|
isVisible: !visuallyHidden,
|
|
23
26
|
children: /*#__PURE__*/jsxRuntimeExports.jsxs(LabelWrapper, {
|
|
24
27
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.4",
|
|
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": "33f8f649b6d3fdb30fac8ae1171a4ca54aae7990"
|
|
70
70
|
}
|