Skip to content

@obosbbl/grunnmuren-react@2.0.0-canary.47

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 11:40
· 190 commits to main since this release
cd99922

Minor Changes

  • 07d0d30: Adding a new <VideoLoop/> component that can play a muted video that loops (similar to a gif). The component respects reduced motion settings for users that have this setting enabled. It ensures further accessibility by requiring a visible or invisible description (alt or caption) of the video content.

    Usage:

    <VideoLoop
        src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4"
        format="mp4"
        alt="Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé"
    />
    
    <Media>
        <VideoLoop
            src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4"
            format="mp4"
        />
        <Caption>Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé</Caption>
    </Media>

Patch Changes

  • Updated dependencies [e92b0f2]
    • @obosbbl/grunnmuren-icons-react@2.0.0-canary.5