@kystverket/styrbord 0.306.2 → 0.306.3

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.
@@ -66,6 +66,23 @@ export interface HeaderProps {
66
66
  * initials. Keep it to `2` characters
67
67
  */
68
68
  initials: string;
69
+ /**
70
+ * logoutHandler
71
+ */
72
+ links?: {
73
+ /**
74
+ * icon - Typed til IconId
75
+ */
76
+ icon: IconId;
77
+ /**
78
+ * label
79
+ */
80
+ label: string;
81
+ /**
82
+ * url
83
+ */
84
+ url: string;
85
+ }[];
69
86
  /**
70
87
  * logoutHandler
71
88
  */
@@ -39,3 +39,4 @@ export declare const Selvbetjening: Story;
39
39
  export declare const medProfilOgMenyItems: Story;
40
40
  export declare const medMenyItems: Story;
41
41
  export declare const medProfil: Story;
42
+ export declare const medProfilLenker: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kystverket/styrbord",
3
- "version": "0.306.2",
3
+ "version": "0.306.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {