Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Stage to Main #3500

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libs/blocks/global-navigation/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ export function trigger({ element, event, type } = {}) {
closeAllDropdowns({ type });
if (isOpen) return false;
element.setAttribute('aria-expanded', 'true');
if (!isDesktop.matches && type === 'dropdown') disableMobileScroll();
if (!isDesktop.matches && type === 'dropdown'
&& !!document.querySelector('header.new-nav')) disableMobileScroll();
return true;
}

Expand Down
4 changes: 2 additions & 2 deletions libs/deps/mas/commerce.js
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Large diffs are not rendered by default.

170 changes: 85 additions & 85 deletions libs/deps/mas/mas.js
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Large diffs are not rendered by default.

218 changes: 110 additions & 108 deletions libs/deps/mas/merch-card.js
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-sidenav.js
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var M=Object.defineProperty;var g=o=>{throw TypeError(o)};var V=(o,e,t)=>e in o?M(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var i=(o,e,t)=>V(o,typeof e!="symbol"?e+"":e,t),v=(o,e,t)=>e.has(o)||g("Cannot "+t);var S=(o,e,t)=>(v(o,e,"read from private field"),t?t.call(o):e.get(o)),b=(o,e,t)=>e.has(o)?g("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(o):e.set(o,t),C=(o,e,t,s)=>(v(o,e,"write to private field"),s?s.call(o,t):e.set(o,t),t);import{html as I,css as K,LitElement as W}from"/libs/deps/lit-all.min.js";var c=class{constructor(e,t){this.key=Symbol("match-media-key"),this.matches=!1,this.host=e,this.host.addController(this),this.media=window.matchMedia(t),this.matches=this.media.matches,this.onChange=this.onChange.bind(this),e.addController(this)}hostConnected(){var e;(e=this.media)==null||e.addEventListener("change",this.onChange)}hostDisconnected(){var e;(e=this.media)==null||e.removeEventListener("change",this.onChange)}onChange(e){this.matches!==e.matches&&(this.matches=e.matches,this.host.requestUpdate(this.key,!this.matches))}};import{css as P}from"/libs/deps/lit-all.min.js";var u=P`
var M=Object.defineProperty;var v=o=>{throw TypeError(o)};var V=(o,e,t)=>e in o?M(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var i=(o,e,t)=>V(o,typeof e!="symbol"?e+"":e,t),g=(o,e,t)=>e.has(o)||v("Cannot "+t);var S=(o,e,t)=>(g(o,e,"read from private field"),t?t.call(o):e.get(o)),b=(o,e,t)=>e.has(o)?v("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(o):e.set(o,t),C=(o,e,t,s)=>(g(o,e,"write to private field"),s?s.call(o,t):e.set(o,t),t);import{html as I,css as K,LitElement as W}from"/libs/deps/lit-all.min.js";var c=class{constructor(e,t){this.key=Symbol("match-media-key"),this.matches=!1,this.host=e,this.host.addController(this),this.media=window.matchMedia(t),this.matches=this.media.matches,this.onChange=this.onChange.bind(this),e.addController(this)}hostConnected(){var e;(e=this.media)==null||e.addEventListener("change",this.onChange)}hostDisconnected(){var e;(e=this.media)==null||e.removeEventListener("change",this.onChange)}onChange(e){this.matches!==e.matches&&(this.matches=e.matches,this.host.requestUpdate(this.key,!this.matches))}};import{css as P}from"/libs/deps/lit-all.min.js";var u=P`
h2 {
font-size: 11px;
font-style: normal;
Expand Down
170 changes: 85 additions & 85 deletions libs/features/mas/dist/mas.js
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions libs/features/mas/docs/checkout-button.html

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions libs/features/mas/docs/checkout-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">

<!-- Include your custom element script as an ES6 module -->
Expand All @@ -16,19 +16,17 @@
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<div class="sidenav">
<aside class="sidenav">
<a href="/libs/features/mas/docs/mas.html">Home</a>
<a href="/libs/features/mas/docs/mas.js.html">mas.js</a>
<a href="/libs/features/mas/docs/checkout-link.html">Checkout Link</a>
<a href="/libs/features/mas/docs/inline-price.html">Inline Price</a>
<a href="/libs/features/mas/docs/merch-card.html">Merch Card</a>
<a href="/libs/features/mas/docs/ccd.html">CCD Gallery</a>
<a href="/libs/features/mas/docs/benchmarks.html">Benchmarks</a>
</div>
</aside>
<main>
<sp-theme color="light" scale="medium">
<h1 id="checkout-link" tabindex="-1">checkout-link <a class="header-anchor" href="#checkout-link" href="#checkout-link" title="Permalink to this heading">#</a></h1>
Expand Down Expand Up @@ -145,7 +143,7 @@ <h2 id="attributes" tabindex="-1">Attributes <a class="header-anchor" href="#att
</tr>
<tr>
<td><code>daa-ll</code></td>
<td>martech-compatible link id for analytics. Format: ‘${data-analytics-id}-${#}’, where # is the position of the link within a card. E.g. : see-terms-1, buy-now-2</td>
<td>martech-compatible link id for analytics. Format: ‘${data-analytics-id}-${#}’, where # is the position of the link within a card. E.g. : see-terms-1, buy-now-2</td>
<td><code>false</code></td>
<td><code>false</code></td>
<td>mas.js</td>
Expand Down Expand Up @@ -286,14 +284,10 @@ <h2 id="events" tabindex="-1">Events <a class="header-anchor" href="#events" hre
<td><code>mas:failed</code></td>
<td>fires when the offer could not be found or fetched</td>
</tr>
<tr>
<td><code>click</code></td>
<td>native click event on the <code>a</code> element</td>
</tr>
</tbody>
</table>
<br>
<p>For each event except <code>click</code>, the following css classes are toggled on the element: <code>placeholder-pending</code>, <code>placeholder-resolved</code>, <code>placeholder-failed</code>.</p>
<p>For each event, the following css classes are toggled on the element: <code>placeholder-pending</code>, <code>placeholder-resolved</code>, <code>placeholder-failed</code>.</p>
<h3 id="example-2" tabindex="-1">Example <a class="header-anchor" href="#example-2" href="#example-2" title="Permalink to this heading">#</a></h3>
<pre><code class="hljs demo language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">id</span>=<span class="hljs-string">&quot;eventsDemo&quot;</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">a</span>
Expand All @@ -305,7 +299,9 @@ <h3 id="example-2" tabindex="-1">Example <a class="header-anchor" href="#example
<span class="hljs-tag">&lt;<span class="hljs-name">a</span>
<span class="hljs-attr">is</span>=<span class="hljs-string">&quot;checkout-link&quot;</span>
<span class="hljs-attr">data-wcs-osi</span>=<span class="hljs-string">&quot;A1xn6EL4pK93bWjM8flffQpfEL-bnvtoQKQAvkx574M&quot;</span>
&gt;</span><span class="hljs-tag">&lt;<span class="hljs-name">span</span>&gt;</span>Span + <span class="hljs-tag">&lt;<span class="hljs-name">strong</span>&gt;</span>Strong + Buy now<span class="hljs-tag">&lt;/<span class="hljs-name">strong</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>&lt;/a
&gt;</span><span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">style</span>=<span class="hljs-string">&quot;pointer-events: none;&quot;</span>
&gt;</span>Span + <span class="hljs-tag">&lt;<span class="hljs-name">strong</span>&gt;</span>Strong + Buy now<span class="hljs-tag">&lt;/<span class="hljs-name">strong</span>&gt;</span>&lt;/span
&gt;&lt;/a
&gt;
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">button</span> <span class="hljs-attr">id</span>=<span class="hljs-string">&quot;btnRefresh&quot;</span>&gt;</span>Refresh<span class="hljs-tag">&lt;/<span class="hljs-name">button</span>&gt;</span>
Expand Down
8 changes: 3 additions & 5 deletions libs/features/mas/docs/inline-price.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">

<!-- Include your custom element script as an ES6 module -->
Expand All @@ -16,19 +16,17 @@
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<div class="sidenav">
<aside class="sidenav">
<a href="/libs/features/mas/docs/mas.html">Home</a>
<a href="/libs/features/mas/docs/mas.js.html">mas.js</a>
<a href="/libs/features/mas/docs/checkout-link.html">Checkout Link</a>
<a href="/libs/features/mas/docs/inline-price.html">Inline Price</a>
<a href="/libs/features/mas/docs/merch-card.html">Merch Card</a>
<a href="/libs/features/mas/docs/ccd.html">CCD Gallery</a>
<a href="/libs/features/mas/docs/benchmarks.html">Benchmarks</a>
</div>
</aside>
<main>
<sp-theme color="light" scale="medium">
<h1 id="inline-price" tabindex="-1">inline-price <a class="header-anchor" href="#inline-price" href="#inline-price" title="Permalink to this heading">#</a></h1>
Expand Down
8 changes: 3 additions & 5 deletions libs/features/mas/docs/mas.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">

<!-- Include your custom element script as an ES6 module -->
Expand All @@ -16,19 +16,17 @@
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<div class="sidenav">
<aside class="sidenav">
<a href="/libs/features/mas/docs/mas.html">Home</a>
<a href="/libs/features/mas/docs/mas.js.html">mas.js</a>
<a href="/libs/features/mas/docs/checkout-link.html">Checkout Link</a>
<a href="/libs/features/mas/docs/inline-price.html">Inline Price</a>
<a href="/libs/features/mas/docs/merch-card.html">Merch Card</a>
<a href="/libs/features/mas/docs/ccd.html">CCD Gallery</a>
<a href="/libs/features/mas/docs/benchmarks.html">Benchmarks</a>
</div>
</aside>
<main>
<sp-theme color="light" scale="medium">
<h1 id="merch-at-scale-(mas)" tabindex="-1">Merch At Scale (MAS) <a class="header-anchor" href="#merch-at-scale-(mas)" href="#merch-at-scale-(mas)" title="Permalink to this heading">#</a></h1>
Expand Down
16 changes: 10 additions & 6 deletions libs/features/mas/docs/mas.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">

<!-- Include your custom element script as an ES6 module -->
Expand All @@ -16,19 +16,17 @@
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<div class="sidenav">
<aside class="sidenav">
<a href="/libs/features/mas/docs/mas.html">Home</a>
<a href="/libs/features/mas/docs/mas.js.html">mas.js</a>
<a href="/libs/features/mas/docs/checkout-link.html">Checkout Link</a>
<a href="/libs/features/mas/docs/inline-price.html">Inline Price</a>
<a href="/libs/features/mas/docs/merch-card.html">Merch Card</a>
<a href="/libs/features/mas/docs/ccd.html">CCD Gallery</a>
<a href="/libs/features/mas/docs/benchmarks.html">Benchmarks</a>
</div>
</aside>
<main>
<sp-theme color="light" scale="medium">
<h1 id="mas.js" tabindex="-1">mas.js <a class="header-anchor" href="#mas.js" href="#mas.js" title="Permalink to this heading">#</a></h1>
Expand All @@ -38,10 +36,16 @@ <h2 id="introduction" tabindex="-1">Introduction <a class="header-anchor" href="
<ul>
<li><a href="/libs/features/mas/docs/inline-price.html">inline-price</a></li>
<li><a href="/libs/features/mas/docs/checkout-link.html">checkout-link</a></li>
<li><a href="/libs/features/mas/docs/checkout-button.html">checkout-button</a></li>
<li><a href="/libs/features/mas/docs/merch-card.html">merch-card</a></li>
</ul>
<h2 id="enablement-mas-commerce-service" tabindex="-1">Enablement <code>mas-commerce-service</code> <a class="header-anchor" href="#enablement-mas-commerce-service" href="#enablement-mas-commerce-service" title="Permalink to this heading">#</a></h2>
<p>You do need to have mas.js on your page / application, including it can be done like the following</p>
<p>⚠️ Safari does not support customized built-in elements. Therefore, you need to load the following polyfill before <code>mas.js</code> for browser compatibility (not required for in-app usage).</p>
<pre><code class="hljs language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span>
<span class="hljs-attr">src</span>=<span class="hljs-string">&quot;https://www.adobe.comlibs/deps/custom-elements.js&quot;</span>
&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
</code></pre>
<p>To add <code>mas.js</code> to your page or application, include it as shown below:</p>
<pre><code class="hljs language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span>
<span class="hljs-attr">src</span>=<span class="hljs-string">&quot;https://www.adobe.com/libs/features/mas/mas/dist/mas.js&quot;</span>
<span class="hljs-attr">type</span>=<span class="hljs-string">&quot;module&quot;</span>
Expand Down
34 changes: 18 additions & 16 deletions libs/features/mas/docs/merch-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">

<!-- Include your custom element script as an ES6 module -->
Expand All @@ -16,19 +16,17 @@
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<div class="sidenav">
<aside class="sidenav">
<a href="/libs/features/mas/docs/mas.html">Home</a>
<a href="/libs/features/mas/docs/mas.js.html">mas.js</a>
<a href="/libs/features/mas/docs/checkout-link.html">Checkout Link</a>
<a href="/libs/features/mas/docs/inline-price.html">Inline Price</a>
<a href="/libs/features/mas/docs/merch-card.html">Merch Card</a>
<a href="/libs/features/mas/docs/ccd.html">CCD Gallery</a>
<a href="/libs/features/mas/docs/benchmarks.html">Benchmarks</a>
</div>
</aside>
<main>
<sp-theme color="light" scale="medium">
<h1 id="merch-card-custom-element" tabindex="-1">merch-card custom element <a class="header-anchor" href="#merch-card-custom-element" href="#merch-card-custom-element" title="Permalink to this heading">#</a></h1>
Expand Down Expand Up @@ -71,17 +69,21 @@ <h3 id="with-an-odin%2Faem-fragment-(vpn-required)" tabindex="-1">With an Odin/A
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card is ready: &#x27;</span>, e.<span class="hljs-property">target</span>.<span class="hljs-property">variant</span>);
});

card1.<span class="hljs-title function_">addEventListener</span>(<span class="hljs-string">&#x27;click&#x27;</span>, <span class="hljs-function">(<span class="hljs-params">e</span>) =&gt;</span> {
e.<span class="hljs-title function_">preventDefault</span>();
e.<span class="hljs-title function_">stopPropagation</span>();
<span class="hljs-keyword">if</span> (e.<span class="hljs-property">target</span>.<span class="hljs-property">isCheckoutLink</span>) {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card checkout-link click: &#x27;</span>, e.<span class="hljs-property">target</span>);
} <span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span> (e.<span class="hljs-property">target</span>.<span class="hljs-property">isInlinePrice</span>) {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card price click: &#x27;</span>, e.<span class="hljs-property">target</span>.<span class="hljs-property">innerText</span>);
} <span class="hljs-keyword">else</span> {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card click: &#x27;</span>, e.<span class="hljs-property">target</span>);
}
});
card1.<span class="hljs-title function_">addEventListener</span>(
<span class="hljs-string">&#x27;click&#x27;</span>,
<span class="hljs-function">(<span class="hljs-params">e</span>) =&gt;</span> {
e.<span class="hljs-title function_">preventDefault</span>();
e.<span class="hljs-title function_">stopPropagation</span>();
<span class="hljs-keyword">if</span> (e.<span class="hljs-property">target</span>.<span class="hljs-property">isCheckoutButton</span>) {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card checkout-button click: &#x27;</span>, e.<span class="hljs-property">target</span>);
} <span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span> (e.<span class="hljs-property">target</span>.<span class="hljs-property">isInlinePrice</span>) {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card price click: &#x27;</span>, e.<span class="hljs-property">target</span>.<span class="hljs-property">innerText</span>);
} <span class="hljs-keyword">else</span> {
<span class="hljs-title function_">log</span>(target, <span class="hljs-string">&#x27;merch-card click: &#x27;</span>, e.<span class="hljs-property">target</span>);
}
},
{ <span class="hljs-attr">capture</span>: <span class="hljs-literal">true</span> },
);
}
</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span>
</code></pre>
Expand Down
4 changes: 1 addition & 3 deletions libs/features/mas/docs/src/build-docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const htmlTemplate = `
<title>M@S Web Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="spectrum.css">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/hah7vzn.css">
<!-- Include your custom element script as an ES6 module -->
Expand All @@ -73,8 +73,6 @@ const htmlTemplate = `
</script>
<!-- Include Highlight.js stylesheet for syntax highlighting -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<!-- Include any additional stylesheets -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="spectrum spectrum--medium spectrum--light">
<aside class="sidenav">
Expand Down
1 change: 1 addition & 0 deletions libs/features/mas/docs/src/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

node ./build-docs.mjs inline-price.md ../inline-price.html
node ./build-docs.mjs checkout-link.md ../checkout-link.html
node ./build-docs.mjs checkout-button.md ../checkout-button.html
node ./build-docs.mjs mas.md ../mas.html
node ./build-docs.mjs mas.js.md ../mas.js.html
node ./build-docs.mjs merch-card.md ../merch-card.html
Expand Down
Loading
Loading