@utahdts/utah-design-system-header 1.16.2 → 1.17.0
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/index.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ declare module "@utahdts/utah-design-system-header" {
|
|
|
196
196
|
size: string;
|
|
197
197
|
skipLinkUrl?: string | undefined;
|
|
198
198
|
title: string;
|
|
199
|
-
|
|
199
|
+
titleUrl: string;
|
|
200
200
|
utahId?: boolean | UtahIDSettings | undefined;
|
|
201
201
|
};
|
|
202
202
|
export type childrenMenuTypes = ChildrenMenuTypes;
|
|
@@ -363,7 +363,7 @@ declare module "@utahdts/utah-design-system-header" {
|
|
|
363
363
|
size: string;
|
|
364
364
|
skipLinkUrl?: string | undefined;
|
|
365
365
|
title: string;
|
|
366
|
-
|
|
366
|
+
titleUrl: string;
|
|
367
367
|
utahId?: boolean | UtahIDSettings | undefined;
|
|
368
368
|
};
|
|
369
369
|
setSettings(settings: SettingsInput): void;
|