@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.
@@ -1,7 +1,6 @@
1
1
  .header {
2
2
  background-color: var(--ds-color-accent-surface-tinted);
3
3
  border-bottom: 1px solid var(--ds-color-neutral-border-subtle);
4
- position: sticky;
5
4
  top: 0;
6
5
  z-index: 100;
7
6
  }
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 = "./logo-JRXKWS5H.svg";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@statsbygg/layout",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },