Update tabs and product-marquee-grid C2 blocks for bizpro - #6657
Update tabs and product-marquee-grid C2 blocks for bizpro#6657rgclayton wants to merge 1 commit into
Conversation
Ports the latest tabs and product-marquee-grid block implementations from the mep/ace1209 sandbox (site-redesign-foundation) into c2/blocks so bizpro pages have access to them. - tabs: adds radio and quiet variants alongside the existing pill tabs, plus matching keyboard/ARIA handling for the radiogroup case. - product-marquee-grid: replaces the promo-button/soft-offer CTA with a merch-card layout driven by mas-field/mas-price commerce data. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
Commits
|
|
Needed for an exceptional release on 9/7 |
|
This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR. |
Review — PR #6657 (
|
There was a problem hiding this comment.
QA verified , testing details https://jira.corp.adobe.com/browse/MWPW-206720
| import { decorateViewportContent, decorateButtons } from '../../../utils/decorate.js'; | ||
|
|
||
| const CHEVRON_SVG = '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 12 12" fill="none"><path d="M6.58349 11.208L10.2837 7.50781C10.606 7.18554 10.606 6.66406 10.2837 6.34179C9.96142 6.01953 9.43994 6.01953 9.11767 6.34179L6.82568 8.63281V1.375C6.82568 0.918955 6.45654 0.549805 6.00048 0.549805C5.54442 0.549805 5.17528 0.918945 5.17528 1.375V8.63281L2.88329 6.34179C2.56102 6.01953 2.03954 6.01953 1.71727 6.34179C1.55614 6.50292 1.47508 6.71386 1.47508 6.9248C1.47508 7.13574 1.55613 7.34668 1.71727 7.50781L5.41747 11.208C5.73974 11.5303 6.26122 11.5303 6.58349 11.208Z" fill="#fff"/></svg>'; | ||
| const MAS_FIELD_CLASSES = { |
There was a problem hiding this comment.
@rgclayton - please add the updated product-marquee-grid tests
Summary
Ports the
tabsandproduct-marquee-gridC2 blocks from themep/ace1209sandbox (as they exist onsite-redesign-foundation) intolibs/c2/blocks/, so the bizpro pages going live next week have access to them. Scoped to only these two blocks — no other files touched.radioandquietvariants alongside the existingpilltabs, with matching keyboard/ARIA handling for the radiogroup case.mas-field/mas-pricecommerce data. Note: this changes rendering for any existing content authored against the old promo/soft-offer markup.Test plan
🤖 Generated with Claude Code