@loafmarkets/ui 0.1.206 → 0.1.208

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.js CHANGED
@@ -8958,7 +8958,10 @@ function PropertyOverview({
8958
8958
  ] }),
8959
8959
  /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8960
8960
  /* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Independent Valuation" }),
8961
- /* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" }) })
8961
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityValue, { children: [
8962
+ /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 14, borderRadius: 2, filter: "grayscale(1) brightness(1.2) contrast(1.6)", opacity: 0.7, verticalAlign: "middle", marginRight: 6 } }),
8963
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" })
8964
+ ] })
8962
8965
  ] })
8963
8966
  ] })
8964
8967
  ] })
@@ -9220,10 +9223,14 @@ var TokenDetailRow = styled9__default.default.div`
9220
9223
  display: flex;
9221
9224
  justify-content: space-between;
9222
9225
  align-items: center;
9223
- padding: 0.55rem 0;
9226
+ padding: 0.55rem 0.75rem;
9227
+ margin: 0 -0.75rem;
9224
9228
  border-bottom: 1px solid rgba(255,255,255,0.04);
9225
- &:last-child { border-bottom: none; padding-bottom: 0; }
9226
- &:first-of-type { padding-top: 0; }
9229
+ border-radius: 6px;
9230
+ transition: background 0.15s;
9231
+ &:hover { background: rgba(255,255,255,0.03); }
9232
+ &:last-child { border-bottom: none; padding-bottom: 0.55rem; }
9233
+ &:first-of-type { padding-top: 0.55rem; }
9227
9234
  `;
9228
9235
  var TokenDetailLabel = styled9__default.default.span`
9229
9236
  font-size: 0.82rem;
@@ -9323,9 +9330,13 @@ var StatRow = styled9__default.default.div`
9323
9330
  display: flex;
9324
9331
  justify-content: space-between;
9325
9332
  align-items: center;
9326
- padding: 0.65rem 0;
9333
+ padding: 0.65rem 0.75rem;
9334
+ margin: 0 -0.75rem;
9327
9335
  border-bottom: 1px solid rgba(255,255,255,0.04);
9328
- &:last-child { border-bottom: none; padding-bottom: 0; }
9336
+ border-radius: 6px;
9337
+ transition: background 0.15s;
9338
+ &:hover { background: rgba(255,255,255,0.03); }
9339
+ &:last-child { border-bottom: none; padding-bottom: 0.65rem; }
9329
9340
  `;
9330
9341
  var StatLabel = styled9__default.default.span`
9331
9342
  font-size: 0.82rem;
@@ -9399,8 +9410,12 @@ var TimelineEntry = styled9__default.default.div`
9399
9410
  grid-template-columns: 48px 12px 1fr;
9400
9411
  align-items: center;
9401
9412
  gap: 0.75rem;
9402
- padding: 0.55rem 0;
9413
+ padding: 0.55rem 0.75rem;
9414
+ margin: 0 -0.75rem;
9403
9415
  border-bottom: ${(p) => p.$last ? "none" : "1px solid rgba(255,255,255,0.03)"};
9416
+ border-radius: 6px;
9417
+ transition: background 0.15s;
9418
+ &:hover { background: rgba(255,255,255,0.03); }
9404
9419
  `;
9405
9420
  var TimelineYear = styled9__default.default.span`
9406
9421
  font-size: 0.72rem;
@@ -9644,8 +9659,12 @@ var SecurityRow = styled9__default.default.div`
9644
9659
  display: flex;
9645
9660
  align-items: center;
9646
9661
  justify-content: space-between;
9647
- padding: 0.75rem 0;
9662
+ padding: 0.75rem 0.75rem;
9663
+ margin: 0 -0.75rem;
9648
9664
  border-bottom: 1px solid rgba(255,255,255,0.06);
9665
+ border-radius: 6px;
9666
+ transition: background 0.15s;
9667
+ &:hover { background: rgba(255,255,255,0.03); }
9649
9668
  `;
9650
9669
  var SecurityLabel = styled9__default.default.span`
9651
9670
  font-size: 0.82rem;