@burdenoff/fe-libs 2026.823.1 → 2026.825.1

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.
Files changed (38) hide show
  1. package/dist/chrome/index.d.ts +1 -0
  2. package/dist/chrome/index.d.ts.map +1 -1
  3. package/dist/chrome/nativeTopBarTitle.d.ts +15 -0
  4. package/dist/chrome/nativeTopBarTitle.d.ts.map +1 -0
  5. package/dist/chrome/nativeTopBarTitle.js +22 -0
  6. package/dist/chrome.js +2 -1
  7. package/dist/shared/hooks/index.d.ts +4 -0
  8. package/dist/shared/hooks/index.d.ts.map +1 -1
  9. package/dist/shared/hooks/usePushDeviceRegistration.d.ts +10 -0
  10. package/dist/shared/hooks/usePushDeviceRegistration.d.ts.map +1 -0
  11. package/dist/shared/hooks/usePushDeviceRegistration.js +54 -0
  12. package/dist/shared/native/push-registration.d.ts +124 -0
  13. package/dist/shared/native/push-registration.d.ts.map +1 -0
  14. package/dist/shared/native/push-registration.js +120 -0
  15. package/dist/shared/native/types.d.ts +11 -1
  16. package/dist/shared/native/types.d.ts.map +1 -1
  17. package/dist/shared-hooks.js +10 -8
  18. package/dist/shared.js +23 -21
  19. package/dist/shell-native/capacitor-config.d.ts.map +1 -1
  20. package/dist/shell-native/capacitor-config.js +0 -1
  21. package/dist/shell-native/index.d.ts +3 -2
  22. package/dist/shell-native/index.d.ts.map +1 -1
  23. package/dist/shell-native/push.d.ts +10 -0
  24. package/dist/shell-native/push.d.ts.map +1 -1
  25. package/dist/shell-native/push.js +27 -22
  26. package/dist/shell-native/service-worker.d.ts +9 -1
  27. package/dist/shell-native/service-worker.d.ts.map +1 -1
  28. package/dist/shell-native/service-worker.js +102 -1
  29. package/dist/shell-native/types.d.ts +21 -9
  30. package/dist/shell-native/types.d.ts.map +1 -1
  31. package/dist/shell-native/web-manifest.d.ts +21 -0
  32. package/dist/shell-native/web-manifest.d.ts.map +1 -1
  33. package/dist/shell-native/web-manifest.js +4 -1
  34. package/dist/shell-native/web-push.d.ts +74 -0
  35. package/dist/shell-native/web-push.d.ts.map +1 -0
  36. package/dist/shell-native/web-push.js +106 -0
  37. package/dist/shell-native.js +10 -9
  38. package/package.json +1 -1
@@ -18,12 +18,13 @@ import { populateDeviceInfo as R } from "./shell-native/device.js";
18
18
  import { KEYBOARD_HEIGHT_CSS_VAR as z, KEYBOARD_OPEN_CLASS as B, configureKeyboard as V, keyboardHandlers as H } from "./shell-native/keyboard.js";
19
19
  import { NETWORK_STATUS_EVENT as U, getLastNetworkStatus as W, installNetworkListener as G } from "./shell-native/network.js";
20
20
  import { notifyOtaReady as K } from "./shell-native/ota.js";
21
- import { PUSH_TOKEN_EVENT as q, installPushNotifications as J, requestPushPermission as Y } from "./shell-native/push.js";
22
- import { PWA_INSTALLED_EVENT as X, PWA_INSTALL_AVAILABLE_EVENT as Z, PWA_UPDATE_READY_EVENT as Q, installPwa as $, installPwaPrompt as ee, isPwaEligibleHost as te, resetPwaForTests as ne } from "./shell-native/pwa.js";
23
- import { APP_READY_EVENT as re, armSplashSafetyTimer as ie, isAppReady as ae, markAppReady as oe, resetAppReadyForTests as se } from "./shell-native/splash.js";
24
- import { DARK_FAMILY_THEMES as ce, applyStatusBarTheme as le, installStatusBarThemeListener as ue, isDarkThemeName as de, resolveDocumentIsDark as fe, statusBarDetailIsDark as pe } from "./shell-native/system-bars.js";
25
- import { bootNativeShell as me, resetNativeShellBootForTests as he } from "./shell-native/boot.js";
26
- import { defineCapacitorConfig as ge } from "./shell-native/capacitor-config.js";
27
- import { defineWebManifest as _e } from "./shell-native/web-manifest.js";
28
- import { SERVICE_WORKER_TEMPLATE as ve, renderServiceWorker as ye } from "./shell-native/service-worker.js";
29
- export { re as APP_READY_EVENT, ce as DARK_FAMILY_THEMES, _ as DEFAULT_AUTH_INTERCEPT_PREFIXES, z as KEYBOARD_HEIGHT_CSS_VAR, B as KEYBOARD_OPEN_CLASS, t as NATIVE_PREVIEW_QUERY_PARAM, n as NATIVE_PREVIEW_STORAGE_KEY, U as NETWORK_STATUS_EVENT, q as PUSH_TOKEN_EVENT, X as PWA_INSTALLED_EVENT, Z as PWA_INSTALL_AVAILABLE_EVENT, Q as PWA_UPDATE_READY_EVENT, ve as SERVICE_WORKER_TEMPLATE, o as applyNativePlatformClass, r as applyNativePreview, le as applyStatusBarTheme, ie as armSplashSafetyTimer, me as bootNativeShell, N as clearDeepLinkNavigator, p as configureElectronGlobalKey, V as configureKeyboard, b as createDefaultBackButtonHandlers, P as deepLinkUrlToPath, ge as defineCapacitorConfig, _e as defineWebManifest, i as getActiveNativePreview, e as getDesktopBridge, m as getElectronGlobalKey, W as getLastNetworkStatus, h as getLegacyElectronBridge, s as getNativePlatform, D as impactFeedback, x as installBackButtonHandler, F as installDeepLinkHandler, w as installExternalUrlOpener, f as installMobileRuntimeHooks, v as installNativeAuthNavigationIntercept, M as installNativeBridge, G as installNetworkListener, J as installPushNotifications, $ as installPwa, ee as installPwaPrompt, ue as installStatusBarThemeListener, ae as isAppReady, de as isDarkThemeName, g as isDesktopShell, c as isNativePlatform, l as isNativePluginAvailable, u as isNativePreview, te as isPwaEligibleHost, d as isRealNativePlatform, H as keyboardHandlers, oe as markAppReady, I as navigateDeepLinkPath, O as notificationFeedback, K as notifyOtaReady, T as openExternalUrl, R as populateDeviceInfo, L as registerDeepLinkNavigator, ye as renderServiceWorker, Y as requestPushPermission, se as resetAppReadyForTests, he as resetNativeShellBootForTests, ne as resetPwaForTests, fe as resolveDocumentIsDark, a as resolveNativePreview, S as runBackButtonPrecedence, k as selectionFeedback, j as shareContent, C as showNativeActionSheet, y as showNativeConfirm, A as showNativeToast, pe as statusBarDetailIsDark, E as writeClipboardText };
21
+ import { PUSH_TOKEN_EVENT as q, emitPushToken as J, installPushNotifications as Y, requestPushPermission as X } from "./shell-native/push.js";
22
+ import { PWA_INSTALLED_EVENT as Z, PWA_INSTALL_AVAILABLE_EVENT as Q, PWA_UPDATE_READY_EVENT as $, installPwa as ee, installPwaPrompt as te, isPwaEligibleHost as ne, resetPwaForTests as re } from "./shell-native/pwa.js";
23
+ import { APP_READY_EVENT as ie, armSplashSafetyTimer as ae, isAppReady as oe, markAppReady as se, resetAppReadyForTests as ce } from "./shell-native/splash.js";
24
+ import { DARK_FAMILY_THEMES as le, applyStatusBarTheme as ue, installStatusBarThemeListener as de, isDarkThemeName as fe, resolveDocumentIsDark as pe, statusBarDetailIsDark as me } from "./shell-native/system-bars.js";
25
+ import { bootNativeShell as he, resetNativeShellBootForTests as ge } from "./shell-native/boot.js";
26
+ import { SW_NOTIFICATION_CLICK_MESSAGE as _e, SW_PUSH_SUBSCRIPTION_CHANGE_MESSAGE as ve, WEB_PUSH_MANIFEST_KEY as ye, getWebPushManifestConfig as be, getWebPushSubscription as xe, installWebPushMessageBridge as Se, isWebPushSupported as Ce, requestWebPushPermission as we, resetWebPushForTests as Te, resolveVapidPublicKey as Ee, serializeWebPushSubscription as De, subscribeWebPush as Oe, unsubscribeWebPush as ke, urlBase64ToUint8Array as Ae } from "./shell-native/web-push.js";
27
+ import { defineCapacitorConfig as je } from "./shell-native/capacitor-config.js";
28
+ import { defineWebManifest as Me } from "./shell-native/web-manifest.js";
29
+ import { SERVICE_WORKER_TEMPLATE as Ne, renderServiceWorker as Pe } from "./shell-native/service-worker.js";
30
+ export { ie as APP_READY_EVENT, le as DARK_FAMILY_THEMES, _ as DEFAULT_AUTH_INTERCEPT_PREFIXES, z as KEYBOARD_HEIGHT_CSS_VAR, B as KEYBOARD_OPEN_CLASS, t as NATIVE_PREVIEW_QUERY_PARAM, n as NATIVE_PREVIEW_STORAGE_KEY, U as NETWORK_STATUS_EVENT, q as PUSH_TOKEN_EVENT, Z as PWA_INSTALLED_EVENT, Q as PWA_INSTALL_AVAILABLE_EVENT, $ as PWA_UPDATE_READY_EVENT, Ne as SERVICE_WORKER_TEMPLATE, _e as SW_NOTIFICATION_CLICK_MESSAGE, ve as SW_PUSH_SUBSCRIPTION_CHANGE_MESSAGE, ye as WEB_PUSH_MANIFEST_KEY, o as applyNativePlatformClass, r as applyNativePreview, ue as applyStatusBarTheme, ae as armSplashSafetyTimer, he as bootNativeShell, N as clearDeepLinkNavigator, p as configureElectronGlobalKey, V as configureKeyboard, b as createDefaultBackButtonHandlers, P as deepLinkUrlToPath, je as defineCapacitorConfig, Me as defineWebManifest, J as emitPushToken, i as getActiveNativePreview, e as getDesktopBridge, m as getElectronGlobalKey, W as getLastNetworkStatus, h as getLegacyElectronBridge, s as getNativePlatform, be as getWebPushManifestConfig, xe as getWebPushSubscription, D as impactFeedback, x as installBackButtonHandler, F as installDeepLinkHandler, w as installExternalUrlOpener, f as installMobileRuntimeHooks, v as installNativeAuthNavigationIntercept, M as installNativeBridge, G as installNetworkListener, Y as installPushNotifications, ee as installPwa, te as installPwaPrompt, de as installStatusBarThemeListener, Se as installWebPushMessageBridge, oe as isAppReady, fe as isDarkThemeName, g as isDesktopShell, c as isNativePlatform, l as isNativePluginAvailable, u as isNativePreview, ne as isPwaEligibleHost, d as isRealNativePlatform, Ce as isWebPushSupported, H as keyboardHandlers, se as markAppReady, I as navigateDeepLinkPath, O as notificationFeedback, K as notifyOtaReady, T as openExternalUrl, R as populateDeviceInfo, L as registerDeepLinkNavigator, Pe as renderServiceWorker, X as requestPushPermission, we as requestWebPushPermission, ce as resetAppReadyForTests, ge as resetNativeShellBootForTests, re as resetPwaForTests, Te as resetWebPushForTests, pe as resolveDocumentIsDark, a as resolveNativePreview, Ee as resolveVapidPublicKey, S as runBackButtonPrecedence, k as selectionFeedback, De as serializeWebPushSubscription, j as shareContent, C as showNativeActionSheet, y as showNativeConfirm, A as showNativeToast, me as statusBarDetailIsDark, Oe as subscribeWebPush, ke as unsubscribeWebPush, Ae as urlBase64ToUint8Array, E as writeClipboardText };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.823.1",
3
+ "version": "2026.825.1",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "bin": {