@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 +0 -1
- package/esm/core/Datagrid/index.js +0 -1
- package/package.json +2 -2
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}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.32.
|
|
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": "
|
|
69
|
+
"gitHead": "39a397ddef15090440faef34e7e9f0c098de6893"
|
|
70
70
|
}
|