@gamelearn/arcade-components 3.14.6 → 3.14.7
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.
|
@@ -58492,11 +58492,11 @@ function TextClickPuzzleComponent({
|
|
|
58492
58492
|
backgroundImage: u != null && u.url ? `url('${u.url}')` : ""
|
|
58493
58493
|
};
|
|
58494
58494
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
58495
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: H, style: W, children: [
|
|
58495
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { "data-testid": "wrapperDiv", className: H, style: W, children: [
|
|
58496
58496
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-click__overlay", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `text-click__container ${F ? "slideInLeft" : ""} `, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-click__body", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-click__scroll", dir: LangIsRtl() ? "rtl" : "auto", children: B.current }) }) }) }),
|
|
58497
58497
|
e && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "text-click__paginator", children: [
|
|
58498
58498
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-click__icon-check-circle-black", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "icon-check-circle-black" }) }),
|
|
58499
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "text-click__slide", children: [
|
|
58499
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { "data-testid": "slideCounter", className: "text-click__slide", children: [
|
|
58500
58500
|
w,
|
|
58501
58501
|
" / ",
|
|
58502
58502
|
b
|