zigbee2mqtt-frontend 0.6.67 → 0.6.71

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.
@@ -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*/
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.67",
11
+ "version": "0.6.71",
12
12
  "license": "GPL-3.0",
13
13
  "scripts": {
14
14
  "build": "npm run clean && webpack --config ./webpack.config.js --mode production",