@oslokommune/punkt-react 16.25.0 → 16.25.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/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [16.25.1](https://github.com/oslokommune/punkt/compare/16.25.0...16.25.1) (2026-06-16)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Legg til window.pktLogoPath for header (#3517).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [16.25.0](https://github.com/oslokommune/punkt/compare/16.24.1...16.25.0) (2026-06-12)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/dist/index.d.ts CHANGED
@@ -490,6 +490,8 @@ export declare interface IPktHeader {
490
490
  hideLogo?: boolean;
491
491
  /** Link URL for the logo */
492
492
  logoLink?: string;
493
+ /** Override CDN path for the logo */
494
+ logoPath?: string;
493
495
  /** Callback when logo is clicked */
494
496
  logoClick?: (event: MouseEvent_2) => void;
495
497
  /** Name of the service displayed in the header */