@linzjs/step-ag-grid 29.3.4 → 29.3.5

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
@@ -320,6 +320,10 @@
320
320
  margin-right: auto;
321
321
  }
322
322
 
323
+ .ag-unselectable {
324
+ user-select: text !important;
325
+ }
326
+
323
327
  .LabelPreferencesPanelGridCellAlignCenter .ag-cell-wrapper, .LabelPreferencesPanelGridCellAlignCenter .GridCell-container {
324
328
  display: flex;
325
329
  justify-content: center;
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": "29.3.4",
5
+ "version": "29.3.5",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -7,6 +7,10 @@
7
7
  margin-right: auto;
8
8
  }
9
9
 
10
+ .ag-unselectable {
11
+ user-select: text !important;
12
+ }
13
+
10
14
  .LabelPreferencesPanelGridCellAlignCenter .ag-cell-wrapper, .LabelPreferencesPanelGridCellAlignCenter .GridCell-container {
11
15
  display: flex;
12
16
  justify-content: center;