zigbee2mqtt-frontend 0.6.67 → 0.6.68

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/README.md CHANGED
@@ -38,6 +38,6 @@ npm run build //compiled files at ./dist
38
38
 
39
39
  # Sponsors
40
40
 
41
- [JetHome](http://jethome.ru/)
41
+ [JetHome](https://jethome.ru/)
42
42
 
43
43
 
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="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.cba6f2f4c0e5df5f7137.js"></script><script defer="defer" src="scripts/vendor.0bec3bffaceffb8afea6.js"></script><script defer="defer" src="main.d0598ce3eede4cea3e90.js"></script><link href="scripts/vendor.c815babf17bdd27565be.css" rel="stylesheet"><link href="main.d03c1623c480d4d83330.css" rel="stylesheet"></head><body><div id="root" class="wrapper"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="robots" content="noindex"><title>Zigbee2MQTT</title><link rel="icon" type="image/x-icon" href="favicon.ico"><link rel="preload" href="./css/light.css" as="style"><link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="150x150"><script defer="defer" src="runtime.cba6f2f4c0e5df5f7137.js"></script><script defer="defer" src="scripts/vendor.0bec3bffaceffb8afea6.js"></script><script defer="defer" src="main.ea3eb68167f341a8867f.js"></script><link href="scripts/vendor.c815babf17bdd27565be.css" rel="stylesheet"><link href="main.9545fb74691b6c2522b7.css" rel="stylesheet"></head><body><div id="root" class="wrapper"></div></body></html>
Binary file
@@ -1,4 +1,20 @@
1
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}
2
+ .sBYF2hyBEXK7fe4IktvA img {
3
+ max-height: 2em;
4
+ }
5
+
6
+ .WiMPBR4NwCHxYdIabzAA {
7
+ border-radius: 50%;
8
+ position: relative;
9
+ transition: transform .5s ease;
10
+ }
11
+
12
+ .WiMPBR4NwCHxYdIabzAA:hover {
13
+ transform: scale(4) translate(5px, 0);
14
+ z-index: 10;
15
+ border-radius: 0;
16
+ }
17
+
2
18
  .yb4hX3vDSAIuH5XeiJcD {
3
19
  width: 100%;
4
20
  height: 100%;
@@ -113,18 +129,6 @@
113
129
  right: 0;
114
130
  }
115
131
 
116
- .WiMPBR4NwCHxYdIabzAA {
117
- border-radius: 50%;
118
- position: relative;
119
- transition: transform .5s ease;
120
- }
121
-
122
- .WiMPBR4NwCHxYdIabzAA:hover {
123
- transform: scale(4) translate(5px, 0);
124
- z-index: 10;
125
- border-radius: 0;
126
- }
127
-
128
132
  .HXScBg6AiKUgarOAPwEu img {
129
133
  width: 150px;
130
134
  }
@@ -228,4 +232,4 @@
228
232
 
229
233
 
230
234
 
231
- /*# sourceMappingURL=main.d03c1623c480d4d83330.css.map*/
235
+ /*# sourceMappingURL=main.9545fb74691b6c2522b7.css.map*/