@economic/taco 1.35.4 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.35.4",
3
+ "version": "1.36.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -133,5 +133,5 @@
133
133
  "not ie < 11"
134
134
  ]
135
135
  },
136
- "gitHead": "1ed0795f0c90a241f098e3e3e590d7821e72ceea"
136
+ "gitHead": "1e93a12f431f23722ce6f26f1206444bd8c91c34"
137
137
  }
package/types.json CHANGED
@@ -5219,6 +5219,26 @@
5219
5219
  "name": "rowDensity",
5220
5220
  "optional": false,
5221
5221
  "type": [
5222
+ {
5223
+ "name": "comfortable",
5224
+ "optional": false,
5225
+ "type": "string"
5226
+ },
5227
+ {
5228
+ "name": "compact",
5229
+ "optional": false,
5230
+ "type": "string"
5231
+ },
5232
+ {
5233
+ "name": "normal",
5234
+ "optional": false,
5235
+ "type": "string"
5236
+ },
5237
+ {
5238
+ "name": "spacious",
5239
+ "optional": false,
5240
+ "type": "string"
5241
+ },
5222
5242
  {
5223
5243
  "name": "tooltip",
5224
5244
  "optional": false,