Skip to content

Commit

Permalink
chore(deps): update dependency webcomponentsjs to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent b303d90 commit 4fa9eb4
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
10 changes: 5 additions & 5 deletions static/index_albatros.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -32,7 +32,7 @@ <h1>Flexbox One Column Switch (Any # Of Columns) with The "CardWebComponent" Web
<div><!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand All @@ -41,15 +41,15 @@ <h1>Flexbox One Column Switch (Any # Of Columns) with The "CardWebComponent" Web
<div>
<my-card id="what-is-uportal-i18n-2" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
</div>
<div>a0</div>
<div>
<my-card id="what-is-uportal-i18n-3" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>

Expand All @@ -61,7 +61,7 @@ <h1>Flexbox One Column Switch (Any # Of Columns) with The "CardWebComponent" Web
<div>
<my-card id="what-is-uportal-i18n-4>" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
</div>
Expand Down
4 changes: 2 additions & 2 deletions static/index_ar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_de.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_es.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_fr-CA.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_fr-FR.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
6 changes: 3 additions & 3 deletions static/index_grid-labs.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>

<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">

Expand All @@ -31,7 +31,7 @@ <h2>1) All of These Headlines Are Not Exactly The Same</h2>
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand All @@ -54,7 +54,7 @@ <h2>4) Also, Why Are We Using Fake Content? Let's Make Some Real-ish Content.</h
<section>
<my-card id="what-is-uportal-i18n-3" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
</section>
Expand Down
4 changes: 2 additions & 2 deletions static/index_it.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_nl.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down
4 changes: 2 additions & 2 deletions static/index_zn-CN.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="description" content="POC webcomponents"/>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js" as="script">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js" as="script">
<link rel="preload" href="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js" as="script">
<link rel="preload" href="my-card.umd.js" as="script">
<!-- Latest compiled and minified CSS -->
Expand All @@ -21,7 +21,7 @@
<!-- Beginning of the web component -->
<my-card id="what-is-uportal-i18n" messagesPath="./" cssPath="css"></my-card>

<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.4.3/webcomponents-lite.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-lite.js' defer></script>
<script src='https://unpkg.com/regenerator-runtime@0.12.1/runtime.js' defer></script>
<script src="my-card.umd.js" defer></script>
<!-- End of the web component -->
Expand Down

0 comments on commit 4fa9eb4

Please sign in to comment.