Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgray committed Aug 19, 2018
1 parent 2981a52 commit ede5e30
Show file tree
Hide file tree
Showing 26 changed files with 65 additions and 6,656 deletions.
50 changes: 25 additions & 25 deletions docs/API.html

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions docs/gitbook/gitbook-plugin-prism/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,23 @@ pre[class*="language-"] {
pre[class*="language-"] {
position: relative;
margin: .5em 0;
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
overflow: visible;
padding: 0;
}
pre[class*="language-"]>code {
position: relative;
border-left: 10px solid #358ccb;
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
background-color: #fdfdfd;
background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
background-size: 3em 3em;
background-origin: content-box;
overflow: visible;
padding: 0;
background-attachment: local;
}

code[class*="language"] {
max-height: inherit;
height: 100%;
height: inherit;
padding: 0 1em;
display: block;
overflow: auto;
Expand Down Expand Up @@ -194,15 +198,15 @@ pre[class*="language-"]:after {
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers {
pre[class*="language-"].line-numbers.line-numbers {
padding-left: 0;
}

pre[class*="language-"].line-numbers code {
pre[class*="language-"].line-numbers.line-numbers code {
padding-left: 3.8em;
}

pre[class*="language-"].line-numbers .line-numbers-rows {
pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
left: 0;
}

Expand Down
3 changes: 2 additions & 1 deletion docs/gitbook/gitbook-plugin-prism/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ pre[class*="language-"] {

.token.atrule,
.token.attr-value,
.token.function {
.token.function,
.token.class-name {
color: #e6db74;
}

Expand Down
5 changes: 3 additions & 2 deletions docs/gitbook/gitbook-plugin-prism/prism-solarizedlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ pre[class*="language-"] {
color: #859900; /* green */
}

.token.function {
.token.function,
.token.class-name {
color: #b58900; /* yellow */
}

Expand All @@ -145,4 +146,4 @@ pre[class*="language-"] {

.token.entity {
cursor: help;
}
}
5 changes: 3 additions & 2 deletions docs/gitbook/gitbook-plugin-prism/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pre[class*="language-"] {
.token.url,
.language-css .token.string,
.style .token.string {
color: #a67f59;
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}

Expand All @@ -114,7 +114,8 @@ pre[class*="language-"] {
color: #07a;
}

.token.function {
.token.function,
.token.class-name {
color: #DD4A68;
}

Expand Down
36 changes: 18 additions & 18 deletions docs/index.html

Large diffs are not rendered by default.

865 changes: 0 additions & 865 deletions docs/typedoc/assets/css/main.css

This file was deleted.

7 changes: 0 additions & 7 deletions docs/typedoc/assets/css/main.css.map

This file was deleted.

Binary file removed docs/typedoc/assets/images/icons.png
Binary file not shown.
Binary file removed docs/typedoc/assets/images/[email protected]
Binary file not shown.
Binary file removed docs/typedoc/assets/images/widgets.png
Binary file not shown.
Binary file removed docs/typedoc/assets/images/[email protected]
Binary file not shown.
5 changes: 0 additions & 5 deletions docs/typedoc/assets/js/main.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/typedoc/assets/js/search.js

This file was deleted.

985 changes: 0 additions & 985 deletions docs/typedoc/classes/_lib_pure_.pure.html

This file was deleted.

1,014 changes: 0 additions & 1,014 deletions docs/typedoc/classes/_lib_withpromise_.withpromise.html

This file was deleted.

1,012 changes: 0 additions & 1,012 deletions docs/typedoc/classes/_lib_withstate_.withstate.html

This file was deleted.

184 changes: 0 additions & 184 deletions docs/typedoc/globals.html

This file was deleted.

Loading

0 comments on commit ede5e30

Please sign in to comment.