@teamturing/react-kit 2.19.11 → 2.19.12
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
|
@@ -17662,7 +17662,7 @@ const DatagridBody = ({
|
|
|
17662
17662
|
const BaseDatagridBody = styled__default.default.div`
|
|
17663
17663
|
width: inherit;
|
|
17664
17664
|
|
|
17665
|
-
& >
|
|
17665
|
+
& > *:not(:last-child) {
|
|
17666
17666
|
border-bottom-width: ${forcePixelValue(1)};
|
|
17667
17667
|
border-bottom-style: solid;
|
|
17668
17668
|
border-bottom-color: ${({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.12",
|
|
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",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "cf4b596b8cb53dc61d532f7d01d6064649004ee3"
|
|
66
66
|
}
|