@bbki.ng/site 1.1.22 → 1.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/dev-dist/sw.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bbki.ng/site",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
4
4
|
"description": "code behind bbki.ng",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git+https://github.com/bbbottle/bbki.ng.git"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@bbki.ng/components": "workspace:2.1.
|
|
19
|
+
"@bbki.ng/components": "workspace:2.1.42",
|
|
20
20
|
"@supabase/supabase-js": "^1.30.6",
|
|
21
21
|
"classnames": "2.3.1",
|
|
22
22
|
"react": "^18.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"swr": "^1.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@bbki.ng/stylebase": "workspace:0.0.
|
|
31
|
+
"@bbki.ng/stylebase": "workspace:0.0.21",
|
|
32
32
|
"@mdx-js/mdx": "2.0.0-next.9",
|
|
33
33
|
"@mdx-js/react": "^1.6.22",
|
|
34
34
|
"@mdx-js/rollup": "3.0.0",
|
|
@@ -14,7 +14,7 @@ export const Footer = () => {
|
|
|
14
14
|
const appVer = GLOBAL_BBKING_VERSION;
|
|
15
15
|
const tagUrl = `https://github.com/bbbottle/bottle/releases/tag/@bbki.ng/site@${appVer}`;
|
|
16
16
|
return (
|
|
17
|
-
<div className="mt-
|
|
17
|
+
<div className="mt-128">
|
|
18
18
|
<Tag to={tagUrl} prefix="v" external>
|
|
19
19
|
{appVer}
|
|
20
20
|
</Tag>
|
|
@@ -21,7 +21,7 @@ const KEY_ROUTES = [
|
|
|
21
21
|
{ key: HotKeys.i, route: ROUTES.INDEX },
|
|
22
22
|
{ key: HotKeys.c, route: ROUTES.CONTENT },
|
|
23
23
|
{ key: HotKeys.h, route: ROUTES.HELP },
|
|
24
|
-
{ key: HotKeys.
|
|
24
|
+
{ key: HotKeys.t, route: ROUTES.TAGS },
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
export const HotKeyNav = (props: any) => {
|