@scbt-ecom/ui 0.78.7 → 0.78.9
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/{index-DClkmaAg.js → index-03-Bjlyq.js} +3 -4
- package/dist/{index-DClkmaAg.js.map → index-03-Bjlyq.js.map} +1 -1
- package/dist/lib/widgets/htmlParser/HTMLRenderer.d.ts +1 -1
- package/dist/ui.js +2 -2
- package/dist/widget.js +1000 -1069
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -11063,7 +11063,7 @@ const Ox = ({
|
|
|
11063
11063
|
}) => {
|
|
11064
11064
|
const [c, u] = w.useState(!1), d = w.useRef(null), { isMobile: f } = P7();
|
|
11065
11065
|
return Il(d, () => u(!1)), /* @__PURE__ */ A.jsx(xD, { children: /* @__PURE__ */ A.jsx(wD, { open: c, onOpenChange: u, defaultOpen: s, delayDuration: n, children: /* @__PURE__ */ A.jsxs("div", { className: J(a == null ? void 0 : a.wrapper), onClick: () => u(f), children: [
|
|
11066
|
-
/* @__PURE__ */ A.jsx(CD, { className: J("cursor-pointer", a == null ? void 0 : a.trigger), children: t }),
|
|
11066
|
+
/* @__PURE__ */ A.jsx(CD, { type: "button", className: J("cursor-pointer", a == null ? void 0 : a.trigger), children: t }),
|
|
11067
11067
|
/* @__PURE__ */ A.jsxs(
|
|
11068
11068
|
kD,
|
|
11069
11069
|
{
|
|
@@ -43352,9 +43352,8 @@ const C7 = w7(!1, !0), k7 = w7(!0, !0), xG = sn.create({
|
|
|
43352
43352
|
content: "w-max border border-warm-grey-200 desk-body-regular-s py-1 px-3"
|
|
43353
43353
|
},
|
|
43354
43354
|
triggerElement: /* @__PURE__ */ A.jsx(
|
|
43355
|
-
"
|
|
43355
|
+
"span",
|
|
43356
43356
|
{
|
|
43357
|
-
type: "button",
|
|
43358
43357
|
onClick: i,
|
|
43359
43358
|
className: J(
|
|
43360
43359
|
"flex size-7 cursor-pointer items-center justify-center rounded-sm text-color-secondary outline-none transition-colors hover:bg-color-primary-hover hover:text-color-white focus:bg-color-primary-focus focus:text-color-white",
|
|
@@ -44258,4 +44257,4 @@ export {
|
|
|
44258
44257
|
OK as y,
|
|
44259
44258
|
ei as z
|
|
44260
44259
|
};
|
|
44261
|
-
//# sourceMappingURL=index-
|
|
44260
|
+
//# sourceMappingURL=index-03-Bjlyq.js.map
|