Skip to content

Commit 27f4162

Browse files
committed
upgrade deps && docs
1 parent bace10e commit 27f4162

25 files changed

+74
-45
lines changed

docs/assets/highlight.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
--dark-hl-5: #C586C0;
1414
--light-hl-6: #098658;
1515
--dark-hl-6: #B5CEA8;
16+
--light-hl-7: #800000;
17+
--dark-hl-7: #808080;
18+
--light-hl-8: #800000;
19+
--dark-hl-8: #569CD6;
20+
--light-hl-9: #267F99;
21+
--dark-hl-9: #4EC9B0;
1622
--light-code-background: #FFFFFF;
1723
--dark-code-background: #1E1E1E;
1824
}
@@ -25,6 +31,9 @@
2531
--hl-4: var(--light-hl-4);
2632
--hl-5: var(--light-hl-5);
2733
--hl-6: var(--light-hl-6);
34+
--hl-7: var(--light-hl-7);
35+
--hl-8: var(--light-hl-8);
36+
--hl-9: var(--light-hl-9);
2837
--code-background: var(--light-code-background);
2938
} }
3039

@@ -36,6 +45,9 @@
3645
--hl-4: var(--dark-hl-4);
3746
--hl-5: var(--dark-hl-5);
3847
--hl-6: var(--dark-hl-6);
48+
--hl-7: var(--dark-hl-7);
49+
--hl-8: var(--dark-hl-8);
50+
--hl-9: var(--dark-hl-9);
3951
--code-background: var(--dark-code-background);
4052
} }
4153

@@ -47,6 +59,9 @@
4759
--hl-4: var(--light-hl-4);
4860
--hl-5: var(--light-hl-5);
4961
--hl-6: var(--light-hl-6);
62+
--hl-7: var(--light-hl-7);
63+
--hl-8: var(--light-hl-8);
64+
--hl-9: var(--light-hl-9);
5065
--code-background: var(--light-code-background);
5166
}
5267

@@ -58,6 +73,9 @@
5873
--hl-4: var(--dark-hl-4);
5974
--hl-5: var(--dark-hl-5);
6075
--hl-6: var(--dark-hl-6);
76+
--hl-7: var(--dark-hl-7);
77+
--hl-8: var(--dark-hl-8);
78+
--hl-9: var(--dark-hl-9);
6179
--code-background: var(--dark-code-background);
6280
}
6381

@@ -68,4 +86,7 @@
6886
.hl-4 { color: var(--hl-4); }
6987
.hl-5 { color: var(--hl-5); }
7088
.hl-6 { color: var(--hl-6); }
89+
.hl-7 { color: var(--hl-7); }
90+
.hl-8 { color: var(--hl-8); }
91+
.hl-9 { color: var(--hl-9); }
7192
pre, code { background: var(--code-background); }

docs/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.

docs/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.

docs/functions/client_color_switch_color_switch.ColorSwitch.html

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

docs/functions/client_theme_switcher_theme_switcher.ThemeSwitcher.html

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

docs/functions/hooks_use_theme.useTheme-1.html

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

docs/functions/server_server_target_server_target.ServerTarget.html

Lines changed: 4 additions & 5 deletions
Large diffs are not rendered by default.

docs/hierarchy.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/client_color_switch_color_switch.ColorSwitchProps.html

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

0 commit comments

Comments
 (0)