@vishu1301/script-writing 1.3.0 → 1.3.1
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2067,7 +2067,7 @@ function ScriptBreakdownSceneView({
|
|
|
2067
2067
|
/* @__PURE__ */ jsx(
|
|
2068
2068
|
"div",
|
|
2069
2069
|
{
|
|
2070
|
-
className: `fixed
|
|
2070
|
+
className: `fixed top-0 right-0 z-50 h-auto xl:h-auto w-72 transform transition-transform duration-300 ease-[cubic-bezier(0.22,1,0.36,1)] xl:translate-x-0 ${isSidebarOpen ? "translate-x-0 shadow-[0_0_40px_rgba(0,0,0,0.1)]" : "translate-x-full"}`,
|
|
2071
2071
|
children: /* @__PURE__ */ jsxs("div", { className: "sticky top-0 flex h-screen max-h-screen w-full flex-col border-l border-l-[#eefafd] bg-white p-3 py-5", children: [
|
|
2072
2072
|
!aiSummarized && /* @__PURE__ */ jsx(
|
|
2073
2073
|
summarize_button_default,
|