feat(quote): enhance QuoteBlock and QuoteCarouselBlock components
Deploy / verify (push) Successful in 44s
Deploy / deploy (push) Successful in 1m3s

- Updated QuoteBlock to support a new "center" variant for text alignment.
- Modified QuoteCarouselBlock to include an option for displaying navigation arrows.
- Enhanced type definitions for quote-related data structures to accommodate new features.
- Improved styling and layout handling for better visual presentation of quotes.
This commit is contained in:
Peter Meier
2026-04-19 09:31:30 +02:00
parent 597b920e7c
commit ffd4f599cd
5 changed files with 526 additions and 42 deletions
+3 -3
View File
@@ -443,9 +443,9 @@ main pre code,
}
/* Zitate: Lora (Design System nur für Zitate) */
[data-block-type="quote"] blockquote,
[data-block-type="quote"] blockquote p,
[data-block-type="quote"] blockquote cite {
blockquote[data-block-type="quote"],
blockquote[data-block-type="quote"] p,
blockquote[data-block-type="quote"] cite {
font-family: var(--font-secondary);
}