@teamturing/react-kit 2.32.3 → 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
@@ -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}
@@ -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.3",
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": "56d2473afc39512754a840dcfcfc473251089c6a"
69
+ "gitHead": "39a397ddef15090440faef34e7e9f0c098de6893"
70
70
  }