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.mjs CHANGED
@@ -41227,6 +41227,7 @@ A: ${label}`);
41227
41227
  return /* @__PURE__ */ jsxs114(
41228
41228
  "div",
41229
41229
  {
41230
+ "data-testid": "mcq-card",
41230
41231
  className: cn(
41231
41232
  "p-4 rounded-lg border border-gray400 bg-cardSurface w-full",
41232
41233
  className
@@ -41240,6 +41241,8 @@ A: ${label}`);
41240
41241
  return /* @__PURE__ */ jsx153(
41241
41242
  "div",
41242
41243
  {
41244
+ "data-testid": "mcq-option",
41245
+ "data-option-key": key,
41243
41246
  onClick: (e) => handleOptionClick(key, e),
41244
41247
  className: cn(
41245
41248
  "cursor-pointer rounded-lg p-3 transition-colors",
@@ -41276,6 +41279,7 @@ A: ${label}`);
41276
41279
  /* @__PURE__ */ jsx153("div", { className: "flex justify-end", children: /* @__PURE__ */ jsx153(
41277
41280
  "button",
41278
41281
  {
41282
+ "data-testid": "mcq-continue",
41279
41283
  onClick: handleProceed,
41280
41284
  disabled: isContinueDisabled || isLoading || !selectedOption && !recommended,
41281
41285
  className: cn(