@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 CHANGED
@@ -18973,7 +18973,7 @@ const DrawerHeader = ({
18973
18973
  borderBottomStyle: 'solid',
18974
18974
  borderBottomColor: 'border/neutral',
18975
18975
  display: 'flex',
18976
- flexDirection: 'column',
18976
+ flexDirection: 'row',
18977
18977
  columnGap: 1,
18978
18978
  flexWrap: 'nowrap',
18979
18979
  ...sx
@@ -16,7 +16,7 @@ const DrawerHeader = ({
16
16
  borderBottomStyle: 'solid',
17
17
  borderBottomColor: 'border/neutral',
18
18
  display: 'flex',
19
- flexDirection: 'column',
19
+ flexDirection: 'row',
20
20
  columnGap: 1,
21
21
  flexWrap: 'nowrap',
22
22
  ...sx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.26.0",
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": "5ffda9f34ed0398c6de4786338f54af08adc875e"
69
+ "gitHead": "9502d9fdeb6ffe312038ad16e21f0f6dd1514a72"
70
70
  }