Skip to content

Commit

Permalink
deploy: b62294c
Browse files Browse the repository at this point in the history
  • Loading branch information
tossnet committed Nov 15, 2024
0 parents commit 7f20ef2
Show file tree
Hide file tree
Showing 140 changed files with 1,245 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
27 changes: 27 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Blazor-Color-Picker</title>
<base href="/Blazor-Color-Picker/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="Blazor-Color-Picker.styles.css" rel="stylesheet" />

<link href="_content/BlazorColorPicker/colorpicker.css" rel="stylesheet" />
</head>

<body>
<div id="app">Loading...</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>

</html>
147 changes: 147 additions & 0 deletions Blazor-Color-Picker.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
@import '_content/BlazorColorPicker/BlazorColorPicker.avm0cs3k6b.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-u40pp1k38e] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-u40pp1k38e] {
flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-item[b-3f3cmwul5h] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

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

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

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

.collapse[b-3f3cmwul5h] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
108 changes: 108 additions & 0 deletions _content/BlazorColorPicker/BlazorColorPicker.avm0cs3k6b.bundle.scp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
/* _content/BlazorColorPicker/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-gb64p4c8i6] {
z-index: 99;
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3)
}

.color-picker-modal:target[b-gb64p4c8i6] {
display: block;
}

.color-picker-content[b-gb64p4c8i6] {
height: var(--blazor-color-picker-height);
width: var(--blazor-color-picker-width);
margin: auto;
border-radius: 3px;
-webkit-box-shadow: 0 0 12px #9d9d9d;
-moz-box-shadow: 0 0 12px #9d9d9d;
box-shadow: 0 0 12px #9d9d9d;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

.color-picker-case[b-gb64p4c8i6] {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: calc(100% / 19);
height: calc(100% / 10);
}

.color-picker-case:hover[b-gb64p4c8i6] {
border: 1px solid #FFF;
cursor: pointer;
}

.color-picker-palette[b-gb64p4c8i6] {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: var(--blazor-color-picker-height);
}

.color-picker-show[b-gb64p4c8i6] {
display: block;
animation-name: show-animation-b-gb64p4c8i6;
animation-duration: 0.5s;
}

@keyframes show-animation-b-gb64p4c8i6 {
from {
opacity: 0
}

to {
opacity: 1
}
}

.color-picker-hide[b-gb64p4c8i6] {
display: none;
}

.color-picker-header[b-gb64p4c8i6] {
background-color: #d9d9d9;
padding: 3px;
color: white;
}

.color-picker-title[b-gb64p4c8i6] {
margin: 5px;
display: inline-block;
}

.color-picker-close-button[b-gb64p4c8i6] {
float: right;
margin: 5px;
cursor: pointer;
}

.color-picker-close-button:hover[b-gb64p4c8i6] {
color: red;
}

@media (max-width: 767px) {
.color-picker-palette[b-gb64p4c8i6] {
flex-direction: row-reverse;
height: var(--blazor-color-picker-width);
}

.color-picker-content[b-gb64p4c8i6] {
width: var(--blazor-color-picker-height);
height: var(--blazor-color-picker-width);
}

.color-picker-case[b-gb64p4c8i6] {
width: calc(100% / 10);
height: calc(100% / 19);
}
}
12 changes: 12 additions & 0 deletions _content/BlazorColorPicker/colorpicker.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:root {
--blazor-color-picker-width: 608px;
--blazor-color-picker-height: 320px;
}

.buttonColor {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-bottom: 2px;
}
Binary file added _framework/Blazor-Color-Picker.wasm
Binary file not shown.
Binary file added _framework/Blazor-Color-Picker.wasm.br
Binary file not shown.
Binary file added _framework/Blazor-Color-Picker.wasm.gz
Binary file not shown.
Binary file added _framework/BlazorColorPicker.wasm
Binary file not shown.
Binary file added _framework/BlazorColorPicker.wasm.br
Binary file not shown.
Binary file added _framework/BlazorColorPicker.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 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/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/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.gz
Binary file not shown.
61 changes: 61 additions & 0 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"mainAssemblyName": "Blazor-Color-Picker",
"resources": {
"hash": "sha256-0LWYIpetA5a/viJ2s6rj33+GP1onQCdujAsZiWLl2V4=",
"jsModuleNative": {
"dotnet.native.js": "sha256-VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4="
},
"jsModuleRuntime": {
"dotnet.runtime.js": "sha256-nam8JTYKjhMKOTg6+FlihYP6JpWPGe3jjM9fiUFWzhY="
},
"wasmNative": {
"dotnet.native.wasm": "sha256-1NJsNYy4gznvjVwzcG5w3Cl50enK1KB/7cKBMY+6jz4="
},
"icu": {
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=",
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"coreAssembly": {},
"assembly": {
"Blazor-Color-Picker.wasm": "sha256-Xdl9+5UXiffqo53u6N7V57ZEPKpiXq62DdvHtueLrm4=",
"BlazorColorPicker.wasm": "sha256-Rq9z0gfSnWwAMA1E9i8AKhQHC8NMcStt6Y0SDT3aEus=",
"Microsoft.AspNetCore.Components.wasm": "sha256-rAm4PZQ6mlJtk23ZHnE1h6q9PD+QaA8VSHeUBYWHsns=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-3suiKdZOuSsauGVxZ4eQ2AKJ0ykM9oyI14vyQDJG9EA=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-pRbP6NI/LJ8K6Zbe2ysNcOB34a+gd7YS8OMh2hWPXYM=",
"Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-XR+WUfg8LtnrwdXFBnV+qO3ROyp6cYCfl1AZajIAheM=",
"Microsoft.Extensions.Configuration.Json.wasm": "sha256-3UBRwvCkKtraRUarsIBDS05tA2rRm1leCB6EDfyVjeA=",
"Microsoft.Extensions.Configuration.wasm": "sha256-od574rRtVVRJj+24jbl8j3GdQFpxlJOpSx+pEMw1Q18=",
"Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-YHjnXdQfeSXTi2jPeBuUdVqLw0+YGCPaZm1uBG/dRds=",
"Microsoft.Extensions.DependencyInjection.wasm": "sha256-mw/Sy1n9J6R0bUD0GI5MtB/zP+wyzOPiVsOTA/1C4NA=",
"Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-HbtMUzIIXgi7lfYQDxb6l6aMWu5jkNv6U/xZl/4uggo=",
"Microsoft.Extensions.Logging.wasm": "sha256-lronxO5RVywLbFhme/ExIuzFePlP8EosZyZteUaMAwE=",
"Microsoft.Extensions.Options.wasm": "sha256-mngxZ7DtB5tYzmxZdVWZapJTSJ/yGClqQAcqOkLk3Lk=",
"Microsoft.Extensions.Primitives.wasm": "sha256-Bi1hyBMWneH/ByWbqT/pNe0B7I/NQFklzD2g3Whdqlk=",
"Microsoft.JSInterop.wasm": "sha256-0eR9axhmDAIauiA+SaW8Ym3M46G0ZC3LDViSI3FEnAY=",
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-Bow16rVtAG08g4tImTmK2w1/aBzGXfKB1GFCpvRp2bE=",
"System.Collections.Concurrent.wasm": "sha256-fsGXWYBFpRyHM9850ubNCHoAfFHg6aE66XO05gzPMK0=",
"System.Collections.wasm": "sha256-nAPd9zQe2IwFWziCVFvl/XIqRbk5h6405VWcu59/zdI=",
"System.ComponentModel.wasm": "sha256-0D0DRqYaKmrhzGtdZW6smjKyylnAR86CtU2JGYAUBY8=",
"System.Console.wasm": "sha256-ki+D+mS+zaOdTimoxo5+mm0mVaT8myPLJBR0fbzm2QU=",
"System.Linq.wasm": "sha256-tWtUNpJ18yc5UswQv/+voDxJl6ZwF6Wustfzp6a4dQ4=",
"System.Memory.wasm": "sha256-4ICt/4iI2AtT7Ow+U224DfxEGNrsvStVAH62DJQHm1U=",
"System.Net.Http.wasm": "sha256-ix1C9SgQeAWAvsXS06elFkNgnYU7+1luqeAjKNDgovY=",
"System.Net.Primitives.wasm": "sha256-CKKDubv0eakXAzmJ6agIVFU7pQLRmBjrFP+Px5pCXPI=",
"System.Private.CoreLib.wasm": "sha256-TA853QG5hMGT6cOU7mz5Vy6gomRssF21NKIxNWLfwGA=",
"System.Private.Uri.wasm": "sha256-XAj4O3a3ZTDQXqV1R4Ri2q+dKEA1xSggDBlFOW0kW5c=",
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-6w23myHuMfS7m7Vn3jTIS2Bl8BwZwKBJoxXCGXBWGBo=",
"System.Runtime.wasm": "sha256-7BQ/hqrMoBtubzKHTx9nh8HCFjYqmxJYV7R9j/2Gey4=",
"System.Text.Encodings.Web.wasm": "sha256-+qUQLIlqnoKOicmJwBcZSxCh1oeyZn/sEUe/QwUocSY=",
"System.Text.Json.wasm": "sha256-7b2zkTEBEhQ7Fa3HHXIhfYgdXvjFx1+h9Ui3BjKrDZk=",
"System.Text.RegularExpressions.wasm": "sha256-Vl6qsUyQnmrFUIVFVAqnAW1pMOKHVi0p3ZmPfB2mQ98="
}
},
"cacheBootResources": true,
"debugLevel": 0,
"linkerEnabled": true,
"globalizationMode": "sharded",
"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.
17 changes: 17 additions & 0 deletions _framework/dotnet.native.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.native.js.br
Binary file not shown.
Binary file added _framework/dotnet.native.js.gz
Binary file not shown.
Binary file added _framework/dotnet.native.wasm
Binary file not shown.
Binary file added _framework/dotnet.native.wasm.br
Binary file not shown.
Binary file added _framework/dotnet.native.wasm.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions _framework/dotnet.runtime.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.runtime.js.br
Binary file not shown.
Binary file added _framework/dotnet.runtime.js.gz
Binary file not shown.
Binary file added _framework/icudt_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.gz
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.br
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.gz
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.gz
Binary file not shown.
Loading

0 comments on commit 7f20ef2

Please sign in to comment.