UNPKG

@tabnews/ui

Version:
3 lines (2 loc) 1.09 kB
"use server"; "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("next/headers"),u=require("../AutoThemeProvider/AutoThemeProvider.cjs"),h=require("../constants/public.cjs"),m=require("../SCRegistry/SCRegistry.cjs");async function g({children:s,colorMode:o,defaultColorMode:i,headChildren:n,htmlProps:a,lang:d,...c}){const t=await(await l.cookies()).get(h.COLOR_MODE_COOKIE),r=(o||(t==null?void 0:t.value)||i)==="dark"?"dark":"light";return e.jsxs("html",{lang:d,suppressHydrationWarning:!0,"data-color-mode":r,...a,children:[e.jsxs("head",{children:[n,e.jsx("link",{rel:"stylesheet",href:"https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css",integrity:"sha384-5TcZemv2l/9On385z///+d7MSYlvIEw9FuZTIdZ14vJLqWphw7e7ZPuOiCHJcFCP",crossOrigin:"anonymous"})]}),e.jsx("body",{"data-light-theme":"light","data-dark-theme":"dark",children:e.jsx(m.StyledComponentsRegistry,{children:e.jsx(u.AutoThemeProvider,{defaultColorMode:r,noFlash:!1,preventSSRMismatch:!0,...c,children:s})})})]})}exports.PrimerRoot=g;