Skip to content

Commit

Permalink
Merge branch 'MWPW-164093' into MWPW-169143
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Mar 5, 2025
2 parents 1e5ab05 + 751309a commit 25b55a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
5 changes: 1 addition & 4 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ header.global-navigation {
z-index: 10;
background-color: var(--feds-background-nav);
box-sizing: content-box;
overflow-x: clip;
}

.feds-topnav-wrapper {
Expand Down Expand Up @@ -513,10 +514,6 @@ header.global-navigation {

/* Desktop styles */
@media (min-width: 900px) {
header.global-navigation {
contain: layout;
}

/* General */
.global-navigation.has-breadcrumbs {
padding-bottom: var(--feds-height-breadcrumbs);
Expand Down
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/features/mas/dist/mas.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions libs/features/mas/src/hydrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ function createSpectrumCssButton(cta, aemFragmentMapping, isOutline, variant) {
function createSpectrumSwcButton(cta, aemFragmentMapping, isOutline, variant) {
const CheckoutButton = customElements.get('checkout-button');
const checkoutButton = CheckoutButton.createCheckoutButton(cta.dataset);
if (cta.dataset.analyticsId) {
checkoutButton.setAttribute('data-analytics-id', cta.dataset.analyticsId);
}
checkoutButton.connectedCallback();
checkoutButton.render();

Expand Down

0 comments on commit 25b55a0

Please sign in to comment.