@economic/taco 2.0.0 → 2.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -130,5 +130,5 @@
130
130
  "not ie < 11"
131
131
  ]
132
132
  },
133
- "gitHead": "c00bafc708872f3af1add8940a2442760b8e92e4"
133
+ "gitHead": "c7896dadcc2cc37c6237fe9db6885b686f428965"
134
134
  }
package/types.json CHANGED
@@ -7837,6 +7837,11 @@
7837
7837
  "optional": true,
7838
7838
  "type": "Table3ColumnHeaderMenu"
7839
7839
  },
7840
+ {
7841
+ "name": "minWidth",
7842
+ "optional": true,
7843
+ "type": "number"
7844
+ },
7840
7845
  {
7841
7846
  "name": "renderer",
7842
7847
  "optional": true,
@@ -8229,7 +8234,10 @@
8229
8234
  "name": "TType"
8230
8235
  }
8231
8236
  },
8232
- "returnValue": "Element"
8237
+ "returnValue": [
8238
+ "Element",
8239
+ "null"
8240
+ ]
8233
8241
  },
8234
8242
  "Table3RowClickHandler": {
8235
8243
  "arguments": {