@nebularstreams/libmui 2.5.83 → 2.5.86

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.83",
4
+ "version": "2.5.86",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -400,7 +400,7 @@ const
400
400
  title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters) : metaDef.title+" "+(index+1),
401
401
  cardid: metaDef.cardid + "-" + index,
402
402
  nofold: false,
403
- size: metaDef.size || 1,
403
+ size: metaDef.margin || 1,
404
404
  expandedView: () => [
405
405
  m(ParameterTable, {
406
406
  meta: metaDef.items,
@@ -422,7 +422,7 @@ const
422
422
  onAction: attrs.onAction,
423
423
  optionsDict: attrs.optionsDict,
424
424
  play: attrs.play,
425
- auxTargetIsDefault: attrs.auxTargetIsDefault,
425
+ auxTargetIsDefault: false,
426
426
  AssetButton: attrs.AssetButton,
427
427
  CodeMirror: attrs.CodeMirror
428
428
  })
@@ -438,7 +438,7 @@ const
438
438
  title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters) : metaDef.title,
439
439
  cardid: metaDef.cardid,
440
440
  nofold: false,
441
- size: metaDef.size || 1,
441
+ size: metaDef.margin || 1,
442
442
  expandedView: () => [
443
443
  m(ParameterTable, {
444
444
  meta: metaDef.items,