@almadar/ui 2.15.8 → 2.15.10

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 (125) hide show
  1. package/dist/components/atoms/ContentSection.d.ts +16 -0
  2. package/dist/components/atoms/SectionHeader.d.ts +14 -0
  3. package/dist/components/atoms/StatCard.d.ts +13 -0
  4. package/dist/components/atoms/index.d.ts +3 -0
  5. package/dist/components/atoms/svg/SvgBranch.d.ts +12 -0
  6. package/dist/components/atoms/svg/SvgConnection.d.ts +13 -0
  7. package/dist/components/atoms/svg/SvgFlow.d.ts +10 -0
  8. package/dist/components/atoms/svg/SvgGrid.d.ts +14 -0
  9. package/dist/components/atoms/svg/SvgLobe.d.ts +13 -0
  10. package/dist/components/atoms/svg/SvgMesh.d.ts +12 -0
  11. package/dist/components/atoms/svg/SvgMorph.d.ts +11 -0
  12. package/dist/components/atoms/svg/SvgNode.d.ts +12 -0
  13. package/dist/components/atoms/svg/SvgPulse.d.ts +12 -0
  14. package/dist/components/atoms/svg/SvgRing.d.ts +13 -0
  15. package/dist/components/atoms/svg/SvgShield.d.ts +11 -0
  16. package/dist/components/atoms/svg/SvgStack.d.ts +13 -0
  17. package/dist/components/atoms/svg/index.d.ts +12 -0
  18. package/dist/{chunk-ACUO2BBW.js → components/index.cjs} +24764 -16677
  19. package/dist/components/index.js +37757 -889
  20. package/dist/components/molecules/AnimatedCounter.d.ts +18 -0
  21. package/dist/components/molecules/ArticleSection.d.ts +18 -0
  22. package/dist/components/molecules/CTABanner.d.ts +31 -0
  23. package/dist/components/molecules/CaseStudyCard.d.ts +24 -0
  24. package/dist/components/molecules/CodeExample.d.ts +23 -0
  25. package/dist/components/molecules/CommunityLinks.d.ts +25 -0
  26. package/dist/components/molecules/DocBreadcrumb.d.ts +20 -0
  27. package/dist/components/molecules/DocCodeBlock.d.ts +13 -0
  28. package/dist/components/molecules/DocPagination.d.ts +14 -0
  29. package/dist/components/molecules/DocSearch.d.ts +15 -0
  30. package/dist/components/molecules/DocSidebar.d.ts +24 -0
  31. package/dist/components/molecules/DocTOC.d.ts +24 -0
  32. package/dist/components/molecules/FeatureCard.d.ts +26 -0
  33. package/dist/components/molecules/FeatureGrid.d.ts +19 -0
  34. package/dist/components/molecules/GradientDivider.d.ts +14 -0
  35. package/dist/components/molecules/HeroSection.d.ts +36 -0
  36. package/dist/components/molecules/InstallBox.d.ts +16 -0
  37. package/dist/components/molecules/MarketingFooter.d.ts +27 -0
  38. package/dist/components/molecules/PricingCard.d.ts +21 -0
  39. package/dist/components/molecules/PricingGrid.d.ts +13 -0
  40. package/dist/components/molecules/PullQuote.d.ts +14 -0
  41. package/dist/components/molecules/ServiceCatalog.d.ts +19 -0
  42. package/dist/components/molecules/ShowcaseCard.d.ts +20 -0
  43. package/dist/components/molecules/SocialProof.d.ts +25 -0
  44. package/dist/components/molecules/SplitSection.d.ts +21 -0
  45. package/dist/components/molecules/StatsGrid.d.ts +17 -0
  46. package/dist/components/molecules/StepFlow.d.ts +20 -0
  47. package/dist/components/molecules/TagCloud.d.ts +18 -0
  48. package/dist/components/molecules/TeamCard.d.ts +18 -0
  49. package/dist/components/molecules/index.d.ts +19 -0
  50. package/dist/components/molecules/svg/AIGenerates.d.ts +7 -0
  51. package/dist/components/molecules/svg/ClosedCircuit.d.ts +7 -0
  52. package/dist/components/molecules/svg/CommunityOwnership.d.ts +7 -0
  53. package/dist/components/molecules/svg/CompileAnywhere.d.ts +7 -0
  54. package/dist/components/molecules/svg/ComposableModels.d.ts +7 -0
  55. package/dist/components/molecules/svg/DescribeProveDeploy.d.ts +7 -0
  56. package/dist/components/molecules/svg/DomainGrid.d.ts +7 -0
  57. package/dist/components/molecules/svg/EventBus.d.ts +7 -0
  58. package/dist/components/molecules/svg/OrbitalUnit.d.ts +7 -0
  59. package/dist/components/molecules/svg/PlanVerifyRemember.d.ts +7 -0
  60. package/dist/components/molecules/svg/ProveCorrect.d.ts +7 -0
  61. package/dist/components/molecules/svg/ServiceLayers.d.ts +7 -0
  62. package/dist/components/molecules/svg/SharedReality.d.ts +7 -0
  63. package/dist/components/molecules/svg/StandardLibrary.d.ts +7 -0
  64. package/dist/components/molecules/svg/StateMachine.d.ts +7 -0
  65. package/dist/components/molecules/svg/WorldModel.d.ts +7 -0
  66. package/dist/components/molecules/svg/index.d.ts +16 -0
  67. package/dist/components/organisms/CaseStudyOrganism.d.ts +19 -0
  68. package/dist/components/organisms/FeatureGridOrganism.d.ts +20 -0
  69. package/dist/components/organisms/HeroOrganism.d.ts +18 -0
  70. package/dist/components/organisms/PricingOrganism.d.ts +19 -0
  71. package/dist/components/organisms/ShowcaseOrganism.d.ts +20 -0
  72. package/dist/components/organisms/StatsOrganism.d.ts +17 -0
  73. package/dist/components/organisms/StepFlowOrganism.d.ts +20 -0
  74. package/dist/components/organisms/TeamOrganism.d.ts +18 -0
  75. package/dist/components/organisms/game/three/index.cjs +2525 -0
  76. package/dist/components/organisms/game/three/index.js +1795 -50
  77. package/dist/components/organisms/index.d.ts +9 -0
  78. package/dist/components/organisms/marketing-types.d.ts +87 -0
  79. package/dist/components/templates/AboutPageTemplate.d.ts +26 -0
  80. package/dist/components/templates/FeatureDetailPageTemplate.d.ts +27 -0
  81. package/dist/components/templates/LandingPageTemplate.d.ts +31 -0
  82. package/dist/components/templates/PricingPageTemplate.d.ts +26 -0
  83. package/dist/components/templates/index.d.ts +4 -0
  84. package/dist/context/index.cjs +550 -0
  85. package/dist/context/index.js +420 -6
  86. package/dist/docs/index.cjs +4015 -0
  87. package/dist/docs/index.d.cts +412 -0
  88. package/dist/docs/index.d.ts +29 -0
  89. package/dist/docs/index.js +3977 -0
  90. package/dist/hooks/index.cjs +2606 -0
  91. package/dist/hooks/index.js +2535 -8
  92. package/dist/illustrations/index.cjs +3004 -0
  93. package/dist/illustrations/index.d.cts +261 -0
  94. package/dist/illustrations/index.d.ts +35 -0
  95. package/dist/illustrations/index.js +2971 -0
  96. package/dist/{chunk-XL7WB2O5.js → lib/index.cjs} +454 -274
  97. package/dist/lib/index.js +1407 -3
  98. package/dist/locales/index.cjs +340 -0
  99. package/dist/locales/index.js +105 -2
  100. package/dist/marketing/index.cjs +4683 -0
  101. package/dist/marketing/index.d.cts +831 -0
  102. package/dist/marketing/index.d.ts +62 -0
  103. package/dist/marketing/index.js +4626 -0
  104. package/dist/providers/index.cjs +4811 -0
  105. package/dist/providers/index.js +4765 -11
  106. package/dist/{chunk-K2D5D3WK.js → renderer/index.cjs} +101 -42
  107. package/dist/renderer/index.js +1036 -2
  108. package/dist/runtime/index.cjs +4400 -0
  109. package/dist/runtime/index.js +3615 -19
  110. package/dist/{chunk-N7MVUW4R.js → stores/index.cjs} +24 -1
  111. package/dist/stores/index.js +194 -2
  112. package/dist/tsup.config.d.ts +2 -1
  113. package/package.json +27 -12
  114. package/tailwind-preset.cjs +9 -0
  115. package/themes/index.css +22 -20
  116. package/dist/chunk-3HJHHULT.js +0 -93
  117. package/dist/chunk-3JGAROCW.js +0 -149
  118. package/dist/chunk-4N3BAPDB.js +0 -1667
  119. package/dist/chunk-CDIOHSKG.js +0 -661
  120. package/dist/chunk-DKQN5FVU.js +0 -279
  121. package/dist/chunk-JJHCOO34.js +0 -375
  122. package/dist/chunk-PKBMQBKP.js +0 -5
  123. package/dist/chunk-QIABKRCN.js +0 -107
  124. package/dist/chunk-SD3KVCY6.js +0 -1465
  125. package/dist/chunk-YXZM3WCF.js +0 -222
@@ -1,7 +1,12 @@
1
- import { __publicField } from './chunk-PKBMQBKP.js';
2
- import { createContext, useRef, useCallback, useEffect, useContext, useState, useMemo } from 'react';
3
- import { jsx } from 'react/jsx-runtime';
4
- import { componentMapping as componentMapping$1, patternsRegistry } from '@almadar/patterns';
1
+ 'use strict';
2
+
3
+ var react = require('react');
4
+ var jsxRuntime = require('react/jsx-runtime');
5
+ var patterns = require('@almadar/patterns');
6
+
7
+ var __defProp = Object.defineProperty;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
10
 
6
11
  // renderer/pattern-resolver.ts
7
12
  var componentMapping = {};
@@ -183,13 +188,13 @@ function useClientEffects(effects, options) {
183
188
  onComplete,
184
189
  ...config
185
190
  } = options;
186
- const executedRef = useRef(/* @__PURE__ */ new Set());
187
- const executingRef = useRef(false);
188
- const executedCountRef = useRef(0);
189
- const getEffectKey = useCallback((effect) => {
191
+ const executedRef = react.useRef(/* @__PURE__ */ new Set());
192
+ const executingRef = react.useRef(false);
193
+ const executedCountRef = react.useRef(0);
194
+ const getEffectKey = react.useCallback((effect) => {
190
195
  return JSON.stringify(effect);
191
196
  }, []);
192
- const execute = useCallback((effectsToExecute) => {
197
+ const execute = react.useCallback((effectsToExecute) => {
193
198
  if (executingRef.current || effectsToExecute.length === 0) {
194
199
  return;
195
200
  }
@@ -223,14 +228,14 @@ function useClientEffects(effects, options) {
223
228
  }
224
229
  });
225
230
  }, [config, debug, getEffectKey, onComplete]);
226
- useEffect(() => {
231
+ react.useEffect(() => {
227
232
  if (!enabled || !effects || effects.length === 0) {
228
233
  return;
229
234
  }
230
235
  execute(effects);
231
236
  }, [effects, enabled, execute]);
232
- const prevEffectsRef = useRef(void 0);
233
- useEffect(() => {
237
+ const prevEffectsRef = react.useRef(void 0);
238
+ react.useEffect(() => {
234
239
  if (effects !== prevEffectsRef.current) {
235
240
  prevEffectsRef.current = effects;
236
241
  }
@@ -241,10 +246,10 @@ function useClientEffects(effects, options) {
241
246
  execute
242
247
  };
243
248
  }
244
- var ClientEffectConfigContext = createContext(null);
249
+ var ClientEffectConfigContext = react.createContext(null);
245
250
  var ClientEffectConfigProvider = ClientEffectConfigContext.Provider;
246
251
  function useClientEffectConfig() {
247
- const context = useContext(ClientEffectConfigContext);
252
+ const context = react.useContext(ClientEffectConfigContext);
248
253
  if (!context) {
249
254
  throw new Error(
250
255
  "useClientEffectConfig must be used within a ClientEffectConfigProvider. Make sure your component tree is wrapped with OrbitalProvider."
@@ -253,7 +258,7 @@ function useClientEffectConfig() {
253
258
  return context;
254
259
  }
255
260
  function useClientEffectConfigOptional() {
256
- return useContext(ClientEffectConfigContext);
261
+ return react.useContext(ClientEffectConfigContext);
257
262
  }
258
263
 
259
264
  // renderer/data-resolver.ts
@@ -703,14 +708,14 @@ function createOfflineExecutor(config) {
703
708
  return new OfflineExecutor(config);
704
709
  }
705
710
  function useOfflineExecutor(options) {
706
- const executorRef = useRef(null);
707
- const [state, setState] = useState({
711
+ const executorRef = react.useRef(null);
712
+ const [state, setState] = react.useState({
708
713
  isOffline: false,
709
714
  syncQueue: [],
710
715
  localEffectsProcessed: 0,
711
716
  effectsSynced: 0
712
717
  });
713
- useEffect(() => {
718
+ react.useEffect(() => {
714
719
  const executor = new OfflineExecutor({
715
720
  ...options,
716
721
  onQueueChange: (queue) => {
@@ -725,7 +730,7 @@ function useOfflineExecutor(options) {
725
730
  executorRef.current = null;
726
731
  };
727
732
  }, []);
728
- useEffect(() => {
733
+ react.useEffect(() => {
729
734
  if (!options.autoSync || !options.serverUrl) return;
730
735
  const handleOnline = async () => {
731
736
  if (executorRef.current) {
@@ -739,13 +744,13 @@ function useOfflineExecutor(options) {
739
744
  window.addEventListener("online", handleOnline);
740
745
  return () => window.removeEventListener("online", handleOnline);
741
746
  }, [options.autoSync, options.serverUrl, options.authToken]);
742
- const executeEffects = useCallback((effects) => {
747
+ const executeEffects = react.useCallback((effects) => {
743
748
  executorRef.current?.executeClientEffects(effects);
744
749
  if (executorRef.current) {
745
750
  setState(executorRef.current.getState());
746
751
  }
747
752
  }, []);
748
- const processEventOffline = useCallback(
753
+ const processEventOffline = react.useCallback(
749
754
  (event, payload, effects) => {
750
755
  const result = executorRef.current?.processEventOffline(event, payload, effects);
751
756
  if (executorRef.current) {
@@ -755,7 +760,7 @@ function useOfflineExecutor(options) {
755
760
  },
756
761
  []
757
762
  );
758
- const sync = useCallback(async () => {
763
+ const sync = react.useCallback(async () => {
759
764
  if (!executorRef.current || !options.serverUrl) return 0;
760
765
  const count = await executorRef.current.syncPendingEffects(
761
766
  options.serverUrl,
@@ -764,7 +769,7 @@ function useOfflineExecutor(options) {
764
769
  setState(executorRef.current.getState());
765
770
  return count;
766
771
  }, [options.serverUrl, options.authToken]);
767
- const clearQueue = useCallback(() => {
772
+ const clearQueue = react.useCallback(() => {
768
773
  executorRef.current?.clearQueue();
769
774
  if (executorRef.current) {
770
775
  setState(executorRef.current.getState());
@@ -881,7 +886,7 @@ function getAllPages(schema) {
881
886
  }
882
887
  return pages;
883
888
  }
884
- var NavigationContext = createContext(null);
889
+ var NavigationContext = react.createContext(null);
885
890
  function NavigationProvider({
886
891
  schema,
887
892
  initialPage,
@@ -889,7 +894,7 @@ function NavigationProvider({
889
894
  onNavigate,
890
895
  children
891
896
  }) {
892
- const initialState = useMemo(() => {
897
+ const initialState = react.useMemo(() => {
893
898
  let page = null;
894
899
  let path = "/";
895
900
  if (initialPage) {
@@ -913,8 +918,8 @@ function NavigationProvider({
913
918
  navigationId: 0
914
919
  };
915
920
  }, [schema, initialPage]);
916
- const [state, setState] = useState(initialState);
917
- const navigateTo = useCallback((path, payload) => {
921
+ const [state, setState] = react.useState(initialState);
922
+ const navigateTo = react.useCallback((path, payload) => {
918
923
  const result = findPageByPath(schema, path);
919
924
  if (!result) {
920
925
  console.error(`[Navigation] No page found for path: ${path}`);
@@ -946,7 +951,7 @@ function NavigationProvider({
946
951
  onNavigate(page.name, path, finalPayload);
947
952
  }
948
953
  }, [schema, updateUrl, onNavigate]);
949
- const navigateToPage = useCallback((pageName, payload) => {
954
+ const navigateToPage = react.useCallback((pageName, payload) => {
950
955
  const result = findPageByName(schema, pageName);
951
956
  if (!result) {
952
957
  console.error(`[Navigation] No page found with name: ${pageName}`);
@@ -976,50 +981,50 @@ function NavigationProvider({
976
981
  onNavigate(page.name, path, payload || {});
977
982
  }
978
983
  }, [schema, updateUrl, onNavigate]);
979
- const contextValue = useMemo(() => ({
984
+ const contextValue = react.useMemo(() => ({
980
985
  state,
981
986
  navigateTo,
982
987
  navigateToPage,
983
988
  schema,
984
989
  isReady: !!state.activePage
985
990
  }), [state, navigateTo, navigateToPage, schema]);
986
- return /* @__PURE__ */ jsx(NavigationContext.Provider, { value: contextValue, children });
991
+ return /* @__PURE__ */ jsxRuntime.jsx(NavigationContext.Provider, { value: contextValue, children });
987
992
  }
988
993
  function useNavigation() {
989
- return useContext(NavigationContext);
994
+ return react.useContext(NavigationContext);
990
995
  }
991
996
  function useNavigateTo() {
992
- const context = useContext(NavigationContext);
993
- const noOp = useCallback((path, _payload) => {
997
+ const context = react.useContext(NavigationContext);
998
+ const noOp = react.useCallback((path, _payload) => {
994
999
  console.warn(`[Navigation] navigateTo called outside NavigationProvider. Path: ${path}`);
995
1000
  }, []);
996
1001
  return context?.navigateTo || noOp;
997
1002
  }
998
1003
  function useNavigationState() {
999
- const context = useContext(NavigationContext);
1004
+ const context = react.useContext(NavigationContext);
1000
1005
  return context?.state || null;
1001
1006
  }
1002
1007
  function useInitPayload() {
1003
- const context = useContext(NavigationContext);
1008
+ const context = react.useContext(NavigationContext);
1004
1009
  return context?.state.initPayload || {};
1005
1010
  }
1006
1011
  function useActivePage() {
1007
- const context = useContext(NavigationContext);
1012
+ const context = react.useContext(NavigationContext);
1008
1013
  return context?.state.activePage || null;
1009
1014
  }
1010
1015
  function useNavigationId() {
1011
- const context = useContext(NavigationContext);
1016
+ const context = react.useContext(NavigationContext);
1012
1017
  return context?.state.navigationId || 0;
1013
1018
  }
1014
1019
  function initializePatterns() {
1015
1020
  console.log("[PatternResolver] initializePatterns called");
1016
- console.log("[PatternResolver] componentMappingJson:", componentMapping$1);
1017
- console.log("[PatternResolver] registryJson keys:", Object.keys(patternsRegistry));
1018
- const componentMappingData = componentMapping$1;
1021
+ console.log("[PatternResolver] componentMappingJson:", patterns.componentMapping);
1022
+ console.log("[PatternResolver] registryJson keys:", Object.keys(patterns.patternsRegistry));
1023
+ const componentMappingData = patterns.componentMapping;
1019
1024
  const componentMapping2 = componentMappingData.mappings || {};
1020
1025
  console.log("[PatternResolver] Extracted mappings count:", Object.keys(componentMapping2).length);
1021
1026
  console.log("[PatternResolver] Sample mappings:", Object.keys(componentMapping2).slice(0, 5));
1022
- const registryData = patternsRegistry;
1027
+ const registryData = patterns.patternsRegistry;
1023
1028
  const patternRegistry2 = registryData.patterns || {};
1024
1029
  console.log("[PatternResolver] Extracted patterns count:", Object.keys(patternRegistry2).length);
1025
1030
  initializePatternResolver({
@@ -1030,4 +1035,58 @@ function initializePatterns() {
1030
1035
  return Object.keys(componentMapping2).length;
1031
1036
  }
1032
1037
 
1033
- export { ALL_SLOTS, ClientEffectConfigContext, ClientEffectConfigProvider, NavigationProvider, OfflineExecutor, SLOT_DEFINITIONS, createFetchedDataContext, createOfflineExecutor, executeClientEffects, extractRouteParams, filterEffectsByType, findPageByName, findPageByPath, getAllPages, getDefaultPage, getEmitEffects, getInlineSlots, getKnownPatterns, getNavigateEffects, getNotifyEffects, getPatternDefinition, getPatternMapping, getPatternsByCategory, getPortalSlots, getRenderUIEffects, getSlotDefinition, getSlotsByType, hasEntities, initializePatternResolver, initializePatterns, isInlineSlot, isKnownPattern, isPortalSlot, matchPath, mergeDataContexts, parseClientEffect, parseClientEffects, pathMatches, resolveEntityById, resolveEntityCount, resolveEntityData, resolveEntityDataWithQuery, resolvePattern, setComponentMapping, setPatternRegistry, useActivePage, useClientEffectConfig, useClientEffectConfigOptional, useClientEffects, useInitPayload, useNavigateTo, useNavigation, useNavigationId, useNavigationState, useOfflineExecutor };
1038
+ exports.ALL_SLOTS = ALL_SLOTS;
1039
+ exports.ClientEffectConfigContext = ClientEffectConfigContext;
1040
+ exports.ClientEffectConfigProvider = ClientEffectConfigProvider;
1041
+ exports.NavigationProvider = NavigationProvider;
1042
+ exports.OfflineExecutor = OfflineExecutor;
1043
+ exports.SLOT_DEFINITIONS = SLOT_DEFINITIONS;
1044
+ exports.createFetchedDataContext = createFetchedDataContext;
1045
+ exports.createOfflineExecutor = createOfflineExecutor;
1046
+ exports.executeClientEffects = executeClientEffects;
1047
+ exports.extractRouteParams = extractRouteParams;
1048
+ exports.filterEffectsByType = filterEffectsByType;
1049
+ exports.findPageByName = findPageByName;
1050
+ exports.findPageByPath = findPageByPath;
1051
+ exports.getAllPages = getAllPages;
1052
+ exports.getDefaultPage = getDefaultPage;
1053
+ exports.getEmitEffects = getEmitEffects;
1054
+ exports.getInlineSlots = getInlineSlots;
1055
+ exports.getKnownPatterns = getKnownPatterns;
1056
+ exports.getNavigateEffects = getNavigateEffects;
1057
+ exports.getNotifyEffects = getNotifyEffects;
1058
+ exports.getPatternDefinition = getPatternDefinition;
1059
+ exports.getPatternMapping = getPatternMapping;
1060
+ exports.getPatternsByCategory = getPatternsByCategory;
1061
+ exports.getPortalSlots = getPortalSlots;
1062
+ exports.getRenderUIEffects = getRenderUIEffects;
1063
+ exports.getSlotDefinition = getSlotDefinition;
1064
+ exports.getSlotsByType = getSlotsByType;
1065
+ exports.hasEntities = hasEntities;
1066
+ exports.initializePatternResolver = initializePatternResolver;
1067
+ exports.initializePatterns = initializePatterns;
1068
+ exports.isInlineSlot = isInlineSlot;
1069
+ exports.isKnownPattern = isKnownPattern;
1070
+ exports.isPortalSlot = isPortalSlot;
1071
+ exports.matchPath = matchPath;
1072
+ exports.mergeDataContexts = mergeDataContexts;
1073
+ exports.parseClientEffect = parseClientEffect;
1074
+ exports.parseClientEffects = parseClientEffects;
1075
+ exports.pathMatches = pathMatches;
1076
+ exports.resolveEntityById = resolveEntityById;
1077
+ exports.resolveEntityCount = resolveEntityCount;
1078
+ exports.resolveEntityData = resolveEntityData;
1079
+ exports.resolveEntityDataWithQuery = resolveEntityDataWithQuery;
1080
+ exports.resolvePattern = resolvePattern;
1081
+ exports.setComponentMapping = setComponentMapping;
1082
+ exports.setPatternRegistry = setPatternRegistry;
1083
+ exports.useActivePage = useActivePage;
1084
+ exports.useClientEffectConfig = useClientEffectConfig;
1085
+ exports.useClientEffectConfigOptional = useClientEffectConfigOptional;
1086
+ exports.useClientEffects = useClientEffects;
1087
+ exports.useInitPayload = useInitPayload;
1088
+ exports.useNavigateTo = useNavigateTo;
1089
+ exports.useNavigation = useNavigation;
1090
+ exports.useNavigationId = useNavigationId;
1091
+ exports.useNavigationState = useNavigationState;
1092
+ exports.useOfflineExecutor = useOfflineExecutor;