@appcorp/kismaa-web-ui 0.2.42 → 0.2.43

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.
@@ -27,7 +27,7 @@ var UserCard = function (_a) {
27
27
  react_1.default.createElement(active_icon_1.ActiveIcon, { onlineStatus: onlineStatus })),
28
28
  react_1.default.createElement("div", { className: "" },
29
29
  react_1.default.createElement("div", { className: "relative h-64 w-full" },
30
- react_1.default.createElement(image_1.default, { alt: imageAlt, className: "h-full w-full object-cover object-top", fill: true, height: 0, sizes: "20vw", src: imageSrc, width: 0 })),
30
+ react_1.default.createElement(image_1.default, { alt: imageAlt, className: "h-full w-full object-cover object-center", fill: true, height: 0, sizes: "20vw", src: imageSrc, width: 0 })),
31
31
  isHovered && onlineStatus === kismaa_utils_1.PSYCHIC_ONLINE_STATUS.ONLINE && (react_1.default.createElement(react_1.default.Fragment, null,
32
32
  react_1.default.createElement("div", { className: "absolute inset-0 bg-gradient-to-b from-transparent to-[rgba(22,18,69,0.85)] transition-opacity duration-300" }),
33
33
  react_1.default.createElement("div", { className: "absolute bottom-7 flex w-full justify-center" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.2.42",
3
+ "version": "0.2.43",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",