pxengine 0.1.95 → 0.1.96
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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -41554,6 +41554,7 @@ A: ${label}`);
|
|
|
41554
41554
|
return /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
|
|
41555
41555
|
"div",
|
|
41556
41556
|
{
|
|
41557
|
+
"data-testid": "mcq-card",
|
|
41557
41558
|
className: cn(
|
|
41558
41559
|
"p-4 rounded-lg border border-gray400 bg-cardSurface w-full",
|
|
41559
41560
|
className
|
|
@@ -41567,6 +41568,8 @@ A: ${label}`);
|
|
|
41567
41568
|
return /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
41568
41569
|
"div",
|
|
41569
41570
|
{
|
|
41571
|
+
"data-testid": "mcq-option",
|
|
41572
|
+
"data-option-key": key,
|
|
41570
41573
|
onClick: (e) => handleOptionClick(key, e),
|
|
41571
41574
|
className: cn(
|
|
41572
41575
|
"cursor-pointer rounded-lg p-3 transition-colors",
|
|
@@ -41603,6 +41606,7 @@ A: ${label}`);
|
|
|
41603
41606
|
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("div", { className: "flex justify-end", children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
41604
41607
|
"button",
|
|
41605
41608
|
{
|
|
41609
|
+
"data-testid": "mcq-continue",
|
|
41606
41610
|
onClick: handleProceed,
|
|
41607
41611
|
disabled: isContinueDisabled || isLoading || !selectedOption && !recommended,
|
|
41608
41612
|
className: cn(
|