@embedreach/components 0.1.76 → 0.1.77
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 +7 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -42777,7 +42777,13 @@ const SegmentBuilderHeader = ({
|
|
|
42777
42777
|
{
|
|
42778
42778
|
variant: "ghost",
|
|
42779
42779
|
size: "icon",
|
|
42780
|
-
onClick: () =>
|
|
42780
|
+
onClick: () => {
|
|
42781
|
+
if (textToSegment2 === true) {
|
|
42782
|
+
setTextToSegment(false);
|
|
42783
|
+
} else {
|
|
42784
|
+
setOpen(false);
|
|
42785
|
+
}
|
|
42786
|
+
},
|
|
42781
42787
|
className: "h-8 w-8",
|
|
42782
42788
|
children: /* @__PURE__ */ jsx(X$1, { className: "h-4 w-4" })
|
|
42783
42789
|
}
|