@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: '
|
|
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}
|
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
|
}
|