saby-customizer 0.0.0-pre.40 → 0.0.0-pre.41

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.
@@ -86,7 +86,7 @@ export class PopupDialog extends oom.extends(HTMLElement, PopupDialogDefaults) {
86
86
  this.id = 'sc-popup-dialog'
87
87
  /** @type {import('@material/mwc-dialog').Dialog} */// @ts-ignore
88
88
  this.dialog = oom
89
- .mwcDialog({ hideActions: true }, this.header, this.main)
89
+ .mwcDialog({ hideactions: true }, this.header, this.main)
90
90
  .dom
91
91
 
92
92
  oom(this, this.dialog)
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": "github:saby-customizer/saby-customizer.github.io",
11
11
  "license": "Unlicense",
12
- "version": "0.0.0-pre.40",
12
+ "version": "0.0.0-pre.41",
13
13
  "type": "module",
14
14
  "main": "./userscript.js",
15
15
  "exports": {