Skip to content

MWPW-192744 [Site Redesign] [Product: Acrobat Pro] | Product Marquee#5925

Open
suhjainadobe wants to merge 9 commits into
site-redesign-foundationfrom
pm-grid
Open

MWPW-192744 [Site Redesign] [Product: Acrobat Pro] | Product Marquee#5925
suhjainadobe wants to merge 9 commits into
site-redesign-foundationfrom
pm-grid

Conversation

@suhjainadobe
Copy link
Copy Markdown
Contributor

@suhjainadobe suhjainadobe commented May 12, 2026

@aem-code-sync
Copy link
Copy Markdown
Contributor

aem-code-sync Bot commented May 12, 2026

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

@suhjainadobe suhjainadobe changed the title MWPW-192744 Product Marquee MWPW-192744 [Site Redesign] [Product: Acrobat Pro] | Product Marquee May 12, 2026
Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
Comment on lines +42 to +46
font-family: var(--heading-font-family);
font-size: var(--s2a-typography-font-size-super);
font-weight: var(--s2a-font-weight-adobe-clean-display-black);
letter-spacing: var(--s2a-typography-letter-spacing-super);
line-height: var(--s2a-typography-line-height-super);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as before. Even better in this scenario, you could add a title super variant to the block and the logic should pick it up and style it corrrectly.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By adding a variant, do you mean that we should make it authorable or add it directly via JS?

Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
Copy link
Copy Markdown
Contributor

@robert-bogos robert-bogos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, just a few comments.
I wanted to check out the test URL but is not loading the product marquee. Might be something you'd want to look into.

Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.js Outdated
}

.pm-foreground {
flex: 1;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already declared in the base rules. I think it can be removed

Suggested change
flex: 1;

background: var(--s2a-color-background-default);
display: flex;
flex-direction: column;
min-block-size: 494px;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how would this work on small screen sizes?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@narcis-radu : For smaller devices as well, the height of the marquee remains the same. Only the width will change based on the smaller devices.

Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.js Outdated
Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.js
@suhjainadobe
Copy link
Copy Markdown
Contributor Author

@narcis-radu : Added support for viewport greater than 1920px. Could you please review.

padding-inline-start: var(--s2a-spacing-2xs);
}

.pm-promo-chevron {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For RTL, I think we might want to rotate the chevron 180deg, but not a blocker.

Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
Comment on lines +32 to +33
const promoArea = createTag('div', { class: 'pm-promo-area' });
if (ctaLink) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another nit: const promoArea = ... should be moved inside the if block, otherwise we could end up creating the promoArea div for no reason, when ctaLink is not present.

Suggested change
const promoArea = createTag('div', { class: 'pm-promo-area' });
if (ctaLink) {
if (ctaLink) {
const promoArea = createTag('div', { class: 'pm-promo-area' });

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are appending promoArea inside the outer div content. Thus, I had it outside the ctaLink check

@zagi25
Copy link
Copy Markdown
Contributor

zagi25 commented May 21, 2026

I am not sure if design changed but shouldn't the chevron point down ?
Screenshot 2026-05-21 at 15 40 59
https://www.figma.com/design/6FQTDUAttFbukvtskDAkPS/Product-%E2%80%94-A.com?node-id=7500-21264&m=dev

Copy link
Copy Markdown
Contributor

@overmyheadandbody overmyheadandbody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to avoid having a non-standard grid implementation before we merge this.

Comment thread libs/mep/ace1205/product-marquee-grid/product-marquee-grid.css Outdated
@suhjainadobe
Copy link
Copy Markdown
Contributor Author

I am not sure if design changed but shouldn't the chevron point down ? Screenshot 2026-05-21 at 15 40 59 https://www.figma.com/design/6FQTDUAttFbukvtskDAkPS/Product-%E2%80%94-A.com?node-id=7500-21264&m=dev

Thanks for pointing this out. I referred to the first canvas in the following figma. Ill confirm with Erin which chevron to use.
https://www.figma.com/design/6FQTDUAttFbukvtskDAkPS/Product-%E2%80%94-A.com?node-id=5523-5055&p=f&m=dev

@overmyheadandbody overmyheadandbody dismissed their stale review May 22, 2026 08:57

Grid concerns have been addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants