@teamturing/react-kit 2.19.38 → 2.19.39

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
@@ -23257,7 +23257,7 @@ const VisuallyHidden = styled__default.default.span`
23257
23257
  }}
23258
23258
  `;
23259
23259
  const LabelWrapper = styled__default.default(View)`
23260
- display: block;
23260
+ display: inline-block;
23261
23261
  align-self: flex-start;
23262
23262
 
23263
23263
  font-size: ${({
@@ -52,7 +52,7 @@ const VisuallyHidden = styled.span`
52
52
  }}
53
53
  `;
54
54
  const LabelWrapper = styled(View)`
55
- display: block;
55
+ display: inline-block;
56
56
  align-self: flex-start;
57
57
 
58
58
  font-size: ${({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.38",
3
+ "version": "2.19.39",
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",
@@ -65,5 +65,5 @@
65
65
  "react-textarea-autosize": "^8.5.3",
66
66
  "styled-system": "^5.1.5"
67
67
  },
68
- "gitHead": "7bddd078ddae02ad4377f71f5f64b28269ba97a6"
68
+ "gitHead": "6f673f701443848c95b7684e0343aedc42ab03cd"
69
69
  }