analytica-frontend-lib 1.1.37 → 1.1.39
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 -2
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +2 -2
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +2 -2
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +2 -2
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +2 -2
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -2
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.css +116 -116
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +116 -116
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
|
@@ -1308,11 +1308,11 @@ var CardResults = forwardRef(
|
|
|
1308
1308
|
"div",
|
|
1309
1309
|
{
|
|
1310
1310
|
className: cn(
|
|
1311
|
-
"p-4 flex justify-between w-full h-full",
|
|
1311
|
+
"p-4 flex flex-wrap justify-between w-full h-full",
|
|
1312
1312
|
isRow ? "flex-row items-center gap-2" : "flex-col"
|
|
1313
1313
|
),
|
|
1314
1314
|
children: [
|
|
1315
|
-
/* @__PURE__ */ jsx6("p", { className: "text-sm font-bold text-text-950
|
|
1315
|
+
/* @__PURE__ */ jsx6("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
|
|
1316
1316
|
/* @__PURE__ */ jsxs5("span", { className: "flex flex-row gap-1 items-center", children: [
|
|
1317
1317
|
/* @__PURE__ */ jsxs5(
|
|
1318
1318
|
Badge_default,
|