@teamturing/react-kit 2.7.1 → 2.7.2
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
|
@@ -17586,7 +17586,7 @@ const GridView = ({
|
|
|
17586
17586
|
const ViewComponent = getViewComponent(viewContainer);
|
|
17587
17587
|
return /*#__PURE__*/jsxRuntimeExports.jsx(ViewComponent, {
|
|
17588
17588
|
view: viewContainer.view
|
|
17589
|
-
});
|
|
17589
|
+
}, viewContainer.id);
|
|
17590
17590
|
})
|
|
17591
17591
|
}, unitKey);
|
|
17592
17592
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
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",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"react-is": "^18.2.0",
|
|
58
58
|
"styled-system": "^5.1.5"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "3444bbf74612c11a443c618b18862927ecc6bc71"
|
|
61
61
|
}
|