@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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8148,14 +8148,13 @@ function FullMapPopup({ onClose, mapUrl }) {
|
|
|
8148
8148
|
}
|
|
8149
8149
|
var Row = styled9.div`
|
|
8150
8150
|
display: grid;
|
|
8151
|
-
grid-template-columns:
|
|
8151
|
+
grid-template-columns: 1fr;
|
|
8152
8152
|
gap: 1.5rem;
|
|
8153
8153
|
margin-top: 1.5rem;
|
|
8154
8154
|
max-width: 100%;
|
|
8155
8155
|
overflow: hidden;
|
|
8156
8156
|
box-sizing: border-box;
|
|
8157
8157
|
width: 100%;
|
|
8158
|
-
@media (max-width: 1024px) { grid-template-columns: 1fr; }
|
|
8159
8158
|
`;
|
|
8160
8159
|
var PanelBase = styled9.div`
|
|
8161
8160
|
background: var(--color-card-darker, #111);
|
|
@@ -8259,7 +8258,7 @@ var CategoryRow = styled9.div`
|
|
|
8259
8258
|
button[data-active='true'] { background: rgba(212,175,55,0.2); border-color: #D4AF37; color: #D4AF37; }
|
|
8260
8259
|
`;
|
|
8261
8260
|
var MapPanel = styled9(PanelBase)`
|
|
8262
|
-
min-height:
|
|
8261
|
+
min-height: 350px; padding: 1.5rem;
|
|
8263
8262
|
min-width: 0; overflow: hidden;
|
|
8264
8263
|
`;
|
|
8265
8264
|
var MapFrame = styled9.div`
|