@loafmarkets/ui 0.1.216 → 0.1.217

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
@@ -8174,14 +8174,13 @@ function FullMapPopup({ onClose, mapUrl }) {
8174
8174
  }
8175
8175
  var Row = styled9__default.default.div`
8176
8176
  display: grid;
8177
- grid-template-columns: 2fr 1fr;
8177
+ grid-template-columns: 1fr;
8178
8178
  gap: 1.5rem;
8179
8179
  margin-top: 1.5rem;
8180
8180
  max-width: 100%;
8181
8181
  overflow: hidden;
8182
8182
  box-sizing: border-box;
8183
8183
  width: 100%;
8184
- @media (max-width: 1024px) { grid-template-columns: 1fr; }
8185
8184
  `;
8186
8185
  var PanelBase = styled9__default.default.div`
8187
8186
  background: var(--color-card-darker, #111);
@@ -8285,7 +8284,7 @@ var CategoryRow = styled9__default.default.div`
8285
8284
  button[data-active='true'] { background: rgba(212,175,55,0.2); border-color: #D4AF37; color: #D4AF37; }
8286
8285
  `;
8287
8286
  var MapPanel = styled9__default.default(PanelBase)`
8288
- min-height: 500px; padding: 1.5rem;
8287
+ min-height: 350px; padding: 1.5rem;
8289
8288
  min-width: 0; overflow: hidden;
8290
8289
  `;
8291
8290
  var MapFrame = styled9__default.default.div`