@wwtdev/bsds-css 1.15.14 → 1.15.15

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.
@@ -7,6 +7,7 @@
7
7
 
8
8
  /* Backdrop for mobile bottom sheet */
9
9
  .bs-dropdown-backdrop {
10
+ -webkit-backdrop-filter: blur(4px);
10
11
  backdrop-filter: blur(4px);
11
12
  background: rgba(29, 30, 72, 0.05);
12
13
  bottom: 0;
@@ -1,5 +1,6 @@
1
1
  @mixin overlay() {
2
2
  .bs-overlay {
3
+ -webkit-backdrop-filter: blur(4px);
3
4
  backdrop-filter: blur(4px);
4
5
  background: rgba(29, 30, 72, 0.05);
5
6
  bottom: 0;
@@ -6,6 +6,7 @@
6
6
 
7
7
  /* Backdrop for mobile bottom sheet */
8
8
  .bs-dropdown-backdrop {
9
+ -webkit-backdrop-filter: blur(4px);
9
10
  backdrop-filter: blur(4px);
10
11
  background: rgba(29, 30, 72, 0.05);
11
12
  bottom: 0;
@@ -1,4 +1,5 @@
1
1
  .bs-overlay {
2
+ -webkit-backdrop-filter: blur(4px);
2
3
  backdrop-filter: blur(4px);
3
4
  background: rgba(29, 30, 72, 0.05);
4
5
  bottom: 0;
package/dist/wwt-bsds.css CHANGED
@@ -1266,7 +1266,7 @@ a.bs-circle-button {
1266
1266
  /* Backdrop for mobile bottom sheet */
1267
1267
  .bs-dropdown-backdrop {
1268
1268
  -webkit-backdrop-filter: blur(4px);
1269
- backdrop-filter: blur(4px);
1269
+ backdrop-filter: blur(4px);
1270
1270
  background: rgba(29, 30, 72, 0.05);
1271
1271
  bottom: 0;
1272
1272
  content: "";
@@ -2216,7 +2216,7 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
2216
2216
  }
2217
2217
  .bs-overlay {
2218
2218
  -webkit-backdrop-filter: blur(4px);
2219
- backdrop-filter: blur(4px);
2219
+ backdrop-filter: blur(4px);
2220
2220
  background: rgba(29, 30, 72, 0.05);
2221
2221
  bottom: 0;
2222
2222
  left: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-css",
3
- "version": "1.15.14",
3
+ "version": "1.15.15",
4
4
  "description": "A new approach to creating a design system at WWT.",
5
5
  "main": "./dist",
6
6
  "files": [