Skip to content

Commit

Permalink
body fix
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Jan 20, 2025
1 parent 2b48e25 commit 8b65317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
font-size: 14px;
line-height: 18px;
}
`;var uc={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},De=class extends P{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Wo}get aemFragmentMapping(){return uc}renderLayout(){return x`
`;var uc={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xxs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},De=class extends P{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Wo}get aemFragmentMapping(){return uc}renderLayout(){return x`
<div class="content">
<div class="header">
<slot name="icons"></slot>
Expand Down
2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
font-size: 14px;
line-height: 18px;
}
`;var Bo={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},q=class extends E{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Ur}get aemFragmentMapping(){return Bo}renderLayout(){return ko`
`;var Bo={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xxs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},q=class extends E{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Ur}get aemFragmentMapping(){return Bo}renderLayout(){return ko`
<div class="content">
<div class="header">
<slot name="icons"></slot>
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/dist/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
font-size: 14px;
line-height: 18px;
}
`;var uc={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},De=class extends P{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Wo}get aemFragmentMapping(){return uc}renderLayout(){return x`
`;var uc={mnemonics:{size:"s"},backgroundImage:{tag:"div",slot:"image"},title:{tag:"h3",slot:"heading-xs"},description:{tag:"div",slot:"body-xxs"},prices:{tag:"p",slot:"price"},ctas:{slot:"cta",size:"S"},allowedColors:["gray"]},De=class extends P{constructor(t){super(t),this.card.spectrum="swc",this.updateComplete}getGlobalCSS(){return Wo}get aemFragmentMapping(){return uc}renderLayout(){return x`
<div class="content">
<div class="header">
<slot name="icons"></slot>
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/src/variants/ah-single-plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const AEM_FRAGMENT_MAPPING = {
mnemonics: { size: 's' },
backgroundImage: { tag: 'div', slot: 'image' },
title: { tag: 'h3', slot: 'heading-xs' },
description: { tag: 'div', slot: 'body-xs' },
description: { tag: 'div', slot: 'body-xxs' },
prices: { tag: 'p', slot: 'price' },
ctas: { slot: 'cta', size: 'S' },
allowedColors: ['gray'],
Expand Down

0 comments on commit 8b65317

Please sign in to comment.