@blocklet/list 0.15.6 → 0.15.7
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
|
@@ -1286,8 +1286,8 @@ function fr() {
|
|
|
1286
1286
|
c ? /* @__PURE__ */ t(
|
|
1287
1287
|
Ee,
|
|
1288
1288
|
{
|
|
1289
|
-
checked: d.showResources
|
|
1290
|
-
onChange: (v) => k(v ? "true" : ""),
|
|
1289
|
+
checked: d.showResources !== "false",
|
|
1290
|
+
onChange: (v) => k(v ? "true" : "false"),
|
|
1291
1291
|
label: r("common.showResources")
|
|
1292
1292
|
}
|
|
1293
1293
|
) : null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/list",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.7",
|
|
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.33",
|
|
56
|
-
"@blocklet/util": "0.15.
|
|
56
|
+
"@blocklet/util": "0.15.7",
|
|
57
57
|
"@emotion/react": "^11.10.0",
|
|
58
58
|
"@emotion/styled": "^11.10.0",
|
|
59
59
|
"@iconify-icons/tabler": "^1.2.95",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"prettier": "^3.3.2",
|
|
91
91
|
"vite": "^5.4.10"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "5ef3d966eb2772d87d32db42a5d8d5d5902d055f"
|
|
94
94
|
}
|