@overmap-ai/core 1.0.38-component-fields.18 → 1.0.38-component-fields.20

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/style.css CHANGED
@@ -154,25 +154,27 @@
154
154
  overflow-x: auto;
155
155
  white-space: nowrap;
156
156
  padding-top: calc(var(--space-1) + 1px);
157
- }._previewImage_ebhyt_1 {
158
- max-height: 100px;
159
- border-radius: max(var(--radius-2), var(--radius-4));
160
- flex-basis: 50%;
157
+ }._previewImage_1piva_1 {
161
158
  object-fit: cover;
159
+ width: 100%;
160
+ height: 50%;
161
+ overflow: hidden !important;
162
+ margin-bottom: 0.5rem;
163
+ border-radius: max(var(--radius-full), var(--radius-4));
162
164
  cursor: pointer;
163
165
  }
164
166
 
165
- ._nameContainer_ebhyt_9 {
167
+ ._nameContainer_1piva_11 {
166
168
  width: 80%;
167
169
  }
168
170
 
169
171
  @media only screen and (min-width: 768px) {
170
- ._hasPreview_ebhyt_14 {
172
+ ._hasPreview_1piva_16 {
171
173
  max-width: 250px;
172
174
  }
173
175
  }
174
176
 
175
- ._useEllipsis_ebhyt_19 {
177
+ ._useEllipsis_1piva_21 {
176
178
  overflow: hidden;
177
179
  white-space: nowrap;
178
180
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Core functionality for Overmap",
4
4
  "author": "Wôrdn Inc.",
5
5
  "license": "UNLICENSED",
6
- "version": "1.0.38-component-fields.18",
6
+ "version": "1.0.38-component-fields.20",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",