@moser-inc/moser-labs-react 4.1.0 → 4.1.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/moser-labs-react.js +13 -3
- package/dist/package.json.d.ts +1 -1
- package/package.json +1 -1
package/dist/moser-labs-react.js
CHANGED
|
@@ -5,7 +5,7 @@ import * as y from "react";
|
|
|
5
5
|
import Zr, { useContext as cn, useState as Zi, useRef as bt, useEffect as zt, useMemo as Rn, forwardRef as Ra, useCallback as It, createContext as Vr, useLayoutEffect as I6, useId as Vp, useInsertionEffect as b0, Children as N6, isValidElement as M6, Fragment as w0, createElement as E0, Component as L6, Suspense as $6 } from "react";
|
|
6
6
|
import { Outlet as j6 } from "react-router-dom";
|
|
7
7
|
import cs from "react-dom";
|
|
8
|
-
const R6 = "4.1.
|
|
8
|
+
const R6 = "4.1.1", F6 = {
|
|
9
9
|
version: R6
|
|
10
10
|
}, JL = F6.version;
|
|
11
11
|
var V6 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -34275,8 +34275,18 @@ const BM = e4(), t4 = Vr(null), h$ = ({ children: e, ...t }) => /* @__PURE__ */
|
|
|
34275
34275
|
const r = jp("(prefers-color-scheme: dark)"), { appName: i, favicons: o, themes: a } = n4(), s = Rn(() => r ? a.dark : a.light, [a, r]), l = Rn(() => r ? o.dark : o.light, [o, r]);
|
|
34276
34276
|
return PO({
|
|
34277
34277
|
link: [
|
|
34278
|
-
{
|
|
34279
|
-
|
|
34278
|
+
{
|
|
34279
|
+
key: "theme",
|
|
34280
|
+
rel: "stylesheet",
|
|
34281
|
+
href: s
|
|
34282
|
+
},
|
|
34283
|
+
{
|
|
34284
|
+
key: "icon",
|
|
34285
|
+
rel: "icon",
|
|
34286
|
+
href: l,
|
|
34287
|
+
sizes: "any",
|
|
34288
|
+
type: "image/svg+xml"
|
|
34289
|
+
}
|
|
34280
34290
|
]
|
|
34281
34291
|
}), Kb({
|
|
34282
34292
|
titleTemplate: (u) => u ? `${u} - ${i}` : i
|
package/dist/package.json.d.ts
CHANGED