@vishu1301/script-writing 1.2.9 → 1.3.0
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1931,7 +1931,7 @@ function ScriptBreakdownSceneView({
|
|
|
1931
1931
|
}
|
|
1932
1932
|
return nodes;
|
|
1933
1933
|
};
|
|
1934
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "p-8 md:p-12 mx-auto w-full min-h-screen flex flex-col gap-8 xl:pr-[20rem]", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-center max-w-6xl", children: [
|
|
1934
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative p-8 md:p-12 mx-auto w-full min-h-screen flex flex-col gap-8 xl:pr-[20rem]", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-center max-w-6xl", children: [
|
|
1935
1935
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 min-h-screen", children: [
|
|
1936
1936
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1937
1937
|
"div",
|
|
@@ -2089,11 +2089,11 @@ function ScriptBreakdownSceneView({
|
|
|
2089
2089
|
onClick: () => setIsSidebarOpen(false)
|
|
2090
2090
|
}
|
|
2091
2091
|
),
|
|
2092
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2092
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2093
2093
|
"div",
|
|
2094
2094
|
{
|
|
2095
|
-
className: `fixed top-0 right-0 z-50 h-screen w-72 transform
|
|
2096
|
-
children: [
|
|
2095
|
+
className: `fixed xl:absolute top-0 right-0 z-50 h-screen xl:h-full 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"}`,
|
|
2096
|
+
children: /* @__PURE__ */ jsxRuntime.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: [
|
|
2097
2097
|
!aiSummarized && /* @__PURE__ */ jsxRuntime.jsx(
|
|
2098
2098
|
summarize_button_default,
|
|
2099
2099
|
{
|
|
@@ -2193,7 +2193,7 @@ function ScriptBreakdownSceneView({
|
|
|
2193
2193
|
] }, cat.id);
|
|
2194
2194
|
}) })
|
|
2195
2195
|
] })
|
|
2196
|
-
]
|
|
2196
|
+
] })
|
|
2197
2197
|
}
|
|
2198
2198
|
)
|
|
2199
2199
|
] }) });
|