@omegagrid/grid 0.6.4 → 0.6.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.
@@ -98,7 +98,7 @@ export const tableStyles = css `
98
98
 
99
99
  td>div, th>div {
100
100
  overflow: hidden;
101
- white-space: nowrap;
101
+ white-space: pre;
102
102
  }
103
103
 
104
104
  th.vtree>div, th.vtree-line>div, th.htree>div, th.htree-line>div {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omegagrid/grid",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Universal datagrid component",
6
6
  "main": "./dist/index.js",
@@ -35,12 +35,12 @@
35
35
  "_prepublish": "yarn test && yarn lint"
36
36
  },
37
37
  "dependencies": {
38
- "@omegagrid/commands": "^0.6.4",
39
- "@omegagrid/core": "^0.6.4",
40
- "@omegagrid/grid-core": "^0.6.4",
41
- "@omegagrid/localize": "^0.6.4",
42
- "@omegagrid/tabs": "^0.6.4",
43
- "@omegagrid/tree": "^0.6.4",
38
+ "@omegagrid/commands": "^0.6.5",
39
+ "@omegagrid/core": "^0.6.5",
40
+ "@omegagrid/grid-core": "^0.6.5",
41
+ "@omegagrid/localize": "^0.6.5",
42
+ "@omegagrid/tabs": "^0.6.5",
43
+ "@omegagrid/tree": "^0.6.5",
44
44
  "@stdlib/stats": "^0.0.13",
45
45
  "lit": "^3.1.1",
46
46
  "lit-html": "^3.1.1",