notjs-react 0.4.0 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- 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
|
}, []);
|