@absolutejs/absolute 0.19.0-beta.315 → 0.19.0-beta.316

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.
@@ -39647,6 +39647,14 @@ var require_cjs = __commonJS((exports) => {
39647
39647
 
39648
39648
  // src/angular/index.ts
39649
39649
  init_pageHandler();
39650
+
39651
+ // src/angular/createIsland.ts
39652
+ init_renderIslandMarkup();
39653
+ var createTypedIsland = (registry) => {
39654
+ return (props) => renderIslandMarkup(registry, props);
39655
+ };
39656
+
39657
+ // src/angular/index.ts
39650
39658
  init_ssrRender();
39651
39659
 
39652
39660
  // src/angular/Island.ts
@@ -39802,9 +39810,10 @@ export {
39802
39810
  renderIsland,
39803
39811
  handleAngularPageRequest,
39804
39812
  getCachedRouteData,
39813
+ createTypedIsland,
39805
39814
  IslandState,
39806
39815
  Island
39807
39816
  };
39808
39817
 
39809
- //# debugId=E0D0174B9443F7B364756E2164756E21
39818
+ //# debugId=AD5F0C211755FE8064756E2164756E21
39810
39819
  //# sourceMappingURL=index.js.map