@blocklet/list 0.16.47 → 0.16.48
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 -3
- package/package.json +3 -3
package/lib/index.es.js
CHANGED
|
@@ -936,9 +936,8 @@ function sr() {
|
|
|
936
936
|
sx: {
|
|
937
937
|
width: "fit-content",
|
|
938
938
|
textTransform: "none",
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
borderColor: "divider",
|
|
939
|
+
borderRadius: 1,
|
|
940
|
+
borderColor: "grey.300",
|
|
942
941
|
"&:hover": { borderColor: "divider" }
|
|
943
942
|
},
|
|
944
943
|
children: e("explore.viewDetail")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/list",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.48",
|
|
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.42",
|
|
56
|
-
"@blocklet/util": "0.16.
|
|
56
|
+
"@blocklet/util": "0.16.48",
|
|
57
57
|
"@emotion/react": "^11.10.0",
|
|
58
58
|
"@emotion/styled": "^11.10.0",
|
|
59
59
|
"@iconify-icons/tabler": "^1.2.95",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"prettier": "^3.3.2",
|
|
92
92
|
"vite": "^5.4.10"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "2cc1c6d728c27977209a451159d59fd73961249c"
|
|
95
95
|
}
|