pixelize-design-library 2.2.36 → 2.2.37

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.
@@ -145,7 +145,7 @@ var Notification = function (_a) {
145
145
  react_1.default.createElement(react_2.HStack, { align: "center", spacing: 3, w: "100%" },
146
146
  react_1.default.createElement(react_2.Avatar, { size: "sm", name: notification.host || notification.title, src: notification.avatarUrl || "" }),
147
147
  react_1.default.createElement(react_2.VStack, { align: "start", spacing: 0, flex: "1" },
148
- react_1.default.createElement(react_2.Text, { fontWeight: "bold", fontSize: "md", color: titleColor, onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(notification.id, notification.type); } }, notification.title),
148
+ react_1.default.createElement(react_2.Text, { fontWeight: "bold", fontSize: "md", color: titleColor, cursor: "pointer", onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(notification.id, notification.type); } }, notification.title),
149
149
  notification.description && (react_1.default.createElement(react_2.Text, { fontSize: "sm", color: textColor }, notification.description)))),
150
150
  react_1.default.createElement(react_2.Divider, { borderColor: borderColor }),
151
151
  react_1.default.createElement(react_2.HStack, { justify: "space-between", w: "100%" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelize-design-library",
3
- "version": "2.2.36",
3
+ "version": "2.2.37",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",