@absolutejs/absolute 0.20.0-beta.39 → 0.20.0-beta.40

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.
package/README.md CHANGED
@@ -281,6 +281,12 @@ The generated workflow keeps signing and provider credentials behind the
281
281
  `absolute-mobile-release` GitHub environment. See
282
282
  [mobile CI and store releases](docs/MOBILE_CI.md).
283
283
 
284
+ An experimental Expo Router hybrid is also available behind
285
+ `mobile.engine: 'expo'`. Explicit React Native routes use native UI while every
286
+ unclaimed AbsoluteJS route remains an embedded, signed web route regardless of
287
+ framework. Capacitor is still the default and production-ready path. See the
288
+ [Expo hybrid experiment](docs/MOBILE_EXPO_EXPERIMENT.md).
289
+
284
290
  `keyboard` provides portable visibility, CSS-pixel height, dismissal, and
285
291
  cleanup-safe change events. `systemBars` controls modern edge-to-edge status and
286
292
  navigation bar foreground appearance/visibility through Capacitor 8 core. Its
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-vyQdxN/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-T06VIC/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-vyQdxN/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-T06VIC/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
48
48
  getWarningController()?.maybeWarn(primitiveName);
49
49
  };
50
50
 
51
- // .angular-partial-tmp-vyQdxN/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-T06VIC/src/core/streamingSlotRegistry.ts
52
52
  var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
53
53
  var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
54
54
  var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";