@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: 'xs',
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: 'xs',
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: 'xs',
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]
@@ -12,7 +12,7 @@ const FormControlCaption = ({
12
12
  return /*#__PURE__*/jsxRuntimeExports.jsx(Text, {
13
13
  as: 'span',
14
14
  id: id,
15
- typography: 'xs',
15
+ typography: 'xxs',
16
16
  color: 'text/neutral/subtlest',
17
17
  children: children
18
18
  });
@@ -12,7 +12,7 @@ const FormControlErrorMessage = ({
12
12
  } = useContext(FormControlContext);
13
13
  return /*#__PURE__*/jsxRuntimeExports.jsx(StyledText, {
14
14
  id: id,
15
- typography: 'xs',
15
+ typography: 'xxs',
16
16
  color: 'text/danger',
17
17
  children: children
18
18
  });
@@ -12,7 +12,7 @@ const FormControlSuccessMessage = ({
12
12
  } = useContext(FormControlContext);
13
13
  return /*#__PURE__*/jsxRuntimeExports.jsx(StyledText, {
14
14
  id: id,
15
- typography: 'xs',
15
+ typography: 'xxs',
16
16
  color: 'text/success',
17
17
  children: children
18
18
  });
@@ -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.5",
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": "29280659eecfa0404a06a9aa4f019eba500eed7d"
65
+ "gitHead": "20dd5eb44b2910ffd5509d5a93c293bb0a3a4c7f"
66
66
  }