@record-evolution/widget-sidenav 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.
- package/dist/widget-sidenav.js +2 -2
- package/package.json +3 -2
- package/thumbnail.png +0 -0
package/dist/widget-sidenav.js
CHANGED
|
@@ -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.
|
|
910
|
+
this.version = '1.0.4';
|
|
911
911
|
}
|
|
912
912
|
update(changedProperties) {
|
|
913
913
|
if (changedProperties.has('theme')) {
|
|
@@ -1064,7 +1064,7 @@ __decorate([
|
|
|
1064
1064
|
r$1()
|
|
1065
1065
|
], WidgetSidenav.prototype, "themeTitleColor", void 0);
|
|
1066
1066
|
WidgetSidenav = __decorate([
|
|
1067
|
-
t$2('widget-sidenav-1.0.
|
|
1067
|
+
t$2('widget-sidenav-1.0.4')
|
|
1068
1068
|
], WidgetSidenav);
|
|
1069
1069
|
|
|
1070
1070
|
export { WidgetSidenav };
|
package/package.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"description": "Webcomponent widget-sidenav following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-sidenav",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-sidenav.js",
|
|
9
9
|
"types": "dist/src/widget-sidenav.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
|