@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.
- package/dist/chunks/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -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(
|
|
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(
|
|
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
|
{
|