@teamturing/react-kit 2.32.0 → 2.32.1
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 +2 -4
- package/esm/core/FormControl/index.js +2 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -37009,8 +37009,7 @@ const FormControl = ({
|
|
|
37009
37009
|
display: 'inline-flex',
|
|
37010
37010
|
children: /*#__PURE__*/React.cloneElement(InputComponent, {
|
|
37011
37011
|
id,
|
|
37012
|
-
disabled
|
|
37013
|
-
required
|
|
37012
|
+
disabled
|
|
37014
37013
|
})
|
|
37015
37014
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(View, {
|
|
37016
37015
|
sx: {
|
|
@@ -37036,8 +37035,7 @@ const FormControl = ({
|
|
|
37036
37035
|
...props,
|
|
37037
37036
|
children: [relocatableComponentsObject.label, /*#__PURE__*/React.cloneElement(InputComponent, {
|
|
37038
37037
|
id,
|
|
37039
|
-
disabled
|
|
37040
|
-
required
|
|
37038
|
+
disabled
|
|
37041
37039
|
}), relocatableComponentsObject.caption, relocatableComponentsObject.errorMessage, relocatableComponentsObject.successMessage]
|
|
37042
37040
|
})
|
|
37043
37041
|
});
|
|
@@ -53,8 +53,7 @@ const FormControl = ({
|
|
|
53
53
|
display: 'inline-flex',
|
|
54
54
|
children: /*#__PURE__*/cloneElement(InputComponent, {
|
|
55
55
|
id,
|
|
56
|
-
disabled
|
|
57
|
-
required
|
|
56
|
+
disabled
|
|
58
57
|
})
|
|
59
58
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(View, {
|
|
60
59
|
sx: {
|
|
@@ -80,8 +79,7 @@ const FormControl = ({
|
|
|
80
79
|
...props,
|
|
81
80
|
children: [relocatableComponentsObject.label, /*#__PURE__*/cloneElement(InputComponent, {
|
|
82
81
|
id,
|
|
83
|
-
disabled
|
|
84
|
-
required
|
|
82
|
+
disabled
|
|
85
83
|
}), relocatableComponentsObject.caption, relocatableComponentsObject.errorMessage, relocatableComponentsObject.successMessage]
|
|
86
84
|
})
|
|
87
85
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.1",
|
|
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": "a0b85d1cbbb9b1a48bc40e4cfa916b8fe224405f"
|
|
70
70
|
}
|