Skip to content

Commit 07b5007

Browse files
Deploying to ghpages from @ cd1ffd3 🚀
1 parent 9ccae45 commit 07b5007

3 files changed

Lines changed: 6 additions & 25 deletions

File tree

.vite/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index.html": {
3-
"file": "assets/index-nyrGi9o-.js",
3+
"file": "assets/index-BiPsdHyj.js",
44
"name": "index",
55
"src": "index.html",
66
"isEntry": true,
Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,14 +2441,15 @@ fill=""></path>
24412441
`}willUpdate(o){o.has("validationStatus")&&this.OTPInput&&this.validationStatus==="error"&&(this.OTPInput.prefillValue=""),o.has("newCodeSending")&&this.newCodeSending&&this.OTPInput&&(this.OTPInput.prefillValue="")}get resendCodeButtonTemplate(){return this.newCodeSending?h`<span part="new-code-message" class="new-code-msg"
24422442
>${B("Emailing...")}</span
24432443
>`:h`
2444-
<button
2445-
class="new-code-btn link"
2444+
<ia-button
2445+
mode="link"
2446+
class="new-code-btn"
24462447
part="new-code-button"
24472448
.disabled=${this.validationStatus==="loading"||this.validationStatus==="success"}
24482449
@click=${this.handleNewCodeRequested}
24492450
>
24502451
${B("Email me another code")}
2451-
</button>
2452+
</ia-button>
24522453
`}async handleNewCodeRequested(){this.dispatchEvent(new CustomEvent(rn.NewCodeRequested,{bubbles:!0,composed:!0})),this.OTPInput.prefillValue=""}static get styles(){return[F,P`
24532454
:host {
24542455
--font-size-standard--: var(--font-size-standard);
@@ -2482,26 +2483,6 @@ fill=""></path>
24822483
margin-bottom: -10px;
24832484
}
24842485
2485-
.new-code-btn {
2486-
font-family: inherit;
2487-
font-size: var(--font-size-standard--);
2488-
display: block;
2489-
width: fit-content;
2490-
margin-top: 10px;
2491-
border: 0;
2492-
padding: 0;
2493-
appearance: none;
2494-
background: none;
2495-
color: var(--link-color--);
2496-
text-decoration: none;
2497-
cursor: pointer;
2498-
}
2499-
2500-
.new-code-btn:hover,
2501-
.new-code-btn:focus {
2502-
text-decoration: underline;
2503-
}
2504-
25052486
.new-code-msg {
25062487
margin-top: 10px;
25072488
font-size: var(--font-size-standard--);

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Internet Archive Elements</title>
8-
<script type="module" crossorigin src="./assets/index-nyrGi9o-.js"></script>
8+
<script type="module" crossorigin src="./assets/index-BiPsdHyj.js"></script>
99
<link rel="stylesheet" crossorigin href="./assets/index-DEAz9b2P.css">
1010
</head>
1111

0 commit comments

Comments
 (0)