pangea-lib 4.0.294 → 4.0.296

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,4 +7,4 @@ $breakpoint-medium-devices = 992px
7
7
  // Landscape phones
8
8
  $breakpoint-small-devices = 768px
9
9
  // Portrait phones
10
- $breakpoint-extra-small-devices = 576px
10
+ $breakpoint-extra-small-devices = 576px
@@ -71,4 +71,8 @@ flex-column($gap = 1rem)
71
71
  flex(column, flex-start, stretch, $gap)
72
72
 
73
73
  flex-center()
74
- flex(row, center, center)
74
+ flex(row, center, center)
75
+
76
+ overlay()
77
+ background-color var(--pga-color-overlay)
78
+ backdrop-filter blur(0.5rem)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "4.0.294",
4
+ "version": "4.0.296",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea-lib#readme",