@embedreach/components 0.3.1 → 0.3.2
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/dist/chunks/index.js +27 -34
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -41192,12 +41192,12 @@ const ReachProvider = ({
|
|
|
41192
41192
|
] });
|
|
41193
41193
|
}
|
|
41194
41194
|
const appContent = /* @__PURE__ */ jsxs(QueryClientProvider, { client: queryClient, children: [
|
|
41195
|
-
/* @__PURE__ */ jsx(
|
|
41195
|
+
/* @__PURE__ */ jsx(
|
|
41196
41196
|
LaunchDarklyProvider,
|
|
41197
41197
|
{
|
|
41198
41198
|
tenantExternalId,
|
|
41199
41199
|
partnerId,
|
|
41200
|
-
children: /* @__PURE__ */ jsx(
|
|
41200
|
+
children: /* @__PURE__ */ jsx(
|
|
41201
41201
|
PostHogProviderWrapper,
|
|
41202
41202
|
{
|
|
41203
41203
|
tenantExternalId,
|
|
@@ -41205,39 +41205,32 @@ const ReachProvider = ({
|
|
|
41205
41205
|
feature,
|
|
41206
41206
|
clientEntryPoint,
|
|
41207
41207
|
debug: debug2,
|
|
41208
|
-
children: /* @__PURE__ */
|
|
41209
|
-
|
|
41210
|
-
|
|
41211
|
-
|
|
41212
|
-
|
|
41213
|
-
|
|
41214
|
-
|
|
41215
|
-
|
|
41216
|
-
|
|
41217
|
-
|
|
41218
|
-
|
|
41219
|
-
|
|
41220
|
-
|
|
41221
|
-
|
|
41222
|
-
|
|
41223
|
-
|
|
41224
|
-
|
|
41225
|
-
|
|
41226
|
-
|
|
41227
|
-
|
|
41228
|
-
|
|
41229
|
-
|
|
41230
|
-
) }),
|
|
41231
|
-
/* @__PURE__ */ jsx("div", { id: "reach-provider-children", children: children2 }),
|
|
41232
|
-
/* @__PURE__ */ jsx("div", { id: "reach-provider-toaster", children: /* @__PURE__ */ jsx(Toaster, {}) })
|
|
41233
|
-
] }) }) }) })
|
|
41234
|
-
]
|
|
41235
|
-
}
|
|
41236
|
-
) })
|
|
41208
|
+
children: /* @__PURE__ */ jsxs(I18nProvider, { language, initialLanguage: language?.default, children: [
|
|
41209
|
+
/* @__PURE__ */ jsx(
|
|
41210
|
+
Observability,
|
|
41211
|
+
{
|
|
41212
|
+
tenantExternalId,
|
|
41213
|
+
partnerId,
|
|
41214
|
+
configCallbacks: Object.keys(callbacks || {}).join(","),
|
|
41215
|
+
clientEntryPoint,
|
|
41216
|
+
debug: debug2
|
|
41217
|
+
}
|
|
41218
|
+
),
|
|
41219
|
+
/* @__PURE__ */ jsx(Provider$4, { initialTheme: theme2, children: /* @__PURE__ */ jsxs(Provider$6, { children: [
|
|
41220
|
+
/* @__PURE__ */ jsx(
|
|
41221
|
+
AuthCallbackHandler,
|
|
41222
|
+
{
|
|
41223
|
+
reauthCallback: callbacks?.onReauthRequested
|
|
41224
|
+
}
|
|
41225
|
+
),
|
|
41226
|
+
children2,
|
|
41227
|
+
/* @__PURE__ */ jsx(Toaster, {})
|
|
41228
|
+
] }) })
|
|
41229
|
+
] })
|
|
41237
41230
|
}
|
|
41238
|
-
)
|
|
41231
|
+
)
|
|
41239
41232
|
}
|
|
41240
|
-
)
|
|
41233
|
+
),
|
|
41241
41234
|
debug2 && /* @__PURE__ */ jsx(ReactQueryDevtools2, {})
|
|
41242
41235
|
] });
|
|
41243
41236
|
return /* @__PURE__ */ jsx(ErrorBoundary, { fallback: /* @__PURE__ */ jsx(ErrorFallback, {}), children: /* @__PURE__ */ jsx("div", { "data-reach-root": true, className: "h-full w-full", children: shouldEnableSandbox ? /* @__PURE__ */ jsxs(Suspense, { fallback: null, children: [
|
|
@@ -117728,7 +117721,7 @@ const ViewAutomationMain = ({
|
|
|
117728
117721
|
updateCommunicationGroup2
|
|
117729
117722
|
]);
|
|
117730
117723
|
if (!automation2 || !communicationGroup) {
|
|
117731
|
-
return /* @__PURE__ */ jsx("div", { className: "flex h-
|
|
117724
|
+
return /* @__PURE__ */ jsx("div", { className: "flex h-full items-center justify-center", children: /* @__PURE__ */ jsx(
|
|
117732
117725
|
BasicLoader,
|
|
117733
117726
|
{
|
|
117734
117727
|
text: [
|