Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Sep 17, 2023
1 parent b5d86ed commit 34b0c43
Show file tree
Hide file tree
Showing 48 changed files with 2,224 additions and 3,244 deletions.
7 changes: 4 additions & 3 deletions assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/navigation.js

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

2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

36 changes: 26 additions & 10 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--light-color-ts-type-alias: #d51270;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -72,7 +71,6 @@
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--dark-color-ts-type-alias: #ff6492;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -468,13 +466,12 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand All @@ -485,6 +482,19 @@ blockquote {
.tsd-typography ol {
margin: 1em 0;
}
.tsd-typography table {
border-collapse: collapse;
border: none;
}
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

.tsd-breadcrumb {
margin: 0;
Expand Down Expand Up @@ -900,21 +910,25 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
}
#tsd-search .results li.state {
display: none;
}
#tsd-search .results li.current,
#tsd-search .results li:hover {
#tsd-search .results li.current:not(.no-results),
#tsd-search .results li:hover:not(.no-results) {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -1070,7 +1084,9 @@ ul.tsd-type-parameter-list h5 {
overflow: hidden;
opacity: 0.8;
height: 40px;
transition: opacity 0.1s, background-color 0.2s;
transition:
opacity 0.1s,
background-color 0.2s;
vertical-align: bottom;
cursor: pointer;
}
Expand Down Expand Up @@ -1122,7 +1138,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
110 changes: 43 additions & 67 deletions functions/classifyRouteCapture.html

Large diffs are not rendered by default.

112 changes: 44 additions & 68 deletions functions/matchMatrixRoute.html

Large diffs are not rendered by default.

112 changes: 44 additions & 68 deletions functions/matchSimpleRoute.html

Large diffs are not rendered by default.

112 changes: 44 additions & 68 deletions functions/matchURLRoute.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/matrixRoute-1.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/matrixRoutePattern.html

Large diffs are not rendered by default.

109 changes: 42 additions & 67 deletions functions/rcaptureAny.html

Large diffs are not rendered by default.

109 changes: 42 additions & 67 deletions functions/rcaptureDirs.html

Large diffs are not rendered by default.

109 changes: 42 additions & 67 deletions functions/rcaptureEntry.html

Large diffs are not rendered by default.

108 changes: 42 additions & 66 deletions functions/rcaptureRegExp.html

Large diffs are not rendered by default.

108 changes: 42 additions & 66 deletions functions/rmatchMatrixAttr.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/rmatchName.html

Large diffs are not rendered by default.

108 changes: 42 additions & 66 deletions functions/rmatchSearchParam.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/rmatchString.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/routeCapture.html

Large diffs are not rendered by default.

116 changes: 47 additions & 69 deletions functions/routeMatch-2.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/simpleRoutePattern.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/urlRoute-1.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions functions/urlRoutePattern.html

Large diffs are not rendered by default.

97 changes: 35 additions & 62 deletions index.html

Large diffs are not rendered by default.

148 changes: 63 additions & 85 deletions interfaces/MatrixEntry.html

Large diffs are not rendered by default.

182 changes: 82 additions & 100 deletions interfaces/MatrixRoute.html

Large diffs are not rendered by default.

115 changes: 45 additions & 70 deletions interfaces/PathEntry.html

Large diffs are not rendered by default.

171 changes: 76 additions & 95 deletions interfaces/PathRoute.html

Large diffs are not rendered by default.

164 changes: 74 additions & 90 deletions interfaces/RouteCaptorSignatureMap.html

Large diffs are not rendered by default.

143 changes: 60 additions & 83 deletions interfaces/RouteMatch.Options.html

Large diffs are not rendered by default.

157 changes: 69 additions & 88 deletions interfaces/RouteMatcher-1.html

Large diffs are not rendered by default.

173 changes: 77 additions & 96 deletions interfaces/RouteMatcher.Context.html

Large diffs are not rendered by default.

157 changes: 68 additions & 89 deletions interfaces/RouteMatcher.Match.html

Large diffs are not rendered by default.

173 changes: 77 additions & 96 deletions interfaces/RouteMatcher.Position.html

Large diffs are not rendered by default.

173 changes: 77 additions & 96 deletions interfaces/RouteMatcher.TailContext.html

Large diffs are not rendered by default.

137 changes: 57 additions & 80 deletions interfaces/URLEntry.html

Large diffs are not rendered by default.

182 changes: 82 additions & 100 deletions interfaces/URLRoute.html

Large diffs are not rendered by default.

179 changes: 76 additions & 103 deletions modules.html

Large diffs are not rendered by default.

101 changes: 37 additions & 64 deletions modules/RouteMatch.html

Large diffs are not rendered by default.

107 changes: 40 additions & 67 deletions modules/RouteMatcher.html

Large diffs are not rendered by default.

103 changes: 39 additions & 64 deletions types/RouteCaptor.html

Large diffs are not rendered by default.

101 changes: 38 additions & 63 deletions types/RouteCaptureClassifier.html

Large diffs are not rendered by default.

105 changes: 40 additions & 65 deletions types/RouteMatch-1.html

Large diffs are not rendered by default.

101 changes: 38 additions & 63 deletions types/RoutePattern.html

Large diffs are not rendered by default.

100 changes: 37 additions & 63 deletions variables/rmatchAny.html

Large diffs are not rendered by default.

100 changes: 37 additions & 63 deletions variables/rmatchDirSep.html

Large diffs are not rendered by default.

100 changes: 37 additions & 63 deletions variables/rmatchDirs.html

Large diffs are not rendered by default.

100 changes: 37 additions & 63 deletions variables/rmatchEntry.html

Large diffs are not rendered by default.

0 comments on commit 34b0c43

Please sign in to comment.