Skip to content

Commit

Permalink
deploy: 4f97280
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Oct 27, 2023
0 parents commit 666b9f1
Show file tree
Hide file tree
Showing 131 changed files with 6,381 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* -text
Empty file added .nojekyll
Empty file.
37 changes: 37 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Blazor SpeechSynthesis Sample Site - WebAssembly App</title>
<base href="/Toolbelt.Blazor.SpeechSynthesis/" />

<!-- Content Security Policy -->
<!-- (If you want to run this app on .NET 5 or earlier, you must add "data:" to the "script-src" policy.) -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data: https://img.shields.io/; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline' data: https://cdn.jsdelivr.net/npm/water.css@2/out/water.css; font-src 'self'; object-src 'none';" />

<!-- style for blazor-error-ui -->
<link rel="stylesheet" href="data:text/css,%23blazor-error-ui%7Bbackground%3A%23ffffe0%3Bbottom%3A0%3Bbox-shadow%3A0%20-1px%202px%20rgba(0%2C0%2C0%2C.2)%3Bdisplay%3Anone%3Bleft%3A0%3Bpadding%3A.6rem%201.25rem%20.7rem%201.25rem%3Bposition%3Afixed%3Bwidth%3A100%25%3Bz-index%3A1000%7D%23blazor-error-ui%20.dismiss%7Bcursor%3Apointer%3Bposition%3Aabsolute%3Bright%3A.75rem%3Btop%3A.5rem%7D" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<link rel="stylesheet" href="SampleSite.Client.styles.css">
</head>

<body>
<div id="app">
<div class="loading">Loading...</div>
<link rel="stylesheet" href="data:text/css,.loading%7Bfont-family%3A'Franklin%20Gothic%20Medium'%2C'Arial%20Narrow'%2CArial%2Csans-serif%3Bcolor%3A%2388a%3Bfont-size%3A18px%3Btext-align%3Acenter%3Bwidth%3A150px%3Bheight%3A150px%3Bposition%3Afixed%3Btop%3A0%3Bbottom%3A0%3Bleft%3A0%3Bright%3A0%3Bmargin%3Aauto%7D.loading%3A%3Aafter%7Bcontent%3A''%3Bborder%3Asolid%2010px%3Bborder-color%3A%2388a%20%23eee%20%23eee%3Bborder-radius%3A60px%3Bposition%3Aabsolute%3Bwidth%3A60px%3Bheight%3A60px%3Btop%3A0%3Bbottom%3A0%3Bleft%3A0%3Bright%3A0%3Bmargin%3Aauto%3Banimation%3Arotation%201.5s%20linear%200s%20infinite%7D%40keyframes%20rotation%7B0%25%7Btransform%3Arotate(45deg)%7D100%25%7Btransform%3Arotate(405deg)%7D%7D" />
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>

<!--<script src="_content/Toolbelt.Blazor.SpeechSynthesis/script.min.js"></script>-->
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script src="brotliloader.min.js" type="module"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions SampleSite.Client.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import '_content/SampleSite.Components/SampleSite.Components.bundle.scp.css';

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* _content/SampleSite.Components/Pages/Index.razor.rz.scp.css */
.status .indicators[b-e5tgv1r2ba] {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.status .indicators div[b-e5tgv1r2ba] {
border: solid 1px #888;
border-radius: 6px;
width: 5rem;
text-align: center;
padding: 0.2rem 0;
background-color: #333;
color: #888;
margin-bottom: 0.5rem;
}

.status .indicators div.active[b-e5tgv1r2ba] {
color: #6f6;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions _content/Toolbelt.Blazor.SpeechSynthesis/script.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"use strict";
var Toolbelt;
(function (Toolbelt) {
var Blazor;
(function (Blazor) {
var SpeechSynthesis;
(function (SpeechSynthesis) {
var _a, _b;
const searchParam = ((_b = (_a = document.currentScript) === null || _a === void 0 ? void 0 : _a.getAttribute('src')) === null || _b === void 0 ? void 0 : _b.split('?')[1]) || '';
SpeechSynthesis.ready = import('./script.module.min.js?' + searchParam).then(m => {
Object.assign(SpeechSynthesis, m.Toolbelt.Blazor.SpeechSynthesis);
});
})(SpeechSynthesis = Blazor.SpeechSynthesis || (Blazor.SpeechSynthesis = {}));
})(Blazor = Toolbelt.Blazor || (Toolbelt.Blazor = {}));
})(Toolbelt || (Toolbelt = {}));

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 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 added _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file not shown.
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 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 added _framework/SampleSite.Client.pdb.gz
Binary file not shown.
Binary file added _framework/SampleSite.Client.wasm
Binary file not shown.
Binary file added _framework/SampleSite.Client.wasm.br
Binary file not shown.
Binary file added _framework/SampleSite.Client.wasm.gz
Binary file not shown.
Binary file added _framework/SampleSite.Components.pdb.gz
Binary file not shown.
Binary file added _framework/SampleSite.Components.wasm
Binary file not shown.
Binary file added _framework/SampleSite.Components.wasm.br
Binary file not shown.
Binary file added _framework/SampleSite.Components.wasm.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 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 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 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 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 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 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 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 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 not shown.
Binary file not shown.
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 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 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 added _framework/Toolbelt.Blazor.SpeechSynthesis.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.
63 changes: 63 additions & 0 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"mainAssemblyName": "SampleSite.Client",
"resources": {
"hash": "sha256-hyyrXWGfMG7YW/yI9Zj5+VXBXrSdMVSFwSjyeYJxd/M=",
"jsModuleNative": {
"dotnet.native.8.0.0-rc.2.23479.6.7vy6u5lete.js": "sha256-g8bKVz5br0vZo8O1TFP0HBAc7EXo7/RTcgoKndmiiQo="
},
"jsModuleRuntime": {
"dotnet.runtime.8.0.0-rc.2.23479.6.lf65z6envp.js": "sha256-giy/yLhvB9hsa1DCWVWnpxpuf6kKvlYFh5rifY3mpQg="
},
"wasmNative": {
"dotnet.native.wasm": "sha256-2oCskgXvh9W36oY/AXS+FmwlPWmxwkGTp1yEo6DgWWo="
},
"assembly": {
"Microsoft.AspNetCore.Components.wasm": "sha256-lWlP0LfffKfnbsoozAfhEx/jJ9Dqz2nnfuRo/S/Zhio=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-Z/wRmS5DXpmvmF9219Ymefqr20QCHe6O7SX/mETpess=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-Awvhje/XAifjc2yP/f7Hk9+AOQ7N+2PnR7nFZ0FE3yM=",
"Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-Lm8PgMxBQvbD+lECY6dDVM7LIPbtdDm5YucZAWMYNGk=",
"Microsoft.Extensions.Configuration.Json.wasm": "sha256-QH0Zqn1whMPALEh+kWPAg07IR4ljrAeAZ0lkYfknYxg=",
"Microsoft.Extensions.Configuration.wasm": "sha256-H/PKTAwK846Gs+ue37b9NNFwx9fYi4evER1qBgS4mfg=",
"Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-gfAxuF8FmrHLBsjrug3KQ28byykj7hdGldPGROwG4gg=",
"Microsoft.Extensions.DependencyInjection.wasm": "sha256-8dGlJAwPr8ODn5db6rqlxLD/OevhG5p+DA0EvYgQbmo=",
"Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-mB91KAsafvMrImI6qCpQt/YuR2bOOGXnefogxGGEGOQ=",
"Microsoft.Extensions.Logging.wasm": "sha256-t38y5WmdaYjGt/bFpuVo6gJebsqED2oU6prHjGgKwbM=",
"Microsoft.Extensions.Options.wasm": "sha256-M4J9PIWYbklKx35QujvVXeri/Ps6r4ZWgAJSSnNCyog=",
"Microsoft.Extensions.Primitives.wasm": "sha256-OXyNQ55r06E4JpGSEP2eHiET7VWmfYTLFd1H1wuNDqc=",
"Microsoft.JSInterop.wasm": "sha256-u4AUMJwEAtBpzoTiSXab1gfa3oVcXhcxdzNJ7ouj/d4=",
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-t4vh9aGBwsDHrtxBZc5N9gru8hNEhJ1dRbHTZhvQ2DQ=",
"netstandard.wasm": "sha256-6E+Dn/IpYQHO4ukpIiY5I46duoBVY4Sc8PRucdMi6ZY=",
"SampleSite.Client.wasm": "sha256-gkB7JMUBoEf3WZ1lCLMBVuJ8zMTAMQejq1/+POj/Fl4=",
"SampleSite.Components.wasm": "sha256-08WRzevyylyD2NZ57Uz4FBIzRY/Wvgr55jyK9yLRjeg=",
"System.Collections.Concurrent.wasm": "sha256-dBMoFewNBA++q4bMqMU7Pil5BgqeLvfUDntibpA43Uw=",
"System.Collections.wasm": "sha256-S9iXY4cZYGdMOTkuDIG3QRRvtaugLwRV6R6pVXoBG7k=",
"System.ComponentModel.wasm": "sha256-V9DbGl95R3W4XATA/S28mTHULqEzXRHNGXxJxJcjQ5k=",
"System.Console.wasm": "sha256-vnXf/VY03MSQiiU7IOAf2bKli6UzRRl4ZVQVn0jKbeQ=",
"System.Linq.wasm": "sha256-uGnLadWxAxd6iaCUX+8QGWu6EJRmyg+Rz+JSO0qajFs=",
"System.Memory.wasm": "sha256-x0iKTcBvaUX6NJkBbBFSwO6lCT7fG8aeJC7bjIO3WYU=",
"System.Net.Http.wasm": "sha256-jK+HsKgrpnnPOZtKVfqlXDc5h7PUBelJIcAqEHR/E8s=",
"System.Net.Primitives.wasm": "sha256-hxmysbYJ84OzrP2l2QaXJbKNDs995AaTmCzBYTDxUGA=",
"System.Private.CoreLib.wasm": "sha256-LxgERWVEpUh+In3d58JSuhO4Ut2ZyWYq512+N/ros/Y=",
"System.Private.Uri.wasm": "sha256-aKo2bXljh04Q/1JbvOrKljyPKQvjPIbQITts6APTQpg=",
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-NLAWwZbVZmiefYNNr6WMHpLq/qFNnPnwhVfNmAwFcMM=",
"System.Runtime.wasm": "sha256-kBP7hKp0w4URKZUgzgCs9J88fZLlOoU+hFS3vaeeXko=",
"System.Text.Encodings.Web.wasm": "sha256-Lf3E59PmYIq/S/UdvtMZyaXhYM/RbN0vJD8NTSgw/cs=",
"System.Text.Json.wasm": "sha256-t1eZDYlVVlAWSI5L4cceG9OYmW/K0j5tafZWtRsmeFo=",
"Toolbelt.Blazor.SpeechSynthesis.wasm": "sha256-vZ/y+LeBouZuw1c5qKJkmus1Q7bdaF7k/OmEg6aJt8g=",
"Toolbelt.Web.CssClassInlineBuilder.wasm": "sha256-ESBdh1g61atKWOaQ1AJXC3Ssp7CDg+UlW2QY/Ar044Y="
},
"libraryInitializers": {
"_content/Toolbelt.Blazor.GetProperty.Script/Toolbelt.Blazor.GetProperty.Script.lib.module.js": "sha256-/TMH4QckAzZIBReYWx7mcbbvfk0hWzQXUzwOQdv7P6E="
},
"modulesAfterConfigLoaded": {
"../_content/Toolbelt.Blazor.GetProperty.Script/Toolbelt.Blazor.GetProperty.Script.lib.module.js": "sha256-/TMH4QckAzZIBReYWx7mcbbvfk0hWzQXUzwOQdv7P6E="
}
},
"cacheBootResources": true,
"debugLevel": 0,
"linkerEnabled": true,
"globalizationMode": "invariant",
"extensions": {
"blazor": {}
}
}
Binary file added _framework/blazor.boot.json.br
Binary file not shown.
Binary file added _framework/blazor.boot.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions _framework/blazor.webassembly.js

Large diffs are not rendered by default.

Binary file added _framework/blazor.webassembly.js.br
Binary file not shown.
Binary file added _framework/blazor.webassembly.js.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions _framework/dotnet.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.js.br
Binary file not shown.
Binary file added _framework/dotnet.js.gz
Binary file not shown.
Loading

0 comments on commit 666b9f1

Please sign in to comment.