notjs-react 0.3.9 → 0.4.1
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 +2 -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
|
@@ -9360,7 +9360,7 @@ function la({
|
|
|
9360
9360
|
C((T) => !T), _ ? document.documentElement.classList.remove("dark") : document.documentElement.classList.add("dark");
|
|
9361
9361
|
};
|
|
9362
9362
|
oe(() => {
|
|
9363
|
-
_
|
|
9363
|
+
_ ? document.documentElement.classList.add("dark") : document.documentElement.classList.remove("dark");
|
|
9364
9364
|
}, []), oe(() => {
|
|
9365
9365
|
L(i);
|
|
9366
9366
|
}, []);
|
|
@@ -9439,7 +9439,7 @@ function la({
|
|
|
9439
9439
|
scrollbar-color: #525252 transparent;
|
|
9440
9440
|
}
|
|
9441
9441
|
` }),
|
|
9442
|
-
/* @__PURE__ */ ie("div", { className: "flex flex-col h-screen w-screen bg-neutral-50 dark:bg-neutral-950", children: [
|
|
9442
|
+
/* @__PURE__ */ ie("div", { className: "notjs-root flex flex-col h-screen w-screen bg-neutral-50 dark:bg-neutral-950", children: [
|
|
9443
9443
|
!E && /* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8 py-3 bg-white/80 dark:bg-neutral-900/80 backdrop-blur border-b border-black/5 dark:border-white/5", children: [
|
|
9444
9444
|
/* @__PURE__ */ ie("div", { className: "flex items-center gap-6", children: [
|
|
9445
9445
|
/* @__PURE__ */ ie("div", { className: "flex items-center gap-4", children: [
|