@primer/brand-css 0.0.0-20251006115521 → 0.0.0-20251006132029

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.
@@ -8,15 +8,18 @@
8
8
  }
9
9
 
10
10
  .FrostedGlassVFX--intensity-low {
11
- backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-low));
11
+ -webkit-backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-low));
12
+ backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-low));
12
13
  }
13
14
 
14
15
  .FrostedGlassVFX--intensity-medium {
15
- backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-medium));
16
+ -webkit-backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-medium));
17
+ backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-medium));
16
18
  }
17
19
 
18
20
  .FrostedGlassVFX--intensity-high {
19
- backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-high));
21
+ -webkit-backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-high));
22
+ backdrop-filter: blur(var(--brand-FrostedGlassVFX-blurIntensity-high));
20
23
  }
21
24
 
22
25
  .FrostedGlassVFX::before {
@@ -5,7 +5,8 @@
5
5
  }
6
6
 
7
7
  .IDE--glass {
8
- backdrop-filter: blur(var(--base-size-12));
8
+ -webkit-backdrop-filter: blur(var(--base-size-12));
9
+ backdrop-filter: blur(var(--base-size-12));
9
10
  }
10
11
 
11
12
  .IDE--glass .IDE__inner {
@@ -6,6 +6,7 @@
6
6
  z-index: 90;
7
7
  font-weight: 550;
8
8
  background: var(--brand-SubdomainNavBar-canvas-default);
9
+ -webkit-backdrop-filter: blur(16px);
9
10
  backdrop-filter: blur(16px);
10
11
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
11
12
  transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default),
@@ -560,6 +561,7 @@
560
561
  left: 0;
561
562
  right: 0;
562
563
  background: var(--brand-SubdomainNavBar-canvas-search);
564
+ -webkit-backdrop-filter: blur(100px);
563
565
  backdrop-filter: blur(100px);
564
566
  height: 100vh;
565
567
  width: 100vw;
@@ -587,6 +589,7 @@
587
589
  .SubdomainNavBar-search-dialog-control-area {
588
590
  height: 74px;
589
591
  background: var(--brand-SubdomainNavBar-canvas-default);
592
+ -webkit-backdrop-filter: blur(16px);
590
593
  backdrop-filter: blur(16px);
591
594
  padding: var(--base-size-12) var(--base-size-28);
592
595
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.0.0-20251006115521",
3
+ "version": "0.0.0-20251006132029",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",