@nebularstreams/libmui 2.5.53 → 2.5.54

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.53",
4
+ "version": "2.5.54",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -563,7 +563,7 @@ const
563
563
  m(attrs.AssetButton, {
564
564
  global,
565
565
  value: rawValue, // metaDef.values ? metaDef.values[parameters[metaKey].id] : parameters[metaKey],
566
- confirm: attrs.confirm,
566
+ confirm: metaDef.confirm,
567
567
  class: "grows font-125 " + (metaDef.containerClass || "scaff scaff-b1"),
568
568
  buttonClass: (metaDef.buttonClass || "unitheight scaff-left"),
569
569
  readonly: metaDef.readOnly,