@yimingliao/cms 0.0.174 → 0.0.175

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.
@@ -78,7 +78,7 @@ function createPostCard({
78
78
  return /* @__PURE__ */ jsx(
79
79
  ResourceCard,
80
80
  {
81
- className: cn(className, "size-72!"),
81
+ className: cn(className, "w-72!"),
82
82
  href: `${PATHS.resources.post.path(topic?.slug)}/${post.id}`,
83
83
  openNewTab,
84
84
  anchorProps,
@@ -125,7 +125,7 @@ function createPostCard({
125
125
  width: 256,
126
126
  height: 256,
127
127
  fill: false,
128
- className: "overflow-hidden rounded-xl"
128
+ className: "size-64 overflow-hidden rounded-xl"
129
129
  }
130
130
  )
131
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",