@capacitor/status-bar 8.0.0-dev-2411-20250905T165358.0 → 8.0.0-dev-2411-20250908T081206.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.
@@ -125,7 +125,7 @@ public class StatusBar {
125
125
 
126
126
  private func resizeWebView() {
127
127
  let bounds: CGRect? = bridge.viewController?.view.window?.windowScene?.keyWindow?.bounds
128
-
128
+
129
129
  guard
130
130
  let webView = bridge.webView,
131
131
  let bounds = bounds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/status-bar",
3
- "version": "8.0.0-dev-2411-20250905T165358.0",
3
+ "version": "8.0.0-dev-2411-20250908T081206.0",
4
4
  "description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",