@ -107,6 +107,37 @@ var app = (function () {
e . initCustomEvent ( type , false , false , detail ) ;
e . initCustomEvent ( type , false , false , detail ) ;
return e ;
return e ;
}
}
class HtmlTag {
constructor ( anchor = null ) {
this . a = anchor ;
this . e = this . n = null ;
}
m ( html , target , anchor = null ) {
if ( ! this . e ) {
this . e = element ( target . nodeName ) ;
this . t = target ;
this . h ( html ) ;
}
this . i ( anchor ) ;
}
h ( html ) {
this . e . innerHTML = html ;
this . n = Array . from ( this . e . childNodes ) ;
}
i ( anchor ) {
for ( let i = 0 ; i < this . n . length ; i += 1 ) {
insert ( this . t , this . n [ i ] , anchor ) ;
}
}
p ( html ) {
this . d ( ) ;
this . h ( html ) ;
this . i ( this . a ) ;
}
d ( ) {
this . n . forEach ( detach ) ;
}
}
let current _component ;
let current _component ;
function set _current _component ( component ) {
function set _current _component ( component ) {
@ -6338,6 +6369,59 @@ var app = (function () {
/* src/components/CodeView.svelte generated by Svelte v3.30.0 */
/* src/components/CodeView.svelte generated by Svelte v3.30.0 */
const file$9 = "src/components/CodeView.svelte" ;
const file$9 = "src/components/CodeView.svelte" ;
// (68:0) {#if notes}
function create _if _block$1 ( ctx ) {
let hr ;
let t0 ;
let h2 ;
let t2 ;
let html _tag ;
let html _anchor ;
const block = {
c : function create ( ) {
hr = element ( "hr" ) ;
t0 = space ( ) ;
h2 = element ( "h2" ) ;
h2 . textContent = "Notes" ;
t2 = space ( ) ;
html _anchor = empty ( ) ;
add _location ( hr , file$9 , 68 , 0 , 1221 ) ;
add _location ( h2 , file$9 , 69 , 0 , 1226 ) ;
html _tag = new HtmlTag ( html _anchor ) ;
} ,
m : function mount ( target , anchor ) {
insert _dev ( target , hr , anchor ) ;
insert _dev ( target , t0 , anchor ) ;
insert _dev ( target , h2 , anchor ) ;
insert _dev ( target , t2 , anchor ) ;
html _tag . m ( /*notes_html*/ ctx [ 3 ] , target , anchor ) ;
insert _dev ( target , html _anchor , anchor ) ;
} ,
p : function update ( ctx , dirty ) {
if ( dirty & /*notes_html*/ 8 ) html _tag . p ( /*notes_html*/ ctx [ 3 ] ) ;
} ,
d : function destroy ( detaching ) {
if ( detaching ) detach _dev ( hr ) ;
if ( detaching ) detach _dev ( t0 ) ;
if ( detaching ) detach _dev ( h2 ) ;
if ( detaching ) detach _dev ( t2 ) ;
if ( detaching ) detach _dev ( html _anchor ) ;
if ( detaching ) html _tag . d ( ) ;
}
} ;
dispatch _dev ( "SvelteRegisterBlock" , {
block ,
id : create _if _block$1 . name ,
type : "if" ,
source : "(68:0) {#if notes}" ,
ctx
} ) ;
return block ;
}
function create _fragment$a ( ctx ) {
function create _fragment$a ( ctx ) {
let code _view ;
let code _view ;
let css _view ;
let css _view ;
@ -6353,6 +6437,9 @@ var app = (function () {
let pre1 ;
let pre1 ;
let code1 ;
let code1 ;
let t6 ;
let t6 ;
let t7 ;
let if _block _anchor ;
let if _block = /*notes*/ ctx [ 0 ] && create _if _block$1 ( ctx ) ;
const block = {
const block = {
c : function create ( ) {
c : function create ( ) {
@ -6363,7 +6450,7 @@ var app = (function () {
t1 = space ( ) ;
t1 = space ( ) ;
pre0 = element ( "pre" ) ;
pre0 = element ( "pre" ) ;
code0 = element ( "code" ) ;
code0 = element ( "code" ) ;
t2 = text ( /*css_code*/ ctx [ 0 ] ) ;
t2 = text ( /*css_code*/ ctx [ 1 ] ) ;
t3 = space ( ) ;
t3 = space ( ) ;
html _view = element ( "html-view" ) ;
html _view = element ( "html-view" ) ;
h11 = element ( "h1" ) ;
h11 = element ( "h1" ) ;
@ -6371,21 +6458,24 @@ var app = (function () {
t5 = space ( ) ;
t5 = space ( ) ;
pre1 = element ( "pre" ) ;
pre1 = element ( "pre" ) ;
code1 = element ( "code" ) ;
code1 = element ( "code" ) ;
t6 = text ( /*html_code*/ ctx [ 1 ] ) ;
t6 = text ( /*html_code*/ ctx [ 2 ] ) ;
add _location ( h10 , file$9 , 39 , 4 , 709 ) ;
t7 = space ( ) ;
if ( if _block ) if _block . c ( ) ;
if _block _anchor = empty ( ) ;
add _location ( h10 , file$9 , 49 , 4 , 945 ) ;
attr _dev ( code0 , "class" , "language-svelte" ) ;
attr _dev ( code0 , "class" , "language-svelte" ) ;
add _location ( code0 , file$9 , 41 , 6 , 738 ) ;
add _location ( code0 , file$9 , 5 1, 6 , 974 ) ;
add _location ( pre0 , file$9 , 40 , 4 , 726 ) ;
add _location ( pre0 , file$9 , 5 0, 4 , 962 ) ;
set _custom _element _data ( css _view , "class" , "svelte-1qac1jo" ) ;
set _custom _element _data ( css _view , "class" , "svelte-1qac1jo" ) ;
add _location ( css _view , file$9 , 3 8, 2 , 694 ) ;
add _location ( css _view , file$9 , 4 8, 2 , 930 ) ;
add _location ( h11 , file$9 , 4 8, 4 , 842 ) ;
add _location ( h11 , file$9 , 5 8, 4 , 107 8) ;
attr _dev ( code1 , "class" , "language-svelte" ) ;
attr _dev ( code1 , "class" , "language-svelte" ) ;
add _location ( code1 , file$9 , 5 0, 6 , 872 ) ;
add _location ( code1 , file$9 , 6 0, 6 , 110 8) ;
add _location ( pre1 , file$9 , 4 9, 4 , 860 ) ;
add _location ( pre1 , file$9 , 5 9, 4 , 1096 ) ;
set _custom _element _data ( html _view , "class" , "svelte-1qac1jo" ) ;
set _custom _element _data ( html _view , "class" , "svelte-1qac1jo" ) ;
add _location ( html _view , file$9 , 4 7, 2 , 826 ) ;
add _location ( html _view , file$9 , 5 7, 2 , 1062 ) ;
set _custom _element _data ( code _view , "class" , "svelte-1qac1jo" ) ;
set _custom _element _data ( code _view , "class" , "svelte-1qac1jo" ) ;
add _location ( code _view , file$9 , 3 7, 0 , 680 ) ;
add _location ( code _view , file$9 , 4 7, 0 , 91 6) ;
} ,
} ,
l : function claim ( nodes ) {
l : function claim ( nodes ) {
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
@ -6405,15 +6495,34 @@ var app = (function () {
append _dev ( html _view , pre1 ) ;
append _dev ( html _view , pre1 ) ;
append _dev ( pre1 , code1 ) ;
append _dev ( pre1 , code1 ) ;
append _dev ( code1 , t6 ) ;
append _dev ( code1 , t6 ) ;
insert _dev ( target , t7 , anchor ) ;
if ( if _block ) if _block . m ( target , anchor ) ;
insert _dev ( target , if _block _anchor , anchor ) ;
} ,
} ,
p : function update ( ctx , [ dirty ] ) {
p : function update ( ctx , [ dirty ] ) {
if ( dirty & /*css_code*/ 1 ) set _data _dev ( t2 , /*css_code*/ ctx [ 0 ] ) ;
if ( dirty & /*css_code*/ 2 ) set _data _dev ( t2 , /*css_code*/ ctx [ 1 ] ) ;
if ( dirty & /*html_code*/ 2 ) set _data _dev ( t6 , /*html_code*/ ctx [ 1 ] ) ;
if ( dirty & /*html_code*/ 4 ) set _data _dev ( t6 , /*html_code*/ ctx [ 2 ] ) ;
if ( /*notes*/ ctx [ 0 ] ) {
if ( if _block ) {
if _block . p ( ctx , dirty ) ;
} else {
if _block = create _if _block$1 ( ctx ) ;
if _block . c ( ) ;
if _block . m ( if _block _anchor . parentNode , if _block _anchor ) ;
}
} else if ( if _block ) {
if _block . d ( 1 ) ;
if _block = null ;
}
} ,
} ,
i : noop ,
i : noop ,
o : noop ,
o : noop ,
d : function destroy ( detaching ) {
d : function destroy ( detaching ) {
if ( detaching ) detach _dev ( code _view ) ;
if ( detaching ) detach _dev ( code _view ) ;
if ( detaching ) detach _dev ( t7 ) ;
if ( if _block ) if _block . d ( detaching ) ;
if ( detaching ) detach _dev ( if _block _anchor ) ;
}
}
} ;
} ;
@ -6434,20 +6543,27 @@ var app = (function () {
let { source = "" } = $$props ;
let { source = "" } = $$props ;
let css _code = "" ;
let css _code = "" ;
let html _code = "" ;
let html _code = "" ;
let notes _html = "" ;
let { notes = "" } = $$props ;
onMount ( ( ) => {
onMount ( ( ) => {
fetch ( ` ${ source } .css ` ) . then ( resource => resource . text ( ) ) . then ( data => $$invalidate ( 0 , css _code = data ) ) ;
fetch ( ` ${ source } .css ` ) . then ( resource => resource . text ( ) ) . then ( data => $$invalidate ( 1 , css _code = data ) ) ;
fetch ( ` ${ source } .html ` ) . then ( resource => resource . text ( ) ) . then ( data => $$invalidate ( 1 , html _code = data ) ) . then ( ( ) => prism . highlightAll ( ) ) ;
fetch ( ` ${ source } .html ` ) . then ( resource => resource . text ( ) ) . then ( data => $$invalidate ( 2 , html _code = data ) ) . then ( ( ) => prism . highlightAll ( ) ) ;
if ( notes ) {
fetch ( ` ${ source } .notes.html ` ) . then ( resource => resource . text ( ) ) . then ( data => $$invalidate ( 3 , notes _html = data ) ) . then ( ( ) => prism . highlightAll ( ) ) ;
}
} ) ;
} ) ;
const writable _props = [ "source" ] ;
const writable _props = [ "source" , "notes" ] ;
Object . keys ( $$props ) . forEach ( key => {
Object . keys ( $$props ) . forEach ( key => {
if ( ! ~ writable _props . indexOf ( key ) && key . slice ( 0 , 2 ) !== "$$" ) console . warn ( ` <CodeView> was created with unknown prop ' ${ key } ' ` ) ;
if ( ! ~ writable _props . indexOf ( key ) && key . slice ( 0 , 2 ) !== "$$" ) console . warn ( ` <CodeView> was created with unknown prop ' ${ key } ' ` ) ;
} ) ;
} ) ;
$$self . $$set = $$props => {
$$self . $$set = $$props => {
if ( "source" in $$props ) $$invalidate ( 2 , source = $$props . source ) ;
if ( "source" in $$props ) $$invalidate ( 4 , source = $$props . source ) ;
if ( "notes" in $$props ) $$invalidate ( 0 , notes = $$props . notes ) ;
} ;
} ;
$$self . $capture _state = ( ) => ( {
$$self . $capture _state = ( ) => ( {
@ -6455,26 +6571,30 @@ var app = (function () {
Prism : prism ,
Prism : prism ,
source ,
source ,
css _code ,
css _code ,
html _code
html _code ,
notes _html ,
notes
} ) ;
} ) ;
$$self . $inject _state = $$props => {
$$self . $inject _state = $$props => {
if ( "source" in $$props ) $$invalidate ( 2 , source = $$props . source ) ;
if ( "source" in $$props ) $$invalidate ( 4 , source = $$props . source ) ;
if ( "css_code" in $$props ) $$invalidate ( 0 , css _code = $$props . css _code ) ;
if ( "css_code" in $$props ) $$invalidate ( 1 , css _code = $$props . css _code ) ;
if ( "html_code" in $$props ) $$invalidate ( 1 , html _code = $$props . html _code ) ;
if ( "html_code" in $$props ) $$invalidate ( 2 , html _code = $$props . html _code ) ;
if ( "notes_html" in $$props ) $$invalidate ( 3 , notes _html = $$props . notes _html ) ;
if ( "notes" in $$props ) $$invalidate ( 0 , notes = $$props . notes ) ;
} ;
} ;
if ( $$props && "$$inject" in $$props ) {
if ( $$props && "$$inject" in $$props ) {
$$self . $inject _state ( $$props . $$inject ) ;
$$self . $inject _state ( $$props . $$inject ) ;
}
}
return [ css _code , html _code , source ] ;
return [ notes , css _code , html _code , notes _html , source ] ;
}
}
class CodeView extends SvelteComponentDev {
class CodeView extends SvelteComponentDev {
constructor ( options ) {
constructor ( options ) {
super ( options ) ;
super ( options ) ;
init ( this , options , instance$a , create _fragment$a , safe _not _equal , { source : 2 } ) ;
init ( this , options , instance$a , create _fragment$a , safe _not _equal , { source : 4 , notes : 0 } ) ;
dispatch _dev ( "SvelteRegisterComponent" , {
dispatch _dev ( "SvelteRegisterComponent" , {
component : this ,
component : this ,
@ -6491,6 +6611,14 @@ var app = (function () {
set source ( value ) {
set source ( value ) {
throw new Error ( "<CodeView>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'" ) ;
throw new Error ( "<CodeView>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'" ) ;
}
}
get notes ( ) {
throw new Error ( "<CodeView>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'" ) ;
}
set notes ( value ) {
throw new Error ( "<CodeView>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'" ) ;
}
}
}
/* src/thumbs/Cards.svelte generated by Svelte v3.30.0 */
/* src/thumbs/Cards.svelte generated by Svelte v3.30.0 */
@ -8377,7 +8505,10 @@ var app = (function () {
} ) ;
} ) ;
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Google" } ,
props : {
source : "/code/Google" ,
notes : "/code/Google.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -8422,42 +8553,39 @@ var app = (function () {
button2 . textContent = "I'm Feeling Lucky" ;
button2 . textContent = "I'm Feeling Lucky" ;
t16 = space ( ) ;
t16 = space ( ) ;
create _component ( codeview . $$ . fragment ) ;
create _component ( codeview . $$ . fragment ) ;
attr _dev ( a0 , "class" , "svelte-1xw0xeo" ) ;
add _location ( a0 , file$j , 64 , 8 , 988 ) ;
add _location ( a0 , file$j , 77 , 8 , 1172 ) ;
add _location ( a1 , file$j , 65 , 8 , 1009 ) ;
attr _dev ( a1 , "class" , "svelte-1xw0xeo" ) ;
add _location ( nav _left , file$j , 63 , 6 , 969 ) ;
add _location ( a1 , file$j , 78 , 8 , 1193 ) ;
add _location ( li0 , file$j , 68 , 6 , 1057 ) ;
add _location ( nav _left , file$j , 76 , 6 , 1153 ) ;
add _location ( li1 , file$j , 69 , 6 , 1078 ) ;
add _location ( li0 , file$j , 81 , 6 , 1241 ) ;
add _location ( li2 , file$j , 70 , 6 , 1099 ) ;
add _location ( li1 , file$j , 82 , 6 , 1262 ) ;
attr _dev ( button0 , "class" , "svelte-yyzz8b" ) ;
add _location ( li2 , file$j , 83 , 6 , 1283 ) ;
add _location ( button0 , file$j , 71 , 10 , 1152 ) ;
attr _dev ( button0 , "class" , "svelte-1xw0xeo" ) ;
add _location ( li3 , file$j , 71 , 6 , 1148 ) ;
add _location ( button0 , file$j , 84 , 10 , 1336 ) ;
add _location ( ul , file$j , 67 , 6 , 1046 ) ;
add _location ( li3 , file$j , 84 , 6 , 1332 ) ;
attr _dev ( nav , "class" , "svelte-yyzz8b" ) ;
add _location ( ul , file$j , 80 , 6 , 1230 ) ;
add _location ( nav , file$j , 62 , 4 , 957 ) ;
attr _dev ( nav , "class" , "svelte-1xw0xeo" ) ;
attr _dev ( header , "class" , "svelte-yyzz8b" ) ;
add _location ( nav , file$j , 75 , 4 , 1141 ) ;
add _location ( header , file$j , 61 , 2 , 944 ) ;
attr _dev ( header , "class" , "svelte-1xw0xeo" ) ;
add _location ( header , file$j , 74 , 2 , 1128 ) ;
if ( img . src !== ( img _src _value = holder ( 500 , 200 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 500 , 200 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
add _location ( img , file$j , 91 , 6 , 1457 ) ;
add _location ( img , file$j , 78 , 6 , 1273 ) ;
attr _dev ( a2 , "href" , "/demos/google" ) ;
attr _dev ( a2 , "href" , "/demos/google" ) ;
attr _dev ( a2 , "class" , "svelte-1xw0xeo" ) ;
add _location ( a2 , file$j , 77 , 4 , 1233 ) ;
add _location ( a2 , file$j , 90 , 4 , 1417 ) ;
attr _dev ( figure , "class" , "svelte-yyzz8b" ) ;
attr _dev ( figure , "class" , "svelte-1xw0xeo" ) ;
add _location ( figure , file$j , 76 , 2 , 1220 ) ;
add _location ( figure , file$j , 89 , 2 , 1404 ) ;
attr _dev ( input , "type" , "text" ) ;
attr _dev ( input , "type" , "text" ) ;
attr _dev ( input , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( input , "class" , "svelte-yyzz8b " ) ;
add _location ( input , file$j , 96 , 2 , 1524 ) ;
add _location ( input , file$j , 83 , 2 , 1340 ) ;
attr _dev ( button1 , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( button1 , "class" , "svelte-yyzz8b " ) ;
add _location ( button1 , file$j , 9 8, 6 , 1564 ) ;
add _location ( button1 , file$j , 85 , 6 , 1380 ) ;
attr _dev ( button2 , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( button2 , "class" , "svelte-yyzz8b " ) ;
add _location ( button2 , file$j , 99 , 6 , 1601 ) ;
add _location ( button2 , file$j , 86 , 6 , 1417 ) ;
attr _dev ( buttons , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( buttons , "class" , "svelte-yyzz8b " ) ;
add _location ( buttons , file$j , 97 , 4 , 1548 ) ;
add _location ( buttons , file$j , 84 , 4 , 1364 ) ;
attr _dev ( search , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( search , "class" , "svelte-yyzz8b " ) ;
add _location ( search , file$j , 95 , 2 , 151 3 ) ;
add _location ( search , file$j , 82 , 2 , 1329 ) ;
attr _dev ( content , "class" , "svelte-1xw0xeo " ) ;
attr _dev ( content , "class" , "svelte-yyzz8b " ) ;
add _location ( content , file$j , 72 , 0 , 1115 ) ;
add _location ( content , file$j , 59 , 0 , 931 ) ;
} ,
} ,
l : function claim ( nodes ) {
l : function claim ( nodes ) {
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
@ -8938,7 +9066,10 @@ var app = (function () {
}
}
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Twitter" } ,
props : {
source : "/code/Twitter" ,
notes : "/code/Twitter.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -9934,7 +10065,10 @@ var app = (function () {
}
}
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Youtube" } ,
props : {
source : "/code/Youtube" ,
notes : "/code/Youtube.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -10485,7 +10619,7 @@ var app = (function () {
return child _ctx ;
return child _ctx ;
}
}
// (120 :2) {#each pins as pin}
// (116 :2) {#each pins as pin}
function create _each _block _1$2 ( ctx ) {
function create _each _block _1$2 ( ctx ) {
let figure ;
let figure ;
let img ;
let img ;
@ -10499,8 +10633,8 @@ var app = (function () {
t = space ( ) ;
t = space ( ) ;
attr _dev ( img , "alt" , "Stock photo" ) ;
attr _dev ( img , "alt" , "Stock photo" ) ;
if ( img . src !== ( img _src _value = holder ( 82 , 82 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 82 , 82 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
add _location ( img , file$m , 12 1 , 6 , 2099 ) ;
add _location ( img , file$m , 117 , 6 , 2055 ) ;
add _location ( figure , file$m , 120 , 4 , 208 4 ) ;
add _location ( figure , file$m , 116 , 4 , 2040 ) ;
} ,
} ,
m : function mount ( target , anchor ) {
m : function mount ( target , anchor ) {
insert _dev ( target , figure , anchor ) ;
insert _dev ( target , figure , anchor ) ;
@ -10517,14 +10651,14 @@ var app = (function () {
block ,
block ,
id : create _each _block _1$2 . name ,
id : create _each _block _1$2 . name ,
type : "each" ,
type : "each" ,
source : "(120 :2) {#each pins as pin}" ,
source : "(116 :2) {#each pins as pin}" ,
ctx
ctx
} ) ;
} ) ;
return block ;
return block ;
}
}
// (139 :2) {#each posts as post}
// (135 :2) {#each posts as post}
function create _each _block$5 ( ctx ) {
function create _each _block$5 ( ctx ) {
let figure ;
let figure ;
let img ;
let img ;
@ -10538,9 +10672,8 @@ var app = (function () {
t = space ( ) ;
t = space ( ) ;
attr _dev ( img , "alt" , "Stock photo" ) ;
attr _dev ( img , "alt" , "Stock photo" ) ;
if ( img . src !== ( img _src _value = holder ( 300 , 300 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 300 , 300 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
add _location ( img , file$m , 140 , 6 , 2577 ) ;
add _location ( img , file$m , 136 , 6 , 2533 ) ;
attr _dev ( figure , "class" , "svelte-1ri9kvn" ) ;
add _location ( figure , file$m , 135 , 4 , 2518 ) ;
add _location ( figure , file$m , 139 , 4 , 2562 ) ;
} ,
} ,
m : function mount ( target , anchor ) {
m : function mount ( target , anchor ) {
insert _dev ( target , figure , anchor ) ;
insert _dev ( target , figure , anchor ) ;
@ -10557,7 +10690,7 @@ var app = (function () {
block ,
block ,
id : create _each _block$5 . name ,
id : create _each _block$5 . name ,
type : "each" ,
type : "each" ,
source : "(139 :2) {#each posts as post}" ,
source : "(135 :2) {#each posts as post}" ,
ctx
ctx
} ) ;
} ) ;
@ -10682,7 +10815,10 @@ var app = (function () {
}
}
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Instagram" } ,
props : {
source : "/code/Instagram" ,
notes : "/code/Instagram.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -10773,63 +10909,63 @@ var app = (function () {
t33 = space ( ) ;
t33 = space ( ) ;
create _component ( codeview . $$ . fragment ) ;
create _component ( codeview . $$ . fragment ) ;
add _location ( b0 , file$m , 88 , 6 , 1313 ) ;
add _location ( b0 , file$m , 84 , 6 , 1269 ) ;
attr _dev ( input , "placeholder" , "Search" ) ;
attr _dev ( input , "placeholder" , "Search" ) ;
add _location ( input , file$m , 89 , 6 , 1388 ) ;
add _location ( input , file$m , 85 , 6 , 1344 ) ;
attr _dev ( button0 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( button0 , "class" , "svelte-cr3eg9 " ) ;
add _location ( button0 , file$m , 91 , 12 , 1440 ) ;
add _location ( button0 , file$m , 87 , 12 , 1396 ) ;
add _location ( li0 , file$m , 91 , 8 , 1436 ) ;
add _location ( li0 , file$m , 87 , 8 , 1392 ) ;
attr _dev ( a0 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( a0 , "class" , "svelte-cr3eg9 " ) ;
add _location ( a0 , file$m , 92 , 12 , 1481 ) ;
add _location ( a0 , file$m , 88 , 12 , 1437 ) ;
add _location ( li1 , file$m , 92 , 8 , 1477 ) ;
add _location ( li1 , file$m , 88 , 8 , 1433 ) ;
add _location ( ul0 , file$m , 90 , 6 , 142 3 ) ;
add _location ( ul0 , file$m , 86 , 6 , 1379 ) ;
attr _dev ( nav0 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( nav0 , "class" , "svelte-cr3eg9 " ) ;
add _location ( nav0 , file$m , 87 , 4 , 1301 ) ;
add _location ( nav0 , file$m , 83 , 4 , 1257 ) ;
attr _dev ( header , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( header , "class" , "svelte-cr3eg9 " ) ;
add _location ( header , file$m , 86 , 2 , 1288 ) ;
add _location ( header , file$m , 82 , 2 , 1244 ) ;
attr _dev ( img , "alt" , "Zed's Face" ) ;
attr _dev ( img , "alt" , "Zed's Face" ) ;
if ( img . src !== ( img _src _value = holder ( 256 , 256 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 256 , 256 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
add _location ( img , file$m , 99 , 6 , 1568 ) ;
add _location ( img , file$m , 95 , 6 , 1524 ) ;
attr _dev ( figure , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( figure , "class" , "svelte-cr3eg9 " ) ;
add _location ( figure , file$m , 98 , 4 , 1553 ) ;
add _location ( figure , file$m , 94 , 4 , 1509 ) ;
add _location ( b1 , file$m , 104 , 8 , 166 1 ) ;
add _location ( b1 , file$m , 100 , 8 , 1617 ) ;
attr _dev ( button1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( button1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( button1 , file$m , 104 , 23 , 1676 ) ;
add _location ( button1 , file$m , 100 , 23 , 1632 ) ;
attr _dev ( p0 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( p0 , "class" , "svelte-cr3eg9 " ) ;
add _location ( p0 , file$m , 103 , 6 , 1649 ) ;
add _location ( p0 , file$m , 99 , 6 , 1605 ) ;
add _location ( b2 , file$m , 108 , 8 , 1730 ) ;
add _location ( b2 , file$m , 104 , 8 , 1686 ) ;
add _location ( b3 , file$m , 108 , 25 , 1747 ) ;
add _location ( b3 , file$m , 104 , 25 , 1703 ) ;
add _location ( b4 , file$m , 108 , 48 , 1770 ) ;
add _location ( b4 , file$m , 104 , 48 , 1726 ) ;
attr _dev ( p1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( p1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( p1 , file$m , 107 , 6 , 1718 ) ;
add _location ( p1 , file$m , 103 , 6 , 1674 ) ;
add _location ( b5 , file$m , 111 , 9 , 1814 ) ;
add _location ( b5 , file$m , 107 , 9 , 1770 ) ;
attr _dev ( p2 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( p2 , "class" , "svelte-cr3eg9 " ) ;
add _location ( p2 , file$m , 111 , 6 , 1811 ) ;
add _location ( p2 , file$m , 107 , 6 , 1767 ) ;
add _location ( br , file$m , 112 , 102 , 1939 ) ;
add _location ( br , file$m , 108 , 102 , 1895 ) ;
attr _dev ( a1 , "href" , "www.twitch.tv/zedashaw" ) ;
attr _dev ( a1 , "href" , "www.twitch.tv/zedashaw" ) ;
attr _dev ( a1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( a1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( a1 , file$m , 113 , 8 , 1952 ) ;
add _location ( a1 , file$m , 109 , 8 , 1908 ) ;
attr _dev ( p3 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( p3 , "class" , "svelte-cr3eg9 " ) ;
add _location ( p3 , file$m , 112 , 6 , 1843 ) ;
add _location ( p3 , file$m , 108 , 6 , 1799 ) ;
attr _dev ( info , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( info , "class" , "svelte-cr3eg9 " ) ;
add _location ( info , file$m , 102 , 4 , 1636 ) ;
add _location ( info , file$m , 98 , 4 , 1592 ) ;
attr _dev ( profile , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( profile , "class" , "svelte-cr3eg9 " ) ;
add _location ( profile , file$m , 97 , 2 , 1539 ) ;
add _location ( profile , file$m , 93 , 2 , 1495 ) ;
attr _dev ( pins _1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( pins _1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( pins _1 , file$m , 118 , 2 , 2051 ) ;
add _location ( pins _1 , file$m , 114 , 2 , 2007 ) ;
add _location ( li2 , file$m , 129 , 8 , 222 1 ) ;
add _location ( li2 , file$m , 125 , 8 , 2177 ) ;
add _location ( li3 , file$m , 130 , 8 , 2291 ) ;
add _location ( li3 , file$m , 126 , 8 , 2247 ) ;
add _location ( li4 , file$m , 131 , 8 , 2362 ) ;
add _location ( li4 , file$m , 127 , 8 , 2318 ) ;
add _location ( li5 , file$m , 13 2 , 8 , 2427 ) ;
add _location ( li5 , file$m , 128 , 8 , 2383 ) ;
add _location ( ul1 , file$m , 128 , 6 , 2208 ) ;
add _location ( ul1 , file$m , 124 , 6 , 2164 ) ;
attr _dev ( nav1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( nav1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( nav1 , file$m , 127 , 4 , 2196 ) ;
add _location ( nav1 , file$m , 123 , 4 , 2152 ) ;
attr _dev ( tabs , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( tabs , "class" , "svelte-cr3eg9 " ) ;
add _location ( tabs , file$m , 126 , 2 , 2185 ) ;
add _location ( tabs , file$m , 122 , 2 , 2141 ) ;
attr _dev ( posts _1 , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( posts _1 , "class" , "svelte-cr3eg9 " ) ;
add _location ( posts _1 , file$m , 137 , 2 , 2526 ) ;
add _location ( posts _1 , file$m , 133 , 2 , 2482 ) ;
attr _dev ( content , "class" , "svelte-1ri9kvn " ) ;
attr _dev ( content , "class" , "svelte-cr3eg9 " ) ;
add _location ( content , file$m , 85 , 0 , 1276 ) ;
add _location ( content , file$m , 81 , 0 , 1232 ) ;
} ,
} ,
l : function claim ( nodes ) {
l : function claim ( nodes ) {
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
@ -11067,8 +11203,8 @@ var app = (function () {
return child _ctx ;
return child _ctx ;
}
}
// (156 :2) {#if !thumbnail}
// (153 :2) {#if !thumbnail}
function create _if _block$1 ( ctx ) {
function create _if _block$2 ( ctx ) {
let profile ;
let profile ;
let info ;
let info ;
let h1 ;
let h1 ;
@ -11126,30 +11262,30 @@ var app = (function () {
each _blocks [ i ] . c ( ) ;
each _blocks [ i ] . c ( ) ;
}
}
attr _dev ( h1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( h1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( h1 , file$n , 158 , 8 , 2526 ) ;
add _location ( h1 , file$n , 155 , 8 , 2472 ) ;
attr _dev ( p0 , "class" , "svelte-79nfuj " ) ;
attr _dev ( p0 , "class" , "svelte-8rhjm4 " ) ;
add _location ( p0 , file$n , 159 , 8 , 256 0 ) ;
add _location ( p0 , file$n , 156 , 8 , 2506 ) ;
attr _dev ( b0 , "class" , "svelte-79nfuj " ) ;
attr _dev ( b0 , "class" , "svelte-8rhjm4 " ) ;
add _location ( b0 , file$n , 160 , 11 , 2601 ) ;
add _location ( b0 , file$n , 157 , 11 , 2547 ) ;
attr _dev ( b1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( b1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( b1 , file$n , 160 , 29 , 2619 ) ;
add _location ( b1 , file$n , 157 , 29 , 2565 ) ;
attr _dev ( p1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( p1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( p1 , file$n , 160 , 8 , 2598 ) ;
add _location ( p1 , file$n , 157 , 8 , 2544 ) ;
attr _dev ( p2 , "class" , "svelte-79nfuj " ) ;
attr _dev ( p2 , "class" , "svelte-8rhjm4 " ) ;
add _location ( p2 , file$n , 161 , 8 , 2654 ) ;
add _location ( p2 , file$n , 158 , 8 , 2600 ) ;
attr _dev ( info , "class" , "svelte-79nfuj " ) ;
attr _dev ( info , "class" , "svelte-8rhjm4 " ) ;
add _location ( info , file$n , 157 , 6 , 2511 ) ;
add _location ( info , file$n , 154 , 6 , 2457 ) ;
attr _dev ( img , "alt" , "Zed's Face" ) ;
attr _dev ( img , "alt" , "Zed's Face" ) ;
if ( img . src !== ( img _src _value = holder ( 128 , 128 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 128 , 128 ) ) ) attr _dev ( img , "src" , img _src _value ) ;
attr _dev ( img , "class" , "svelte-79nfuj " ) ;
attr _dev ( img , "class" , "svelte-8rhjm4 " ) ;
add _location ( img , file$n , 165 , 8 , 2758 ) ;
add _location ( img , file$n , 162 , 8 , 2704 ) ;
attr _dev ( figure , "class" , "svelte-79nfuj " ) ;
attr _dev ( figure , "class" , "svelte-8rhjm4 " ) ;
add _location ( figure , file$n , 164 , 6 , 2741 ) ;
add _location ( figure , file$n , 161 , 6 , 268 7 ) ;
attr _dev ( profile , "class" , "svelte-79nfuj " ) ;
attr _dev ( profile , "class" , "svelte-8rhjm4 " ) ;
add _location ( profile , file$n , 156 , 4 , 2495 ) ;
add _location ( profile , file$n , 153 , 4 , 2441 ) ;
attr _dev ( pins , "class" , "svelte-79nfuj " ) ;
attr _dev ( pins , "class" , "svelte-8rhjm4 " ) ;
add _location ( pins , file$n , 169 , 4 , 2843 ) ;
add _location ( pins , file$n , 166 , 4 , 2789 ) ;
} ,
} ,
m : function mount ( target , anchor ) {
m : function mount ( target , anchor ) {
insert _dev ( target , profile , anchor ) ;
insert _dev ( target , profile , anchor ) ;
@ -11210,16 +11346,16 @@ var app = (function () {
dispatch _dev ( "SvelteRegisterBlock" , {
dispatch _dev ( "SvelteRegisterBlock" , {
block ,
block ,
id : create _if _block$1 . name ,
id : create _if _block$2 . name ,
type : "if" ,
type : "if" ,
source : "(156 :2) {#if !thumbnail}" ,
source : "(153 :2) {#if !thumbnail}" ,
ctx
ctx
} ) ;
} ) ;
return block ;
return block ;
}
}
// (173 :8) {#each random_sample(pin_sizes, 10) as height}
// (170 :8) {#each random_sample(pin_sizes, 10) as height}
function create _each _block _1$3 ( ctx ) {
function create _each _block _1$3 ( ctx ) {
let figure ;
let figure ;
let img ;
let img ;
@ -11242,12 +11378,12 @@ var app = (function () {
t3 = text ( " high." ) ;
t3 = text ( " high." ) ;
attr _dev ( img , "alt" , "Van Gogh Art" ) ;
attr _dev ( img , "alt" , "Van Gogh Art" ) ;
if ( img . src !== ( img _src _value = holder ( 240 , /*height*/ ctx [ 9 ] ) ) ) attr _dev ( img , "src" , img _src _value ) ;
if ( img . src !== ( img _src _value = holder ( 240 , /*height*/ ctx [ 9 ] ) ) ) attr _dev ( img , "src" , img _src _value ) ;
attr _dev ( img , "class" , "svelte-79nfuj " ) ;
attr _dev ( img , "class" , "svelte-8rhjm4 " ) ;
add _location ( img , file$n , 174 , 12 , 2975 ) ;
add _location ( img , file$n , 171 , 12 , 2921 ) ;
attr _dev ( figcaption , "class" , "svelte-79nfuj " ) ;
attr _dev ( figcaption , "class" , "svelte-8rhjm4 " ) ;
add _location ( figcaption , file$n , 175 , 12 , 3040 ) ;
add _location ( figcaption , file$n , 172 , 12 , 2986 ) ;
attr _dev ( figure , "class" , "svelte-79nfuj " ) ;
attr _dev ( figure , "class" , "svelte-8rhjm4 " ) ;
add _location ( figure , file$n , 173 , 10 , 2954 ) ;
add _location ( figure , file$n , 170 , 10 , 2900 ) ;
} ,
} ,
m : function mount ( target , anchor ) {
m : function mount ( target , anchor ) {
insert _dev ( target , figure , anchor ) ;
insert _dev ( target , figure , anchor ) ;
@ -11268,14 +11404,14 @@ var app = (function () {
block ,
block ,
id : create _each _block _1$3 . name ,
id : create _each _block _1$3 . name ,
type : "each" ,
type : "each" ,
source : "(173 :8) {#each random_sample(pin_sizes, 10) as height}" ,
source : "(170 :8) {#each random_sample(pin_sizes, 10) as height}" ,
ctx
ctx
} ) ;
} ) ;
return block ;
return block ;
}
}
// (171 :4) {#each lanes as lane}
// (168 :4) {#each lanes as lane}
function create _each _block$6 ( ctx ) {
function create _each _block$6 ( ctx ) {
let lane ;
let lane ;
let t ;
let t ;
@ -11296,8 +11432,8 @@ var app = (function () {
}
}
t = space ( ) ;
t = space ( ) ;
attr _dev ( lane , "class" , "svelte-79nfuj " ) ;
attr _dev ( lane , "class" , "svelte-8rhjm4 " ) ;
add _location ( lane , file$n , 171 , 6 , 288 2 ) ;
add _location ( lane , file$n , 168 , 6 , 2828 ) ;
} ,
} ,
m : function mount ( target , anchor ) {
m : function mount ( target , anchor ) {
insert _dev ( target , lane , anchor ) ;
insert _dev ( target , lane , anchor ) ;
@ -11343,7 +11479,7 @@ var app = (function () {
block ,
block ,
id : create _each _block$6 . name ,
id : create _each _block$6 . name ,
type : "each" ,
type : "each" ,
source : "(171 :4) {#each lanes as lane}" ,
source : "(168 :4) {#each lanes as lane}" ,
ctx
ctx
} ) ;
} ) ;
@ -11381,10 +11517,13 @@ var app = (function () {
$$inline : true
$$inline : true
} ) ;
} ) ;
let if _block = ! /*thumbnail*/ ctx [ 0 ] && create _if _block$1 ( ctx ) ;
let if _block = ! /*thumbnail*/ ctx [ 0 ] && create _if _block$2 ( ctx ) ;
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Pinterest" } ,
props : {
source : "/code/Pinterest" ,
notes : "/code/Pinterest.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -11418,34 +11557,34 @@ var app = (function () {
if ( if _block ) if _block . c ( ) ;
if ( if _block ) if _block . c ( ) ;
t11 = space ( ) ;
t11 = space ( ) ;
create _component ( codeview . $$ . fragment ) ;
create _component ( codeview . $$ . fragment ) ;
attr _dev ( logo , "class" , "svelte-79nfuj " ) ;
attr _dev ( logo , "class" , "svelte-8rhjm4 " ) ;
add _location ( logo , file$n , 141 , 8 , 2165 ) ;
add _location ( logo , file$n , 138 , 8 , 2111 ) ;
attr _dev ( a0 , "class" , "svelte-79nfuj " ) ;
attr _dev ( a0 , "class" , "svelte-8rhjm4 " ) ;
add _location ( a0 , file$n , 142 , 8 , 2243 ) ;
add _location ( a0 , file$n , 139 , 8 , 2189 ) ;
attr _dev ( a1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( a1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( a1 , file$n , 143 , 8 , 2264 ) ;
add _location ( a1 , file$n , 140 , 8 , 2210 ) ;
attr _dev ( left , "class" , "svelte-79nfuj " ) ;
attr _dev ( left , "class" , "svelte-8rhjm4 " ) ;
add _location ( left , file$n , 140 , 6 , 215 0 ) ;
add _location ( left , file$n , 137 , 6 , 2096 ) ;
attr _dev ( input , "placeholder" , "Search" ) ;
attr _dev ( input , "placeholder" , "Search" ) ;
attr _dev ( input , "class" , "svelte-79nfuj " ) ;
attr _dev ( input , "class" , "svelte-8rhjm4 " ) ;
add _location ( input , file$n , 146 , 6 , 2300 ) ;
add _location ( input , file$n , 143 , 6 , 2246 ) ;
attr _dev ( button0 , "class" , "svelte-79nfuj " ) ;
attr _dev ( button0 , "class" , "svelte-8rhjm4 " ) ;
add _location ( button0 , file$n , 149 , 12 , 2353 ) ;
add _location ( button0 , file$n , 146 , 12 , 2299 ) ;
attr _dev ( li0 , "class" , "svelte-79nfuj " ) ;
attr _dev ( li0 , "class" , "svelte-8rhjm4 " ) ;
add _location ( li0 , file$n , 149 , 8 , 2349 ) ;
add _location ( li0 , file$n , 146 , 8 , 2295 ) ;
attr _dev ( button1 , "id" , "signup" ) ;
attr _dev ( button1 , "id" , "signup" ) ;
attr _dev ( button1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( button1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( button1 , file$n , 150 , 12 , 239 4 ) ;
add _location ( button1 , file$n , 147 , 12 , 2340 ) ;
attr _dev ( li1 , "class" , "svelte-79nfuj " ) ;
attr _dev ( li1 , "class" , "svelte-8rhjm4 " ) ;
add _location ( li1 , file$n , 150 , 8 , 2390 ) ;
add _location ( li1 , file$n , 147 , 8 , 2336 ) ;
attr _dev ( ul , "class" , "svelte-79nfuj " ) ;
attr _dev ( ul , "class" , "svelte-8rhjm4 " ) ;
add _location ( ul , file$n , 148 , 6 , 2336 ) ;
add _location ( ul , file$n , 145 , 6 , 2282 ) ;
attr _dev ( nav , "class" , "svelte-79nfuj " ) ;
attr _dev ( nav , "class" , "svelte-8rhjm4 " ) ;
add _location ( nav , file$n , 139 , 4 , 2138 ) ;
add _location ( nav , file$n , 136 , 4 , 2084 ) ;
attr _dev ( header , "class" , "svelte-79nfuj " ) ;
attr _dev ( header , "class" , "svelte-8rhjm4 " ) ;
add _location ( header , file$n , 138 , 2 , 2125 ) ;
add _location ( header , file$n , 135 , 2 , 207 1 ) ;
attr _dev ( content , "class" , "svelte-79nfuj " ) ;
attr _dev ( content , "class" , "svelte-8rhjm4 " ) ;
add _location ( content , file$n , 137 , 0 , 2113 ) ;
add _location ( content , file$n , 134 , 0 , 2059 ) ;
} ,
} ,
l : function claim ( nodes ) {
l : function claim ( nodes ) {
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
throw new Error ( "options.hydrate only works if the component was compiled with the `hydratable: true` option" ) ;
@ -11482,7 +11621,7 @@ var app = (function () {
if ( if _block ) {
if ( if _block ) {
if _block . p ( ctx , dirty ) ;
if _block . p ( ctx , dirty ) ;
} else {
} else {
if _block = create _if _block$1 ( ctx ) ;
if _block = create _if _block$2 ( ctx ) ;
if _block . c ( ) ;
if _block . c ( ) ;
if _block . m ( content , null ) ;
if _block . m ( content , null ) ;
}
}
@ -13447,7 +13586,7 @@ var app = (function () {
const file$u = "src/demos/Modal.svelte" ;
const file$u = "src/demos/Modal.svelte" ;
// (50:0) {#if visible}
// (50:0) {#if visible}
function create _if _block$2 ( ctx ) {
function create _if _block$3 ( ctx ) {
let modal ;
let modal ;
let modal _content ;
let modal _content ;
let h1 ;
let h1 ;
@ -13494,7 +13633,7 @@ var app = (function () {
dispatch _dev ( "SvelteRegisterBlock" , {
dispatch _dev ( "SvelteRegisterBlock" , {
block ,
block ,
id : create _if _block$2 . name ,
id : create _if _block$3 . name ,
type : "if" ,
type : "if" ,
source : "(50:0) {#if visible}" ,
source : "(50:0) {#if visible}" ,
ctx
ctx
@ -13512,7 +13651,7 @@ var app = (function () {
let current ;
let current ;
let mounted ;
let mounted ;
let dispose ;
let dispose ;
let if _block = /*visible*/ ctx [ 0 ] && create _if _block$2 ( ctx ) ;
let if _block = /*visible*/ ctx [ 0 ] && create _if _block$3 ( ctx ) ;
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Modal" } ,
props : { source : "/code/Modal" } ,
@ -13555,7 +13694,7 @@ var app = (function () {
if ( if _block ) {
if ( if _block ) {
if _block . p ( ctx , dirty ) ;
if _block . p ( ctx , dirty ) ;
} else {
} else {
if _block = create _if _block$2 ( ctx ) ;
if _block = create _if _block$3 ( ctx ) ;
if _block . c ( ) ;
if _block . c ( ) ;
if _block . m ( t2 . parentNode , t2 ) ;
if _block . m ( t2 . parentNode , t2 ) ;
}
}
@ -14023,7 +14162,10 @@ var app = (function () {
}
}
codeview = new CodeView ( {
codeview = new CodeView ( {
props : { source : "/code/Tabs" } ,
props : {
source : "/code/Tabs" ,
notes : "code/Tabs.notes.html"
} ,
$$inline : true
$$inline : true
} ) ;
} ) ;
@ -14739,7 +14881,7 @@ var app = (function () {
}
}
// (22:0) {#if theme == 'dark'}
// (22:0) {#if theme == 'dark'}
function create _if _block$3 ( ctx ) {
function create _if _block$4 ( ctx ) {
let span ;
let span ;
let icon ;
let icon ;
let current ;
let current ;
@ -14787,7 +14929,7 @@ var app = (function () {
dispatch _dev ( "SvelteRegisterBlock" , {
dispatch _dev ( "SvelteRegisterBlock" , {
block ,
block ,
id : create _if _block$3 . name ,
id : create _if _block$4 . name ,
type : "if" ,
type : "if" ,
source : "(22:0) {#if theme == 'dark'}" ,
source : "(22:0) {#if theme == 'dark'}" ,
ctx
ctx
@ -14801,7 +14943,7 @@ var app = (function () {
let if _block ;
let if _block ;
let if _block _anchor ;
let if _block _anchor ;
let current ;
let current ;
const if _block _creators = [ create _if _block$3 , create _else _block$1 ] ;
const if _block _creators = [ create _if _block$4 , create _else _block$1 ] ;
const if _blocks = [ ] ;
const if _blocks = [ ] ;
function select _block _type ( ctx , dirty ) {
function select _block _type ( ctx , dirty ) {