@blocklet/list 0.14.15 → 0.14.16
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 +1 -2
- package/package.json +7 -7
package/lib/index.es.js
CHANGED
|
@@ -398,8 +398,7 @@ function qt(e) {
|
|
|
398
398
|
tagFilters: S,
|
|
399
399
|
onFilterChange: i,
|
|
400
400
|
getCategoryLocale: (R) => {
|
|
401
|
-
if (!R)
|
|
402
|
-
return null;
|
|
401
|
+
if (!R) return null;
|
|
403
402
|
const _ = G.find((D) => D._id === R || D.locales.en === "All");
|
|
404
403
|
return _ ? _.locales[r] || _.locales.en : null;
|
|
405
404
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/list",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.16",
|
|
4
4
|
"description": "Common ux components of blocklet",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@blocklet/js-sdk": "^1.16.32",
|
|
56
|
-
"@blocklet/util": "0.14.
|
|
56
|
+
"@blocklet/util": "0.14.16",
|
|
57
57
|
"@emotion/react": "^11.10.0",
|
|
58
58
|
"@emotion/styled": "^11.10.0",
|
|
59
59
|
"@iconify-icons/tabler": "^1.2.95",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"ufo": "^1.5.3"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@arcblock/eslint-config-ts": "0.3.
|
|
76
|
+
"@arcblock/eslint-config-ts": "0.3.3",
|
|
77
77
|
"@babel/cli": "^7.18.10",
|
|
78
78
|
"@babel/core": "^7.18.10",
|
|
79
79
|
"@babel/preset-env": "^7.18.10",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"@storybook/jest": "^0.0.10",
|
|
83
83
|
"@storybook/testing-library": "^0.0.13",
|
|
84
84
|
"@types/react-image-gallery": "^1.2.4",
|
|
85
|
-
"@vitejs/plugin-react": "^4.3.
|
|
85
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
86
86
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
87
|
-
"eslint": "^8.
|
|
87
|
+
"eslint": "^8.57.0",
|
|
88
88
|
"eslint-config-prettier": "^9.1.0",
|
|
89
89
|
"eslint-plugin-prettier": "^5.2.1",
|
|
90
90
|
"prettier": "^3.3.2",
|
|
91
|
-
"vite": "^5.
|
|
91
|
+
"vite": "^5.4.10"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "1ddb444a4584f7c790b07133c0115bf5780482c7"
|
|
94
94
|
}
|