@teamturing/react-kit 2.32.2 → 2.32.4

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
@@ -6873,7 +6873,7 @@ const ActionListItem = ({
6873
6873
  gapX: 2,
6874
6874
  gapY: 0.5,
6875
6875
  wrap: true,
6876
- alignItems: 'flex-end',
6876
+ alignItems: 'center',
6877
6877
  children: [/*#__PURE__*/jsxRuntimeExports.jsx(Grid$1.Unit, {
6878
6878
  size: descriptionLayout === 'inline' ? 'min' : 1,
6879
6879
  sx: {
@@ -17833,7 +17833,6 @@ const DatagridWrapper = styled__default.default.div`
17833
17833
  border-radius: ${({
17834
17834
  theme
17835
17835
  }) => forcePixelValue(theme.radii.s)};
17836
- overflow: hidden;
17837
17836
  isolation: isolate;
17838
17837
 
17839
17838
  ${sx}
@@ -91,7 +91,7 @@ const ActionListItem = ({
91
91
  gapX: 2,
92
92
  gapY: 0.5,
93
93
  wrap: true,
94
- alignItems: 'flex-end',
94
+ alignItems: 'center',
95
95
  children: [/*#__PURE__*/jsxRuntimeExports.jsx(Grid.Unit, {
96
96
  size: descriptionLayout === 'inline' ? 'min' : 1,
97
97
  sx: {
@@ -40,7 +40,6 @@ const DatagridWrapper = styled.div`
40
40
  border-radius: ${({
41
41
  theme
42
42
  }) => forcePixelValue(theme.radii.s)};
43
- overflow: hidden;
44
43
  isolation: isolate;
45
44
 
46
45
  ${sx}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.32.2",
3
+ "version": "2.32.4",
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": "2f85135f0dc73860e96d8e5ace1f3a684fb6291a"
69
+ "gitHead": "39a397ddef15090440faef34e7e9f0c098de6893"
70
70
  }