notjs-react 0.4.8 → 0.5.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/NotJS.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/notjs-react.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9361,8 +9361,6 @@ function la({
|
|
|
9361
9361
|
};
|
|
9362
9362
|
oe(() => {
|
|
9363
9363
|
_ && document.documentElement.classList.add("dark");
|
|
9364
|
-
}, []), oe(() => {
|
|
9365
|
-
L(i);
|
|
9366
9364
|
}, []);
|
|
9367
9365
|
const K = (T) => {
|
|
9368
9366
|
T.preventDefault(), H(!0);
|
|
@@ -9493,7 +9491,7 @@ function la({
|
|
|
9493
9491
|
className: "flex flex-col bg-white dark:bg-neutral-900",
|
|
9494
9492
|
style: { width: `${O}%`, flexShrink: 0 },
|
|
9495
9493
|
children: [
|
|
9496
|
-
/* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8
|
|
9494
|
+
/* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8 bg-neutral-100/70 dark:bg-neutral-900 border-b border-black/5 dark:border-white/5", children: [
|
|
9497
9495
|
/* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CODE" }),
|
|
9498
9496
|
/* @__PURE__ */ ie("div", { className: "flex items-center gap-2", children: [
|
|
9499
9497
|
/* @__PURE__ */ ie(kt, { children: [
|
|
@@ -9566,12 +9564,12 @@ function la({
|
|
|
9566
9564
|
/* @__PURE__ */ Y(
|
|
9567
9565
|
"div",
|
|
9568
9566
|
{
|
|
9569
|
-
className: `w-1 bg-black/5 dark:bg-white/5 hover:bg-blue-500 cursor-col-resize transition ${F ? "bg-blue-500" : ""}`,
|
|
9567
|
+
className: `w-1 shrink-0 bg-black/5 dark:bg-white/5 hover:bg-blue-500 cursor-col-resize transition ${F ? "bg-blue-500" : ""}`,
|
|
9570
9568
|
onMouseDown: K
|
|
9571
9569
|
}
|
|
9572
9570
|
),
|
|
9573
|
-
/* @__PURE__ */ ie("div", { className: "flex-1 flex flex-col bg-white dark:bg-neutral-950", children: [
|
|
9574
|
-
/* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8
|
|
9571
|
+
/* @__PURE__ */ ie("div", { className: "flex-1 min-w-0 flex flex-col bg-white dark:bg-neutral-950", children: [
|
|
9572
|
+
/* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8 bg-neutral-100/70 dark:bg-neutral-900 border-b border-black/5 dark:border-white/5 shrink-0", children: [
|
|
9575
9573
|
/* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CONSOLE" }),
|
|
9576
9574
|
/* @__PURE__ */ ie(kt, { children: [
|
|
9577
9575
|
/* @__PURE__ */ Y(Rt, { asChild: !0, children: /* @__PURE__ */ Y(
|