@embedreach/components 0.1.25 → 0.1.28
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/styles.css +3729 -1
- package/package.json +3 -2
package/dist/chunks/index.js
CHANGED
|
@@ -16562,7 +16562,7 @@ const ReachProvider = ({
|
|
|
16562
16562
|
}
|
|
16563
16563
|
return createQueryClient();
|
|
16564
16564
|
});
|
|
16565
|
-
return /* @__PURE__ */ jsxs(QueryClientProvider, { client: queryClient, children: [
|
|
16565
|
+
return /* @__PURE__ */ jsx("div", { "data-reach-root": true, children: /* @__PURE__ */ jsxs(QueryClientProvider, { client: queryClient, children: [
|
|
16566
16566
|
/* @__PURE__ */ jsx(
|
|
16567
16567
|
D$2,
|
|
16568
16568
|
{
|
|
@@ -16590,7 +16590,7 @@ const ReachProvider = ({
|
|
|
16590
16590
|
}
|
|
16591
16591
|
),
|
|
16592
16592
|
/* @__PURE__ */ jsx(ReactQueryDevtools2, {})
|
|
16593
|
-
] });
|
|
16593
|
+
] }) });
|
|
16594
16594
|
};
|
|
16595
16595
|
const LayoutGroupContext = createContext$1({});
|
|
16596
16596
|
function useConstant(init) {
|
package/dist/index.umd.js
CHANGED
|
@@ -16579,7 +16579,7 @@
|
|
|
16579
16579
|
}
|
|
16580
16580
|
return createQueryClient();
|
|
16581
16581
|
});
|
|
16582
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(QueryClientProvider, { client: queryClient, children: [
|
|
16582
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { "data-reach-root": true, children: /* @__PURE__ */ jsxRuntime.jsxs(QueryClientProvider, { client: queryClient, children: [
|
|
16583
16583
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16584
16584
|
D$2,
|
|
16585
16585
|
{
|
|
@@ -16607,7 +16607,7 @@
|
|
|
16607
16607
|
}
|
|
16608
16608
|
),
|
|
16609
16609
|
/* @__PURE__ */ jsxRuntime.jsx(ReactQueryDevtools2, {})
|
|
16610
|
-
] });
|
|
16610
|
+
] }) });
|
|
16611
16611
|
};
|
|
16612
16612
|
const LayoutGroupContext = React.createContext({});
|
|
16613
16613
|
function useConstant(init) {
|