@overmap-ai/core 1.0.38-component-fields.19 → 1.0.38-component-fields.21

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,35 @@
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
+ }._displayFileContainer_1bb3a_1 {
158
+ width: 100%;
159
+ }
160
+
161
+ ._infoContainer_1bb3a_5 {
162
+ margin-bottom: calc(-1 * var(--space-1));
163
+ }
164
+
165
+ ._previewImage_1bb3a_9 {
161
166
  object-fit: cover;
167
+ width: 100%;
168
+ height: 50%;
169
+ max-height: 150px;
170
+ overflow: hidden !important;
171
+ border-radius: max(var(--radius-full), var(--radius-4));
162
172
  cursor: pointer;
163
173
  }
164
174
 
165
- ._nameContainer_ebhyt_9 {
175
+ ._nameContainer_1bb3a_19 {
166
176
  width: 80%;
167
177
  }
168
178
 
169
179
  @media only screen and (min-width: 768px) {
170
- ._hasPreview_ebhyt_14 {
180
+ ._hasPreview_1bb3a_24 {
171
181
  max-width: 250px;
172
182
  }
173
183
  }
174
184
 
175
- ._useEllipsis_ebhyt_19 {
185
+ ._useEllipsis_1bb3a_29 {
176
186
  overflow: hidden;
177
187
  white-space: nowrap;
178
188
  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.19",
6
+ "version": "1.0.38-component-fields.21",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",