@teamturing/react-kit 2.19.5 → 2.19.6
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
|
@@ -21580,7 +21580,7 @@ const FormControlCaption = ({
|
|
|
21580
21580
|
return /*#__PURE__*/jsxRuntimeExports.jsx(Text, {
|
|
21581
21581
|
as: 'span',
|
|
21582
21582
|
id: id,
|
|
21583
|
-
typography: '
|
|
21583
|
+
typography: 'xxs',
|
|
21584
21584
|
color: 'text/neutral/subtlest',
|
|
21585
21585
|
children: children
|
|
21586
21586
|
});
|
|
@@ -21594,7 +21594,7 @@ const FormControlErrorMessage = ({
|
|
|
21594
21594
|
} = React.useContext(FormControlContext);
|
|
21595
21595
|
return /*#__PURE__*/jsxRuntimeExports.jsx(StyledText$1, {
|
|
21596
21596
|
id: id,
|
|
21597
|
-
typography: '
|
|
21597
|
+
typography: 'xxs',
|
|
21598
21598
|
color: 'text/danger',
|
|
21599
21599
|
children: children
|
|
21600
21600
|
});
|
|
@@ -21691,7 +21691,7 @@ const FormControlSuccessMessage = ({
|
|
|
21691
21691
|
} = React.useContext(FormControlContext);
|
|
21692
21692
|
return /*#__PURE__*/jsxRuntimeExports.jsx(StyledText, {
|
|
21693
21693
|
id: id,
|
|
21694
|
-
typography: '
|
|
21694
|
+
typography: 'xxs',
|
|
21695
21695
|
color: 'text/success',
|
|
21696
21696
|
children: children
|
|
21697
21697
|
});
|
|
@@ -21751,7 +21751,7 @@ const FormControl = ({
|
|
|
21751
21751
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(View, {
|
|
21752
21752
|
sx: {
|
|
21753
21753
|
'& > span': {
|
|
21754
|
-
mt: 0
|
|
21754
|
+
mt: 0.5
|
|
21755
21755
|
}
|
|
21756
21756
|
},
|
|
21757
21757
|
children: [relocatableComponentsObject.label, relocatableComponentsObject.caption, relocatableComponentsObject.errorMessage, relocatableComponentsObject.successMessage]
|
|
@@ -52,7 +52,7 @@ const FormControl = ({
|
|
|
52
52
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(View, {
|
|
53
53
|
sx: {
|
|
54
54
|
'& > span': {
|
|
55
|
-
mt: 0
|
|
55
|
+
mt: 0.5
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
children: [relocatableComponentsObject.label, relocatableComponentsObject.caption, relocatableComponentsObject.errorMessage, relocatableComponentsObject.successMessage]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.6",
|
|
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",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "20dd5eb44b2910ffd5509d5a93c293bb0a3a4c7f"
|
|
66
66
|
}
|