feat: Velora 2026 platform upgrades#4
Open
erikconnect wants to merge 1 commit into
Open
Conversation
…element, Spring Expressive Sources: Google I/O 2026 platform features, Apple 2026 design direction, Material 3 Expressive (Google), Microsoft Fluent 2, Chrome 135-137 APIs. NEW FILES --------- packages/css/src/04f-carousel.css - .vl-carousel: scroll-snap carousel with zero JS - ::scroll-marker (Chrome 135+): CSS-native pagination dots - ::scroll-button() (Chrome 135+): CSS prev/next controls as pseudo-elements - Variants: --center, --peek, --full, --pill markers - vl-scroll-buttons attribute opt-in; @supports-guarded; reduced-motion aware packages/css/src/04g-anchor.css - [vl-anchor-group] / [vl-anchor-trigger]: container-based anchor scope - [vl-tooltip]: CSS Anchor Positioning tooltip (Chrome 125+ / Safari 18.2+) - [vl-float]: floating dropdown/panel with min-width: anchor-size() - @starting-style open/close transitions; position-try-options flip - Popover API compatible; fully zero-JS; @supports(anchor-name) guard UPDATED FILES ------------- packages/css/src/01-tokens.css - Material 3 Expressive easing: --vl-ease-spring-expressive, --vl-ease-emphasized - display-p3 wide-gamut accent colors, Apple liquid glass tokens - AI state tokens, CSS Carousel tokens, CSS Anchor tokens - Edge-to-edge safe-area tokens packages/css/src/02-layout.css - reading-flow (Chrome 137+): vl-reading attribute for accessible tab order - .vl-edge-to-edge: safe-area-max-inset support - .vl-glass--liquid: Apple liquid glass backdrop surface - vl-hdr attribute: dynamic-range-limit control (Chrome 135+) packages/css/src/03b-motion-extended.css - vl-effect=spring-express: Material 3 Expressive spring - vl-effect=liquid-in: Apple 2026 glass dissolve entrance - vl-effect=shape-reveal: clip-path:shape() organic wipe (Chrome 135+) - vl-effect=ai-shimmer: AI streaming skeleton shimmer - vl-effect=ai-glow: pulsing AI generation glow - .vl-skeleton component with text/heading/avatar variants - vl-effect=path-arc: offset-path:shape() motion path (Chrome 137+) - CSS if() conditional variant hook (Chrome 137+) packages/css/src/05-transitions.css - [vl-vt-match]: view-transition-name:match-element (Chrome 137+) - vl-page-transition=morph: shape-clip card morph preset Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
2026 Platform Upgrades
CSS Anchor Positioning, CSS-native Carousels,
shape(),match-element, Spring Expressive, Liquid Glass, AI states — all pure CSS, zero JS.New files
04f-carousel.css— CSS-native Carousels (Chrome 135+)::scroll-markerpagination dots +::scroll-button()nav, scroll-snap, zero JS--center,--peek,--full,--pill;@supports-guarded04g-anchor.css— CSS Anchor Positioning (Chrome 125+ / Safari 18.2+)[vl-tooltip]+[vl-float]— Popover API + anchor positioning, zero JSposition-try-options: flip-block,anchor-size(),@starting-styletransitionsTokens (
01-tokens.css)Material 3 Expressive easing (
--vl-ease-spring-expressive,--vl-ease-emphasized), display-p3 wide-gamut accents, Apple liquid glass tokens, AI state tokens, carousel/anchor/safe-area tokens.Layout (
02-layout.css)vl-readingattribute →reading-flow(Chrome 137+) for accessible tab order in flex/grid.vl-glass--liquid— Apple 2026 backdrop surface.vl-edge-to-edge— safe-area-max-inset supportvl-hdr→dynamic-range-limit(Chrome 135+)Motion (
03b-motion-extended.css)vl-effect="spring-express"— Material 3 Expressive springvl-effect="liquid-in"— Apple 2026 glass dissolvevl-effect="shape-reveal"—clip-path: shape()wipe (Chrome 135+)vl-effect="ai-shimmer"+vl-effect="ai-glow"— AI streaming states.vl-skeletoncomponentvl-effect="path-arc"—offset-path: shape()(Chrome 137+)if()hook (Chrome 137+)View Transitions (
05-transitions.css)[vl-vt-match]—view-transition-name: match-element(Chrome 137+)vl-page-transition="morph"— clip-path card morph presetVerification
All new APIs behind
@supports— graceful degradation everywhere.