@pnx-mixtape/ids-shape 0.0.21 → 0.0.22
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/index.ts +5 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -325,6 +325,7 @@ export type Footer = {
|
|
|
325
325
|
*/
|
|
326
326
|
|
|
327
327
|
export type LinkList = {
|
|
328
|
+
title?: Heading
|
|
328
329
|
items: Link[]
|
|
329
330
|
}
|
|
330
331
|
|
|
@@ -400,6 +401,10 @@ export type HeroBanner = WayfindingBlock & {
|
|
|
400
401
|
modifiers?: HeroBannerModifier[]
|
|
401
402
|
}
|
|
402
403
|
|
|
404
|
+
export type HeroSearch = HeroBanner & {
|
|
405
|
+
search: SearchForm
|
|
406
|
+
}
|
|
407
|
+
|
|
403
408
|
export type InPageAlert = {
|
|
404
409
|
type: InPageAlertTypes
|
|
405
410
|
title: Heading
|