@record-evolution/widget-navbutton 1.0.3 → 1.0.4

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.
@@ -4877,7 +4877,7 @@ MdFilledButton = __decorate([
4877
4877
  let WidgetNavbutton = class WidgetNavbutton extends LitElement {
4878
4878
  constructor() {
4879
4879
  super(...arguments);
4880
- this.version = '1.0.3';
4880
+ this.version = '1.0.4';
4881
4881
  }
4882
4882
  update(changedProperties) {
4883
4883
  if (changedProperties.has('theme')) {
@@ -4973,7 +4973,7 @@ __decorate([
4973
4973
  state()
4974
4974
  ], WidgetNavbutton.prototype, "themeTitleColor", void 0);
4975
4975
  WidgetNavbutton = __decorate([
4976
- customElement('widget-navbutton-1.0.3')
4976
+ customElement('widget-navbutton-1.0.4')
4977
4977
  ], WidgetNavbutton);
4978
4978
 
4979
4979
  export { WidgetNavbutton };
package/package.json CHANGED
@@ -3,13 +3,14 @@
3
3
  "description": "Webcomponent widget-navbutton following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-navbutton",
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "type": "module",
8
8
  "main": "dist/widget-navbutton.js",
9
9
  "types": "dist/src/widget-navbutton.d.ts",
10
10
  "files": [
11
11
  "dist",
12
- "src"
12
+ "src",
13
+ "thumbnail.png"
13
14
  ],
14
15
  "scripts": {
15
16
  "analyze": "cem analyze --litelement",
package/thumbnail.png ADDED
Binary file