@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: ${({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
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": "
|
|
68
|
+
"gitHead": "6f673f701443848c95b7684e0343aedc42ab03cd"
|
|
69
69
|
}
|