@loafmarkets/ui 0.1.226 → 0.1.228

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
@@ -2162,8 +2162,8 @@ function DesktopOrderbookLayout({
2162
2162
  )
2163
2163
  ] }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-3", children: rightHeader })
2164
2164
  ] }),
2165
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-0", children: [
2166
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1 pt-0.5 text-xs text-white/60", children: [
2165
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-2", children: [
2166
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1.5 pt-1 text-xs text-white/60", children: [
2167
2167
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: priceLabel }),
2168
2168
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right", children: amountLabel }),
2169
2169
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right", children: tab === "orderbook" ? "Total" : "Time" })
@@ -8178,7 +8178,6 @@ var Row = styled9__default.default.div`
8178
8178
  display: grid;
8179
8179
  grid-template-columns: 1fr;
8180
8180
  gap: 1.5rem;
8181
- margin-top: 1.5rem;
8182
8181
  max-width: 100%;
8183
8182
  overflow: hidden;
8184
8183
  box-sizing: border-box;
@@ -9268,21 +9267,23 @@ var Wrapper = styled9__default.default.div`
9268
9267
  var GallerySpecRow = styled9__default.default.div`
9269
9268
  display: grid;
9270
9269
  grid-template-columns: 1fr 380px;
9271
- gap: 1.25rem;
9272
- margin-bottom: 1.25rem;
9270
+ gap: 0.75rem;
9273
9271
  align-items: start;
9274
9272
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9275
9273
  `;
9276
9274
  var GallerySpecLeft = styled9__default.default.div`
9277
9275
  min-width: 0;
9278
9276
  overflow: hidden;
9277
+ display: flex;
9278
+ flex-direction: column;
9279
+ gap: 0.75rem;
9279
9280
  `;
9280
9281
  var MapCompRow = styled9__default.default.div`
9281
9282
  display: grid;
9282
- grid-template-columns: 1fr 340px;
9283
- gap: 1.25rem;
9284
- margin-bottom: 1.25rem;
9285
- align-items: start;
9283
+ grid-template-columns: 1fr 380px;
9284
+ gap: 0.75rem;
9285
+ margin-top: 0.75rem;
9286
+ align-items: stretch;
9286
9287
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9287
9288
  `;
9288
9289
  var MapCompLeft = styled9__default.default.div`
@@ -9293,6 +9294,7 @@ var AssetBentoNarratives = styled9__default.default.div`
9293
9294
  display: grid;
9294
9295
  grid-template-columns: repeat(3, 1fr);
9295
9296
  gap: 0.75rem;
9297
+ margin-top: 0.75rem;
9296
9298
  @media (max-width: 768px) { grid-template-columns: 1fr; }
9297
9299
  `;
9298
9300
  styled9__default.default.div`
@@ -9952,7 +9954,6 @@ var FeaturesPanel = styled9__default.default.div`
9952
9954
  display: flex;
9953
9955
  flex-wrap: wrap;
9954
9956
  gap: 0.75rem 1.5rem;
9955
- margin-top: 1.25rem;
9956
9957
  background: #111111;
9957
9958
  border: 1px solid rgba(255,255,255,0.1);
9958
9959
  border-radius: 12px;