1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-25 17:34:20 +00:00

Upgrade bluelib-react

This commit is contained in:
Steffo 2022-02-07 11:17:14 +01:00
parent a66fffa9cf
commit dc640b0fa0
3 changed files with 29 additions and 29 deletions

View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@matejmazur/react-katex": "^3.1.3", "@matejmazur/react-katex": "^3.1.3",
"@sentry/nextjs": "^6.17.4", "@sentry/nextjs": "^6.17.4",
"@steffo/bluelib-react": "^4.3.0", "@steffo/bluelib-react": "^4.4.2",
"katex": "^0.15.2", "katex": "^0.15.2",
"next": "12.0.10", "next": "12.0.10",
"react": "17.0.2", "react": "17.0.2",

View file

@ -2,16 +2,17 @@ import "../styles/global.css"
import type { AppProps } from 'next/app' import type { AppProps } from 'next/app'
import { Link } from "../components/link" import { Link } from "../components/link"
import {Bluelib, Heading, LayoutThreeCol, Anchor as A, Footer} from "@steffo/bluelib-react" import {Bluelib, Heading, LayoutThreeCol, Anchor as A, Footer} from "@steffo/bluelib-react"
import { useState } from "react" import { useState, useEffect, useRef } from "react"
import { BluelibTheme } from "@steffo/bluelib-react/dist/types" import { BluelibTheme } from "@steffo/bluelib-react/dist/types"
import { Theme } from "../components/theme-switcher" import { Theme } from "../components/theme-switcher"
function MyApp({ Component, pageProps }: AppProps) { function MyApp({ Component, pageProps }: AppProps) {
const [theme, setTheme] = useState<BluelibTheme>("sophon") const [theme, setTheme] = useState<BluelibTheme>("sophon")
return ( return (
<Theme.Provider value={[theme, setTheme]}> <Theme.Provider value={[theme, setTheme]}>
<Bluelib theme={theme} id="root">
<LayoutThreeCol> <LayoutThreeCol>
<LayoutThreeCol.Center> <LayoutThreeCol.Center>
<Heading level={1}> <Heading level={1}>
@ -33,7 +34,6 @@ function MyApp({ Component, pageProps }: AppProps) {
</Footer> </Footer>
</LayoutThreeCol.Center> </LayoutThreeCol.Center>
</LayoutThreeCol> </LayoutThreeCol>
</Bluelib>
</Theme.Provider> </Theme.Provider>
) )
} }

View file

@ -278,10 +278,10 @@
dependencies: dependencies:
"@sentry/cli" "^1.72.0" "@sentry/cli" "^1.72.0"
"@steffo/bluelib-react@^4.3.0": "@steffo/bluelib-react@^4.4.2":
version "4.3.0" version "4.4.2"
resolved "https://registry.yarnpkg.com/@steffo/bluelib-react/-/bluelib-react-4.3.0.tgz#762c881db2324edc2cb8f04008e85943d94cdfb7" resolved "https://registry.yarnpkg.com/@steffo/bluelib-react/-/bluelib-react-4.4.2.tgz#3a737ea2825530a51bdde66d4564d12e73feecda"
integrity sha512-sV8xpyhSMr/wQVQJxlemOQdZSebVp744Uab6kAM6ChGgG8uCss8/BZJJHRRm3b/QALUaJ1/tmDTyKUOzKEn8Xw== integrity sha512-poi6kW7QLNPp/trOV2XXQ6wkYIft5ZG+b2vogFkm36+snPiMOm7nlhaHTqTGyQkJtd3L+DnG/osvDSLJvTlHWQ==
dependencies: dependencies:
"@babel/runtime" "^7.15.3" "@babel/runtime" "^7.15.3"
classnames "^2.3.1" classnames "^2.3.1"