@record-evolution/widget-navbar 1.0.2 → 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.
@@ -1657,7 +1657,7 @@ var si = Object.defineProperty, W = (s, t, e, i) => {
1657
1657
  };
1658
1658
  const xt = class xt extends g {
1659
1659
  constructor() {
1660
- super(...arguments), this.version = "1.0.2";
1660
+ super(...arguments), this.version = "1.0.4";
1661
1661
  }
1662
1662
  update(t) {
1663
1663
  t.has("theme") && this.registerTheme(this.theme), super.update(t);
@@ -1785,7 +1785,7 @@ W([
1785
1785
  W([
1786
1786
  F()
1787
1787
  ], E.prototype, "themeTitleColor");
1788
- window.customElements.define("widget-navbar-1.0.2", E);
1788
+ window.customElements.define("widget-navbar-1.0.4", E);
1789
1789
  export {
1790
1790
  E as WidgetNavbar
1791
1791
  };
package/package.json CHANGED
@@ -3,13 +3,14 @@
3
3
  "description": "Webcomponent widget-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-navbar",
6
- "version": "1.0.2",
6
+ "version": "1.0.4",
7
7
  "type": "module",
8
8
  "main": "dist/widget-navbar.js",
9
9
  "types": "dist/src/widget-navbar.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",
@@ -19,7 +20,7 @@
19
20
  "link": "npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-navbar",
20
21
  "unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-navbar && npm i @record-evolution/widget-navbar",
21
22
  "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
22
- "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag"
23
+ "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
23
24
  },
24
25
  "dependencies": {
25
26
  "@material/web": "^2.4.0",
package/thumbnail.png ADDED
Binary file