analytica-frontend-lib 1.1.82 → 1.1.84
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 +1 -1
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +1 -1
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +1 -1
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +29 -11
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +29 -11
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Whiteboard/index.js +1 -1
- package/dist/Whiteboard/index.js.map +1 -1
- package/dist/Whiteboard/index.mjs +1 -1
- package/dist/Whiteboard/index.mjs.map +1 -1
- package/dist/index.js +30 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2137,7 +2137,7 @@ var CardSimulationHistory = forwardRef(({ data, onSimulationClick, className, ..
|
|
|
2137
2137
|
]
|
|
2138
2138
|
}
|
|
2139
2139
|
) }, section.date)),
|
|
2140
|
-
data.length > 0 && /* @__PURE__ */ jsx9("div", { className: "w-full h-6 bg-
|
|
2140
|
+
data.length > 0 && /* @__PURE__ */ jsx9("div", { className: "w-full h-6 bg-background rounded-b-3xl" })
|
|
2141
2141
|
] })
|
|
2142
2142
|
}
|
|
2143
2143
|
);
|