@opencx/widget 3.0.79 → 3.0.81
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/designs.cjs +2 -2
- package/dist/designs.cjs.map +1 -1
- package/dist/designs.js +4 -2
- package/dist/designs.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.js +2 -2
- package/dist/src/designs/react/index.d.ts +2 -1
- package/dist/src/headless/core/types/widget-config.d.ts +5 -0
- package/dist/src/headless/react/WidgetProvider.d.ts +7 -2
- package/dist/{useWidgetTrigger-B3AmRoO3.cjs → useWidgetTrigger-DL9e5ISu.cjs} +4 -4
- package/dist/useWidgetTrigger-DL9e5ISu.cjs.map +1 -0
- package/dist/{useWidgetTrigger-BNZHwm7w.js → useWidgetTrigger-ims5I4zH.js} +204 -197
- package/dist/useWidgetTrigger-ims5I4zH.js.map +1 -0
- package/dist-embed/script.js +4 -4
- package/dist-embed/script.js.map +1 -1
- package/package.json +1 -1
- package/dist/useWidgetTrigger-B3AmRoO3.cjs.map +0 -1
- package/dist/useWidgetTrigger-BNZHwm7w.js.map +0 -1
package/dist/designs.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Fragment as Qa, jsx as b, jsxs as U } from "react/jsx-runtime";
|
|
|
2
2
|
import * as Un from "@radix-ui/react-popover";
|
|
3
3
|
import * as Te from "react";
|
|
4
4
|
import an, { forwardRef as zr, useState as Fe, useImperativeHandle as Au, useRef as cn, useCallback as Cu, useMemo as Yr, useEffect as Ot, memo as ku, cloneElement as Nu, createElement as Ai } from "react";
|
|
5
|
-
import { l as Ci, m as Iu, a as We, u as mt, d as dn, g as zn, i as Su, c as Xa, h as Lt, e as Yn, j as hn, b as Ou, _ as Lu, W as Ru, k as Du } from "./useWidgetTrigger-
|
|
5
|
+
import { l as Ci, m as Iu, a as We, u as mt, d as dn, g as zn, i as Su, c as Xa, h as Lt, e as Yn, j as hn, b as Ou, _ as Lu, W as Ru, k as Du } from "./useWidgetTrigger-ims5I4zH.js";
|
|
6
6
|
import * as Ue from "@radix-ui/react-dialog";
|
|
7
7
|
import { X as vu, PaperclipIcon as Pu, ImageIcon as Mu, CircleDashed as Bu, ArrowUpIcon as Fu, CircleCheckIcon as Hu, XIcon as jr, AlertCircle as Uu, Loader2 as zu, FileAudio2Icon as Yu, FileVideo2Icon as ju, FileIcon as Wu, ChevronRight as qu, Check as Vu, Circle as Gu, ChevronLeftIcon as Qu, EllipsisVerticalIcon as Xu, MessageCirclePlusIcon as Ku, LoaderIcon as $u, SendHorizontal as Ju, UserRoundIcon as Zu, ChevronRightIcon as el, ChevronDownIcon as tl } from "lucide-react";
|
|
8
8
|
import { clsx as Ka } from "clsx";
|
|
@@ -19963,7 +19963,8 @@ const zE = [
|
|
|
19963
19963
|
};
|
|
19964
19964
|
function e2({
|
|
19965
19965
|
options: e,
|
|
19966
|
-
components: t = []
|
|
19966
|
+
components: t = [],
|
|
19967
|
+
loadingComponent: n
|
|
19967
19968
|
}) {
|
|
19968
19969
|
return /* @__PURE__ */ b(
|
|
19969
19970
|
Ru,
|
|
@@ -19971,6 +19972,7 @@ function e2({
|
|
|
19971
19972
|
components: [...zE, ...t],
|
|
19972
19973
|
options: e,
|
|
19973
19974
|
storage: YE,
|
|
19975
|
+
loadingComponent: n,
|
|
19974
19976
|
children: /* @__PURE__ */ b(Du, { children: /* @__PURE__ */ b(UE, {}) })
|
|
19975
19977
|
}
|
|
19976
19978
|
);
|