@record-evolution/widget-image 1.1.14 → 1.1.15
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-image.js
CHANGED
|
@@ -645,7 +645,7 @@ var te = Object.defineProperty, ee = Object.getOwnPropertyDescriptor, _ = (r, t,
|
|
|
645
645
|
};
|
|
646
646
|
let g = class extends H {
|
|
647
647
|
constructor() {
|
|
648
|
-
super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.
|
|
648
|
+
super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.15";
|
|
649
649
|
}
|
|
650
650
|
disconnectedCallback() {
|
|
651
651
|
super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
|
|
@@ -880,7 +880,7 @@ _([
|
|
|
880
880
|
Yt(".wrapper")
|
|
881
881
|
], g.prototype, "wrapper", 2);
|
|
882
882
|
g = _([
|
|
883
|
-
Jt("widget-image-1.1.
|
|
883
|
+
Jt("widget-image-1.1.15")
|
|
884
884
|
], g);
|
|
885
885
|
export {
|
|
886
886
|
g as WidgetImage
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent widget-image following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-image",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.15",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-image.js",
|
|
9
9
|
"types": "dist/src/widget-image.d.ts",
|