analytica-frontend-lib 1.1.81 → 1.1.83
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 +1 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +1 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/VideoPlayer/index.js +1 -1
- package/dist/VideoPlayer/index.js.map +1 -1
- package/dist/VideoPlayer/index.mjs +1 -1
- package/dist/VideoPlayer/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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8047,7 +8047,7 @@ var CardSimulationHistory = forwardRef17(({ data, onSimulationClick, className,
|
|
|
8047
8047
|
]
|
|
8048
8048
|
}
|
|
8049
8049
|
) }, section.date)),
|
|
8050
|
-
data.length > 0 && /* @__PURE__ */ jsx41("div", { className: "w-full h-6 bg-
|
|
8050
|
+
data.length > 0 && /* @__PURE__ */ jsx41("div", { className: "w-full h-6 bg-background rounded-b-3xl" })
|
|
8051
8051
|
] })
|
|
8052
8052
|
}
|
|
8053
8053
|
);
|
|
@@ -8490,7 +8490,7 @@ var SpeedMenu = ({
|
|
|
8490
8490
|
))
|
|
8491
8491
|
}
|
|
8492
8492
|
);
|
|
8493
|
-
const portalContent = showSpeedMenu &&
|
|
8493
|
+
const portalContent = showSpeedMenu && globalThis.window !== void 0 && globalThis.document !== void 0 && !!globalThis.document?.body ? createPortal(menuContent, globalThis.document.body) : null;
|
|
8494
8494
|
return /* @__PURE__ */ jsxs31("div", { className: "relative", ref: speedMenuContainerRef, children: [
|
|
8495
8495
|
/* @__PURE__ */ jsx44(
|
|
8496
8496
|
IconButton_default,
|
|
@@ -9194,7 +9194,7 @@ var Whiteboard = ({
|
|
|
9194
9194
|
"div",
|
|
9195
9195
|
{
|
|
9196
9196
|
className: cn(
|
|
9197
|
-
"flex flex-col bg-
|
|
9197
|
+
"flex flex-col bg-background border border-gray-100 p-4 gap-2 rounded-xl w-fit mx-auto",
|
|
9198
9198
|
className
|
|
9199
9199
|
),
|
|
9200
9200
|
...rest,
|