@record-evolution/widget-sidenav 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.
@@ -907,7 +907,7 @@ const u = (e, s, t) => {
907
907
  let WidgetSidenav = class WidgetSidenav extends i$1 {
908
908
  constructor() {
909
909
  super(...arguments);
910
- this.version = '1.0.7';
910
+ this.version = '1.0.8';
911
911
  }
912
912
  update(changedProperties) {
913
913
  if (changedProperties.has('theme')) {
@@ -1074,7 +1074,7 @@ __decorate([
1074
1074
  r$1()
1075
1075
  ], WidgetSidenav.prototype, "themeTitleColor", void 0);
1076
1076
  WidgetSidenav = __decorate([
1077
- t$2('widget-sidenav-1.0.7')
1077
+ t$2('widget-sidenav-1.0.8')
1078
1078
  ], WidgetSidenav);
1079
1079
 
1080
1080
  export { WidgetSidenav };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-sidenav following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-sidenav",
6
- "version": "1.0.7",
6
+ "version": "1.0.8",
7
7
  "type": "module",
8
8
  "main": "dist/widget-sidenav.js",
9
9
  "types": "dist/src/widget-sidenav.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",