@record-evolution/widget-switch 1.1.3 → 1.1.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-switch.js +2 -2
- package/package.json +4 -3
- package/thumbnail.webp +0 -0
package/dist/widget-switch.js
CHANGED
|
@@ -9,7 +9,7 @@ var f = Object.defineProperty, g = Object.getOwnPropertyDescriptor, c = (t, e, r
|
|
|
9
9
|
};
|
|
10
10
|
let a = class extends u {
|
|
11
11
|
constructor() {
|
|
12
|
-
super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.
|
|
12
|
+
super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.4", this.origWidth = 0, this.origHeight = 0, this.resizeObserver = new ResizeObserver(this.applyData.bind(this)), this.resizeObserver.observe(this);
|
|
13
13
|
}
|
|
14
14
|
disconnectedCallback() {
|
|
15
15
|
super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
|
|
@@ -272,7 +272,7 @@ c([
|
|
|
272
272
|
n()
|
|
273
273
|
], a.prototype, "themePrimaryColor", 2);
|
|
274
274
|
a = c([
|
|
275
|
-
b("widget-switch-1.1.
|
|
275
|
+
b("widget-switch-1.1.4")
|
|
276
276
|
], a);
|
|
277
277
|
export {
|
|
278
278
|
a as WidgetSwitch
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "IronFlock Widget widget-switch",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Record Evolution GmbH",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.4",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -15,11 +15,12 @@
|
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"src",
|
|
18
|
-
"thumbnail.png"
|
|
18
|
+
"thumbnail.png",
|
|
19
|
+
"thumbnail.webp"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
21
22
|
"analyze": "cem analyze --litelement",
|
|
22
|
-
"start": "vite",
|
|
23
|
+
"start": "vite build --watch & vite",
|
|
23
24
|
"build": "vite build",
|
|
24
25
|
"watch": "vite build --watch",
|
|
25
26
|
"link": "npm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-switch",
|
package/thumbnail.webp
ADDED
|
Binary file
|