@blocklet/list 0.13.11 → 0.13.13

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.
Files changed (2) hide show
  1. package/lib/index.es.js +1 -1
  2. package/package.json +3 -3
package/lib/index.es.js CHANGED
@@ -947,7 +947,7 @@ function he({ onSelect: e, wrapChildren: n }) {
947
947
  onSelect({ event: w, item: L }) {
948
948
  return L.type === "more-result" ? (k.setIsOpen(!1), b(h)) : w.type === "keydown" ? b(L.title) : e({
949
949
  blocklet: L,
950
- detailUrl: nt(u, `/blocklets/${L.did}`),
950
+ detailUrl: nt(u, "/blocklets", L.did),
951
951
  storeUrl: u
952
952
  });
953
953
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/list",
3
- "version": "0.13.11",
3
+ "version": "0.13.13",
4
4
  "description": "Common ux components of blocklet",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@algolia/autocomplete-js": "^1.17.0",
54
54
  "@algolia/autocomplete-theme-classic": "^1.17.0",
55
- "@blocklet/util": "0.13.11",
55
+ "@blocklet/util": "0.13.13",
56
56
  "@emotion/react": "^11.10.0",
57
57
  "@emotion/styled": "^11.10.0",
58
58
  "@mui/icons-material": "^5.16.4",
@@ -83,5 +83,5 @@
83
83
  "prettier": "^3.3.2",
84
84
  "vite": "^5.2.12"
85
85
  },
86
- "gitHead": "7157e2c83f95e19949f3d08657fabd3ab22383dc"
86
+ "gitHead": "c3b4e940669928c683ed64c528193f2205ae224c"
87
87
  }