-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update positioning and styling inside card
- Loading branch information
1 parent
bf205a1
commit 77876b6
Showing
7 changed files
with
46 additions
and
22 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
apps/web/src/components/AdPanel/Content.tsx → apps/web/src/components/AdPanel/BodyText.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/web/src/components/AdPanel/Variations/TitleContentAd.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { BodyText } from './BodyText' | ||
import { AdButton as Button } from './Button' | ||
import { AdCard as Card } from './Card' | ||
import { DesktopCard, MobileCard } from './CardLayouts' | ||
import { Content } from './Content' | ||
|
||
// TODO: Later move to widgets-internal with conventional exporting | ||
export const AdPanel = { | ||
DesktopCard, | ||
MobileCard, | ||
Card, | ||
Content, | ||
BodyText, | ||
Button, | ||
} |