Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Jan 20, 2025
1 parent 068e056 commit 2b48e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions libs/deps/mas/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1662,12 +1662,12 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
`);var Wo=`
merch-card[variant="ah-single-plan"] [slot="heading-xs"] {
letter-spacing: normal;
font-size: 12px;
font-size: 14px;
line-height: 18px;
color: var(--merch-card-ah-single-plan-text-color);
}
merch-card[variant="ah-single-plan"] [slot="body-xs"] {
merch-card[variant="ah-single-plan"] [slot="body-xxs"] {
letter-spacing: normal;
max-height: 54px;
overflow: hidden;
Expand Down Expand Up @@ -1700,7 +1700,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
<slot name="icons"></slot>
<slot name="heading-xs"></slot>
</div>
<slot name="body-xs"></slot>
<slot name="body-xxs"></slot>
<slot name="price"></slot>
<div class="footer">
<slot name="cta"></slot>
Expand Down
6 changes: 3 additions & 3 deletions libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1687,12 +1687,12 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
`);import{html as ko,css as Io}from"../lit-all.min.js";var Ur=`
merch-card[variant="ah-single-plan"] [slot="heading-xs"] {
letter-spacing: normal;
font-size: 12px;
font-size: 14px;
line-height: 18px;
color: var(--merch-card-ah-single-plan-text-color);
}
merch-card[variant="ah-single-plan"] [slot="body-xs"] {
merch-card[variant="ah-single-plan"] [slot="body-xxs"] {
letter-spacing: normal;
max-height: 54px;
overflow: hidden;
Expand Down Expand Up @@ -1725,7 +1725,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
<slot name="icons"></slot>
<slot name="heading-xs"></slot>
</div>
<slot name="body-xs"></slot>
<slot name="body-xxs"></slot>
<slot name="price"></slot>
<div class="footer">
<slot name="cta"></slot>
Expand Down
6 changes: 3 additions & 3 deletions libs/features/mas/dist/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1662,12 +1662,12 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
`);var Wo=`
merch-card[variant="ah-single-plan"] [slot="heading-xs"] {
letter-spacing: normal;
font-size: 12px;
font-size: 14px;
line-height: 18px;
color: var(--merch-card-ah-single-plan-text-color);
}
merch-card[variant="ah-single-plan"] [slot="body-xs"] {
merch-card[variant="ah-single-plan"] [slot="body-xxs"] {
letter-spacing: normal;
max-height: 54px;
overflow: hidden;
Expand Down Expand Up @@ -1700,7 +1700,7 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
<slot name="icons"></slot>
<slot name="heading-xs"></slot>
</div>
<slot name="body-xs"></slot>
<slot name="body-xxs"></slot>
<slot name="price"></slot>
<div class="footer">
<slot name="cta"></slot>
Expand Down

0 comments on commit 2b48e25

Please sign in to comment.