iobroker.mywebui 1.37.98 → 1.37.99
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/io-package.json
CHANGED
package/package.json
CHANGED
|
@@ -1228,7 +1228,8 @@ export class IobrokerWebuiAppShell extends BaseCustomWebComponentConstructorAppe
|
|
|
1228
1228
|
['slideInLeft','Slide In Left'],['slideInRight','Slide In Right'],
|
|
1229
1229
|
['slideInTop','Slide In Top'],['slideInBottom','Slide In Bottom'],
|
|
1230
1230
|
['bounce','Bounce'],['pulse','Pulse'],['shake','Shake'],
|
|
1231
|
-
['glow','Glow'],['blur','Blur'],['spin','Spin'],['flip','Flip 3D']
|
|
1231
|
+
['glow','Glow'],['blur','Blur'],['spin','Spin'],['flip','Flip 3D'],
|
|
1232
|
+
['pulseRing','Pulse Ring']
|
|
1232
1233
|
], cfg.type || '');
|
|
1233
1234
|
|
|
1234
1235
|
const triggerSel = sel([
|