@bbki.ng/site 1.5.3 → 1.5.4

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
@@ -1,5 +1,7 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 1.5.4
4
+
3
5
  ## 1.5.3
4
6
 
5
7
  ## 1.5.2
package/dev-dist/sw.js CHANGED
@@ -98,7 +98,7 @@ define(["./workbox-baccbcc1"], function (workbox) {
98
98
  [
99
99
  {
100
100
  url: "index.html",
101
- revision: "0.kalvqia0m7o",
101
+ revision: "0.c6h700f53m8",
102
102
  },
103
103
  ],
104
104
  {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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.4.2",
19
+ "@bbki.ng/components": "workspace:2.4.3",
20
20
  "@supabase/supabase-js": "^1.35.4",
21
21
  "classnames": "2.3.1",
22
22
  "react": "^18.0.0",
@@ -28,7 +28,7 @@
28
28
  "swr": "^2.2.5"
29
29
  },
30
30
  "devDependencies": {
31
- "@bbki.ng/stylebase": "workspace:0.3.2",
31
+ "@bbki.ng/stylebase": "workspace:0.3.3",
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",
@@ -17,7 +17,7 @@ export const ImgCtxMenu = (props: { children: ReactElement }) => {
17
17
  const role = isImgOfQueen ? [Role.QUEEN, Role.KING] : [Role.KING];
18
18
  return (
19
19
  <ContextMenu>
20
- <ContextMenuTrigger className="no-touch-callout">
20
+ <ContextMenuTrigger draggable={false}>
21
21
  {props.children}
22
22
  </ContextMenuTrigger>
23
23
  <Auth role={role}>