@loafmarkets/ui 0.1.226 → 0.1.227

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.mjs CHANGED
@@ -8152,7 +8152,6 @@ var Row = styled9.div`
8152
8152
  display: grid;
8153
8153
  grid-template-columns: 1fr;
8154
8154
  gap: 1.5rem;
8155
- margin-top: 1.5rem;
8156
8155
  max-width: 100%;
8157
8156
  overflow: hidden;
8158
8157
  box-sizing: border-box;
@@ -9242,21 +9241,23 @@ var Wrapper = styled9.div`
9242
9241
  var GallerySpecRow = styled9.div`
9243
9242
  display: grid;
9244
9243
  grid-template-columns: 1fr 380px;
9245
- gap: 1.25rem;
9246
- margin-bottom: 1.25rem;
9244
+ gap: 0.75rem;
9247
9245
  align-items: start;
9248
9246
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9249
9247
  `;
9250
9248
  var GallerySpecLeft = styled9.div`
9251
9249
  min-width: 0;
9252
9250
  overflow: hidden;
9251
+ display: flex;
9252
+ flex-direction: column;
9253
+ gap: 0.75rem;
9253
9254
  `;
9254
9255
  var MapCompRow = styled9.div`
9255
9256
  display: grid;
9256
- grid-template-columns: 1fr 340px;
9257
- gap: 1.25rem;
9258
- margin-bottom: 1.25rem;
9259
- align-items: start;
9257
+ grid-template-columns: 1fr 380px;
9258
+ gap: 0.75rem;
9259
+ margin-top: 0.75rem;
9260
+ align-items: stretch;
9260
9261
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9261
9262
  `;
9262
9263
  var MapCompLeft = styled9.div`
@@ -9267,6 +9268,7 @@ var AssetBentoNarratives = styled9.div`
9267
9268
  display: grid;
9268
9269
  grid-template-columns: repeat(3, 1fr);
9269
9270
  gap: 0.75rem;
9271
+ margin-top: 0.75rem;
9270
9272
  @media (max-width: 768px) { grid-template-columns: 1fr; }
9271
9273
  `;
9272
9274
  styled9.div`
@@ -9926,7 +9928,6 @@ var FeaturesPanel = styled9.div`
9926
9928
  display: flex;
9927
9929
  flex-wrap: wrap;
9928
9930
  gap: 0.75rem 1.5rem;
9929
- margin-top: 1.25rem;
9930
9931
  background: #111111;
9931
9932
  border: 1px solid rgba(255,255,255,0.1);
9932
9933
  border-radius: 12px;