radames HF staff commited on
Commit
9d2090e
β€’
1 Parent(s): 0d12871
frontend/src/lib/ColorPalette.svelte CHANGED
@@ -37,10 +37,7 @@
37
  </svg>
38
  <span
39
  title="Copy single color"
40
- class="cursor-pointer absolute bottom-0 text-center text-xs pl-1 font-bold uppercase {isCopying ===
41
- i
42
- ? 'animate-ping'
43
- : ''}"
44
  style="color:{getLabelColor(color)}">{color.formatHex()}</span
45
  >
46
  </div>
 
37
  </svg>
38
  <span
39
  title="Copy single color"
40
+ class="cursor-pointer absolute bottom-0 text-center text-xs pl-1 font-bold uppercase"
 
 
 
41
  style="color:{getLabelColor(color)}">{color.formatHex()}</span
42
  >
43
  </div>
frontend/src/lib/Palette.svelte CHANGED
@@ -8,10 +8,9 @@
8
 
9
  export let promptData: ColorsPrompt;
10
 
11
- let seletecdImage = 0;
12
  $: prompt = promptData.prompt;
13
- $: colors = promptData.images[seletecdImage].colors.map((e) => d3.rgb(e));
14
- $: imageSrc = promptData.images[seletecdImage].imgURL;
15
 
16
  let isCopying = false;
17
 
@@ -40,7 +39,7 @@
40
  <div class="row-start-2 col-span-6 md:col-span-2 flex justify-center md:justify-end pb-3">
41
  <div class="relative">
42
  <img loading="lazy" class="relative max-w-[100px] w-full" src={imageSrc} alt={prompt} />
43
- <div class="absolute flex justify-around w-full">
44
  {#each promptData.images as image, i}
45
  <button
46
  class="{seletecdImage === i
@@ -50,7 +49,7 @@
50
  on:mousemove={() => (seletecdImage = i)}
51
  />
52
  {/each}
53
- </div>
54
  </div>
55
  </div>
56
  <div
 
8
 
9
  export let promptData: ColorsPrompt;
10
 
 
11
  $: prompt = promptData.prompt;
12
+ $: colors = promptData.images[0].colors.map((e) => d3.rgb(e));
13
+ $: imageSrc = promptData.images[0].imgURL;
14
 
15
  let isCopying = false;
16
 
 
39
  <div class="row-start-2 col-span-6 md:col-span-2 flex justify-center md:justify-end pb-3">
40
  <div class="relative">
41
  <img loading="lazy" class="relative max-w-[100px] w-full" src={imageSrc} alt={prompt} />
42
+ <!-- <div class="absolute flex justify-around w-full">
43
  {#each promptData.images as image, i}
44
  <button
45
  class="{seletecdImage === i
 
49
  on:mousemove={() => (seletecdImage = i)}
50
  />
51
  {/each}
52
+ </div> -->
53
  </div>
54
  </div>
55
  <div
frontend/src/routes/+page.svelte CHANGED
@@ -59,7 +59,7 @@
59
  data: [
60
  // prompt, samples, steps, scale, seed
61
  _prompt,
62
- 3,
63
  40,
64
  7.5,
65
  Number(randomSeed())
 
59
  data: [
60
  // prompt, samples, steps, scale, seed
61
  _prompt,
62
+ 1,
63
  40,
64
  7.5,
65
  Number(randomSeed())
frontend/tailwind.config.cjs CHANGED
@@ -1,12 +1,6 @@
1
  /** @type {import('tailwindcss').Config} */
2
  module.exports = {
3
  content: ['./src/**/*.{html,js,svelte,ts}'],
4
- theme: {
5
- extend: {
6
- animation: {
7
- ping: 'ping 0.5s cubic-bezier(0, 0, 0.2, 1)'
8
- }
9
- }
10
- },
11
  plugins: [require('@tailwindcss/forms'), require('@tailwindcss/line-clamp')]
12
  };
 
1
  /** @type {import('tailwindcss').Config} */
2
  module.exports = {
3
  content: ['./src/**/*.{html,js,svelte,ts}'],
4
+ theme: {},
 
 
 
 
 
 
5
  plugins: [require('@tailwindcss/forms'), require('@tailwindcss/line-clamp')]
6
  };
static/_app/immutable/assets/_page-a6345eca.css DELETED
@@ -1 +0,0 @@
1
- .button.svelte-8zu88a{margin-left:.5rem;min-width:9ch;border-radius:1rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.button.svelte-8zu88a:focus{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px}@media (prefers-color-scheme: dark){.button.svelte-8zu88a{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}}.link.svelte-17tudr1{font-size:.75rem;line-height:1rem;font-weight:700;text-decoration-line:underline}.link.svelte-17tudr1:visited{color:#6b7280}.link.svelte-17tudr1:hover{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity));text-decoration-line:none}.input.svelte-17tudr1{grid-column:span 4 / span 4;border-radius:1rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem;font-size:.875rem;line-height:1.25rem;font-style:italic;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input.svelte-17tudr1::-moz-placeholder{color:rgb(255 255 255 / var(--tw-text-opacity));--tw-text-opacity:.4 }.input.svelte-17tudr1::placeholder{color:rgb(255 255 255 / var(--tw-text-opacity));--tw-text-opacity:.4 }.input.svelte-17tudr1:focus{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.input.svelte-17tudr1:disabled{opacity:.5}@media (prefers-color-scheme: dark){.input.svelte-17tudr1{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.input.svelte-17tudr1::-moz-placeholder{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.input.svelte-17tudr1::placeholder{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}}@media (min-width: 768px){.input.svelte-17tudr1{grid-column:span 5 / span 5}}.button.svelte-17tudr1{grid-column:span 2 / span 2;margin-left:.5rem;border-radius:1rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity));padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-shadow:0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.button.svelte-17tudr1:focus{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px}.button.svelte-17tudr1:disabled{opacity:.5}@media (prefers-color-scheme: dark){.button.svelte-17tudr1{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}}@media (min-width: 768px){.button.svelte-17tudr1{grid-column:span 1 / span 1}}
 
 
static/_app/immutable/chunks/0-38e843b4.js DELETED
@@ -1 +0,0 @@
1
- import{_ as r}from"./_layout-1daba58d.js";import{default as t}from"../components/pages/_layout.svelte-34307958.js";export{t as component,r as shared};
 
 
static/_app/immutable/chunks/1-5c5789ac.js DELETED
@@ -1 +0,0 @@
1
- import{default as t}from"../components/error.svelte-f461b98d.js";export{t as component};
 
 
static/_app/immutable/chunks/2-8bb6b623.js DELETED
@@ -1 +0,0 @@
1
- import{default as t}from"../components/pages/_page.svelte-a320df3b.js";export{t as component};
 
 
static/_app/immutable/chunks/index-cab3212e.js DELETED
@@ -1 +0,0 @@
1
- function S(){}function H(t,n){for(const e in n)t[e]=n[e];return t}function B(t){return t()}function M(){return Object.create(null)}function p(t){t.forEach(B)}function I(t){return typeof t=="function"}function st(t,n){return t!=t?n==n:t!==n||t&&typeof t=="object"||typeof t=="function"}let g;function ot(t,n){return g||(g=document.createElement("a")),g.href=n,t===g.href}function G(t){return Object.keys(t).length===0}function J(t,...n){if(t==null)return S;const e=t.subscribe(...n);return e.unsubscribe?()=>e.unsubscribe():e}function at(t,n,e){t.$$.on_destroy.push(J(n,e))}function ft(t,n,e,i){if(t){const r=D(t,n,e,i);return t[0](r)}}function D(t,n,e,i){return t[1]&&i?H(e.ctx.slice(),t[1](i(n))):e.ctx}function _t(t,n,e,i){if(t[2]&&i){const r=t[2](i(e));if(n.dirty===void 0)return r;if(typeof r=="object"){const o=[],c=Math.max(n.dirty.length,r.length);for(let s=0;s<c;s+=1)o[s]=n.dirty[s]|r[s];return o}return n.dirty|r}return n.dirty}function dt(t,n,e,i,r,o){if(r){const c=D(n,e,i,o);t.p(c,r)}}function ht(t){if(t.ctx.length>32){const n=[],e=t.ctx.length/32;for(let i=0;i<e;i++)n[i]=-1;return n}return-1}function mt(t,n,e){return t.set(e),n}let $=!1;function K(){$=!0}function Q(){$=!1}function W(t,n,e,i){for(;t<n;){const r=t+(n-t>>1);e(r)<=i?t=r+1:n=r}return t}function R(t){if(t.hydrate_init)return;t.hydrate_init=!0;let n=t.childNodes;if(t.nodeName==="HEAD"){const u=[];for(let l=0;l<n.length;l++){const f=n[l];f.claim_order!==void 0&&u.push(f)}n=u}const e=new Int32Array(n.length+1),i=new Int32Array(n.length);e[0]=-1;let r=0;for(let u=0;u<n.length;u++){const l=n[u].claim_order,f=(r>0&&n[e[r]].claim_order<=l?r+1:W(1,r,y=>n[e[y]].claim_order,l))-1;i[u]=e[f]+1;const a=f+1;e[a]=u,r=Math.max(a,r)}const o=[],c=[];let s=n.length-1;for(let u=e[r]+1;u!=0;u=i[u-1]){for(o.push(n[u-1]);s>=u;s--)c.push(n[s]);s--}for(;s>=0;s--)c.push(n[s]);o.reverse(),c.sort((u,l)=>u.claim_order-l.claim_order);for(let u=0,l=0;u<c.length;u++){for(;l<o.length&&c[u].claim_order>=o[l].claim_order;)l++;const f=l<o.length?o[l]:null;t.insertBefore(c[u],f)}}function U(t,n){if($){for(R(t),(t.actual_end_child===void 0||t.actual_end_child!==null&&t.actual_end_child.parentNode!==t)&&(t.actual_end_child=t.firstChild);t.actual_end_child!==null&&t.actual_end_child.claim_order===void 0;)t.actual_end_child=t.actual_end_child.nextSibling;n!==t.actual_end_child?(n.claim_order!==void 0||n.parentNode!==t)&&t.insertBefore(n,t.actual_end_child):t.actual_end_child=n.nextSibling}else(n.parentNode!==t||n.nextSibling!==null)&&t.appendChild(n)}function pt(t,n,e){$&&!e?U(t,n):(n.parentNode!==t||n.nextSibling!=e)&&t.insertBefore(n,e||null)}function V(t){t.parentNode.removeChild(t)}function yt(t,n){for(let e=0;e<t.length;e+=1)t[e]&&t[e].d(n)}function X(t){return document.createElement(t)}function Y(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function A(t){return document.createTextNode(t)}function gt(){return A(" ")}function xt(){return A("")}function bt(t,n,e,i){return t.addEventListener(n,e,i),()=>t.removeEventListener(n,e,i)}function vt(t){return function(n){return n.preventDefault(),t.call(this,n)}}function $t(t,n,e){e==null?t.removeAttribute(n):t.getAttribute(n)!==e&&t.setAttribute(n,e)}function Z(t){return Array.from(t.childNodes)}function tt(t){t.claim_info===void 0&&(t.claim_info={last_index:0,total_claimed:0})}function L(t,n,e,i,r=!1){tt(t);const o=(()=>{for(let c=t.claim_info.last_index;c<t.length;c++){const s=t[c];if(n(s)){const u=e(s);return u===void 0?t.splice(c,1):t[c]=u,r||(t.claim_info.last_index=c),s}}for(let c=t.claim_info.last_index-1;c>=0;c--){const s=t[c];if(n(s)){const u=e(s);return u===void 0?t.splice(c,1):t[c]=u,r?u===void 0&&t.claim_info.last_index--:t.claim_info.last_index=c,s}}return i()})();return o.claim_order=t.claim_info.total_claimed,t.claim_info.total_claimed+=1,o}function O(t,n,e,i){return L(t,r=>r.nodeName===n,r=>{const o=[];for(let c=0;c<r.attributes.length;c++){const s=r.attributes[c];e[s.name]||o.push(s.name)}o.forEach(c=>r.removeAttribute(c))},()=>i(n))}function Et(t,n,e){return O(t,n,e,X)}function wt(t,n,e){return O(t,n,e,Y)}function nt(t,n){return L(t,e=>e.nodeType===3,e=>{const i=""+n;if(e.data.startsWith(i)){if(e.data.length!==i.length)return e.splitText(i.length)}else e.data=i},()=>A(n),!0)}function Nt(t){return nt(t," ")}function St(t,n){n=""+n,t.wholeText!==n&&(t.data=n)}function At(t,n){t.value=n==null?"":n}function jt(t,n,e,i){e===null?t.style.removeProperty(n):t.style.setProperty(n,e,i?"important":"")}function et(t,n,{bubbles:e=!1,cancelable:i=!1}={}){const r=document.createEvent("CustomEvent");return r.initCustomEvent(t,e,i,n),r}let m;function h(t){m=t}function j(){if(!m)throw new Error("Function called outside component initialization");return m}function Ct(t){j().$$.on_mount.push(t)}function kt(t){j().$$.after_update.push(t)}function Mt(){const t=j();return(n,e,{cancelable:i=!1}={})=>{const r=t.$$.callbacks[n];if(r){const o=et(n,e,{cancelable:i});return r.slice().forEach(c=>{c.call(t,o)}),!o.defaultPrevented}return!0}}const d=[],P=[],b=[],q=[],T=Promise.resolve();let w=!1;function z(){w||(w=!0,T.then(F))}function Pt(){return z(),T}function N(t){b.push(t)}const E=new Set;let x=0;function F(){const t=m;do{for(;x<d.length;){const n=d[x];x++,h(n),it(n.$$)}for(h(null),d.length=0,x=0;P.length;)P.pop()();for(let n=0;n<b.length;n+=1){const e=b[n];E.has(e)||(E.add(e),e())}b.length=0}while(d.length);for(;q.length;)q.pop()();w=!1,E.clear(),h(t)}function it(t){if(t.fragment!==null){t.update(),p(t.before_update);const n=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,n),t.after_update.forEach(N)}}const v=new Set;let _;function qt(){_={r:0,c:[],p:_}}function Bt(){_.r||p(_.c),_=_.p}function rt(t,n){t&&t.i&&(v.delete(t),t.i(n))}function Dt(t,n,e,i){if(t&&t.o){if(v.has(t))return;v.add(t),_.c.push(()=>{v.delete(t),i&&(e&&t.d(1),i())}),t.o(n)}else i&&i()}function Lt(t){t&&t.c()}function Ot(t,n){t&&t.l(n)}function ct(t,n,e,i){const{fragment:r,on_mount:o,on_destroy:c,after_update:s}=t.$$;r&&r.m(n,e),i||N(()=>{const u=o.map(B).filter(I);c?c.push(...u):p(u),t.$$.on_mount=[]}),s.forEach(N)}function ut(t,n){const e=t.$$;e.fragment!==null&&(p(e.on_destroy),e.fragment&&e.fragment.d(n),e.on_destroy=e.fragment=null,e.ctx=[])}function lt(t,n){t.$$.dirty[0]===-1&&(d.push(t),z(),t.$$.dirty.fill(0)),t.$$.dirty[n/31|0]|=1<<n%31}function Tt(t,n,e,i,r,o,c,s=[-1]){const u=m;h(t);const l=t.$$={fragment:null,ctx:null,props:o,update:S,not_equal:r,bound:M(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(n.context||(u?u.$$.context:[])),callbacks:M(),dirty:s,skip_bound:!1,root:n.target||u.$$.root};c&&c(l.root);let f=!1;if(l.ctx=e?e(t,n.props||{},(a,y,...C)=>{const k=C.length?C[0]:y;return l.ctx&&r(l.ctx[a],l.ctx[a]=k)&&(!l.skip_bound&&l.bound[a]&&l.bound[a](k),f&&lt(t,a)),y}):[],l.update(),f=!0,p(l.before_update),l.fragment=i?i(l.ctx):!1,n.target){if(n.hydrate){K();const a=Z(n.target);l.fragment&&l.fragment.l(a),a.forEach(V)}else l.fragment&&l.fragment.c();n.intro&&rt(t.$$.fragment),ct(t,n.target,n.anchor,n.customElement),Q(),F()}h(u)}class zt{$destroy(){ut(this,1),this.$destroy=S}$on(n,e){const i=this.$$.callbacks[n]||(this.$$.callbacks[n]=[]);return i.push(e),()=>{const r=i.indexOf(e);r!==-1&&i.splice(r,1)}}$set(n){this.$$set&&!G(n)&&(this.$$.skip_bound=!0,this.$$set(n),this.$$.skip_bound=!1)}}export{S as A,ft as B,dt as C,ht as D,_t as E,U as F,at as G,yt as H,Y as I,wt as J,bt as K,ot as L,p as M,Mt as N,At as O,vt as P,mt as Q,zt as S,gt as a,pt as b,Nt as c,Bt as d,xt as e,rt as f,qt as g,V as h,Tt as i,kt as j,X as k,Et as l,Z as m,$t as n,Ct as o,jt as p,A as q,nt as r,st as s,Dt as t,St as u,Lt as v,Ot as w,ct as x,ut as y,Pt as z};
 
 
static/_app/immutable/chunks/index-f686559f.js DELETED
@@ -1 +0,0 @@
1
- import{A as f,s as l}from"./index-cab3212e.js";const e=[];function h(n,u=f){let o;const i=new Set;function r(t){if(l(n,t)&&(n=t,o)){const c=!e.length;for(const s of i)s[1](),e.push(s,n);if(c){for(let s=0;s<e.length;s+=2)e[s][0](e[s+1]);e.length=0}}}function b(t){r(t(n))}function p(t,c=f){const s=[t,c];return i.add(s),i.size===1&&(o=u(r)||f),t(n),()=>{i.delete(s),i.size===0&&(o(),o=null)}}return{set:r,update:b,subscribe:p}}export{h as w};
 
 
static/_app/immutable/chunks/singletons-1775ce27.js DELETED
@@ -1 +0,0 @@
1
- import{w as u}from"./index-f686559f.js";let f="",b="";function g(n){f=n.base,b=n.assets||f}function m(n){let e=n.baseURI;if(!e){const t=n.getElementsByTagName("base");e=t.length?t[0].href:n.URL}return e}function _(){return{x:pageXOffset,y:pageYOffset}}function k(n){let e,t=null,r=null,a=null;for(const s of n.composedPath())s instanceof Element&&(!e&&s.nodeName.toUpperCase()==="A"&&(e=s),t===null&&(t=l(s,"data-sveltekit-noscroll")),r===null&&(r=l(s,"data-sveltekit-prefetch")),a===null&&(a=l(s,"data-sveltekit-reload")));const o=e&&new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI);return{a:e,url:o,options:{noscroll:t,prefetch:r,reload:a}}}function l(n,e){const t=n.getAttribute(e);return t===null?t:t===""?!0:(t==="off",!1)}function d(n){const e=u(n);let t=!0;function r(){t=!0,e.update(s=>s)}function a(s){t=!1,e.set(s)}function o(s){let i;return e.subscribe(c=>{(i===void 0||t&&c!==i)&&s(i=c)})}return{notify:r,set:a,subscribe:o}}function p(){const{set:n,subscribe:e}=u(!1);let t;async function r(){clearTimeout(t);const a=await fetch(`${b}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(a.ok){const{version:o}=await a.json(),s=o!=="1663744576370";return s&&(n(!0),clearTimeout(t)),s}else throw new Error(`Version check failed: ${a.status}`)}return{subscribe:e,check:r}}function v(n){n.client}const w={url:d({}),page:d({}),navigating:u(null),updated:p()};export{_ as a,g as b,k as f,m as g,v as i,w as s};
 
 
static/_app/immutable/components/error.svelte-f461b98d.js DELETED
@@ -1 +0,0 @@
1
- import{S as A,i as C,s as F,k as v,q as k,a as h,e as q,l as g,m as E,r as $,h as p,c as R,b as u,F as P,u as S,A as w,G}from"../chunks/index-cab3212e.js";import{s as H}from"../chunks/singletons-1775ce27.js";const O=()=>{const t=H,s={page:{subscribe:t.page.subscribe},navigating:{subscribe:t.navigating.subscribe},updated:t.updated};return Object.defineProperties(s,{preloading:{get(){return console.error("stores.preloading is deprecated; use stores.navigating instead"),{subscribe:t.navigating.subscribe}},enumerable:!1},session:{get(){return B(),{}},enumerable:!1}}),s},z={subscribe(t){return O().page.subscribe(t)}};function B(){throw new Error("stores.session is no longer available. See https://github.com/sveltejs/kit/discussions/5883")}function N(t){let s,i=t[0].error.frame+"",o;return{c(){s=v("pre"),o=k(i)},l(r){s=g(r,"PRE",{});var a=E(s);o=$(a,i),a.forEach(p)},m(r,a){u(r,s,a),P(s,o)},p(r,a){a&1&&i!==(i=r[0].error.frame+"")&&S(o,i)},d(r){r&&p(s)}}}function y(t){let s,i=t[0].error.stack+"",o;return{c(){s=v("pre"),o=k(i)},l(r){s=g(r,"PRE",{});var a=E(s);o=$(a,i),a.forEach(p)},m(r,a){u(r,s,a),P(s,o)},p(r,a){a&1&&i!==(i=r[0].error.stack+"")&&S(o,i)},d(r){r&&p(s)}}}function D(t){let s,i=t[0].status+"",o,r,a,b=t[0].error.message+"",_,d,c,m,l=t[0].error.frame&&N(t),n=t[0].error.stack&&y(t);return{c(){s=v("h1"),o=k(i),r=h(),a=v("pre"),_=k(b),d=h(),l&&l.c(),c=h(),n&&n.c(),m=q()},l(e){s=g(e,"H1",{});var f=E(s);o=$(f,i),f.forEach(p),r=R(e),a=g(e,"PRE",{});var j=E(a);_=$(j,b),j.forEach(p),d=R(e),l&&l.l(e),c=R(e),n&&n.l(e),m=q()},m(e,f){u(e,s,f),P(s,o),u(e,r,f),u(e,a,f),P(a,_),u(e,d,f),l&&l.m(e,f),u(e,c,f),n&&n.m(e,f),u(e,m,f)},p(e,[f]){f&1&&i!==(i=e[0].status+"")&&S(o,i),f&1&&b!==(b=e[0].error.message+"")&&S(_,b),e[0].error.frame?l?l.p(e,f):(l=N(e),l.c(),l.m(c.parentNode,c)):l&&(l.d(1),l=null),e[0].error.stack?n?n.p(e,f):(n=y(e),n.c(),n.m(m.parentNode,m)):n&&(n.d(1),n=null)},i:w,o:w,d(e){e&&p(s),e&&p(r),e&&p(a),e&&p(d),l&&l.d(e),e&&p(c),n&&n.d(e),e&&p(m)}}}function I(t,s,i){let o;return G(t,z,r=>i(0,o=r)),[o]}class L extends A{constructor(s){super(),C(this,s,I,D,F,{})}}export{L as default};
 
 
static/_app/immutable/components/pages/_layout.svelte-34307958.js DELETED
@@ -1 +0,0 @@
1
- import{S as l,i,s as r,B as u,C as f,D as _,E as c,f as p,t as d}from"../../chunks/index-cab3212e.js";function m(n){let s;const o=n[1].default,e=u(o,n,n[0],null);return{c(){e&&e.c()},l(t){e&&e.l(t)},m(t,a){e&&e.m(t,a),s=!0},p(t,[a]){e&&e.p&&(!s||a&1)&&f(e,o,t,t[0],s?c(o,t[0],a,null):_(t[0]),null)},i(t){s||(p(e,t),s=!0)},o(t){d(e,t),s=!1},d(t){e&&e.d(t)}}}function $(n,s,o){let{$$slots:e={},$$scope:t}=s;return n.$$set=a=>{"$$scope"in a&&o(0,t=a.$$scope)},[t,e]}class h extends l{constructor(s){super(),i(this,s,$,m,r,{})}}export{h as default};
 
 
static/_app/immutable/components/pages/_page.svelte-a320df3b.js DELETED
@@ -1,9 +0,0 @@
1
- import{S as Se,i as ze,s as Te,k as D,l as H,m as P,h as w,n as p,b as J,F as x,A as je,H as Be,I as Ne,a as L,q as F,J as Ee,c as U,r as G,p as Ae,K as re,u as me,v as gt,w as pt,L as Fe,x as bt,f as ne,t as ge,y as mt,M as Le,N as Ct,O as Ge,P as Je,d as xt,G as Qe,o as Dt,e as Ke,g as vt,Q as A}from"../../chunks/index-cab3212e.js";import{w as wt}from"../../chunks/index-f686559f.js";if(!Y)var Y={map:function(e,t){var r={};return t?e.map(function(n,a){return r.index=a,t.call(r,n)}):e.slice()},naturalOrder:function(e,t){return e<t?-1:e>t?1:0},sum:function(e,t){var r={};return e.reduce(t?function(n,a,i){return r.index=i,n+t.call(r,a)}:function(n,a){return n+a},0)},max:function(e,t){return Math.max.apply(null,t?Y.map(e,t):e)}};var Ht=function(){var e=5,t=8-e,r=1e3,n=.75;function a(h,s,u){return(h<<2*e)+(s<<e)+u}function i(h){var s=[],u=!1;function c(){s.sort(h),u=!0}return{push:function(d){s.push(d),u=!1},peek:function(d){return u||c(),d===void 0&&(d=s.length-1),s[d]},pop:function(){return u||c(),s.pop()},size:function(){return s.length},map:function(d){return s.map(d)},debug:function(){return u||c(),s}}}function l(h,s,u,c,d,b,m){var v=this;v.r1=h,v.r2=s,v.g1=u,v.g2=c,v.b1=d,v.b2=b,v.histo=m}l.prototype={volume:function(h){var s=this;return(!s._volume||h)&&(s._volume=(s.r2-s.r1+1)*(s.g2-s.g1+1)*(s.b2-s.b1+1)),s._volume},count:function(h){var s=this,u=s.histo;if(!s._count_set||h){var c=0,d,b,m,v;for(d=s.r1;d<=s.r2;d++)for(b=s.g1;b<=s.g2;b++)for(m=s.b1;m<=s.b2;m++)v=a(d,b,m),c+=u[v]||0;s._count=c,s._count_set=!0}return s._count},copy:function(){var h=this;return new l(h.r1,h.r2,h.g1,h.g2,h.b1,h.b2,h.histo)},avg:function(h){var s=this,u=s.histo;if(!s._avg||h){var c=0,d=1<<8-e,b=0,m=0,v=0,N,g,_,E,M;for(g=s.r1;g<=s.r2;g++)for(_=s.g1;_<=s.g2;_++)for(E=s.b1;E<=s.b2;E++)M=a(g,_,E),N=u[M]||0,c+=N,b+=N*(g+.5)*d,m+=N*(_+.5)*d,v+=N*(E+.5)*d;c?s._avg=[~~(b/c),~~(m/c),~~(v/c)]:s._avg=[~~(d*(s.r1+s.r2+1)/2),~~(d*(s.g1+s.g2+1)/2),~~(d*(s.b1+s.b2+1)/2)]}return s._avg},contains:function(h){var s=this,u=h[0]>>t;return gval=h[1]>>t,bval=h[2]>>t,u>=s.r1&&u<=s.r2&&gval>=s.g1&&gval<=s.g2&&bval>=s.b1&&bval<=s.b2}};function o(){this.vboxes=new i(function(h,s){return Y.naturalOrder(h.vbox.count()*h.vbox.volume(),s.vbox.count()*s.vbox.volume())})}o.prototype={push:function(h){this.vboxes.push({vbox:h,color:h.avg()})},palette:function(){return this.vboxes.map(function(h){return h.color})},size:function(){return this.vboxes.size()},map:function(h){for(var s=this.vboxes,u=0;u<s.size();u++)if(s.peek(u).vbox.contains(h))return s.peek(u).color;return this.nearest(h)},nearest:function(h){for(var s=this.vboxes,u,c,d,b=0;b<s.size();b++)c=Math.sqrt(Math.pow(h[0]-s.peek(b).color[0],2)+Math.pow(h[1]-s.peek(b).color[1],2)+Math.pow(h[2]-s.peek(b).color[2],2)),(c<u||u===void 0)&&(u=c,d=s.peek(b).color);return d},forcebw:function(){var h=this.vboxes;h.sort(function(d,b){return Y.naturalOrder(Y.sum(d.color),Y.sum(b.color))});var s=h[0].color;s[0]<5&&s[1]<5&&s[2]<5&&(h[0].color=[0,0,0]);var u=h.length-1,c=h[u].color;c[0]>251&&c[1]>251&&c[2]>251&&(h[u].color=[255,255,255])}};function f(h){var s=1<<3*e,u=new Array(s),c,d,b,m;return h.forEach(function(v){d=v[0]>>t,b=v[1]>>t,m=v[2]>>t,c=a(d,b,m),u[c]=(u[c]||0)+1}),u}function y(h,s){var u=1e6,c=0,d=1e6,b=0,m=1e6,v=0,N,g,_;return h.forEach(function(E){N=E[0]>>t,g=E[1]>>t,_=E[2]>>t,N<u?u=N:N>c&&(c=N),g<d?d=g:g>b&&(b=g),_<m?m=_:_>v&&(v=_)}),new l(u,c,d,b,m,v,s)}function I(h,s){if(!s.count())return;var u=s.r2-s.r1+1,c=s.g2-s.g1+1,d=s.b2-s.b1+1,b=Y.max([u,c,d]);if(s.count()==1)return[s.copy()];var m=0,v=[],N=[],g,_,E,M,T;if(b==u)for(g=s.r1;g<=s.r2;g++){for(M=0,_=s.g1;_<=s.g2;_++)for(E=s.b1;E<=s.b2;E++)T=a(g,_,E),M+=h[T]||0;m+=M,v[g]=m}else if(b==c)for(g=s.g1;g<=s.g2;g++){for(M=0,_=s.r1;_<=s.r2;_++)for(E=s.b1;E<=s.b2;E++)T=a(_,g,E),M+=h[T]||0;m+=M,v[g]=m}else for(g=s.b1;g<=s.b2;g++){for(M=0,_=s.r1;_<=s.r2;_++)for(E=s.g1;E<=s.g2;E++)T=a(_,E,g),M+=h[T]||0;m+=M,v[g]=m}v.forEach(function(B,q){N[q]=m-B});function j(B){var q=B+"1",$=B+"2",S,O,k,R,C,Q=0;for(g=s[q];g<=s[$];g++)if(v[g]>m/2){for(k=s.copy(),R=s.copy(),S=g-s[q],O=s[$]-g,S<=O?C=Math.min(s[$]-1,~~(g+O/2)):C=Math.max(s[q],~~(g-1-S/2));!v[C];)C++;for(Q=N[C];!Q&&v[C-1];)Q=N[--C];return k[$]=C,R[q]=k[$]+1,[k,R]}}return b==u?j("r"):b==c?j("g"):j("b")}function z(h,s){if(!h.length||s<2||s>256)return!1;var u=f(h);u.forEach(function(){});var c=y(h,u),d=new i(function(N,g){return Y.naturalOrder(N.count(),g.count())});d.push(c);function b(N,g){for(var _=1,E=0,M;E<r;){if(M=N.pop(),!M.count()){N.push(M),E++;continue}var T=I(u,M),j=T[0],B=T[1];if(!j||(N.push(j),B&&(N.push(B),_++),_>=g)||E++>r)return}}b(d,n*s);for(var m=new i(function(N,g){return Y.naturalOrder(N.count()*N.volume(),g.count()*g.volume())});d.size();)m.push(d.pop());b(m,s-m.size());for(var v=new o;m.size();)v.push(m.pop());return v}return{quantize:z}}(),qt=Ht.quantize;function we(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Pe(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function ce(){}var xe=.7,$e=1/xe,he="\\s*([+-]?\\d+)\\s*",ve="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",X="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Ot=/^#([0-9a-f]{3,8})$/,Rt=new RegExp(`^rgb\\(${he},${he},${he}\\)$`),St=new RegExp(`^rgb\\(${X},${X},${X}\\)$`),zt=new RegExp(`^rgba\\(${he},${he},${he},${ve}\\)$`),Tt=new RegExp(`^rgba\\(${X},${X},${X},${ve}\\)$`),Bt=new RegExp(`^hsl\\(${ve},${X},${X}\\)$`),Lt=new RegExp(`^hsla\\(${ve},${X},${X},${ve}\\)$`),We={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};we(ce,Ue,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Xe,formatHex:Xe,formatHex8:Ut,formatHsl:Vt,formatRgb:Ze,toString:Ze});function Xe(){return this.rgb().formatHex()}function Ut(){return this.rgb().formatHex8()}function Vt(){return yt(this).formatHsl()}function Ze(){return this.rgb().formatRgb()}function Ue(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=Ot.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?Ye(t):r===3?new V(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?ye(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?ye(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=Rt.exec(e))?new V(t[1],t[2],t[3],1):(t=St.exec(e))?new V(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=zt.exec(e))?ye(t[1],t[2],t[3],t[4]):(t=Tt.exec(e))?ye(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=Bt.exec(e))?rt(t[1],t[2]/100,t[3]/100,1):(t=Lt.exec(e))?rt(t[1],t[2]/100,t[3]/100,t[4]):We.hasOwnProperty(e)?Ye(We[e]):e==="transparent"?new V(NaN,NaN,NaN,0):null}function Ye(e){return new V(e>>16&255,e>>8&255,e&255,1)}function ye(e,t,r,n){return n<=0&&(e=t=r=NaN),new V(e,t,r,n)}function _t(e){return e instanceof ce||(e=Ue(e)),e?(e=e.rgb(),new V(e.r,e.g,e.b,e.opacity)):new V}function Ve(e,t,r,n){return arguments.length===1?_t(e):new V(e,t,r,n==null?1:n)}function V(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}we(V,Ve,Pe(ce,{brighter(e){return e=e==null?$e:Math.pow($e,e),new V(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?xe:Math.pow(xe,e),new V(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new V(oe(this.r),oe(this.g),oe(this.b),Ie(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:et,formatHex:et,formatHex8:jt,formatRgb:tt,toString:tt}));function et(){return`#${le(this.r)}${le(this.g)}${le(this.b)}`}function jt(){return`#${le(this.r)}${le(this.g)}${le(this.b)}${le((isNaN(this.opacity)?1:this.opacity)*255)}`}function tt(){const e=Ie(this.opacity);return`${e===1?"rgb(":"rgba("}${oe(this.r)}, ${oe(this.g)}, ${oe(this.b)}${e===1?")":`, ${e})`}`}function Ie(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function oe(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function le(e){return e=oe(e),(e<16?"0":"")+e.toString(16)}function rt(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new W(e,t,r,n)}function yt(e){if(e instanceof W)return new W(e.h,e.s,e.l,e.opacity);if(e instanceof ce||(e=Ue(e)),!e)return new W;if(e instanceof W)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,a=Math.min(t,r,n),i=Math.max(t,r,n),l=NaN,o=i-a,f=(i+a)/2;return o?(t===i?l=(r-n)/o+(r<n)*6:r===i?l=(n-t)/o+2:l=(t-r)/o+4,o/=f<.5?i+a:2-i-a,l*=60):o=f>0&&f<1?0:l,new W(l,o,f,e.opacity)}function At(e,t,r,n){return arguments.length===1?yt(e):new W(e,t,r,n==null?1:n)}function W(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}we(W,At,Pe(ce,{brighter(e){return e=e==null?$e:Math.pow($e,e),new W(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?xe:Math.pow(xe,e),new W(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,a=2*r-n;return new V(De(e>=240?e-240:e+120,a,n),De(e,a,n),De(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new W(nt(this.h),ke(this.s),ke(this.l),Ie(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Ie(this.opacity);return`${e===1?"hsl(":"hsla("}${nt(this.h)}, ${ke(this.s)*100}%, ${ke(this.l)*100}%${e===1?")":`, ${e})`}`}}));function nt(e){return e=(e||0)%360,e<0?e+360:e}function ke(e){return Math.max(0,Math.min(1,e||0))}function De(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const Ft=Math.PI/180,Gt=180/Math.PI,Me=18,kt=.96422,Nt=1,Et=.82521,$t=4/29,de=6/29,It=3*de*de,Jt=de*de*de;function Mt(e){if(e instanceof Z)return new Z(e.l,e.a,e.b,e.opacity);if(e instanceof ee)return Pt(e);e instanceof V||(e=_t(e));var t=Re(e.r),r=Re(e.g),n=Re(e.b),a=He((.2225045*t+.7168786*r+.0606169*n)/Nt),i,l;return t===r&&r===n?i=l=a:(i=He((.4360747*t+.3850649*r+.1430804*n)/kt),l=He((.0139322*t+.0971045*r+.7141733*n)/Et)),new Z(116*a-16,500*(i-a),200*(a-l),e.opacity)}function Qt(e,t,r,n){return arguments.length===1?Mt(e):new Z(e,t,r,n==null?1:n)}function Z(e,t,r,n){this.l=+e,this.a=+t,this.b=+r,this.opacity=+n}we(Z,Qt,Pe(ce,{brighter(e){return new Z(this.l+Me*(e==null?1:e),this.a,this.b,this.opacity)},darker(e){return new Z(this.l-Me*(e==null?1:e),this.a,this.b,this.opacity)},rgb(){var e=(this.l+16)/116,t=isNaN(this.a)?e:e+this.a/500,r=isNaN(this.b)?e:e-this.b/200;return t=kt*qe(t),e=Nt*qe(e),r=Et*qe(r),new V(Oe(3.1338561*t-1.6168667*e-.4906146*r),Oe(-.9787684*t+1.9161415*e+.033454*r),Oe(.0719453*t-.2289914*e+1.4052427*r),this.opacity)}}));function He(e){return e>Jt?Math.pow(e,1/3):e/It+$t}function qe(e){return e>de?e*e*e:It*(e-$t)}function Oe(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function Re(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function Kt(e){if(e instanceof ee)return new ee(e.h,e.c,e.l,e.opacity);if(e instanceof Z||(e=Mt(e)),e.a===0&&e.b===0)return new ee(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*Gt;return new ee(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}function be(e,t,r,n){return arguments.length===1?Kt(e):new ee(e,t,r,n==null?1:n)}function ee(e,t,r,n){this.h=+e,this.c=+t,this.l=+r,this.opacity=+n}function Pt(e){if(isNaN(e.h))return new Z(e.l,0,0,e.opacity);var t=e.h*Ft;return new Z(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}we(ee,be,Pe(ce,{brighter(e){return new ee(this.h,this.c,this.l+Me*(e==null?1:e),this.opacity)},darker(e){return new ee(this.h,this.c,this.l-Me*(e==null?1:e),this.opacity)},rgb(){return Pt(this).rgb()}}));function Wt(){return BigInt(0xb7dd73e137d20800&((1<<63)-1)*Math.random())}function Xt(e){return e.map(t=>be(t)).sort((t,r)=>{const n=t.h,a=r.h;return a-n||isNaN(a)-isNaN(n)})}function Zt(e,t,r){const n=e,a=[];for(let i=0,l,o,f,y,I;i<t;i=i+r)l=i*4,o=n[l+0],f=n[l+1],y=n[l+2],I=n[l+3],(typeof I>"u"||I>=125)&&(o>250&&f>250&&y>250||a.push([o,f,y]));return a}function Yt(e,t=5,r=1){return new Promise(n=>{const a=new Image;a.onload=async()=>{const i=a.width,l=a.height,o=document.createElement("canvas");o.width=i,o.height=l;const f=o.getContext("2d");f.drawImage(a,0,0,i,l);const y=f.getImageData(0,0,i,l),I=Zt(y.data,i*l,r),h=qt(I,t).palette(),s=await new Promise(c=>o.toBlob(c,"image/jpeg",.95)),u=h.map(c=>Ve(...c));n({colors:Xt(u),imgBlob:s})},a.src=e})}async function er(e,t){const r=tr(t),n="https://huggingface.co/uploads",i=`color-palette-${crypto.randomUUID().split("-")[0]}-${r}.jpeg`,l=new File([e],i,{type:"image/jpeg"});console.log("uploading image",l);const f=await(await fetch(n,{method:"POST",headers:{"Content-Type":l.type,"X-Requested-With":"XMLHttpRequest"},body:l})).text();return console.log("uploaded images",f),f}function tr(e){return e?e.toString().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,""):""}const K=wt(""),ue=wt(!1),rr="PROD",nr="wss://spaces.huggingface.tech/stabilityai/stable-diffusion/queue/join";function at(e,t,r){const n=e.slice();return n[6]=t[r],n[8]=r,n}function st(e){let t,r,n,a,i,l,o=e[6].formatHex()+"",f,y,I,z,h;function s(){return e[4](e[6],e[8])}return{c(){t=D("div"),r=Ne("svg"),n=Ne("rect"),i=L(),l=D("span"),f=F(o),I=L(),this.h()},l(u){t=H(u,"DIV",{class:!0});var c=P(t);r=Ee(c,"svg",{class:!0,width:!0,viewBox:!0});var d=P(r);n=Ee(d,"rect",{x:!0,y:!0,width:!0,height:!0,fill:!0}),P(n).forEach(w),d.forEach(w),i=U(c),l=H(c,"SPAN",{title:!0,class:!0,style:!0});var b=P(l);f=G(b,o),b.forEach(w),I=U(c),c.forEach(w),this.h()},h(){p(n,"x","0"),p(n,"y","0"),p(n,"width","50"),p(n,"height","50"),p(n,"fill",a=e[6].formatHex()),p(r,"class","max-w-full"),p(r,"width","100"),p(r,"viewBox","0 0 50 50"),p(l,"title","Copy single color"),p(l,"class",y="cursor-pointer absolute bottom-0 text-center text-xs pl-1 font-bold uppercase "+(e[1]===e[8]?"animate-ping":"")),Ae(l,"color",e[2](e[6])),p(t,"class","cursor-pointer aspect-square relative")},m(u,c){J(u,t,c),x(t,r),x(r,n),x(t,i),x(t,l),x(l,f),x(t,I),z||(h=re(t,"click",s),z=!0)},p(u,c){e=u,c&1&&a!==(a=e[6].formatHex())&&p(n,"fill",a),c&1&&o!==(o=e[6].formatHex()+"")&&me(f,o),c&2&&y!==(y="cursor-pointer absolute bottom-0 text-center text-xs pl-1 font-bold uppercase "+(e[1]===e[8]?"animate-ping":""))&&p(l,"class",y),c&1&&Ae(l,"color",e[2](e[6]))},d(u){u&&w(t),z=!1,h()}}}function ar(e){let t,r,n=e[0],a=[];for(let i=0;i<n.length;i+=1)a[i]=st(at(e,n,i));return{c(){t=D("div"),r=D("div");for(let i=0;i<a.length;i+=1)a[i].c();this.h()},l(i){t=H(i,"DIV",{class:!0});var l=P(t);r=H(l,"DIV",{class:!0});var o=P(r);for(let f=0;f<a.length;f+=1)a[f].l(o);o.forEach(w),l.forEach(w),this.h()},h(){p(r,"class","flex bg-black"),p(t,"class","flex flex-col items-center")},m(i,l){J(i,t,l),x(t,r);for(let o=0;o<a.length;o+=1)a[o].m(r,null)},p(i,[l]){if(l&15){n=i[0];let o;for(o=0;o<n.length;o+=1){const f=at(i,n,o);a[o]?a[o].p(f,l):(a[o]=st(f),a[o].c(),a[o].m(r,null))}for(;o<a.length;o+=1)a[o].d(1);a.length=n.length}},i:je,o:je,d(i){i&&w(t),Be(a,i)}}}function sr(e,t,r){let{colors:n}=t;n.length;function a(f){const y=be(f);return y.l>50?be(y.h,y.c,0).formatHex():be(y.h,y.c,100).formatHex()}let i=-1;async function l(f,y){i>-1||(r(1,i=y),await navigator.permissions.query({name:"clipboard-write"}),await navigator.clipboard.writeText(f),setTimeout(()=>{r(1,i=-1)},500))}const o=(f,y)=>l(f.formatHex(),y);return e.$$set=f=>{"colors"in f&&r(0,n=f.colors)},[n,i,a,l,o]}class ir extends Se{constructor(t){super(),ze(this,t,sr,ar,Te,{colors:0})}}function it(e,t,r){const n=e.slice();return n[12]=t[r],n[14]=r,n}function lt(e){let t,r,n,a;function i(){return e[8](e[14])}function l(){return e[9](e[14])}return{c(){t=D("button"),this.h()},l(o){t=H(o,"BUTTON",{class:!0}),P(t).forEach(w),this.h()},h(){p(t,"class",r=(e[1]===e[14]?"bg-black dark:bg-white":"bg-white dark:bg-black")+" dark:bg-slate-300 rounded-full h-3 w-3 m-1 border border-black dark:border-white")},m(o,f){J(o,t,f),n||(a=[re(t,"click",i),re(t,"mousemove",l)],n=!0)},p(o,f){e=o,f&2&&r!==(r=(e[1]===e[14]?"bg-black dark:bg-white":"bg-white dark:bg-black")+" dark:bg-slate-300 rounded-full h-3 w-3 m-1 border border-black dark:border-white")&&p(t,"class",r)},d(o){o&&w(t),n=!1,Le(a)}}}function lr(e){let t,r,n,a,i,l,o,f,y,I,z,h,s,u,c,d,b,m,v,N,g,_=e[2]?"Copied":"Copy",E,M,T,j;o=new ir({props:{colors:e[4]}});let B=e[0].images,q=[];for(let $=0;$<B.length;$+=1)q[$]=lt(it(e,B,$));return{c(){t=D("div"),r=D("blockquote"),n=D("p"),a=F(e[5]),i=L(),l=D("div"),gt(o.$$.fragment),f=L(),y=D("div"),I=D("div"),z=D("img"),s=L(),u=D("div");for(let $=0;$<q.length;$+=1)q[$].c();c=L(),d=D("div"),b=D("div"),m=D("button"),v=F("Remix"),N=L(),g=D("button"),E=F(_),this.h()},l($){t=H($,"DIV",{class:!0});var S=P(t);r=H(S,"BLOCKQUOTE",{class:!0,title:!0});var O=P(r);n=H(O,"P",{});var k=P(n);a=G(k,e[5]),k.forEach(w),O.forEach(w),i=U(S),l=H(S,"DIV",{class:!0});var R=P(l);pt(o.$$.fragment,R),R.forEach(w),f=U(S),y=H(S,"DIV",{class:!0});var C=P(y);I=H(C,"DIV",{class:!0});var Q=P(I);z=H(Q,"IMG",{loading:!0,class:!0,src:!0,alt:!0}),s=U(Q),u=H(Q,"DIV",{class:!0});var te=P(u);for(let fe=0;fe<q.length;fe+=1)q[fe].l(te);te.forEach(w),Q.forEach(w),C.forEach(w),c=U(S),d=H(S,"DIV",{class:!0});var pe=P(d);b=H(pe,"DIV",{class:!0});var ae=P(b);m=H(ae,"BUTTON",{class:!0,title:!0});var se=P(m);v=G(se,"Remix"),se.forEach(w),N=U(ae),g=H(ae,"BUTTON",{class:!0,title:!0});var ie=P(g);E=G(ie,_),ie.forEach(w),ae.forEach(w),pe.forEach(w),S.forEach(w),this.h()},h(){p(r,"class","row-start-1 mx-auto col-span-6 italic font-semibold max-w-prose text-base text-center line-clamp-3 my-3"),p(r,"title",e[5]),p(l,"class","row-start-3 md:row-start-2 col-span-6 md:col-span-4 flex items-center justify-center"),p(z,"loading","lazy"),p(z,"class","relative max-w-[100px] w-full"),Fe(z.src,h=e[3])||p(z,"src",h),p(z,"alt",e[5]),p(u,"class","absolute flex justify-around w-full"),p(I,"class","relative"),p(y,"class","row-start-2 col-span-6 md:col-span-2 flex justify-center md:justify-end pb-3"),p(m,"class","button svelte-8zu88a"),p(m,"title","Send this prompt to input so you can remix it"),p(g,"class","button svelte-8zu88a"),p(g,"title","Copy all colors to clipboard"),g.disabled=e[2],p(b,"class","flex justify-center items-center"),p(d,"class","row-start-4 col-span-6 md:col-span-2 md:col-start-5 flex justify-center md:justify-end"),p(t,"class","grid grid-cols-6 gap-3")},m($,S){J($,t,S),x(t,r),x(r,n),x(n,a),x(t,i),x(t,l),bt(o,l,null),x(t,f),x(t,y),x(y,I),x(I,z),x(I,s),x(I,u);for(let O=0;O<q.length;O+=1)q[O].m(u,null);x(t,c),x(t,d),x(d,b),x(b,m),x(m,v),x(b,N),x(b,g),x(g,E),M=!0,T||(j=[re(m,"click",e[10]),re(g,"click",e[11])],T=!0)},p($,[S]){(!M||S&32)&&me(a,$[5]),(!M||S&32)&&p(r,"title",$[5]);const O={};if(S&16&&(O.colors=$[4]),o.$set(O),(!M||S&8&&!Fe(z.src,h=$[3]))&&p(z,"src",h),(!M||S&32)&&p(z,"alt",$[5]),S&3){B=$[0].images;let k;for(k=0;k<B.length;k+=1){const R=it($,B,k);q[k]?q[k].p(R,S):(q[k]=lt(R),q[k].c(),q[k].m(u,null))}for(;k<q.length;k+=1)q[k].d(1);q.length=B.length}(!M||S&4)&&_!==(_=$[2]?"Copied":"Copy")&&me(E,_),(!M||S&4)&&(g.disabled=$[2])},i($){M||(ne(o.$$.fragment,$),M=!0)},o($){ge(o.$$.fragment,$),M=!1},d($){$&&w(t),mt(o),Be(q,$),T=!1,Le(j)}}}function or(e,t,r){let n,a,i;const l=Ct();let{promptData:o}=t,f=0,y=!1;async function I(c){y||(r(2,y=!0),await navigator.permissions.query({name:"clipboard-write"}),await navigator.clipboard.writeText(c),setTimeout(()=>{r(2,y=!1)},1e3))}const z=c=>r(1,f=c),h=c=>r(1,f=c),s=()=>l("remix",{prompt:n}),u=()=>I(a.map(c=>c.formatHex()).join(", "));return e.$$set=c=>{"promptData"in c&&r(0,o=c.promptData)},e.$$.update=()=>{e.$$.dirty&1&&r(5,n=o.prompt),e.$$.dirty&3&&r(4,a=o.images[f].colors.map(c=>Ve(c))),e.$$.dirty&3&&r(3,i=o.images[f].imgURL)},[o,f,y,i,a,n,l,I,z,h,s,u]}class cr extends Se{constructor(t){super(),ze(this,t,or,lr,Te,{promptData:0})}}function ot(e,t,r){const n=e.slice();return n[13]=t[r],n}function ct(e){let t,r,n,a,i=e[4]&&ft();return{c(){t=D("h3"),r=F(e[3]),n=L(),i&&i.c(),a=Ke(),this.h()},l(l){t=H(l,"H3",{class:!0});var o=P(t);r=G(o,e[3]),o.forEach(w),n=U(l),i&&i.l(l),a=Ke(),this.h()},h(){p(t,"class","text-xs font-bold ml-3 inline-block")},m(l,o){J(l,t,o),x(t,r),J(l,n,o),i&&i.m(l,o),J(l,a,o)},p(l,o){o&8&&me(r,l[3]),l[4]?i||(i=ft(),i.c(),i.m(a.parentNode,a)):i&&(i.d(1),i=null)},d(l){l&&w(t),l&&w(n),i&&i.d(l),l&&w(a)}}}function ft(e){let t,r;return{c(){t=Ne("svg"),r=Ne("path"),this.h()},l(n){t=Ee(n,"svg",{xmlns:!0,fill:!0,viewBox:!0,class:!0});var a=P(t);r=Ee(a,"path",{fill:!0,d:!0}),P(r).forEach(w),a.forEach(w),this.h()},h(){p(r,"fill","currentColor"),p(r,"d","M20 12a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12h-4Zm-2-5.3a8 8 0 0 1 2 5.3h4c0-3-1.1-5.8-3-8l-3 2.7Z"),p(t,"xmlns","http://www.w3.org/2000/svg"),p(t,"fill","none"),p(t,"viewBox","0 0 24 24"),p(t,"class","animate-spin max-w-[1rem] inline-block")},m(n,a){J(n,t,a),x(t,r)},d(n){n&&w(t)}}}function ut(e){let t,r,n=e[0],a=[];for(let l=0;l<n.length;l+=1)a[l]=ht(ot(e,n,l));const i=l=>ge(a[l],1,1,()=>{a[l]=null});return{c(){t=D("div");for(let l=0;l<a.length;l+=1)a[l].c()},l(l){t=H(l,"DIV",{});var o=P(t);for(let f=0;f<a.length;f+=1)a[f].l(o);o.forEach(w)},m(l,o){J(l,t,o);for(let f=0;f<a.length;f+=1)a[f].m(t,null);r=!0},p(l,o){if(o&65){n=l[0];let f;for(f=0;f<n.length;f+=1){const y=ot(l,n,f);a[f]?(a[f].p(y,o),ne(a[f],1)):(a[f]=ht(y),a[f].c(),ne(a[f],1),a[f].m(t,null))}for(vt(),f=n.length;f<a.length;f+=1)i(f);xt()}},i(l){if(!r){for(let o=0;o<n.length;o+=1)ne(a[o]);r=!0}},o(l){a=a.filter(Boolean);for(let o=0;o<a.length;o+=1)ge(a[o]);r=!1},d(l){l&&w(t),Be(a,l)}}}function ht(e){let t,r,n,a;return t=new cr({props:{promptData:e[13]}}),t.$on("remix",e[6]),{c(){gt(t.$$.fragment),r=L(),n=D("div"),this.h()},l(i){pt(t.$$.fragment,i),r=U(i),n=H(i,"DIV",{class:!0}),P(n).forEach(w),this.h()},h(){p(n,"class","border-b border-gray-200 py-2")},m(i,l){bt(t,i,l),J(i,r,l),J(i,n,l),a=!0},p(i,l){const o={};l&1&&(o.promptData=i[13]),t.$set(o)},i(i){a||(ne(t.$$.fragment,i),a=!0)},o(i){ge(t.$$.fragment,i),a=!1},d(i){mt(t,i),i&&w(r),i&&w(n)}}}function fr(e){let t,r,n,a,i,l,o,f,y,I,z,h,s,u,c,d,b,m,v,N,g,_,E,M,T,j,B,q,$,S,O=e[3]&&ct(e),k=e[0]&&ut(e);return{c(){t=D("div"),r=D("h1"),n=F("Palette generation with Stable Diffussion"),a=L(),i=D("p"),l=F(`Original ideas:
2
-
3
- `),o=D("a"),f=F(`Matt DesLauriers
4
- `),y=F(`,
5
- `),I=D("a"),z=F("dribnet"),h=L(),s=D("div"),u=D("form"),c=D("input"),d=L(),b=D("button"),m=F("Create Palette"),v=L(),O&&O.c(),N=L(),g=D("div"),_=D("div"),E=F(e[2]),M=F(" submitted palettes"),T=L(),j=D("div"),B=L(),k&&k.c(),this.h()},l(R){t=H(R,"DIV",{class:!0});var C=P(t);r=H(C,"H1",{class:!0});var Q=P(r);n=G(Q,"Palette generation with Stable Diffussion"),Q.forEach(w),a=U(C),i=H(C,"P",{class:!0});var te=P(i);l=G(te,`Original ideas:
6
-
7
- `),o=H(te,"A",{class:!0,target:!0,rel:!0,href:!0});var pe=P(o);f=G(pe,`Matt DesLauriers
8
- `),pe.forEach(w),y=G(te,`,
9
- `),I=H(te,"A",{class:!0,href:!0});var ae=P(I);z=G(ae,"dribnet"),ae.forEach(w),te.forEach(w),h=U(C),s=H(C,"DIV",{class:!0});var se=P(s);u=H(se,"FORM",{class:!0});var ie=P(u);c=H(ie,"INPUT",{class:!0,placeholder:!0,title:!0,type:!0,name:!0}),d=U(ie),b=H(ie,"BUTTON",{class:!0,title:!0});var fe=P(b);m=G(fe,"Create Palette"),fe.forEach(w),ie.forEach(w),v=U(se),O&&O.l(se),se.forEach(w),N=U(C),g=H(C,"DIV",{class:!0});var _e=P(g);_=H(_e,"DIV",{class:!0});var Ce=P(_);E=G(Ce,e[2]),M=G(Ce," submitted palettes"),Ce.forEach(w),T=U(_e),j=H(_e,"DIV",{class:!0}),P(j).forEach(w),_e.forEach(w),B=U(C),k&&k.l(C),C.forEach(w),this.h()},h(){p(r,"class","text-3xl font-bold leading-normal"),p(o,"class","link svelte-17tudr1"),p(o,"target","_blank"),p(o,"rel","nofollow noopener"),p(o,"href","https://twitter.com/mattdesl/status/1569457653298139136"),p(I,"class","link svelte-17tudr1"),p(I,"href","https://drib.net/homage"),p(i,"class","text-sm"),p(c,"class","input svelte-17tudr1"),p(c,"placeholder","A photo of a beautiful sunset in San Francisco"),p(c,"title","Input prompt to generate image and obtain palette"),p(c,"type","text"),p(c,"name","prompt"),c.disabled=e[4],p(b,"class","button svelte-17tudr1"),b.disabled=e[4],p(b,"title","Generate Palette"),p(u,"class","grid grid-cols-6"),p(s,"class","relative sticky top-0 z-50 bg-white dark:bg-black py-3"),p(_,"class","font-bold text-sm"),p(j,"class","grow border-b border-gray-200"),p(g,"class","flex items-center gap-4 my-10"),p(t,"class","max-w-screen-md mx-auto px-3 py-8 relative z-0")},m(R,C){J(R,t,C),x(t,r),x(r,n),x(t,a),x(t,i),x(i,l),x(i,o),x(o,f),x(i,y),x(i,I),x(I,z),x(t,h),x(t,s),x(s,u),x(u,c),Ge(c,e[1]),x(u,d),x(u,b),x(b,m),x(s,v),O&&O.m(s,null),x(t,N),x(t,g),x(g,_),x(_,E),x(_,M),x(g,T),x(g,j),x(t,B),k&&k.m(t,null),q=!0,$||(S=[re(c,"input",e[7]),re(b,"click",Je(e[8])),re(u,"submit",Je(e[9]))],$=!0)},p(R,[C]){(!q||C&16)&&(c.disabled=R[4]),C&2&&c.value!==R[1]&&Ge(c,R[1]),(!q||C&16)&&(b.disabled=R[4]),R[3]?O?O.p(R,C):(O=ct(R),O.c(),O.m(s,null)):O&&(O.d(1),O=null),(!q||C&4)&&me(E,R[2]),R[0]?k?(k.p(R,C),C&1&&ne(k,1)):(k=ut(R),k.c(),ne(k,1),k.m(t,null)):k&&(vt(),ge(k,1,1,()=>{k=null}),xt())},i(R){q||(ne(k),q=!0)},o(R){ge(k),q=!1},d(R){R&&w(t),O&&O.d(),k&&k.d(),$=!1,Le(S)}}}function dt(e){return e.sort((t,r)=>r.id-t.id).map(t=>t.data)}function ur(e,t,r){let n,a,i;Qe(e,K,d=>r(3,a=d)),Qe(e,ue,d=>r(4,i=d)),console.log(rr);const l="/embed/huggingface-projects/color-palette-generator-sd";let o,f;Dt(()=>{fetch(l+"/data").then(d=>d.json()).then(d=>{r(0,o=dt(d))})});async function y(d){try{const b=await fetch(l+"/new_palette",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({prompt:d.prompt,images:d.images.map(m=>({imgURL:m.imgURL,colors:m.colors.map(v=>v.formatHex())}))})}).then(m=>m.json());r(0,o=dt(b))}catch(b){console.error(b)}}async function I(d){if(!d||i==!0)return;A(K,a="Pending",a),A(ue,i=!0,i);const b=crypto.randomUUID(),m={fn_index:2,data:[d,3,40,7.5,Number(Wt())]},v=new WebSocket(nr);v.onopen=async function(N){v.send(JSON.stringify({hash:b}))},v.onclose=N=>{N.wasClean||(A(K,a="Error",a),A(ue,i=!1,i))},v.onmessage=async function(N){try{const g=JSON.parse(N.data);switch(A(K,a="",a),g.msg){case"send_data":A(K,a="Sending Data",a),v.send(JSON.stringify(m));break;case"queue_full":A(K,a="Queue full",a),v.close(),A(ue,i=!1,i);return;case"estimation":const{msg:_,rank:E,queue_size:M}=g;A(K,a=`On queue ${E}/${M}`,a);break;case"process_generating":A(K,a=g.success?"Generating":"Error",a);break;case"process_completed":A(K,a=g.success?"Complete":"Error",a);const T=await z(g.output.data[0],d);y({prompt:d,images:T}),v.close(),A(ue,i=!1,i);return;case"process_starts":A(K,a="Processing",a);break}}catch(g){console.error(g),A(ue,i=!1,i),A(K,a="Error",a)}}}async function z(d,b){const m=[];for(const v of d){const{colors:N,imgBlob:g}=await Yt(v),_=await er(g,b),E={colors:N,imgURL:_};m.push(E)}return m}function h(d){r(1,f=d.detail.prompt),window.scrollTo({top:0,behavior:"smooth"})}function s(){f=this.value,r(1,f)}const u=()=>I(f),c=()=>I(f);return e.$$.update=()=>{e.$$.dirty&1&&r(2,n=(o==null?void 0:o.length)||0)},[o,f,n,a,i,I,h,s,u,c]}class gr extends Se{constructor(t){super(),ze(this,t,ur,fr,Te,{})}}export{gr as default};
 
 
 
 
 
 
 
 
 
 
static/_app/immutable/start-8a8798d8.js DELETED
@@ -1 +0,0 @@
1
- import{S as Ge,i as We,s as He,a as Me,e as z,c as Xe,b as W,g as ie,t as K,d as le,f as x,h as F,j as Ye,o as be,k as Qe,l as Ze,m as et,n as ge,p as C,q as tt,r as nt,u as rt,v as H,w as Se,x as M,y as X,z as De}from"./chunks/index-cab3212e.js";import{g as Ce,f as qe,s as G,a as ve,b as at,i as st}from"./chunks/singletons-1775ce27.js";const ot=function(){const e=document.createElement("link").relList;return e&&e.supports&&e.supports("modulepreload")?"modulepreload":"preload"}(),it=function(r,e){return new URL(r,e).href},Ve={},se=function(e,t,c){return!t||t.length===0?e():Promise.all(t.map(o=>{if(o=it(o,c),o in Ve)return;Ve[o]=!0;const d=o.endsWith(".css"),n=d?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${o}"]${n}`))return;const f=document.createElement("link");if(f.rel=d?"stylesheet":ot,d||(f.as="script",f.crossOrigin=""),f.href=o,document.head.appendChild(f),d)return new Promise((w,_)=>{f.addEventListener("load",w),f.addEventListener("error",()=>_(new Error(`Unable to preload CSS for ${o}`)))})})).then(()=>e())};class we{constructor(e,t){this.status=e,typeof t=="string"?this.body={message:t}:t?this.body=t:this.body={message:`Error: ${e}`}}toString(){return JSON.stringify(this.body)}}class Be{constructor(e,t){this.status=e,this.location=t}}function lt(r,e){return r==="/"||e==="ignore"?r:e==="never"?r.endsWith("/")?r.slice(0,-1):r:e==="always"&&!r.endsWith("/")?r+"/":r}function ct(r){for(const e in r)r[e]=r[e].replace(/%23/g,"#").replace(/%3[Bb]/g,";").replace(/%2[Cc]/g,",").replace(/%2[Ff]/g,"/").replace(/%3[Ff]/g,"?").replace(/%3[Aa]/g,":").replace(/%40/g,"@").replace(/%26/g,"&").replace(/%3[Dd]/g,"=").replace(/%2[Bb]/g,"+").replace(/%24/g,"$");return r}const ft=["href","pathname","search","searchParams","toString","toJSON"];function ut(r,e){const t=new URL(r);for(const c of ft){let o=t[c];Object.defineProperty(t,c,{get(){return e(),o},enumerable:!0,configurable:!0})}return t[Symbol.for("nodejs.util.inspect.custom")]=(c,o,d)=>d(r,o),dt(t),t}function dt(r){Object.defineProperty(r,"hash",{get(){throw new Error("Cannot access event.url.hash. Consider using `$page.url.hash` inside a component instead")}})}function pt(r){let e=5381,t=r.length;if(typeof r=="string")for(;t;)e=e*33^r.charCodeAt(--t);else for(;t;)e=e*33^r[--t];return(e>>>0).toString(36)}const Re=window.fetch;window.fetch=(r,e)=>{if((r instanceof Request?r.method:(e==null?void 0:e.method)||"GET")!=="GET"){const c=new URL(r instanceof Request?r.url:r.toString(),document.baseURI).href;oe.delete(c)}return Re(r,e)};const oe=new Map;function ht(r,e,t){let o=`script[data-sveltekit-fetched][data-url=${JSON.stringify(typeof r=="string"?r:r.url)}]`;t&&typeof t.body=="string"&&(o+=`[data-hash="${pt(t.body)}"]`);const d=document.querySelector(o);if(d!=null&&d.textContent){const{body:n,...f}=JSON.parse(d.textContent),w=d.getAttribute("data-ttl");return w&&oe.set(e,{body:n,init:f,ttl:1e3*Number(w)}),Promise.resolve(new Response(n,f))}return Re(r,t)}function mt(r,e){const t=oe.get(r);if(t){if(performance.now()<t.ttl)return new Response(t.body,t.init);oe.delete(r)}return Re(r,e)}const _t=/^(\.\.\.)?(\w+)(?:=(\w+))?$/;function gt(r){const e=[],t=[];let c=!0;return{pattern:r===""?/^\/$/:new RegExp(`^${r.split(/(?:\/|$)/).filter(wt).map((d,n,f)=>{const w=decodeURIComponent(d),_=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(w);if(_)return e.push(_[1]),t.push(_[2]),"(?:/(.*))?";const b=n===f.length-1;return w&&"/"+w.split(/\[(.+?)\]/).map(($,S)=>{if(S%2){const N=_t.exec($);if(!N)throw new Error(`Invalid param: ${$}. Params and matcher names can only have underscores and alphanumeric characters.`);const[,j,T,q]=N;return e.push(T),t.push(q),j?"(.*?)":"([^/]+?)"}return b&&$.includes(".")&&(c=!1),$.normalize().replace(/%5[Bb]/g,"[").replace(/%5[Dd]/g,"]").replace(/#/g,"%23").replace(/\?/g,"%3F").replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}).join("")}).join("")}${c?"/?":""}$`),names:e,types:t}}function wt(r){return!/^\([^)]+\)$/.test(r)}function yt(r,e,t,c){const o={};for(let d=0;d<e.length;d+=1){const n=e[d],f=t[d],w=r[d+1]||"";if(f){const _=c[f];if(!_)throw new Error(`Missing "${f}" param matcher`);if(!_(w))return}o[n]=w}return o}function bt(r,e,t,c){const o=new Set(e);return Object.entries(t).map(([f,[w,_,b]])=>{const{pattern:$,names:S,types:N}=gt(f),j={id:f,exec:T=>{const q=$.exec(T);if(q)return yt(q,S,N,c)},errors:[1,...b||[]].map(T=>r[T]),layouts:[0,..._||[]].map(n),leaf:d(w)};return j.errors.length=j.layouts.length=Math.max(j.errors.length,j.layouts.length),j});function d(f){const w=f<0;return w&&(f=~f),[w,r[f]]}function n(f){return f===void 0?f:[o.has(f),r[f]]}}function vt(r){let e,t,c;var o=r[0][0];function d(n){return{props:{data:n[2],form:n[1]}}}return o&&(e=new o(d(r))),{c(){e&&H(e.$$.fragment),t=z()},l(n){e&&Se(e.$$.fragment,n),t=z()},m(n,f){e&&M(e,n,f),W(n,t,f),c=!0},p(n,f){const w={};if(f&4&&(w.data=n[2]),f&2&&(w.form=n[1]),o!==(o=n[0][0])){if(e){ie();const _=e;K(_.$$.fragment,1,0,()=>{X(_,1)}),le()}o?(e=new o(d(n)),H(e.$$.fragment),x(e.$$.fragment,1),M(e,t.parentNode,t)):e=null}else o&&e.$set(w)},i(n){c||(e&&x(e.$$.fragment,n),c=!0)},o(n){e&&K(e.$$.fragment,n),c=!1},d(n){n&&F(t),e&&X(e,n)}}}function kt(r){let e,t,c;var o=r[0][0];function d(n){return{props:{data:n[2],$$slots:{default:[Et]},$$scope:{ctx:n}}}}return o&&(e=new o(d(r))),{c(){e&&H(e.$$.fragment),t=z()},l(n){e&&Se(e.$$.fragment,n),t=z()},m(n,f){e&&M(e,n,f),W(n,t,f),c=!0},p(n,f){const w={};if(f&4&&(w.data=n[2]),f&523&&(w.$$scope={dirty:f,ctx:n}),o!==(o=n[0][0])){if(e){ie();const _=e;K(_.$$.fragment,1,0,()=>{X(_,1)}),le()}o?(e=new o(d(n)),H(e.$$.fragment),x(e.$$.fragment,1),M(e,t.parentNode,t)):e=null}else o&&e.$set(w)},i(n){c||(e&&x(e.$$.fragment,n),c=!0)},o(n){e&&K(e.$$.fragment,n),c=!1},d(n){n&&F(t),e&&X(e,n)}}}function Et(r){let e,t,c;var o=r[0][1];function d(n){return{props:{data:n[3],form:n[1]}}}return o&&(e=new o(d(r))),{c(){e&&H(e.$$.fragment),t=z()},l(n){e&&Se(e.$$.fragment,n),t=z()},m(n,f){e&&M(e,n,f),W(n,t,f),c=!0},p(n,f){const w={};if(f&8&&(w.data=n[3]),f&2&&(w.form=n[1]),o!==(o=n[0][1])){if(e){ie();const _=e;K(_.$$.fragment,1,0,()=>{X(_,1)}),le()}o?(e=new o(d(n)),H(e.$$.fragment),x(e.$$.fragment,1),M(e,t.parentNode,t)):e=null}else o&&e.$set(w)},i(n){c||(e&&x(e.$$.fragment,n),c=!0)},o(n){e&&K(e.$$.fragment,n),c=!1},d(n){n&&F(t),e&&X(e,n)}}}function Je(r){let e,t=r[5]&&ze(r);return{c(){e=Qe("div"),t&&t.c(),this.h()},l(c){e=Ze(c,"DIV",{id:!0,"aria-live":!0,"aria-atomic":!0,style:!0});var o=et(e);t&&t.l(o),o.forEach(F),this.h()},h(){ge(e,"id","svelte-announcer"),ge(e,"aria-live","assertive"),ge(e,"aria-atomic","true"),C(e,"position","absolute"),C(e,"left","0"),C(e,"top","0"),C(e,"clip","rect(0 0 0 0)"),C(e,"clip-path","inset(50%)"),C(e,"overflow","hidden"),C(e,"white-space","nowrap"),C(e,"width","1px"),C(e,"height","1px")},m(c,o){W(c,e,o),t&&t.m(e,null)},p(c,o){c[5]?t?t.p(c,o):(t=ze(c),t.c(),t.m(e,null)):t&&(t.d(1),t=null)},d(c){c&&F(e),t&&t.d()}}}function ze(r){let e;return{c(){e=tt(r[6])},l(t){e=nt(t,r[6])},m(t,c){W(t,e,c)},p(t,c){c&64&&rt(e,t[6])},d(t){t&&F(e)}}}function St(r){let e,t,c,o,d;const n=[kt,vt],f=[];function w(b,$){return b[0][1]?0:1}e=w(r),t=f[e]=n[e](r);let _=r[4]&&Je(r);return{c(){t.c(),c=Me(),_&&_.c(),o=z()},l(b){t.l(b),c=Xe(b),_&&_.l(b),o=z()},m(b,$){f[e].m(b,$),W(b,c,$),_&&_.m(b,$),W(b,o,$),d=!0},p(b,[$]){let S=e;e=w(b),e===S?f[e].p(b,$):(ie(),K(f[S],1,1,()=>{f[S]=null}),le(),t=f[e],t?t.p(b,$):(t=f[e]=n[e](b),t.c()),x(t,1),t.m(c.parentNode,c)),b[4]?_?_.p(b,$):(_=Je(b),_.c(),_.m(o.parentNode,o)):_&&(_.d(1),_=null)},i(b){d||(x(t),d=!0)},o(b){K(t),d=!1},d(b){f[e].d(b),b&&F(c),_&&_.d(b),b&&F(o)}}}function Rt(r,e,t){let{stores:c}=e,{page:o}=e,{components:d}=e,{form:n}=e,{data_0:f=null}=e,{data_1:w=null}=e;Ye(c.page.notify);let _=!1,b=!1,$=null;return be(()=>{const S=c.page.subscribe(()=>{_&&(t(5,b=!0),t(6,$=document.title||"untitled page"))});return t(4,_=!0),S}),r.$$set=S=>{"stores"in S&&t(7,c=S.stores),"page"in S&&t(8,o=S.page),"components"in S&&t(0,d=S.components),"form"in S&&t(1,n=S.form),"data_0"in S&&t(2,f=S.data_0),"data_1"in S&&t(3,w=S.data_1)},r.$$.update=()=>{r.$$.dirty&384&&c.page.set(o)},[d,n,f,w,_,b,$,c,o]}class $t extends Ge{constructor(e){super(),We(this,e,Rt,St,He,{stores:7,page:8,components:0,form:1,data_0:2,data_1:3})}}const Lt={},ce=[()=>se(()=>import("./chunks/0-38e843b4.js"),["chunks/0-38e843b4.js","chunks/_layout-1daba58d.js","components/pages/_layout.svelte-34307958.js","assets/_layout-09765a90.css","chunks/index-cab3212e.js"],import.meta.url),()=>se(()=>import("./chunks/1-5c5789ac.js"),["chunks/1-5c5789ac.js","components/error.svelte-f461b98d.js","chunks/index-cab3212e.js","chunks/singletons-1775ce27.js","chunks/index-f686559f.js"],import.meta.url),()=>se(()=>import("./chunks/2-8bb6b623.js"),["chunks/2-8bb6b623.js","components/pages/_page.svelte-a320df3b.js","assets/_page-a6345eca.css","chunks/index-cab3212e.js","chunks/index-f686559f.js"],import.meta.url)],Pt=[],Ot={"":[2]},jt={handleError:({error:r})=>(console.error(r),{message:"Internal Error"})},Ut="/__data.js",Fe="sveltekit:scroll",J="sveltekit:index",ne=bt(ce,Pt,Ot,Lt),ke=ce[0],Ee=ce[1];ke();Ee();let ee={};try{ee=JSON.parse(sessionStorage[Fe])}catch{}function ye(r){ee[r]=ve()}function It({target:r,base:e,trailing_slash:t}){var Ne;const c=[],o={id:null,promise:null},d={before_navigate:[],after_navigate:[]};let n={branch:[],error:null,session_id:0,url:null},f=!1,w=!0,_=!1,b=1,$=null,S=!1,N,j=(Ne=history.state)==null?void 0:Ne[J];j||(j=Date.now(),history.replaceState({...history.state,[J]:j},"",location.href));const T=ee[j];T&&(history.scrollRestoration="manual",scrollTo(T.x,T.y));let q=!1,V,$e;function Le(){if(!$){const a=new URL(location.href);$=Promise.resolve().then(async()=>{const i=pe(a,!0);await Oe(i,a,[]),$=null,S=!1})}return $}async function fe(a,{noscroll:i=!1,replaceState:p=!1,keepfocus:s=!1,state:l={}},h){return typeof a=="string"&&(a=new URL(a,Ce(document))),he({url:a,scroll:i?ve():null,keepfocus:s,redirect_chain:h,details:{state:l,replaceState:p},accepted:()=>{},blocked:()=>{},type:"goto"})}async function Pe(a){const i=pe(a,!1);if(!i)throw new Error("Attempted to prefetch a URL that does not belong to this app");return o.promise=Ie(i),o.id=i.id,o.promise}async function Oe(a,i,p,s,l){var v,k;const h=$e={};let m=a&&await Ie(a);if(!m&&i.origin===location.origin&&i.pathname===location.pathname&&(m=await te({status:404,error:new Error(`Not found: ${i.pathname}`),url:i,routeId:null})),!m)return await Q(i),!1;if(i=(a==null?void 0:a.url)||i,$e!==h)return!1;if(c.length=0,m.type==="redirect")if(p.length>10||p.includes(i.pathname))m=await te({status:500,error:new Error("Redirect loop"),url:i,routeId:null});else return fe(new URL(m.location,i).href,{},[...p,i.pathname]),!1;else((k=(v=m.props)==null?void 0:v.page)==null?void 0:k.status)>=400&&await G.updated.check()&&await Q(i);if(_=!0,s&&s.details){const{details:y}=s,g=y.replaceState?0:1;y.state[J]=j+=g,history[y.replaceState?"replaceState":"pushState"](y.state,"",i)}if(f){n=m.state,m.props.page&&(m.props.page.url=i);const y=ae();N.$set(m.props),y()}else je(m);if(s){const{scroll:y,keepfocus:g}=s;if(!g){const E=document.body,U=E.getAttribute("tabindex");E.tabIndex=-1,E.focus({preventScroll:!0}),setTimeout(()=>{var L;(L=getSelection())==null||L.removeAllRanges()}),U!==null?E.setAttribute("tabindex",U):E.removeAttribute("tabindex")}if(await De(),w){const E=i.hash&&document.getElementById(i.hash.slice(1));y?scrollTo(y.x,y.y):E?E.scrollIntoView():scrollTo(0,0)}}else await De();o.promise=null,o.id=null,w=!0,m.props.page&&(V=m.props.page),l&&l(),_=!1}function je(a){var l,h;n=a.state;const i=document.querySelector("style[data-sveltekit]");i&&i.remove(),V=a.props.page;const p=ae();N=new $t({target:r,props:{...a.props,stores:G},hydrate:!0}),p();const s={from:null,to:re("to",{params:n.params,routeId:(h=(l=n.route)==null?void 0:l.id)!=null?h:null,url:new URL(location.href)}),type:"load"};d.after_navigate.forEach(m=>m(s)),f=!0}async function Y({url:a,params:i,branch:p,status:s,error:l,route:h,form:m}){var U;const v=p.filter(Boolean),k={type:"loaded",state:{url:a,params:i,branch:p,error:l,route:h,session_id:b},props:{components:v.map(L=>L.node.component)}};m!==void 0&&(k.props.form=m);let y={},g=!V;for(let L=0;L<v.length;L+=1){const I=v[L];y={...y,...I.data},(g||!n.branch.some(A=>A===I))&&(k.props[`data_${L}`]=y,g=g||Object.keys((U=I.data)!=null?U:{}).length>0)}if(g||(g=Object.keys(V.data).length!==Object.keys(y).length),!n.url||a.href!==n.url.href||n.error!==l||g){k.props.page={error:l,params:i,routeId:h&&h.id,status:s,url:a,data:g?y:V.data};const L=(I,A)=>{Object.defineProperty(k.props.page,I,{get:()=>{throw new Error(`$page.${I} has been replaced by $page.url.${A}`)}})};L("origin","origin"),L("path","pathname"),L("query","searchParams")}return k}async function ue({loader:a,parent:i,url:p,params:s,routeId:l,server_data_node:h}){var y,g,E,U,L;let m=null;const v={dependencies:new Set,params:new Set,parent:!1,url:!1},k=await a();if((y=k.shared)!=null&&y.load){let I=function(...u){for(const R of u){const{href:O}=new URL(R,p);v.dependencies.add(O)}};const A={};for(const u in s)Object.defineProperty(A,u,{get(){return v.params.add(u),s[u]},enumerable:!0});const B={routeId:l,params:A,data:(g=h==null?void 0:h.data)!=null?g:null,url:ut(p,()=>{v.url=!0}),async fetch(u,R){let O;typeof u=="string"?O=u:(O=u.url,R={body:u.method==="GET"||u.method==="HEAD"?void 0:await u.blob(),cache:u.cache,credentials:u.credentials,headers:u.headers,integrity:u.integrity,keepalive:u.keepalive,method:u.method,mode:u.mode,redirect:u.redirect,referrer:u.referrer,referrerPolicy:u.referrerPolicy,signal:u.signal,...R});const P=new URL(O,p).href;return I(P),f?mt(P,R):ht(O,P,R)},setHeaders:()=>{},depends:I,parent(){return v.parent=!0,i()}};Object.defineProperties(B,{props:{get(){throw new Error("@migration task: Replace `props` with `data` stuff https://github.com/sveltejs/kit/discussions/5774#discussioncomment-3292693")},enumerable:!1},session:{get(){throw new Error("session is no longer available. See https://github.com/sveltejs/kit/discussions/5883")},enumerable:!1},stuff:{get(){throw new Error("@migration task: Remove stuff https://github.com/sveltejs/kit/discussions/5774#discussioncomment-3292693")},enumerable:!1}}),m=(E=await k.shared.load.call(null,B))!=null?E:null}return{node:k,loader:a,server:h,shared:(U=k.shared)!=null&&U.load?{type:"data",data:m,uses:v}:null,data:(L=m!=null?m:h==null?void 0:h.data)!=null?L:null}}function Ue(a,i,p){if(S)return!0;if(!p)return!1;if(p.parent&&i||a.url&&p.url)return!0;for(const s of a.params)if(p.params.has(s))return!0;for(const s of p.dependencies)if(c.some(l=>l(new URL(s))))return!0;return!1}function de(a,i){var p,s;return(a==null?void 0:a.type)==="data"?{type:"data",data:a.data,uses:{dependencies:new Set((p=a.uses.dependencies)!=null?p:[]),params:new Set((s=a.uses.params)!=null?s:[]),parent:!!a.uses.parent,url:!!a.uses.url}}:(a==null?void 0:a.type)==="skip"&&i!=null?i:null}async function Ie({id:a,invalidating:i,url:p,params:s,route:l}){var B;if(o.id===a&&o.promise)return o.promise;const{errors:h,layouts:m,leaf:v}=l,k=n.url&&{url:a!==n.url.pathname+n.url.search,params:Object.keys(s).filter(u=>n.params[u]!==s[u])},y=[...m,v];h.forEach(u=>u==null?void 0:u().catch(()=>{})),y.forEach(u=>u==null?void 0:u[1]().catch(()=>{}));let g=null;const E=y.reduce((u,R,O)=>{var D;const P=n.branch[O],Z=!!(R!=null&&R[0])&&((P==null?void 0:P.loader)!==R[1]||Ue(k,u.some(Boolean),(D=P.server)==null?void 0:D.uses));return u.push(Z),u},[]);if(E.some(Boolean)){try{g=await Ke(p,E)}catch(u){return te({status:500,error:u,url:p,routeId:l.id})}if(g.type==="redirect")return g}const U=g==null?void 0:g.nodes;let L=!1;const I=y.map(async(u,R)=>{var D;if(!u)return;const O=n.branch[R],P=U==null?void 0:U[R];if((!P||P.type==="skip")&&u[1]===(O==null?void 0:O.loader)&&!Ue(k,L,(D=O.shared)==null?void 0:D.uses))return O;if(L=!0,(P==null?void 0:P.type)==="error")throw P;return ue({loader:u[1],url:p,params:s,routeId:l.id,parent:async()=>{var Te;const me={};for(let _e=0;_e<R;_e+=1)Object.assign(me,(Te=await I[_e])==null?void 0:Te.data);return me},server_data_node:de(P===void 0&&u[0]?{type:"skip"}:P!=null?P:null,O==null?void 0:O.server)})});for(const u of I)u.catch(()=>{});const A=[];for(let u=0;u<y.length;u+=1)if(y[u])try{A.push(await I[u])}catch(R){if(R instanceof Be)return{type:"redirect",location:R.location};let O=500,P;for(U!=null&&U.includes(R)?(O=(B=R.status)!=null?B:O,P=R.error):R instanceof we?(O=R.status,P=R.body):P=xe(R,{params:s,url:p,routeId:l.id});u--;)if(h[u]){let Z,D=u;for(;!A[D];)D-=1;try{return Z={node:await h[u](),loader:h[u],data:{},server:null,shared:null},await Y({url:p,params:s,branch:A.slice(0,D+1).concat(Z),status:O,error:P,route:l})}catch{continue}}await Q(p);return}else A.push(void 0);return await Y({url:p,params:s,branch:A,status:200,error:null,route:l,form:i?void 0:null})}async function te({status:a,error:i,url:p,routeId:s}){var y;const l={},h=await ke();let m=null;if(h.server)try{const g=await Ke(p,[!0]);if(g.type!=="data"||g.nodes[0]&&g.nodes[0].type!=="data")throw 0;m=(y=g.nodes[0])!=null?y:null}catch{await Q(p);return}const v=await ue({loader:ke,url:p,params:l,routeId:s,parent:()=>Promise.resolve({}),server_data_node:de(m)}),k={node:await Ee(),loader:Ee,shared:null,server:null,data:null};return await Y({url:p,params:l,branch:[v,k],status:a,error:i instanceof we?i.body:xe(i,{url:p,params:l,routeId:null}),route:null})}function pe(a,i){if(Ae(a))return;const p=decodeURI(a.pathname.slice(e.length)||"/");for(const s of ne){const l=s.exec(p);if(l){const h=new URL(a.origin+lt(a.pathname,t)+a.search+a.hash);return{id:h.pathname+h.search,invalidating:i,route:s,params:ct(l),url:h}}}}function Ae(a){return a.origin!==location.origin||!a.pathname.startsWith(e)}async function he({url:a,scroll:i,keepfocus:p,redirect_chain:s,details:l,type:h,delta:m,accepted:v,blocked:k}){var L,I,A,B;let y=!1;const g=pe(a,!1),E={from:re("from",{params:n.params,routeId:(I=(L=n.route)==null?void 0:L.id)!=null?I:null,url:n.url}),to:re("to",{params:(A=g==null?void 0:g.params)!=null?A:null,routeId:(B=g==null?void 0:g.route.id)!=null?B:null,url:a}),type:h};m!==void 0&&(E.delta=m);const U={...E,cancel:()=>{y=!0}};if(d.before_navigate.forEach(u=>u(U)),y){k();return}ye(j),v(),f&&G.navigating.set(E),await Oe(g,a,s,{scroll:i,keepfocus:p,details:l},()=>{d.after_navigate.forEach(u=>u(E)),G.navigating.set(null)})}function Q(a){return location.href=a.href,new Promise(()=>{})}return{after_navigate:a=>{be(()=>(d.after_navigate.push(a),()=>{const i=d.after_navigate.indexOf(a);d.after_navigate.splice(i,1)}))},before_navigate:a=>{be(()=>(d.before_navigate.push(a),()=>{const i=d.before_navigate.indexOf(a);d.before_navigate.splice(i,1)}))},disable_scroll_handling:()=>{(_||!f)&&(w=!1)},goto:(a,i={})=>fe(a,i,[]),invalidate:a=>{if(a===void 0)throw new Error("`invalidate()` (with no arguments) has been replaced by `invalidateAll()`");if(typeof a=="function")c.push(a);else{const{href:i}=new URL(a,location.href);c.push(p=>p.href===i)}return Le()},invalidateAll:()=>(S=!0,Le()),prefetch:async a=>{const i=new URL(a,Ce(document));await Pe(i)},prefetch_routes:async a=>{const p=(a?ne.filter(s=>a.some(l=>s.exec(l))):ne).map(s=>Promise.all([...s.layouts,s.leaf].map(l=>l==null?void 0:l[1]())));await Promise.all(p)},apply_action:async a=>{if(a.type==="error"){const i=new URL(location.href),{branch:p,route:s}=n;if(!s)return;let l=n.branch.length;for(;l--;)if(s.errors[l]){let h,m=l;for(;!p[m];)m-=1;try{h={node:await s.errors[l](),loader:s.errors[l],data:{},server:null,shared:null};const v=await Y({url:i,params:n.params,branch:p.slice(0,m+1).concat(h),status:500,error:a.error,route:s});n=v.state;const k=ae();N.$set(v.props),k();return}catch{continue}}}else if(a.type==="redirect")fe(a.location,{},[]);else{const i={form:a.data};a.status!==V.status&&(i.page={...V,status:a.status});const p=ae();N.$set(i),p()}},_start_router:()=>{history.scrollRestoration="manual",addEventListener("beforeunload",s=>{var m,v;let l=!1;const h={from:re("from",{params:n.params,routeId:(v=(m=n.route)==null?void 0:m.id)!=null?v:null,url:n.url}),to:null,type:"unload",cancel:()=>l=!0};d.before_navigate.forEach(k=>k(h)),l?(s.preventDefault(),s.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{if(document.visibilityState==="hidden"){ye(j);try{sessionStorage[Fe]=JSON.stringify(ee)}catch{}}});const a=s=>{const{url:l,options:h}=qe(s);if(l&&h.prefetch){if(Ae(l))return;Pe(l)}};let i;const p=s=>{clearTimeout(i),i=setTimeout(()=>{var l;(l=s.target)==null||l.dispatchEvent(new CustomEvent("sveltekit:trigger_prefetch",{bubbles:!0}))},20)};addEventListener("touchstart",a),addEventListener("mousemove",p),addEventListener("sveltekit:trigger_prefetch",a),addEventListener("click",s=>{if(s.button||s.which!==1||s.metaKey||s.ctrlKey||s.shiftKey||s.altKey||s.defaultPrevented)return;const{a:l,url:h,options:m}=qe(s);if(!l||!h)return;const v=l instanceof SVGAElement;if(!v&&!(h.protocol==="https:"||h.protocol==="http:"))return;const k=(l.getAttribute("rel")||"").split(/\s+/);if(l.hasAttribute("download")||k.includes("external")||m.reload||(v?l.target.baseVal:l.target))return;const[y,g]=h.href.split("#");if(g!==void 0&&y===location.href.split("#")[0]){q=!0,ye(j),n.url=h,G.page.set({...V,url:h}),G.page.notify();return}he({url:h,scroll:m.noscroll?ve():null,keepfocus:!1,redirect_chain:[],details:{state:{},replaceState:h.href===location.href},accepted:()=>s.preventDefault(),blocked:()=>s.preventDefault(),type:"link"})}),addEventListener("popstate",s=>{if(s.state){if(s.state[J]===j)return;const l=s.state[J]-j;he({url:new URL(location.href),scroll:ee[s.state[J]],keepfocus:!1,redirect_chain:[],details:null,accepted:()=>{j=s.state[J]},blocked:()=>{history.go(-l)},type:"popstate",delta:l})}}),addEventListener("hashchange",()=>{q&&(q=!1,history.replaceState({...history.state,[J]:++j},"",location.href))});for(const s of document.querySelectorAll("link"))s.rel==="icon"&&(s.href=s.href);addEventListener("pageshow",s=>{s.persisted&&G.navigating.set(null)})},_hydrate:async({status:a,error:i,node_ids:p,params:s,routeId:l,data:h,form:m})=>{var y;const v=new URL(location.href);let k;try{const g=p.map(async(E,U)=>{const L=h[U];return ue({loader:ce[E],url:v,params:s,routeId:l,parent:async()=>{const I={};for(let A=0;A<U;A+=1)Object.assign(I,(await g[A]).data);return I},server_data_node:de(L)})});k=await Y({url:v,params:s,branch:await Promise.all(g),status:a,error:i,form:m,route:(y=ne.find(E=>E.id===l))!=null?y:null})}catch(g){const E=g;if(E instanceof Be){await Q(new URL(g.location,location.href));return}k=await te({status:E instanceof we?E.status:500,error:E,url:v,routeId:l})}je(k)}}}let At=1;async function Ke(r,e){const t=new URL(r);t.pathname=r.pathname.replace(/\/$/,"")+Ut,t.searchParams.set("__invalid",e.map(o=>o?"y":"n").join("")),t.searchParams.set("__id",String(At++)),await se(()=>import(t.href),[],import.meta.url);const c=window.__sveltekit_data;return delete window.__sveltekit_data,c}function xe(r,e){var t;return(t=jt.handleError({error:r,event:e}))!=null?t:{message:"Internal Error"}}const Nt=["hash","href","host","hostname","origin","pathname","port","protocol","search","searchParams","toString","toJSON"];function re(r,e){for(const t of Nt)Object.defineProperty(e,t,{get(){throw new Error(`The navigation shape changed - ${r}.${t} should now be ${r}.url.${t}`)}});return e}function ae(){return()=>{}}async function Ct({env:r,hydrate:e,paths:t,target:c,trailing_slash:o}){at(t);const d=It({target:c,base:t.base,trailing_slash:o});st({client:d}),e?await d._hydrate(e):d.goto(location.href,{replaceState:!0}),d._start_router()}export{Ct as start};
 
 
static/_app/version.json CHANGED
@@ -1 +1 @@
1
- {"version":"1663744576370"}
 
1
+ {"version":"1663744694252"}
static/index.html CHANGED
@@ -2,48 +2,48 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="utf-8" />
5
- <link rel="icon" href="/embed/huggingface-projects/color-palette-generator-sd/static/favicon.png" />
6
  <meta name="viewport" content="width=device-width" />
7
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
8
  <meta http-equiv="content-security-policy" content="">
9
- <link href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/assets/_layout-09765a90.css" rel="stylesheet">
10
- <link href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/assets/_page-a6345eca.css" rel="stylesheet">
11
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/start-8a8798d8.js">
12
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/chunks/index-cab3212e.js">
13
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/chunks/singletons-1775ce27.js">
14
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/chunks/index-f686559f.js">
15
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/components/pages/_layout.svelte-34307958.js">
16
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/modules/pages/_layout.ts-b8ee4d7c.js">
17
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/chunks/_layout-1daba58d.js">
18
- <link rel="modulepreload" href="/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/components/pages/_page.svelte-a320df3b.js">
19
  </head>
20
  <body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black">
21
  <div>
22
 
23
 
24
- <div class="max-w-screen-md mx-auto px-3 py-8 relative z-0"><h1 class="text-3xl font-bold leading-normal">Palette generation with Stable Diffussion</h1>
25
- <p class="text-sm">Original ideas:
26
 
27
- <a class="link svelte-17tudr1" target="_blank" rel="nofollow noopener" href="https://twitter.com/mattdesl/status/1569457653298139136">Matt DesLauriers
28
  </a>,
29
- <a class="link svelte-17tudr1" href="https://drib.net/homage">dribnet </a></p>
30
- <div class="relative sticky top-0 z-50 bg-white dark:bg-black py-3"><form class="grid grid-cols-6"><input class="input svelte-17tudr1" placeholder="A photo of a beautiful sunset in San Francisco" title="Input prompt to generate image and obtain palette" type="text" name="prompt" >
31
- <button class="button svelte-17tudr1" title="Generate Palette">Create Palette
32
  </button></form>
33
  </div>
34
 
35
- <div class="flex items-center gap-4 my-10"><div class="font-bold text-sm">0 submitted palettes</div>
36
- <div class="grow border-b border-gray-200"></div></div>
37
 
38
 
39
  </div>
40
 
41
 
42
- <script type="module" data-sveltekit-hydrate="18dxtrk">
43
- import { start } from "/embed/huggingface-projects/color-palette-generator-sd/static/_app/immutable/start-8a8798d8.js";
44
 
45
  start({
46
- env: {"PUBLIC_DEV_MODE":"PROD","PUBLIC_WS_ENDPOINT":"wss://spaces.huggingface.tech/stabilityai/stable-diffusion/queue/join"},
47
  hydrate: {
48
  status: 200,
49
  error: null,
@@ -53,8 +53,8 @@
53
  data: (function(a){return [a,a]}(null)),
54
  form: null
55
  },
56
- paths: {"base":"/embed/huggingface-projects/color-palette-generator-sd/static","assets":"/embed/huggingface-projects/color-palette-generator-sd/static"},
57
- target: document.querySelector('[data-sveltekit-hydrate="18dxtrk"]').parentNode,
58
  trailing_slash: "never"
59
  });
60
  </script>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="utf-8" />
5
+ <link rel="icon" href="/static/favicon.png" />
6
  <meta name="viewport" content="width=device-width" />
7
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
8
  <meta http-equiv="content-security-policy" content="">
9
+ <link href="/static/_app/immutable/assets/_layout-09765a90.css" rel="stylesheet">
10
+ <link href="/static/_app/immutable/assets/_page-72782cfa.css" rel="stylesheet">
11
+ <link rel="modulepreload" href="/static/_app/immutable/start-1a49dc0e.js">
12
+ <link rel="modulepreload" href="/static/_app/immutable/chunks/index-d6cdd52d.js">
13
+ <link rel="modulepreload" href="/static/_app/immutable/chunks/singletons-5bc2502b.js">
14
+ <link rel="modulepreload" href="/static/_app/immutable/chunks/index-4452be73.js">
15
+ <link rel="modulepreload" href="/static/_app/immutable/components/pages/_layout.svelte-89f750b4.js">
16
+ <link rel="modulepreload" href="/static/_app/immutable/modules/pages/_layout.ts-b8ee4d7c.js">
17
+ <link rel="modulepreload" href="/static/_app/immutable/chunks/_layout-1daba58d.js">
18
+ <link rel="modulepreload" href="/static/_app/immutable/components/pages/_page.svelte-71fb975b.js">
19
  </head>
20
  <body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black">
21
  <div>
22
 
23
 
24
+ <div class="max-w-screen-md mx-auto px-3 py-8 relative z-0 s-y_bCXRrkrYfP"><h1 class="text-3xl font-bold leading-normal s-y_bCXRrkrYfP">Palette generation with Stable Diffussion</h1>
25
+ <p class="text-sm s-y_bCXRrkrYfP">Original ideas:
26
 
27
+ <a class="link s-y_bCXRrkrYfP" target="_blank" rel="nofollow noopener" href="https://twitter.com/mattdesl/status/1569457653298139136">Matt DesLauriers
28
  </a>,
29
+ <a class="link s-y_bCXRrkrYfP" href="https://drib.net/homage">dribnet </a></p>
30
+ <div class="relative sticky top-0 z-50 bg-white dark:bg-black py-3 s-y_bCXRrkrYfP"><form class="grid grid-cols-6 s-y_bCXRrkrYfP"><input class="input s-y_bCXRrkrYfP" placeholder="A photo of a beautiful sunset in San Francisco" title="Input prompt to generate image and obtain palette" type="text" name="prompt" >
31
+ <button class="button s-y_bCXRrkrYfP" title="Generate Palette">Create Palette
32
  </button></form>
33
  </div>
34
 
35
+ <div class="flex items-center gap-4 my-10 s-y_bCXRrkrYfP"><div class="font-bold text-sm s-y_bCXRrkrYfP">0 submitted palettes</div>
36
+ <div class="grow border-b border-gray-200 s-y_bCXRrkrYfP"></div></div>
37
 
38
 
39
  </div>
40
 
41
 
42
+ <script type="module" data-sveltekit-hydrate="1f4hnsg">
43
+ import { start } from "/static/_app/immutable/start-1a49dc0e.js";
44
 
45
  start({
46
+ env: {"PUBLIC_DEV_MODE":"DEV","PUBLIC_WS_ENDPOINT":"wss://spaces.huggingface.tech/stabilityai/stable-diffusion/queue/join"},
47
  hydrate: {
48
  status: 200,
49
  error: null,
 
53
  data: (function(a){return [a,a]}(null)),
54
  form: null
55
  },
56
+ paths: {"base":"/static","assets":"/static"},
57
+ target: document.querySelector('[data-sveltekit-hydrate="1f4hnsg"]').parentNode,
58
  trailing_slash: "never"
59
  });
60
  </script>
static/vite-manifest.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "node_modules/@sveltejs/kit/src/runtime/client/start.js": {
3
- "file": "_app/immutable/start-8a8798d8.js",
4
  "src": "node_modules/@sveltejs/kit/src/runtime/client/start.js",
5
  "isEntry": true,
6
  "imports": [
7
- "_index-cab3212e.js",
8
- "_singletons-1775ce27.js"
9
  ],
10
  "dynamicImports": [
11
  ".svelte-kit/generated/nodes/0.js",
@@ -14,35 +14,35 @@
14
  ]
15
  },
16
  "src/routes/+layout.svelte": {
17
- "file": "_app/immutable/components/pages/_layout.svelte-34307958.js",
18
  "src": "src/routes/+layout.svelte",
19
  "isEntry": true,
20
  "imports": [
21
- "_index-cab3212e.js"
22
  ],
23
  "css": [
24
  "_app/immutable/assets/_layout-09765a90.css"
25
  ]
26
  },
27
  "node_modules/@sveltejs/kit/src/runtime/components/error.svelte": {
28
- "file": "_app/immutable/components/error.svelte-f461b98d.js",
29
  "src": "node_modules/@sveltejs/kit/src/runtime/components/error.svelte",
30
  "isEntry": true,
31
  "imports": [
32
- "_index-cab3212e.js",
33
- "_singletons-1775ce27.js"
34
  ]
35
  },
36
  "src/routes/+page.svelte": {
37
- "file": "_app/immutable/components/pages/_page.svelte-a320df3b.js",
38
  "src": "src/routes/+page.svelte",
39
  "isEntry": true,
40
  "imports": [
41
- "_index-cab3212e.js",
42
- "_index-f686559f.js"
43
  ],
44
  "css": [
45
- "_app/immutable/assets/_page-a6345eca.css"
46
  ]
47
  },
48
  "src/routes/+layout.ts": {
@@ -53,26 +53,26 @@
53
  "__layout-1daba58d.js"
54
  ]
55
  },
56
- "_singletons-1775ce27.js": {
57
- "file": "_app/immutable/chunks/singletons-1775ce27.js",
58
  "imports": [
59
- "_index-f686559f.js"
60
  ]
61
  },
62
- "_index-cab3212e.js": {
63
- "file": "_app/immutable/chunks/index-cab3212e.js"
64
  },
65
- "_index-f686559f.js": {
66
- "file": "_app/immutable/chunks/index-f686559f.js",
67
  "imports": [
68
- "_index-cab3212e.js"
69
  ]
70
  },
71
  "__layout-1daba58d.js": {
72
  "file": "_app/immutable/chunks/_layout-1daba58d.js"
73
  },
74
  ".svelte-kit/generated/nodes/0.js": {
75
- "file": "_app/immutable/chunks/0-38e843b4.js",
76
  "src": ".svelte-kit/generated/nodes/0.js",
77
  "isDynamicEntry": true,
78
  "imports": [
@@ -81,7 +81,7 @@
81
  ]
82
  },
83
  ".svelte-kit/generated/nodes/1.js": {
84
- "file": "_app/immutable/chunks/1-5c5789ac.js",
85
  "src": ".svelte-kit/generated/nodes/1.js",
86
  "isDynamicEntry": true,
87
  "imports": [
@@ -89,19 +89,19 @@
89
  ]
90
  },
91
  ".svelte-kit/generated/nodes/2.js": {
92
- "file": "_app/immutable/chunks/2-8bb6b623.js",
93
  "src": ".svelte-kit/generated/nodes/2.js",
94
  "isDynamicEntry": true,
95
  "imports": [
96
  "src/routes/+page.svelte"
97
  ]
98
  },
99
- "src/routes/+page.css": {
100
- "file": "_app/immutable/assets/_page-a6345eca.css",
101
- "src": "src/routes/+page.css"
102
- },
103
  "src/routes/+layout.css": {
104
  "file": "_app/immutable/assets/_layout-09765a90.css",
105
  "src": "src/routes/+layout.css"
 
 
 
 
106
  }
107
  }
 
1
  {
2
  "node_modules/@sveltejs/kit/src/runtime/client/start.js": {
3
+ "file": "_app/immutable/start-1a49dc0e.js",
4
  "src": "node_modules/@sveltejs/kit/src/runtime/client/start.js",
5
  "isEntry": true,
6
  "imports": [
7
+ "_index-d6cdd52d.js",
8
+ "_singletons-5bc2502b.js"
9
  ],
10
  "dynamicImports": [
11
  ".svelte-kit/generated/nodes/0.js",
 
14
  ]
15
  },
16
  "src/routes/+layout.svelte": {
17
+ "file": "_app/immutable/components/pages/_layout.svelte-89f750b4.js",
18
  "src": "src/routes/+layout.svelte",
19
  "isEntry": true,
20
  "imports": [
21
+ "_index-d6cdd52d.js"
22
  ],
23
  "css": [
24
  "_app/immutable/assets/_layout-09765a90.css"
25
  ]
26
  },
27
  "node_modules/@sveltejs/kit/src/runtime/components/error.svelte": {
28
+ "file": "_app/immutable/components/error.svelte-e5ebc72b.js",
29
  "src": "node_modules/@sveltejs/kit/src/runtime/components/error.svelte",
30
  "isEntry": true,
31
  "imports": [
32
+ "_index-d6cdd52d.js",
33
+ "_singletons-5bc2502b.js"
34
  ]
35
  },
36
  "src/routes/+page.svelte": {
37
+ "file": "_app/immutable/components/pages/_page.svelte-71fb975b.js",
38
  "src": "src/routes/+page.svelte",
39
  "isEntry": true,
40
  "imports": [
41
+ "_index-d6cdd52d.js",
42
+ "_index-4452be73.js"
43
  ],
44
  "css": [
45
+ "_app/immutable/assets/_page-72782cfa.css"
46
  ]
47
  },
48
  "src/routes/+layout.ts": {
 
53
  "__layout-1daba58d.js"
54
  ]
55
  },
56
+ "_singletons-5bc2502b.js": {
57
+ "file": "_app/immutable/chunks/singletons-5bc2502b.js",
58
  "imports": [
59
+ "_index-4452be73.js"
60
  ]
61
  },
62
+ "_index-d6cdd52d.js": {
63
+ "file": "_app/immutable/chunks/index-d6cdd52d.js"
64
  },
65
+ "_index-4452be73.js": {
66
+ "file": "_app/immutable/chunks/index-4452be73.js",
67
  "imports": [
68
+ "_index-d6cdd52d.js"
69
  ]
70
  },
71
  "__layout-1daba58d.js": {
72
  "file": "_app/immutable/chunks/_layout-1daba58d.js"
73
  },
74
  ".svelte-kit/generated/nodes/0.js": {
75
+ "file": "_app/immutable/chunks/0-3bf29655.js",
76
  "src": ".svelte-kit/generated/nodes/0.js",
77
  "isDynamicEntry": true,
78
  "imports": [
 
81
  ]
82
  },
83
  ".svelte-kit/generated/nodes/1.js": {
84
+ "file": "_app/immutable/chunks/1-9f5012ee.js",
85
  "src": ".svelte-kit/generated/nodes/1.js",
86
  "isDynamicEntry": true,
87
  "imports": [
 
89
  ]
90
  },
91
  ".svelte-kit/generated/nodes/2.js": {
92
+ "file": "_app/immutable/chunks/2-8c1cfa4b.js",
93
  "src": ".svelte-kit/generated/nodes/2.js",
94
  "isDynamicEntry": true,
95
  "imports": [
96
  "src/routes/+page.svelte"
97
  ]
98
  },
 
 
 
 
99
  "src/routes/+layout.css": {
100
  "file": "_app/immutable/assets/_layout-09765a90.css",
101
  "src": "src/routes/+layout.css"
102
+ },
103
+ "src/routes/+page.css": {
104
+ "file": "_app/immutable/assets/_page-72782cfa.css",
105
+ "src": "src/routes/+page.css"
106
  }
107
  }