@record-evolution/widget-navbar 1.0.7 → 1.0.8

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.
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "style": {
31
31
  "title": "Item Style",
32
- "order": 3,
32
+ "order": 6,
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "fontSize": {
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "navItems": {
62
62
  "title": "Navigation Items",
63
- "order": 3,
63
+ "order": 7,
64
64
  "type": "array",
65
65
  "items": {
66
66
  "type": "object",
@@ -1657,7 +1657,7 @@ var sr = Object.defineProperty, W = (s, t, e, r) => {
1657
1657
  };
1658
1658
  const xt = class xt extends g {
1659
1659
  constructor() {
1660
- super(...arguments), this.version = "1.0.7";
1660
+ super(...arguments), this.version = "1.0.8";
1661
1661
  }
1662
1662
  update(t) {
1663
1663
  t.has("theme") && this.registerTheme(this.theme), super.update(t);
@@ -1788,7 +1788,7 @@ W([
1788
1788
  W([
1789
1789
  F()
1790
1790
  ], E.prototype, "themeTitleColor");
1791
- window.customElements.define("widget-navbar-1.0.7", E);
1791
+ window.customElements.define("widget-navbar-1.0.8", E);
1792
1792
  export {
1793
1793
  E as WidgetNavbar
1794
1794
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-navbar",
6
- "version": "1.0.7",
6
+ "version": "1.0.8",
7
7
  "type": "module",
8
8
  "main": "dist/widget-navbar.js",
9
9
  "types": "dist/src/widget-navbar.d.ts",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "style": {
31
31
  "title": "Item Style",
32
- "order": 3,
32
+ "order": 6,
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "fontSize": {
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "navItems": {
62
62
  "title": "Navigation Items",
63
- "order": 3,
63
+ "order": 7,
64
64
  "type": "array",
65
65
  "items": {
66
66
  "type": "object",