@optifye/dashboard-core 6.11.27 → 6.11.28
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -60430,7 +60430,7 @@ function HomeView({
|
|
|
60430
60430
|
]
|
|
60431
60431
|
}
|
|
60432
60432
|
),
|
|
60433
|
-
isLineSelectorOpen ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute right-0 top-full z-50 mt-2 w-[280px] rounded-lg border border-slate-200 bg-white p-3 shadow-xl flex flex-col gap-2", children: [
|
|
60433
|
+
isLineSelectorOpen ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute left-0 sm:right-0 sm:left-auto top-full z-50 mt-2 w-[280px] max-w-[calc(100vw-32px)] rounded-lg border border-slate-200 bg-white p-3 shadow-xl flex flex-col gap-2", children: [
|
|
60434
60434
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between pb-2 border-b border-slate-100", children: [
|
|
60435
60435
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm font-semibold text-slate-800", children: "Select Lines" }),
|
|
60436
60436
|
/* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/index.mjs
CHANGED
|
@@ -60401,7 +60401,7 @@ function HomeView({
|
|
|
60401
60401
|
]
|
|
60402
60402
|
}
|
|
60403
60403
|
),
|
|
60404
|
-
isLineSelectorOpen ? /* @__PURE__ */ jsxs("div", { className: "absolute right-0 top-full z-50 mt-2 w-[280px] rounded-lg border border-slate-200 bg-white p-3 shadow-xl flex flex-col gap-2", children: [
|
|
60404
|
+
isLineSelectorOpen ? /* @__PURE__ */ jsxs("div", { className: "absolute left-0 sm:right-0 sm:left-auto top-full z-50 mt-2 w-[280px] max-w-[calc(100vw-32px)] rounded-lg border border-slate-200 bg-white p-3 shadow-xl flex flex-col gap-2", children: [
|
|
60405
60405
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between pb-2 border-b border-slate-100", children: [
|
|
60406
60406
|
/* @__PURE__ */ jsx("span", { className: "text-sm font-semibold text-slate-800", children: "Select Lines" }),
|
|
60407
60407
|
/* @__PURE__ */ jsx(
|