@woosmap/ui 3.181.0 → 3.182.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.181.0",
3
+ "version": "3.182.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -38,17 +38,18 @@
38
38
  overflow-y auto
39
39
  .modal--full &
40
40
  padding 0
41
- &--blur>*
42
- filter blur(1.8rem)
41
+ &--blur
43
42
  pointer-events none
44
43
  &__loading-layer
45
44
  fullwh()
45
+ z-index 1
46
46
  position absolute
47
47
  display flex
48
48
  flex-direction column
49
49
  align-items center
50
50
  justify-content center
51
- filter blur(0)
51
+ -webkit-backdrop-filter blur(2rem)
52
+ backdrop-filter blur(2rem)
52
53
  &__close
53
54
  &--outside
54
55
  position fixed