Conversation
Motion tab defaults to none. Runtime wrapper is a no-op unless an animation is set, so existing pages stay still. Closes #2
21 tasks
Bundle ReportChanges will increase total bundle size by 14.69kB (0.08%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: portfolio-client-array-pushAssets Changed:
App Routes Affected:
view changes for bundle: portfolio-server-cjsAssets Changed:
App Routes Affected:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #417 +/- ##
==========================================
- Coverage 97.29% 97.23% -0.06%
==========================================
Files 356 358 +2
Lines 9109 9129 +20
Branches 3091 3096 +5
==========================================
+ Hits 8863 8877 +14
- Misses 238 244 +6
Partials 8 8
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
⇝pull request
*ੈ✩‧₊˚༺☆༻*ੈ✩‧₊˚
what & why
Section, container, grid, grid item, and headline get a Motion tab. Default is
none, so existing pages stay still. Reduced motion stays off.Closes #2
scope
@httpjpg/storyblok-sync·@httpjpg/storyblok-uichange type
feat— new feature · Added · minorfix— bug fix · Fixed · patchrefactor/style/revert· Changed · patchperf— faster or leaner · Performance · patchbuild/ci/docs/test· Tooling · patchdeps— dependency bump · Dependencies · patchchore— hidden from the changelog · patchBREAKING CHANGE:footer · ⚠ BREAKING · majorchecklist — every pull request
CLAUDE.md— I read a neighbouring file before inventing a pattern"use client"boundary is as small as possible*.test.ts(x))package.jsonversion,.release-please-manifest.jsonorCHANGELOG.mdstoryblok / cms — only if a blok or schema moved
packages/storyblok-sync/scripts/blocks/*sync:components(andsync:datasourcesfor newCMS_OPTIONS) run against StoryblokwithMotion()/BlokMotioneditableAttrs(blok)still spread on the rootnotes for reviewers
Split out of #413.
withMotion()appends the tab. RuntimeBlokMotionis a no-op unless an animation is set.ENTRANCE_ANIMATION_OPTIONS.CMS is not pushed from this PR. After merge:
Shares
layout.ts,SbGrid, andSbGridItemwith the signed-margins PR. Rebase after that one merges.