@teamturing/react-kit 2.26.0 → 2.26.1
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/Drawer/DrawerHeader.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18973,7 +18973,7 @@ const DrawerHeader = ({
|
|
|
18973
18973
|
borderBottomStyle: 'solid',
|
|
18974
18974
|
borderBottomColor: 'border/neutral',
|
|
18975
18975
|
display: 'flex',
|
|
18976
|
-
flexDirection: '
|
|
18976
|
+
flexDirection: 'row',
|
|
18977
18977
|
columnGap: 1,
|
|
18978
18978
|
flexWrap: 'nowrap',
|
|
18979
18979
|
...sx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.1",
|
|
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": "9502d9fdeb6ffe312038ad16e21f0f6dd1514a72"
|
|
70
70
|
}
|