notjs-react 0.4.7 → 0.4.9
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/notjs-react.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9196,7 +9196,7 @@ function la({
|
|
|
9196
9196
|
default: null,
|
|
9197
9197
|
code: "",
|
|
9198
9198
|
versions: []
|
|
9199
|
-
}), [r, s] = ne([]), [e, t] = ne(A), [l, p] = ne(null), [_, C] = ne(x), [v, w] = ne(!1), [R, D] = ne(!1), [O, L] = ne(
|
|
9199
|
+
}), [r, s] = ne([]), [e, t] = ne(A), [l, p] = ne(null), [_, C] = ne(x), [v, w] = ne(!1), [R, D] = ne(!1), [O, L] = ne(i), [F, H] = ne(!1), [W, Q] = ne(null), [j, y] = ne(""), I = re(null), k = re(null), P = re(null), U = re(""), q = re(null);
|
|
9200
9200
|
oe(() => {
|
|
9201
9201
|
(async () => {
|
|
9202
9202
|
try {
|
|
@@ -9489,6 +9489,7 @@ function la({
|
|
|
9489
9489
|
"div",
|
|
9490
9490
|
{
|
|
9491
9491
|
className: "flex flex-col bg-white dark:bg-neutral-900",
|
|
9492
|
+
style: { width: `${O}%`, flexShrink: 0 },
|
|
9492
9493
|
children: [
|
|
9493
9494
|
/* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8 py-2 bg-neutral-100/70 dark:bg-neutral-900 border-b border-black/5 dark:border-white/5", children: [
|
|
9494
9495
|
/* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CODE" }),
|
|
@@ -9563,7 +9564,7 @@ function la({
|
|
|
9563
9564
|
/* @__PURE__ */ Y(
|
|
9564
9565
|
"div",
|
|
9565
9566
|
{
|
|
9566
|
-
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" : ""}`,
|
|
9567
9568
|
onMouseDown: K
|
|
9568
9569
|
}
|
|
9569
9570
|
),
|