@webqit/webflo 0.20.36 → 0.20.38

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/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.36",
15
+ "version": "0.20.38",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -293,6 +293,7 @@ export class ToastElement extends BaseElement {
293
293
  @starting-style {
294
294
  :host(:is([popover="manual"], ._manual-dismiss):popover-open)::backdrop {
295
295
  backdrop-filter: none;
296
+ background: none;
296
297
  }
297
298
  }
298
299
 
@@ -1370,7 +1371,8 @@ export class ModalElement extends BaseElement {
1370
1371
  transition:
1371
1372
  display 0.2s allow-discrete,
1372
1373
  overlay 0.2s allow-discrete,
1373
- backdrop-filter 0.2s;
1374
+ backdrop-filter 0.2s,
1375
+ background 0.2s;
1374
1376
  }
1375
1377
 
1376
1378
  :host(._swipe-dismiss._container) {
@@ -1417,6 +1419,7 @@ export class ModalElement extends BaseElement {
1417
1419
  @starting-style {
1418
1420
  :host(:popover-open)::backdrop {
1419
1421
  backdrop-filter: none;
1422
+ background: none;
1420
1423
  }
1421
1424
  }
1422
1425