notjs-react 0.4.4 → 0.4.6
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 +0 -3
- package/dist/index.js.map +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);
|
|
@@ -9491,7 +9489,6 @@ function la({
|
|
|
9491
9489
|
"div",
|
|
9492
9490
|
{
|
|
9493
9491
|
className: "flex flex-col bg-white dark:bg-neutral-900",
|
|
9494
|
-
style: { width: `${O}%`, flexShrink: 0 },
|
|
9495
9492
|
children: [
|
|
9496
9493
|
/* @__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: [
|
|
9497
9494
|
/* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CODE" }),
|