analytica-frontend-lib 1.1.75 → 1.1.76
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/Accordation/index.js +2 -1
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +2 -1
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.d.mts +1 -0
- package/dist/Card/index.d.ts +1 -0
- package/dist/Card/index.js +2 -1
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +2 -1
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +2 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.mjs
CHANGED
|
@@ -4398,6 +4398,7 @@ var CardQuestions = forwardRef10(
|
|
|
4398
4398
|
className,
|
|
4399
4399
|
onClickButton,
|
|
4400
4400
|
valueButton,
|
|
4401
|
+
label = "00",
|
|
4401
4402
|
...props
|
|
4402
4403
|
}, ref) => {
|
|
4403
4404
|
const isDone = state === "done";
|
|
@@ -4427,7 +4428,7 @@ var CardQuestions = forwardRef10(
|
|
|
4427
4428
|
),
|
|
4428
4429
|
/* @__PURE__ */ jsxs16("span", { className: "flex flex-row items-center gap-1 text-text-700 text-xs", children: [
|
|
4429
4430
|
isDone ? "Nota" : "Sem nota",
|
|
4430
|
-
isDone && /* @__PURE__ */ jsx20(Badge_default, { size: "medium", action: "success", children:
|
|
4431
|
+
isDone && /* @__PURE__ */ jsx20(Badge_default, { size: "medium", action: "success", children: label })
|
|
4431
4432
|
] })
|
|
4432
4433
|
] })
|
|
4433
4434
|
] }),
|