Skip to content

Commit 60dfe29

Browse files
committed
deploy: 186d9a2
1 parent 560acac commit 60dfe29

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,11 +1439,11 @@
14391439
14401440
<div style="background: #f7f7f7; padding: 10px">
14411441
<pre>
1442-
&lt;!-- Latest compiled and minified CSS --&gt;
1443-
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3.4/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
1442+
&lt;!-- Get latest compiled and minified CSS --&gt;
1443+
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3.5/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
14441444
1445-
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
1446-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3.4/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
1445+
&lt;!-- ESM import requires <span style="color:#d63384">type=&quot;module&quot;</span>, get latest compiled and minified JavaScript code --&gt;
1446+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3.5/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
14471447
</div>
14481448
14491449
<quote>
@@ -1460,10 +1460,8 @@
14601460
</div>
14611461
</section>
14621462
1463-
<h5>
1464-
ESM <code>import from</code>
1465-
</h5>
1466-
<p>The library provides both CommonJS or ESM, see the example below:</p>
1463+
<h5>ESM import</h5>
1464+
<p>The library provides ESM imports, see the example below:</p>
14671465
<div style="background: #f7f7f7; padding: 10px">
14681466
<pre>
14691467
// ESM

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com"> -->
88
<title>Multiple-Select-Vanilla demo with Vite + TS</title>
9-
<script type="module" crossorigin src="./assets/index-NXf5N2Gn.js"></script>
9+
<script type="module" crossorigin src="./assets/index-uefDR-ZH.js"></script>
1010
<link rel="stylesheet" crossorigin href="./assets/index-BY2DVx2n.css">
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)