@blocklet/list 0.13.2 → 0.13.3
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/lib/index.es.js +2 -2
- package/package.json +3 -3
package/lib/index.es.js
CHANGED
|
@@ -101,7 +101,7 @@ const zt = It((e) => Promise.resolve(e), 300), Dt = {
|
|
|
101
101
|
noCategoryResults2: '" Blocklets'
|
|
102
102
|
},
|
|
103
103
|
autocomplete: {
|
|
104
|
-
expandResult:
|
|
104
|
+
expandResult: 'View all search results for "{name}"'
|
|
105
105
|
}
|
|
106
106
|
}, _t = {
|
|
107
107
|
common: {
|
|
@@ -140,7 +140,7 @@ const zt = It((e) => Promise.resolve(e), 300), Dt = {
|
|
|
140
140
|
noCategoryResults2: '" 类别的 Blocklets'
|
|
141
141
|
},
|
|
142
142
|
autocomplete: {
|
|
143
|
-
expandResult: "
|
|
143
|
+
expandResult: "查看 “{name}” 的所有搜索结果"
|
|
144
144
|
}
|
|
145
145
|
}, re = {
|
|
146
146
|
en: be(Dt),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/list",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
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.
|
|
55
|
+
"@blocklet/util": "0.13.3",
|
|
56
56
|
"@emotion/react": "^11.10.0",
|
|
57
57
|
"@emotion/styled": "^11.10.0",
|
|
58
58
|
"@mui/icons-material": "^5.15.12",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"prettier": "^2.7.1",
|
|
84
84
|
"vite": "^5.2.12"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "0f295bd0bdbc04e8c8e89dc74b813d6f692e5047"
|
|
87
87
|
}
|