@bpmn-io/form-js-viewer 0.13.0 → 0.13.1

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.
@@ -270,6 +270,7 @@
270
270
  padding: 8px;
271
271
  width: auto !important;
272
272
  min-width: 34px;
273
+ max-width: 30%;
273
274
  display: flex;
274
275
  overflow: hidden;
275
276
  }
@@ -361,7 +362,7 @@
361
362
  margin: 0;
362
363
  outline: 0;
363
364
  width: auto;
364
- flex-grow: 1;
365
+ flex: 1;
365
366
  }
366
367
 
367
368
  .fjs-container .fjs-input-group .fjs-select-display {
@@ -257,6 +257,7 @@
257
257
  padding: 8px;
258
258
  width: auto !important;
259
259
  min-width: 34px;
260
+ max-width: 30%;
260
261
  display: flex;
261
262
  overflow: hidden;
262
263
  }
@@ -346,7 +347,7 @@
346
347
  margin: 0;
347
348
  outline: 0;
348
349
  width: auto;
349
- flex-grow: 1;
350
+ flex: 1;
350
351
  }
351
352
 
352
353
  .fjs-container .fjs-input-group .fjs-select-display {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-viewer",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "View forms - powered by bpmn.io",
5
5
  "exports": {
6
6
  ".": {
@@ -46,6 +46,7 @@
46
46
  "big.js": "^6.2.1",
47
47
  "classnames": "^2.3.1",
48
48
  "didi": "^9.0.0",
49
+ "feelers": "^0.1.0-alpha.8",
49
50
  "feelin": "^0.41.0",
50
51
  "flatpickr": "^4.6.13",
51
52
  "ids": "^1.0.0",
@@ -60,5 +61,5 @@
60
61
  "files": [
61
62
  "dist"
62
63
  ],
63
- "gitHead": "580e837b1daddd43fcbc24e9fa4bbaf358825692"
64
+ "gitHead": "0b139786808d65c52aa030be7b9ae26abda34fde"
64
65
  }