@embedreach/components 0.1.24 → 0.1.26

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.
@@ -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) {
@@ -37835,7 +37835,7 @@ const ConditionSelectors = ({
37835
37835
  setConditionState(newState);
37836
37836
  };
37837
37837
  return /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2", children: [
37838
- /* @__PURE__ */ jsx(AnimatePresence, { mode: "popLayout", children: conditionState.map((condition, index2) => /* @__PURE__ */ jsxs(React__default.Fragment, { children: [
37838
+ /* @__PURE__ */ jsx(AnimatePresence, { mode: "popLayout", children: conditionState.map((condition, index2) => /* @__PURE__ */ jsxs("div", { children: [
37839
37839
  /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
37840
37840
  SingleConditionLineItem,
37841
37841
  {
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) {
@@ -37852,7 +37852,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
37852
37852
  setConditionState(newState);
37853
37853
  };
37854
37854
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2", children: [
37855
- /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { mode: "popLayout", children: conditionState.map((condition, index2) => /* @__PURE__ */ jsxRuntime.jsxs(React.Fragment, { children: [
37855
+ /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { mode: "popLayout", children: conditionState.map((condition, index2) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
37856
37856
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
37857
37857
  SingleConditionLineItem,
37858
37858
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",