analytica-frontend-lib 1.4.70 → 1.4.71

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.
@@ -8255,7 +8255,8 @@ function SimulationItem({
8255
8255
  {
8256
8256
  label: "N\xBA de quest\xF5es corretas",
8257
8257
  value: detail.data.counts.correct,
8258
- variant: "correct"
8258
+ variant: "correct",
8259
+ className: "flex-1"
8259
8260
  }
8260
8261
  ),
8261
8262
  /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
@@ -8263,7 +8264,8 @@ function SimulationItem({
8263
8264
  {
8264
8265
  label: "N\xBA de quest\xF5es incorretas",
8265
8266
  value: detail.data.counts.incorrect,
8266
- variant: "incorrect"
8267
+ variant: "incorrect",
8268
+ className: "flex-1"
8267
8269
  }
8268
8270
  ),
8269
8271
  /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
@@ -8271,7 +8273,8 @@ function SimulationItem({
8271
8273
  {
8272
8274
  label: "N\xBA de quest\xF5es em branco",
8273
8275
  value: detail.data.counts.blank,
8274
- variant: "blank"
8276
+ variant: "blank",
8277
+ className: "flex-1"
8275
8278
  }
8276
8279
  )
8277
8280
  ] }),