@linzjs/step-ag-grid 22.1.0 → 22.1.1

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.css CHANGED
@@ -435,6 +435,7 @@
435
435
 
436
436
  .GridCellAlignCenter .GridCell-container {
437
437
  display: flex;
438
+ justify-content: center;
438
439
  }
439
440
 
440
441
  .GridCellAlignCenter .ag-wrapper {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "22.1.0",
5
+ "version": "22.1.1",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -125,6 +125,7 @@
125
125
 
126
126
  .GridCellAlignCenter .GridCell-container {
127
127
  display: flex;
128
+ justify-content: center;
128
129
  }
129
130
 
130
131
  .GridCellAlignCenter .ag-wrapper {