@overmap-ai/core 1.0.38-component-fields.20 → 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,27 +154,35 @@
154
154
  overflow-x: auto;
155
155
  white-space: nowrap;
156
156
  padding-top: calc(var(--space-1) + 1px);
157
- }._previewImage_1piva_1 {
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 {
158
166
  object-fit: cover;
159
167
  width: 100%;
160
168
  height: 50%;
169
+ max-height: 150px;
161
170
  overflow: hidden !important;
162
- margin-bottom: 0.5rem;
163
171
  border-radius: max(var(--radius-full), var(--radius-4));
164
172
  cursor: pointer;
165
173
  }
166
174
 
167
- ._nameContainer_1piva_11 {
175
+ ._nameContainer_1bb3a_19 {
168
176
  width: 80%;
169
177
  }
170
178
 
171
179
  @media only screen and (min-width: 768px) {
172
- ._hasPreview_1piva_16 {
180
+ ._hasPreview_1bb3a_24 {
173
181
  max-width: 250px;
174
182
  }
175
183
  }
176
184
 
177
- ._useEllipsis_1piva_21 {
185
+ ._useEllipsis_1bb3a_29 {
178
186
  overflow: hidden;
179
187
  white-space: nowrap;
180
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.20",
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",