@pathscale/ui 1.2.2 → 1.2.4

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.
@@ -76,9 +76,6 @@
76
76
  backdrop-filter: blur(var(--glass-panel-blur))
77
77
  saturate(var(--glass-saturation, 1.2))
78
78
  brightness(var(--glass-brightness, 1));
79
- -webkit-backdrop-filter: blur(var(--glass-panel-blur))
80
- saturate(var(--glass-saturation, 1.2))
81
- brightness(var(--glass-brightness, 1));
82
79
  background-clip: padding-box;
83
80
  }
84
81
 
@@ -127,7 +124,6 @@
127
124
  border-color: transparent;
128
125
  box-shadow: none;
129
126
  backdrop-filter: none;
130
- -webkit-backdrop-filter: none;
131
127
  }
132
128
 
133
129
  .glass-panel--transparent::before,
@@ -29,9 +29,6 @@
29
29
  backdrop-filter: blur(var(--glow-card-blur))
30
30
  saturate(var(--glass-saturation, 1.2))
31
31
  brightness(var(--glass-brightness, 1));
32
- -webkit-backdrop-filter: blur(var(--glow-card-blur))
33
- saturate(var(--glass-saturation, 1.2))
34
- brightness(var(--glass-brightness, 1));
35
32
  background-clip: padding-box;
36
33
  }
37
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",