Skip to content

Commit 11dc07a

Browse files
committed
v4.0.0
1 parent fd1dc75 commit 11dc07a

File tree

17,818 files changed

+33958
-2270837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

17,818 files changed

+33958
-2270837
lines changed

.DS_Store

2 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.idea/
12
node_modules/

assets/highlight.css

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@
1313
--dark-hl-5: #569CD6;
1414
--light-hl-6: #0070C1;
1515
--dark-hl-6: #4FC1FF;
16-
--light-hl-7: #098658;
17-
--dark-hl-7: #B5CEA8;
18-
--light-hl-8: #000000FF;
19-
--dark-hl-8: #D4D4D4;
20-
--light-hl-9: #267F99;
21-
--dark-hl-9: #4EC9B0;
22-
--light-hl-10: #000000;
23-
--dark-hl-10: #C8C8C8;
16+
--light-hl-7: #008000;
17+
--dark-hl-7: #6A9955;
18+
--light-hl-8: #267F99;
19+
--dark-hl-8: #4EC9B0;
20+
--light-hl-9: #098658;
21+
--dark-hl-9: #B5CEA8;
22+
--light-hl-10: #000000FF;
23+
--dark-hl-10: #D4D4D4;
24+
--light-hl-11: #000000;
25+
--dark-hl-11: #C8C8C8;
2426
--light-code-background: #FFFFFF;
2527
--dark-code-background: #1E1E1E;
2628
}
@@ -37,6 +39,7 @@
3739
--hl-8: var(--light-hl-8);
3840
--hl-9: var(--light-hl-9);
3941
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
4043
--code-background: var(--light-code-background);
4144
} }
4245

@@ -52,6 +55,7 @@
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
5457
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
5559
--code-background: var(--dark-code-background);
5660
} }
5761

@@ -67,6 +71,7 @@
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
6973
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
7075
--code-background: var(--light-code-background);
7176
}
7277

@@ -82,6 +87,7 @@
8287
--hl-8: var(--dark-hl-8);
8388
--hl-9: var(--dark-hl-9);
8489
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
8591
--code-background: var(--dark-code-background);
8692
}
8793

@@ -96,4 +102,5 @@
96102
.hl-8 { color: var(--hl-8); }
97103
.hl-9 { color: var(--hl-9); }
98104
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
99106
pre, code { background: var(--code-background); }

assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/style.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,17 +327,14 @@ dd {
327327
}
328328

329329
/* Footer */
330-
.tsd-generator {
330+
footer {
331331
border-top: 1px solid var(--color-accent);
332332
padding-top: 1rem;
333333
padding-bottom: 1rem;
334334
max-height: 3.5rem;
335335
}
336-
337-
.tsd-generator > p {
338-
margin-top: 0;
339-
margin-bottom: 0;
340-
padding: 0 1rem;
336+
.tsd-generator {
337+
margin: 0 1em;
341338
}
342339

343340
.container-main {
@@ -405,7 +402,8 @@ dd {
405402
}
406403
body {
407404
background: var(--color-background);
408-
font-family: "Segoe UI", sans-serif;
405+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
406+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
409407
font-size: 16px;
410408
color: var(--color-text);
411409
}

classes/Agile.AgileClient.html

Lines changed: 26 additions & 24 deletions
Large diffs are not rendered by default.

classes/Agile.Backlog.html

Lines changed: 16 additions & 18 deletions
Large diffs are not rendered by default.

classes/Agile.Board.html

Lines changed: 90 additions & 82 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)