@blocklet/list 0.14.26 → 0.14.27

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 +1 -0
  2. package/package.json +3 -3
package/lib/index.es.js CHANGED
@@ -925,6 +925,7 @@ function ar({ url: e }) {
925
925
  display: r ? "none" : "block",
926
926
  component: "img",
927
927
  src: e,
928
+ alt: "",
928
929
  width: { xs: "100%", md: te },
929
930
  height: { xs: "auto", md: ge },
930
931
  borderRadius: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/list",
3
- "version": "0.14.26",
3
+ "version": "0.14.27",
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.14.26",
56
+ "@blocklet/util": "0.14.27",
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": "17b2b2d4b22dc03a6bb10fef0b3160a7de9473c3"
93
+ "gitHead": "35b81482148cbafe6b8205f7a339f26b54c17f25"
94
94
  }