@notificationapi/react 1.4.0 → 1.4.1

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.
@@ -5934,10 +5934,12 @@ const kc = di.div`
5934
5934
  {
5935
5935
  style: {
5936
5936
  position: "relative",
5937
- width: 52,
5937
+ minWidth: 52,
5938
5938
  height: 32,
5939
5939
  display: "flex",
5940
- alignItems: "center"
5940
+ alignItems: "center",
5941
+ justifyContent: "flex-end",
5942
+ paddingRight: 12
5941
5943
  },
5942
5944
  children: [
5943
5945
  /* @__PURE__ */ _(
@@ -5946,6 +5948,10 @@ const kc = di.div`
5946
5948
  className: "notification-archive-button",
5947
5949
  size: "small",
5948
5950
  onClick: (y) => (t.markAsArchived(v), y.preventDefault(), y.stopPropagation(), !1),
5951
+ style: {
5952
+ position: "absolute",
5953
+ left: 0
5954
+ },
5949
5955
  children: /* @__PURE__ */ _(Ai, { fontSize: "small" })
5950
5956
  }
5951
5957
  ),
@@ -5956,12 +5962,7 @@ const kc = di.div`
5956
5962
  color: "error",
5957
5963
  className: "notification-highlight",
5958
5964
  style: {
5959
- visibility: d ? "hidden" : "visible",
5960
- marginRight: 0,
5961
- marginLeft: 12,
5962
- marginTop: 6,
5963
- bottom: 2,
5964
- right: 0
5965
+ visibility: d ? "hidden" : "visible"
5965
5966
  }
5966
5967
  }
5967
5968
  )
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@notificationapi/react",
3
3
  "private": false,
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "overrides": {
7
7
  "esbuild": "^0.25.0",