@embedreach/components 0.1.24 → 0.1.25

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.
@@ -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
@@ -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.25",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",