@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.
Files changed (2) hide show
  1. package/index.ts +5 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnx-mixtape/ids-shape",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "shape details for ids project",
5
5
  "main": "./index.ts",
6
6
  "type": "module",