Skip to content

Commit

Permalink
Deploying to gh-pages from @ bb0d294 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Oct 13, 2023
1 parent 73cc6bb commit ef62b30
Show file tree
Hide file tree
Showing 290 changed files with 125 additions and 142 deletions.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<div class="d-flex vh-100 align-items-center justify-content-center">
<div class="d-flex display-4 mt-5 fw-bold justify-content-center align-items-center">
<strong class="p-5">🤖 Loading...</strong>
<div class="loading-progress-text"></div>
<div class="spinner-grow ms-auto" role="status" aria-hidden="true"></div>
</div>
</div>
Expand Down
60 changes: 29 additions & 31 deletions Blazor.ExampleConsumer.styles.css
Original file line number Diff line number Diff line change
@@ -1,120 +1,118 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xg7ob6gj7t] {
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fde4nbyhxn] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-xg7ob6gj7t] {
main[b-fde4nbyhxn] {
flex: 1;
}

.sidebar[b-xg7ob6gj7t] {
.sidebar[b-fde4nbyhxn] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xg7ob6gj7t] {
.top-row[b-fde4nbyhxn] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-xg7ob6gj7t] a, .top-row[b-xg7ob6gj7t] .btn-link {
.top-row[b-fde4nbyhxn] a, .top-row[b-fde4nbyhxn] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-xg7ob6gj7t] a:hover, .top-row[b-xg7ob6gj7t] .btn-link:hover {
.top-row[b-fde4nbyhxn] a:hover, .top-row[b-fde4nbyhxn] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-xg7ob6gj7t] a:first-child {
.top-row[b-fde4nbyhxn] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-xg7ob6gj7t] {
.top-row:not(.auth)[b-fde4nbyhxn] {
display: none;
}

.top-row.auth[b-xg7ob6gj7t] {
.top-row.auth[b-fde4nbyhxn] {
justify-content: space-between;
}

.top-row[b-xg7ob6gj7t] a, .top-row[b-xg7ob6gj7t] .btn-link {
.top-row[b-fde4nbyhxn] a, .top-row[b-fde4nbyhxn] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-xg7ob6gj7t] {
.page[b-fde4nbyhxn] {
flex-direction: row;
}

.sidebar[b-xg7ob6gj7t] {
.sidebar[b-fde4nbyhxn] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-xg7ob6gj7t] {
.top-row[b-fde4nbyhxn] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-xg7ob6gj7t] a:first-child {
.top-row.auth[b-fde4nbyhxn] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-xg7ob6gj7t], article[b-xg7ob6gj7t] {
.top-row[b-fde4nbyhxn], article[b-fde4nbyhxn] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3ax9vk3ptv] {
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cyocvnm1h2] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3ax9vk3ptv] {
.top-row[b-cyocvnm1h2] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3ax9vk3ptv] {
.navbar-brand[b-cyocvnm1h2] {
font-size: 1.1rem;
}

.oi[b-3ax9vk3ptv] {
.oi[b-cyocvnm1h2] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-3ax9vk3ptv] {
.nav-item[b-cyocvnm1h2] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-3ax9vk3ptv] {
.nav-item:first-of-type[b-cyocvnm1h2] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-3ax9vk3ptv] {
.nav-item:last-of-type[b-cyocvnm1h2] {
padding-bottom: 1rem;
}

.nav-item[b-3ax9vk3ptv] a {
.nav-item[b-cyocvnm1h2] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
Expand All @@ -123,22 +121,22 @@ main[b-xg7ob6gj7t] {
line-height: 3rem;
}

.nav-item[b-3ax9vk3ptv] a.active {
.nav-item[b-cyocvnm1h2] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-3ax9vk3ptv] a:hover {
.nav-item[b-cyocvnm1h2] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-3ax9vk3ptv] {
.navbar-toggler[b-cyocvnm1h2] {
display: none;
}

.collapse[b-3ax9vk3ptv] {
.collapse[b-cyocvnm1h2] {
/* Never collapse the sidebar for wide screens */
display: block;
}
Expand Down
Binary file removed _framework/Blazor.ExampleConsumer.dll
Binary file not shown.
Binary file removed _framework/Blazor.ExampleConsumer.dll.br
Binary file not shown.
Binary file removed _framework/Blazor.ExampleConsumer.dll.gz
Binary file not shown.
Binary file modified _framework/Blazor.ExampleConsumer.pdb.gz
Binary file not shown.
Binary file added _framework/Blazor.ExampleConsumer.wasm
Binary file not shown.
Binary file added _framework/Blazor.ExampleConsumer.wasm.br
Binary file not shown.
Binary file added _framework/Blazor.ExampleConsumer.wasm.gz
Binary file not shown.
Binary file removed _framework/Blazor.Geolocation.WebAssembly.dll
Binary file not shown.
Binary file removed _framework/Blazor.Geolocation.WebAssembly.dll.br
Binary file not shown.
Binary file removed _framework/Blazor.Geolocation.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Blazor.Geolocation.WebAssembly.wasm
Binary file not shown.
Binary file added _framework/Blazor.Geolocation.WebAssembly.wasm.br
Binary file not shown.
Binary file added _framework/Blazor.Geolocation.WebAssembly.wasm.gz
Binary file not shown.
Binary file removed _framework/Blazor.LocalStorage.WebAssembly.dll
Binary file not shown.
Binary file removed _framework/Blazor.LocalStorage.WebAssembly.dll.br
Binary file not shown.
Binary file removed _framework/Blazor.LocalStorage.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Blazor.LocalStorage.WebAssembly.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Blazor.Serialization.dll
Binary file not shown.
Binary file removed _framework/Blazor.Serialization.dll.br
Binary file not shown.
Binary file removed _framework/Blazor.Serialization.dll.gz
Binary file not shown.
Binary file added _framework/Blazor.Serialization.wasm
Binary file not shown.
Binary file added _framework/Blazor.Serialization.wasm.br
Binary file not shown.
Binary file added _framework/Blazor.Serialization.wasm.gz
Binary file not shown.
Binary file removed _framework/Blazor.SessionStorage.WebAssembly.dll
Binary file not shown.
Binary file removed _framework/Blazor.SessionStorage.WebAssembly.dll.br
Binary file not shown.
Binary file removed _framework/Blazor.SessionStorage.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Blazor.SessionStorage.WebAssembly.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Blazor.SpeechSynthesis.WebAssembly.dll
Binary file not shown.
Binary file removed _framework/Blazor.SpeechSynthesis.WebAssembly.dll.br
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Humanizer.dll.br
Binary file not shown.
Binary file removed _framework/Humanizer.dll.gz
Binary file not shown.
Binary file renamed _framework/Humanizer.dll → _framework/Humanizer.wasm
100755 → 100644
Binary file not shown.
Binary file added _framework/Humanizer.wasm.br
Binary file not shown.
Binary file added _framework/Humanizer.wasm.gz
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.Web.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.dll
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Configuration.dll
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Configuration.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Configuration.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.gz
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.gz
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.dll
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.dll
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.dll.br
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.dll
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.dll.br
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file removed _framework/System.Collections.NonGeneric.dll.br
Binary file not shown.
Binary file removed _framework/System.Collections.NonGeneric.dll.gz
Binary file not shown.
Binary file removed _framework/System.Collections.dll
Binary file not shown.
Binary file removed _framework/System.Collections.dll.br
Binary file not shown.
Binary file removed _framework/System.Collections.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.wasm
Binary file not shown.
Binary file added _framework/System.Collections.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.wasm.gz
Binary file not shown.
Binary file removed _framework/System.ComponentModel.dll
Binary file not shown.
Binary file removed _framework/System.ComponentModel.dll.br
Binary file not shown.
Binary file removed _framework/System.ComponentModel.dll.gz
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.gz
Binary file not shown.
Binary file added _framework/System.Console.wasm
Binary file not shown.
Binary file added _framework/System.Console.wasm.br
Binary file not shown.
Binary file added _framework/System.Console.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Diagnostics.TraceSource.dll
Binary file not shown.
Binary file removed _framework/System.Diagnostics.TraceSource.dll.br
Binary file not shown.
Binary file removed _framework/System.Diagnostics.TraceSource.dll.gz
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.dll
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.dll.br
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.dll.gz
Binary file not shown.
Binary file removed _framework/System.Linq.Queryable.dll
Binary file not shown.
Binary file removed _framework/System.Linq.Queryable.dll.br
Binary file not shown.
Binary file removed _framework/System.Linq.Queryable.dll.gz
Binary file not shown.
Binary file removed _framework/System.Linq.dll
Binary file not shown.
Binary file removed _framework/System.Linq.dll.br
Binary file not shown.
Binary file removed _framework/System.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.wasm
Binary file not shown.
Binary file added _framework/System.Linq.wasm.br
Binary file not shown.
Binary file added _framework/System.Linq.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Memory.dll
Binary file not shown.
Binary file removed _framework/System.Memory.dll.br
Binary file not shown.
Binary file removed _framework/System.Memory.dll.gz
Binary file not shown.
Binary file added _framework/System.Memory.wasm
Binary file not shown.
Binary file added _framework/System.Memory.wasm.br
Binary file not shown.
Binary file added _framework/System.Memory.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Net.Http.dll
Binary file not shown.
Binary file removed _framework/System.Net.Http.dll.br
Binary file not shown.
Binary file removed _framework/System.Net.Http.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Net.Primitives.dll
Binary file not shown.
Binary file removed _framework/System.Net.Primitives.dll.br
Binary file not shown.
Binary file removed _framework/System.Net.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.dll
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.dll.br
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Private.Uri.dll
Binary file not shown.
Binary file removed _framework/System.Private.Uri.dll.br
Binary file not shown.
Binary file removed _framework/System.Private.Uri.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Reactive.Linq.dll
Binary file not shown.
Binary file removed _framework/System.Reactive.Linq.dll.br
Binary file not shown.
Binary file removed _framework/System.Reactive.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Reactive.Linq.wasm
Binary file not shown.
Binary file added _framework/System.Reactive.Linq.wasm.br
Binary file not shown.
Binary file added _framework/System.Reactive.Linq.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Reactive.dll
Binary file not shown.
Binary file removed _framework/System.Reactive.dll.br
Binary file not shown.
Binary file removed _framework/System.Reactive.dll.gz
Binary file not shown.
Binary file added _framework/System.Reactive.wasm
Binary file not shown.
Binary file added _framework/System.Reactive.wasm.br
Binary file not shown.
Binary file added _framework/System.Reactive.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Runtime.dll
Binary file not shown.
Binary file removed _framework/System.Runtime.dll.br
Binary file not shown.
Binary file removed _framework/System.Runtime.dll.gz
Binary file not shown.
Binary file added _framework/System.Runtime.wasm
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.br
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.dll.br
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Text.Json.dll
Binary file not shown.
Binary file removed _framework/System.Text.Json.dll.br
Binary file not shown.
Binary file removed _framework/System.Text.Json.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.dll
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.dll.br
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Threading.Thread.dll
Binary file not shown.
Binary file removed _framework/System.Threading.Thread.dll.br
Binary file not shown.
Binary file removed _framework/System.Threading.Thread.dll.gz
Binary file not shown.
Binary file removed _framework/System.Threading.ThreadPool.dll
Binary file not shown.
Binary file removed _framework/System.Threading.ThreadPool.dll.br
Binary file not shown.
Binary file removed _framework/System.Threading.ThreadPool.dll.gz
Binary file not shown.
Binary file removed _framework/System.Threading.dll
Binary file not shown.
Binary file removed _framework/System.Threading.dll.br
Binary file not shown.
Binary file removed _framework/System.Threading.dll.gz
Binary file not shown.
145 changes: 68 additions & 77 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,69 @@
{
"cacheBootResources": true,
"config": [ ],
"debugBuild": false,
"entryAssembly": "Blazor.ExampleConsumer",
"icuDataMode": 0,
"linkerEnabled": true,
"resources": {
"assembly": {
"Blazor.ExampleConsumer.dll": "sha256-2hlcZjO1xn57HBlG0rquVOYtn1ohxzwlr1q8k9Yt4yc=",
"Blazor.Geolocation.WebAssembly.dll": "sha256-qbspiOkO4VbHIoAsAQ19N\/lApQch5FeFo\/JnKTmY5cw=",
"Blazor.LocalStorage.WebAssembly.dll": "sha256-T3dONl4S7mdpUs645CrhPyJwmOWgbLKpKvrzmulZfbw=",
"Blazor.Serialization.dll": "sha256-GSvqxKPvOBYz1h8x6Qrihw8hsc\/tdDaM\/sHP8htXKPQ=",
"Blazor.SessionStorage.WebAssembly.dll": "sha256-msgv4XAQSLUvZAQn03ovJwqFAvHwhMjYugdbTWNYtEs=",
"Blazor.SpeechRecognition.WebAssembly.dll": "sha256-bKbrETZCpM2ngPblmtv9y7coai6JQwhmEsN2V7p3VgY=",
"Blazor.SpeechSynthesis.WebAssembly.dll": "sha256-fcAxPC8mHbdAEXklljVxRlBQjfkIWC0PY1\/jGvRffyk=",
"Humanizer.dll": "sha256-1oUwdVR9fjA+\/WA1TZEaL\/GO26WCzaL6WdkaLl3Pnpg=",
"Microsoft.AspNetCore.Components.dll": "sha256-BZMMCUQvv0\/Oq2exJ7pdalqrjypoh9evjv2\/8FThXug=",
"Microsoft.AspNetCore.Components.Web.dll": "sha256-1t698W8DlepzChayjABqqgWwESR5xytaeHqyObMrVfs=",
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-jj0gEWGz0IP5DtImmDS2JCnL7nDJvw39GXaOgt9q2BU=",
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-X\/f4fDl2cuIRXeWHhK\/f2UqQbFioD+RU4a4CEh0zrrQ=",
"Microsoft.Extensions.Configuration.dll": "sha256-DBOKSPriP2JDxVbbWrLXyD3K4\/x3RBifNBWk\/q1I39M=",
"Microsoft.Extensions.Configuration.Json.dll": "sha256-nTqLKuydttqLtE3VT3p6XhPmLxuaJDd0cL3Qzt8D4Ro=",
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-\/wFUIRp4OPc\/wKTB+GtiIRTqcFJhKy7Vfu+9yI\/EiVE=",
"Microsoft.Extensions.DependencyInjection.dll": "sha256-qi0kE7rp0kdsNqdL6DyPZEeimjUGvcLT4iWQX0YnRus=",
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-RFPPv5n2AGA9qYNm6B1hNg0rPnDwjuMdM3Wyy4EeYeA=",
"Microsoft.Extensions.Logging.dll": "sha256-oEPPw1EPpaOHv+EHwoT2WcgDiRbjEXxigiW7V44cIYE=",
"Microsoft.Extensions.Options.dll": "sha256-0fhMx2H0cf76DtazR5+OlRbIi1+vI3PjUYGaW5uG30c=",
"Microsoft.Extensions.Primitives.dll": "sha256-eXvGx2jcjpTPEJoAHBsW\/VuMPbNyyU+AsuhPmkzSSRY=",
"Microsoft.JSInterop.dll": "sha256-fhLymXLg1BAGM88epzIw\/PcUEQITjCE3GnPUEwVCU0g=",
"Microsoft.JSInterop.WebAssembly.dll": "sha256-bn\/jJGkSeaQbmqAl6uUM0y1joLrVEzldOc3y5mscYMk=",
"netstandard.dll": "sha256-W+NDEAyJ1Sl9ocye0rjytFwnwPU5zqWIabBHMIG1gas=",
"System.Collections.Concurrent.dll": "sha256-Ve2hwyR\/0J6qwzNdTuq8Y5wDTUj3Gqse6TlsnV2IVFY=",
"System.Collections.dll": "sha256-w8CC640+rVJqfNvCeu2BYAJHowXQ0hiRLk2U0NkTxoI=",
"System.Collections.NonGeneric.dll": "sha256-LuuWnEn+ZOsSL1WczcjicqMKLasa33hH84qXWi4CTE4=",
"System.ComponentModel.dll": "sha256-nDL4uAnV8XjBp7HMR8402tCIjKLnxen\/fQEcevUyqXs=",
"System.Diagnostics.TraceSource.dll": "sha256-whOgJcpDu\/hlMS+umkHZFwELi7oQB28Ef+tIx+fr+CM=",
"System.Linq.dll": "sha256-emO8q3EIureTjljygf59C14EDW4HkRpWRELPpxacGZ8=",
"System.Linq.Expressions.dll": "sha256-9ShRVbw9e6Effy8ZYqvfu7mZh\/lOzj6iPspGh7QxWAU=",
"System.Linq.Queryable.dll": "sha256-MjG6eNj\/T0jKb8X8fgeAGcR4y+aYnuux5r36wlRKtfs=",
"System.Memory.dll": "sha256-JXImOhG2oDuiRYqFJcwoBXPI04+Wgv9+8NqWpM0\/Mxo=",
"System.Net.Http.dll": "sha256-yrCNNkcTQEessfBuAqsQ9qgBmG8PMBRHkbURq27uMRE=",
"System.Net.Primitives.dll": "sha256-0HTGrEBoWDqqIOwcbWPpyUBIfLagz21\/yavULaMDDts=",
"System.Private.CoreLib.dll": "sha256-F6mGvXt4HqAD8P2qUkRIf4lewtpGbQ\/J3pd+nFysyaQ=",
"System.Private.Uri.dll": "sha256-UmPSg7bHhy7EYyhNXZna55KL+VcZoMf824pkcUyh0TM=",
"System.Reactive.dll": "sha256-K2wx37H8YBmkKgB+0OXgBXTebqDEf+0MooK\/O7J3Gww=",
"System.Reactive.Linq.dll": "sha256-1hHcfZM6YzY+6f9KONJnrb4TIGezgy1hlQU0KLb\/3Xk=",
"System.Runtime.dll": "sha256-vytoBkX09QZonSSRO\/\/6bCZN7Rv+D+7nKvbuJPniVnw=",
"System.Runtime.InteropServices.JavaScript.dll": "sha256-+0LE5JrH77UyzlUrSFYQPGenY2Om4dQE4MscKfNjMes=",
"System.Text.Encodings.Web.dll": "sha256-XtlYVeWX2Cmthln9DGs\/njEX2ESirU+jWiTWlpp2IKY=",
"System.Text.Json.dll": "sha256-da5CQz9QB\/kl2UtKYlubo4ddsMPq4RcEbDPLb8TQs0Y=",
"System.Text.RegularExpressions.dll": "sha256-i8WVzO5nD9HC6p3OD9ZSPX+ADaMkoNhULDhWE8Ox0a0=",
"System.Threading.dll": "sha256-HwQIUyti3r1raRHYPkybW1o1Conbb4ho57esRE3uBsg=",
"System.Threading.Thread.dll": "sha256-NY5o4LeLpC06VFZywcl2g7IjXY1mZc0MCEbc5\/O0MUg=",
"System.Threading.ThreadPool.dll": "sha256-dlsO2gcU+KBRU+9LlwZa9cuwz9zX\/tNABKZuwOA0DJQ="
},
"extensions": null,
"lazyAssembly": null,
"libraryInitializers": null,
"pdb": null,
"runtime": {
"dotnet.7.0.5.iqbxf5i7cn.js": "sha256-codB25EodaFEP43MDCfMBuKXU4LqurUKnQrpoMIFnPs=",
"dotnet.timezones.blat": "sha256-rIVQOJ+gHn4DeRSq6Ac3CURS8YBJG3P4CtYPfIuZ\/kk=",
"dotnet.wasm": "sha256-6u4NhRISPvoDQ8pKvno9KKJh2aKqzTavj4dpcdFCV\/o=",
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=",
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37\/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=",
"icudt.dat": "sha256-tO5O5YzMTVSaKBboxAqezOQL9ewmupzV2JrB5Rkc8a4="
},
"runtimeAssets": {
"dotnet.wasm": {
"behavior": "dotnetwasm",
"hash": "sha256-6u4NhRISPvoDQ8pKvno9KKJh2aKqzTavj4dpcdFCV\/o="
}
},
"satelliteResources": null
}
{
"mainAssemblyName": "Blazor.ExampleConsumer",
"resources": {
"hash": "sha256-8ZVO1mMdAt+lrrlWQm7O41AArNBjZJUmX/HhAT3ONbs=",
"jsModuleNative": {
"dotnet.native.8.0.0-rc.2.23479.6.fc9fvz1xef.js": "sha256-9prN/5lb3WIsk2ApeMfArAoTBSsUab3y9MBUmgxjV38="
},
"jsModuleRuntime": {
"dotnet.runtime.8.0.0-rc.2.23479.6.xcxvlefo8t.js": "sha256-giy/yLhvB9hsa1DCWVWnpxpuf6kKvlYFh5rifY3mpQg="
},
"wasmNative": {
"dotnet.native.wasm": "sha256-dSvX77AB5Y7asjr4j2EUsUIse4M5a0cnLN1M8PsAZDY="
},
"icu": {
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=",
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"Blazor.ExampleConsumer.wasm": "sha256-6VQkYiRXfhcNOv8rD9WmnuGLsyeruU/WJGx4LpmYwo4=",
"Blazor.Geolocation.WebAssembly.wasm": "sha256-XlLbTZ/jqQKMzHMEHQsvvleA1IGk+SI6pYavXLUMjyE=",
"Blazor.LocalStorage.WebAssembly.wasm": "sha256-CwBpfPYXiDkS6CYl8AxKF2kcCNszmzxan5nqRAId4TQ=",
"Blazor.Serialization.wasm": "sha256-MUkm9cTO4YU/hWx//1feUHXgh9EIxiieV2xIKf+9BhA=",
"Blazor.SessionStorage.WebAssembly.wasm": "sha256-jxXaYoEVm2CjMHw2REOuR/kkdlrNQ5NpPrEqFbs5s2w=",
"Blazor.SpeechRecognition.WebAssembly.wasm": "sha256-PRYU0FYnR+4qOO7apqWbAgO6dm10aPmCKtE4XHnSk7I=",
"Blazor.SpeechSynthesis.WebAssembly.wasm": "sha256-1f7nOo1gXQL3uBC7CnENccyH8wsjsgYsnkUhZxGN2Wo=",
"Humanizer.wasm": "sha256-4NbSboZzzP9nikRtXapUZNzOyITt7ht9TNqCIQHr5OE=",
"Microsoft.AspNetCore.Components.wasm": "sha256-vzbsUuGPecRTXDU8uXfAyX7J4DnNdleZoo3786AVpfY=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-SETf+2/7TS+Q5mX1Rea2HHEdIR0LrvbayVS4bVvbanQ=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-+DIyvDameI68zZEg9ovK068ylRZ1O0AiCOxWAXPzW60=",
"Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-Jpr+z5efR8wQJ7BFfeaSSLwlws0KdX9DBWj5iUUEBZ0=",
"Microsoft.Extensions.Configuration.Json.wasm": "sha256-hFMNUooEvDUxzRxCSdaYBY2U+ASdAYkkTmmBoxVbbT8=",
"Microsoft.Extensions.Configuration.wasm": "sha256-gG2TpIyuOZ+ZGLGD7HpAnve3LX1FUYFUfCYj0WrL/iM=",
"Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-Ndp7wMudak2IIxEzErZVY2PHCuMCoTTNkVJMDTSLnbc=",
"Microsoft.Extensions.DependencyInjection.wasm": "sha256-gyhn3ex290mY2noOq0EkX6/zITuVw+l5H8a2e6WQu/A=",
"Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-d07jpG83v3r8hFQZlZCcGeWEibDTyyY+mIDKXfoj48k=",
"Microsoft.Extensions.Logging.wasm": "sha256-dgKvXywOaPXClparUTVY2FqSbgG+r/o4zIDhtspDdfk=",
"Microsoft.Extensions.Options.wasm": "sha256-6wMoDCgmaY4DwL6WcLpTawcUyyNk5WyJy7sks0nMYEc=",
"Microsoft.Extensions.Primitives.wasm": "sha256-capJpJVe4dEZX75lWtIjHjhRa9hw60fV6LA8UqXfjwc=",
"Microsoft.JSInterop.wasm": "sha256-riDdCknXbwmf6la2m1HCkC1Jbqo2NMzOIZNMbOSYF8w=",
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-VppfYneK9xqADXMOBaq9+3Zl/REDyPKz2UEm8/QBi8M=",
"netstandard.wasm": "sha256-hGt59WUGeCRfJuwIsfEmLrQpxiGWQS70Nc6PsyufLW8=",
"System.Collections.Concurrent.wasm": "sha256-NaomN85hXfqZKc7+/xG0EFzGC11dCjch/0448YZWrPk=",
"System.Collections.wasm": "sha256-ATLenv6hnMvpbcnorAnt9Hz98WDneqWvL2oi1LL1nLM=",
"System.ComponentModel.wasm": "sha256-V9DbGl95R3W4XATA/S28mTHULqEzXRHNGXxJxJcjQ5k=",
"System.Console.wasm": "sha256-wQ2F5mktQj3KaVb7D3PdD8TZuHhVnDATk7hblbmt1qo=",
"System.Linq.wasm": "sha256-AXhVz+TdU6oUZOWSbaVxKQ3RjGmp3nMvTG2wQSMob5s=",
"System.Memory.wasm": "sha256-c+RcqXUwI/8ZtDwx4Op0stL0sG/G1hrMfveinS2gO8U=",
"System.Net.Http.wasm": "sha256-jK+HsKgrpnnPOZtKVfqlXDc5h7PUBelJIcAqEHR/E8s=",
"System.Net.Primitives.wasm": "sha256-hxmysbYJ84OzrP2l2QaXJbKNDs995AaTmCzBYTDxUGA=",
"System.Private.CoreLib.wasm": "sha256-hICtoc8l0/Na/HozgAHc5kRemTem04+2Oc6dASLkr4g=",
"System.Private.Uri.wasm": "sha256-UYm75Fmr+Dyl79bd4NpCK5SjNSHCpJT3OEU2c6/HT0Q=",
"System.Reactive.Linq.wasm": "sha256-DRIOVLoj+RXUmtKVzW4S4rNrEmg8U3/VJA+1H27KyLQ=",
"System.Reactive.wasm": "sha256-H2jJPEAb60VymUbQNAPGwmPfF++YngLreHpUKMEH400=",
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-E28Y/vmELq9pvXpeZ4mz8oWjYwnUwfASJftx3DygmzY=",
"System.Runtime.wasm": "sha256-msZiN8Wj+ND4/JbwxCySj7MESgC8LG4nqor46qqcrqE=",
"System.Text.Encodings.Web.wasm": "sha256-RurmVOroxVCpptkSgmOBcCnWRj/92pwrD96xQgL4RhI=",
"System.Text.Json.wasm": "sha256-jAEroH64DU3sW+ei1sdAxtNJmmtZjvaz57BauBHi12A=",
"System.Text.RegularExpressions.wasm": "sha256-WQsLXbK6w7/KZ3AG9J+j1lBcIFcCsZmuE+DE8RsULHQ="
}
},
"cacheBootResources": true,
"debugLevel": 0,
"linkerEnabled": true,
"globalizationMode": "sharded",
"extensions": {
"blazor": {}
}
}
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion _framework/blazor.webassembly.js

Large diffs are not rendered by default.

Binary file modified _framework/blazor.webassembly.js.br
Binary file not shown.
Binary file modified _framework/blazor.webassembly.js.gz
Binary file not shown.
Loading

0 comments on commit ef62b30

Please sign in to comment.