@statsbygg/layout 0.0.13 → 0.0.15
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/{components/GlobalHeader/GlobalHeader.module.css → GlobalHeader.module.css} +0 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- /package/dist/{components/Breadcrumbs/Breadcrumbs.module.css → Breadcrumbs.module.css} +0 -0
- /package/dist/{components/GlobalFooter/GlobalFooter.module.css → GlobalFooter.module.css} +0 -0
- /package/dist/{components/MenuButton/MenuButton.module.css → MenuButton.module.css} +0 -0
- /package/dist/{components/RootLayout/RootLayout.module.css → RootLayout.module.css} +0 -0
package/dist/index.js
CHANGED
|
@@ -218,7 +218,7 @@ function MenuButton({ zone }) {
|
|
|
218
218
|
import styles3 from "./GlobalHeader.module.css";
|
|
219
219
|
|
|
220
220
|
// src/logo.svg
|
|
221
|
-
var logo_default = "
|
|
221
|
+
var logo_default = "/logo-JRXKWS5H.svg";
|
|
222
222
|
|
|
223
223
|
// src/components/GlobalHeader/GlobalHeader.tsx
|
|
224
224
|
import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|