@visma-swno/vsn-navigation 1.1.0-beta.14 → 1.1.0-beta.16
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.
|
@@ -16,6 +16,8 @@ declare type BaseTreeItem = {
|
|
|
16
16
|
id: string;
|
|
17
17
|
/** The label to show for that item, in the relevant language */
|
|
18
18
|
label: string;
|
|
19
|
+
/** Optional QA identifier rendered as a data-qa-id attribute on the nav item element */
|
|
20
|
+
'data-qa-id'?: string;
|
|
19
21
|
};
|
|
20
22
|
|
|
21
23
|
export declare type FeedbackConfig = {
|