@visns-studio/visns-components 2.2.2 → 2.2.3

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.
@@ -1596,6 +1596,7 @@ const DataGrid = forwardRef(
1596
1596
  header: 'Action',
1597
1597
  defaultWidth: 100,
1598
1598
  textAlign: 'center',
1599
+ textVerticalAlign: 'top',
1599
1600
  render: ({ data }) => {
1600
1601
  return (
1601
1602
  <div className="tdactions">
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^17.0.1"
41
41
  },
42
42
  "name": "@visns-studio/visns-components",
43
- "version": "2.2.2",
43
+ "version": "2.2.3",
44
44
  "description": "Various packages to assist in the development of our Custom Applications.",
45
45
  "main": "index.js",
46
46
  "scripts": {