Skip to content

Commit e30961d

Browse files
(cursor) isom-1992 - Implement design variants for homepage elements (#1498)
* Update MSW service worker, remove hidden formats, and simplify infobar schema Co-authored-by: adriangohjw <[email protected]> * Changes from background composer bc-597d507c-7028-4560-8b1a-93555d95c972 * fix: reorder imports in Infopic.ts for consistency * undo allowing infopic --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 3cc7ce3 commit e30961d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/components/src/interfaces/complex/Hero.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ export const HeroSchema = Type.Composite(
8181
Type.Literal(HERO_STYLE.block, { title: "Block" }),
8282
Type.Literal(HERO_STYLE.largeImage, {
8383
title: "Large image",
84-
format: "hidden",
8584
}),
8685
Type.Literal(HERO_STYLE.floating, {
8786
title: "Floating",
88-
format: "hidden",
8987
}),
9088
],
9189
{

packages/components/src/interfaces/complex/InfoCards.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ const InfoCardsWithFullImageSchema = Type.Object(
163163
},
164164
{
165165
title: "Cards with full images",
166-
format: "hidden",
167166
},
168167
)
169168

0 commit comments

Comments
 (0)