@homebound/beam 2.137.8 → 2.137.9

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.
@@ -24,7 +24,7 @@ function numericColumn(columnDef) {
24
24
  exports.numericColumn = numericColumn;
25
25
  /** Provides default styling for a GridColumn representing an Action. */
26
26
  function actionColumn(columnDef) {
27
- return { clientSideSort: false, ...columnDef, align: "center", isAction: true };
27
+ return { clientSideSort: false, ...columnDef, align: "center", isAction: true, wrapAction: false };
28
28
  }
29
29
  exports.actionColumn = actionColumn;
30
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.137.8",
3
+ "version": "2.137.9",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",