@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.js CHANGED
@@ -1906,7 +1906,7 @@ function ScriptBreakdownSceneView({
1906
1906
  }
1907
1907
  return nodes;
1908
1908
  };
1909
- return /* @__PURE__ */ 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__ */ jsxs("div", { className: "flex items-center justify-center max-w-6xl", children: [
1909
+ return /* @__PURE__ */ 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__ */ jsxs("div", { className: "flex items-center justify-center max-w-6xl", children: [
1910
1910
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 min-h-screen", children: [
1911
1911
  /* @__PURE__ */ jsx(
1912
1912
  "div",
@@ -2064,11 +2064,11 @@ function ScriptBreakdownSceneView({
2064
2064
  onClick: () => setIsSidebarOpen(false)
2065
2065
  }
2066
2066
  ),
2067
- /* @__PURE__ */ jsxs(
2067
+ /* @__PURE__ */ jsx(
2068
2068
  "div",
2069
2069
  {
2070
- className: `fixed top-0 right-0 z-50 h-screen w-72 transform bg-white flex flex-col border-l-[#eefafd] border-l p-3 py-5 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
- children: [
2070
+ 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"}`,
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,
2074
2074
  {
@@ -2168,7 +2168,7 @@ function ScriptBreakdownSceneView({
2168
2168
  ] }, cat.id);
2169
2169
  }) })
2170
2170
  ] })
2171
- ]
2171
+ ] })
2172
2172
  }
2173
2173
  )
2174
2174
  ] }) });