@blocklet/list 0.16.47 → 0.16.49

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 +2 -3
  2. package/package.json +4 -4
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
- bgcolor: "white",
940
- borderRadius: "8px",
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.47",
3
+ "version": "0.16.49",
4
4
  "description": "Common ux components of blocklet",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,8 +52,8 @@
52
52
  "react-dom": ">=18.2.0"
53
53
  },
54
54
  "dependencies": {
55
- "@blocklet/js-sdk": "^1.16.42",
56
- "@blocklet/util": "0.16.47",
55
+ "@blocklet/js-sdk": "^1.16.43",
56
+ "@blocklet/util": "0.16.49",
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": "cd5cb3db9dfd37efddbf0e637fd0c72c54e1bb4c"
94
+ "gitHead": "256e20dd873c03533049cbabffbc79aaa9a4c712"
95
95
  }