zigbee2mqtt-frontend 0.6.40 → 0.6.44
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/5ac6d54b958a2d75b1e5.png +0 -0
- package/dist/88b7e4e45fa10f98a458.png +0 -0
- package/dist/index.html +1 -1
- package/dist/{main.ac25730e30bfe2874d71.css → main.7379448ff31d4e2a65b8.css} +20 -20
- package/dist/{main.6b396bb99c238368484b.js → main.ca71116fd87916d05b29.js} +317 -241
- package/dist/scripts/{vendor.fe0460b81c107166f365.js → vendor.49fee1be1555be7ec8f9.js} +436 -232
- package/package.json +16 -16
- package/dist/f089fd97c4f748dc240d.png +0 -0
Binary file
|
Binary file
|
package/dist/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Zigbee2MQTT</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/><link rel="subresource" href="./css/light.css"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous"/><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.3296ac9a5caef629c7d6.js"></script><script defer="defer" src="scripts/vendor.49fee1be1555be7ec8f9.js"></script><script defer="defer" src="main.ca71116fd87916d05b29.js"></script><link href="scripts/vendor.109be7bda8112bf971cc.css" rel="stylesheet"><link href="main.7379448ff31d4e2a65b8.css" rel="stylesheet"></head><body><div id="root" class="wrapper"></div></body></html>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
}
|
110
110
|
|
111
111
|
.WHCV9Yv8f3TVvfb73Hvp {
|
112
|
-
opacity: 0.5;
|
112
|
+
opacity: 0.5 !important;
|
113
113
|
stroke: gray;
|
114
114
|
}
|
115
115
|
|
@@ -139,6 +139,24 @@
|
|
139
139
|
padding-right: .5rem;
|
140
140
|
}
|
141
141
|
|
142
|
+
.GDDPje7BU_a2CqHQQeRS span {
|
143
|
+
padding: 0;
|
144
|
+
}
|
145
|
+
|
146
|
+
.GDDPje7BU_a2CqHQQeRS i {
|
147
|
+
margin-left: 5px;
|
148
|
+
}
|
149
|
+
.V7dffAiFpKHihMzFsuev {
|
150
|
+
padding-top: 0 !important;
|
151
|
+
padding-bottom: 0 !important;
|
152
|
+
min-height: 56px;
|
153
|
+
}
|
154
|
+
|
155
|
+
.NBzXAYfJkobb1Zfroqnt img {
|
156
|
+
max-height: 2em;
|
157
|
+
}
|
158
|
+
|
159
|
+
|
142
160
|
.xuLtgp30Xq3hNVI418MV {
|
143
161
|
margin-left: 4px;
|
144
162
|
}
|
@@ -214,23 +232,5 @@
|
|
214
232
|
}
|
215
233
|
|
216
234
|
.ySsEqVUR4fG8GsO0H54r i{right:0}.ySsEqVUR4fG8GsO0H54r img{max-height:2em}
|
217
|
-
.GDDPje7BU_a2CqHQQeRS span {
|
218
|
-
padding: 0;
|
219
|
-
}
|
220
|
-
|
221
|
-
.GDDPje7BU_a2CqHQQeRS i {
|
222
|
-
margin-left: 5px;
|
223
|
-
}
|
224
|
-
.V7dffAiFpKHihMzFsuev {
|
225
|
-
padding-top: 0 !important;
|
226
|
-
padding-bottom: 0 !important;
|
227
|
-
min-height: 56px;
|
228
|
-
}
|
229
|
-
|
230
|
-
.NBzXAYfJkobb1Zfroqnt img {
|
231
|
-
max-height: 2em;
|
232
|
-
}
|
233
|
-
|
234
|
-
|
235
235
|
|
236
|
-
/*# sourceMappingURL=main.
|
236
|
+
/*# sourceMappingURL=main.7379448ff31d4e2a65b8.css.map*/
|