zigbee2mqtt-frontend 0.6.58 → 0.6.62
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/index.html +1 -1
- package/dist/index.html.gz +0 -0
- package/dist/main.c05d5588319e0ac1daf0.js +2 -0
- package/dist/main.c05d5588319e0ac1daf0.js.gz +0 -0
- package/dist/{main.332d7f0991fc5fb7ccee.css → main.d03c1623c480d4d83330.css} +3 -8
- package/dist/main.d03c1623c480d4d83330.css.gz +0 -0
- package/dist/scripts/vendor.0bec3bffaceffb8afea6.js +3 -0
- package/dist/scripts/{vendor.7edd7a09cbb79262bbb5.js.LICENSE.txt → vendor.0bec3bffaceffb8afea6.js.LICENSE.txt} +0 -0
- package/dist/scripts/{vendor.7edd7a09cbb79262bbb5.js.LICENSE.txt.gz → vendor.0bec3bffaceffb8afea6.js.LICENSE.txt.gz} +0 -0
- package/dist/scripts/vendor.0bec3bffaceffb8afea6.js.gz +0 -0
- package/package.json +2 -1
- package/dist/main.215babae1cb51bf57a85.js +0 -2
- package/dist/main.215babae1cb51bf57a85.js.gz +0 -0
- package/dist/main.332d7f0991fc5fb7ccee.css.gz +0 -0
- package/dist/scripts/vendor.7edd7a09cbb79262bbb5.js +0 -3
- package/dist/scripts/vendor.7edd7a09cbb79262bbb5.js.gz +0 -0
Binary file
|
@@ -1,9 +1,4 @@
|
|
1
|
-
@keyframes blinker{50%{opacity:0}}body{overflow-y:auto !important}.animation-blinking{animation:blinker 1s linear infinite}.content{overflow-y:auto}.stroke-blink-enter{stroke-width:1}.stroke-blink-enter-active{stroke-width:5;transition:stroke-width 200ms}.stroke-blink-exit{stroke-width:5}.stroke-blink-exit-active{stroke-width:1;transition:stroke-width 200ms}.glyphicon{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.glyphicon-plus::before{content:""}.glyphicon-remove::before{content:""}.glyphicon-arrow-up::before{content:""}.glyphicon-arrow-down::before{content:""}
|
2
|
-
.qxSGpctw110fEKnXaZ77 {
|
3
|
-
max-height: 500px;
|
4
|
-
overflow-x: auto;
|
5
|
-
overflow-y: auto;
|
6
|
-
}
|
1
|
+
@keyframes blinker{50%{opacity:0}}body{overflow-y:auto !important}.animation-blinking{animation:blinker 1s linear infinite}.content{overflow-y:auto}.stroke-blink-enter{stroke-width:1}.stroke-blink-enter-active{stroke-width:5;transition:stroke-width 200ms}.stroke-blink-exit{stroke-width:5}.stroke-blink-exit-active{stroke-width:1;transition:stroke-width 200ms}.glyphicon{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.glyphicon-plus::before{content:""}.glyphicon-remove::before{content:""}.glyphicon-arrow-up::before{content:""}.glyphicon-arrow-down::before{content:""}.dropdown-menu{max-height:280px;overflow-y:auto}
|
7
2
|
.yb4hX3vDSAIuH5XeiJcD {
|
8
3
|
width: 100%;
|
9
4
|
height: 100%;
|
@@ -209,7 +204,7 @@
|
|
209
204
|
border-color: #94a0b4;
|
210
205
|
}
|
211
206
|
|
212
|
-
.GANQUsVRLFTOvi6kYVZ8
|
207
|
+
.GANQUsVRLFTOvi6kYVZ8 .field-description {
|
213
208
|
display: none;
|
214
209
|
}
|
215
210
|
|
@@ -233,4 +228,4 @@
|
|
233
228
|
|
234
229
|
|
235
230
|
|
236
|
-
/*# sourceMappingURL=main.
|
231
|
+
/*# sourceMappingURL=main.d03c1623c480d4d83330.css.map*/
|
Binary file
|