@teamturing/react-kit 2.21.18 → 2.21.19
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 +1 -1
- package/esm/core/TextInput/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21038,7 +21038,7 @@ const TextInput = ({
|
|
|
21038
21038
|
'flexShrink': 0,
|
|
21039
21039
|
'fontSize': 'xxs',
|
|
21040
21040
|
'fontWeight': 'medium',
|
|
21041
|
-
'color': theme.colors['text/neutral'],
|
|
21041
|
+
'color': theme.colors['text/neutral/subtler'],
|
|
21042
21042
|
'& > svg': {
|
|
21043
21043
|
display: 'block',
|
|
21044
21044
|
width: 16,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.19",
|
|
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": "7860db0902b4c08b098a3b7f637d154634658c52"
|
|
70
70
|
}
|