notjs-react 0.3.6 → 0.3.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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9361,6 +9361,8 @@ function la({
|
|
|
9361
9361
|
};
|
|
9362
9362
|
oe(() => {
|
|
9363
9363
|
_ && document.documentElement.classList.add("dark");
|
|
9364
|
+
}, []), oe(() => {
|
|
9365
|
+
L(i);
|
|
9364
9366
|
}, []);
|
|
9365
9367
|
const K = (T) => {
|
|
9366
9368
|
T.preventDefault(), H(!0);
|
|
@@ -9489,7 +9491,7 @@ function la({
|
|
|
9489
9491
|
"div",
|
|
9490
9492
|
{
|
|
9491
9493
|
className: "flex flex-col bg-white dark:bg-neutral-900",
|
|
9492
|
-
style: { width: `${O}
|
|
9494
|
+
style: { width: `${O}%`, flexShrink: 0 },
|
|
9493
9495
|
children: [
|
|
9494
9496
|
/* @__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: [
|
|
9495
9497
|
/* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CODE" }),
|