- Fix all 6 pictogram icons by switching to pictogram-topic-* namespace and importing pictograms-mapper.scss with its required mixins
- Add lottie-web dependency and lottieFile prop to topic teaser component
- Size lottie container to match pictogram icon dimensions (72/50px) and inherit --color-decoration via currentColor on SVG paths
- Expose stories/assets/lottie as /lottie static dir in Storybook
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Narrow :has() selector in button hover to direct child (> .teaser--link)
- Scope slider-tabs .count hide rule to specific components instead of generic .controls
- Fix header.js nav selector to target nav .primary
- Correct marketing header autoplay speed from 700000ms to 7000ms, trigger handleAutoplay()
- Fix slider-tabs positioning with left: auto and transform: none
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extract a container-query-based gradient mixin and apply it across card, teaser, document-list, election-form, and newsletter-teaser. Migrate deprecated theme-color-* CSS variables to the updated design tokens (feedback-error, text-accent-default, swatches-*, color-surface-inset).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>