@happeouikit/content-renderer 3.2.22 → 3.2.24

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.
package/dist/index.es.js CHANGED
@@ -5291,7 +5291,7 @@ const ui = ii(), si = new RegExp(tt, "gi"), di = new RegExp(
5291
5291
  })
5292
5292
  ] });
5293
5293
  }, mi = At.div`
5294
- position: relative;
5294
+ position: absolute;
5295
5295
  display: inline-block;
5296
5296
  margin-inline-start: var(--space-sm);
5297
5297
  vertical-align: middle;
@@ -5391,8 +5391,8 @@ const ui = ii(), si = new RegExp(tt, "gi"), di = new RegExp(
5391
5391
  }
5392
5392
  .mention {
5393
5393
  border-radius: var(--radii-md);
5394
- background-color: var(--color-warning-lighten80);
5395
- border: 1px solid var(--color-warning-lighten80);
5394
+ background-color: light-dark(var(--color-yellow50), var(--color-yellow600));
5395
+ border: 1px solid light-dark(var(--color-yellow50), var(--color-yellow600));
5396
5396
  color: var(--color-primary-text-on-light);
5397
5397
  font-weight: 400;
5398
5398