@overmap-ai/core 1.0.38-component-fields.38 → 1.0.38-component-fields.40

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,35 +154,34 @@
154
154
  overflow-x: auto;
155
155
  white-space: nowrap;
156
156
  padding-top: calc(var(--space-1) + 1px);
157
- }._displayFileContainer_11gl2_1 {
157
+ }._displayFileContainer_1i498_1 {
158
158
  width: 100%;
159
159
  background-color: var(--surface-900);
160
160
  }
161
161
 
162
- ._infoContainer_11gl2_6 {
162
+ ._infoContainer_1i498_6 {
163
163
  margin-bottom: calc(-1 * var(--space-1));
164
164
  }
165
165
 
166
- ._previewImage_11gl2_10 {
166
+ ._previewImage_1i498_10 {
167
167
  object-fit: cover;
168
168
  width: 100%;
169
- height: 50%;
170
169
  max-height: 150px;
171
170
  overflow: hidden !important;
172
171
  border-radius: max(var(--radius-full), var(--radius-4));
173
172
  cursor: pointer;
174
173
  }
175
174
 
176
- ._fileSizeText_11gl2_20 {
175
+ ._fileSizeText_1i498_19 {
177
176
  white-space: nowrap;
178
177
  margin-right: var(--space-2);
179
178
  }
180
179
 
181
- ._nameContainer_11gl2_25 {
182
- width: 90%;
180
+ ._nameContainer_1i498_24 {
181
+ width: calc(100% - 56px);
183
182
  }
184
183
 
185
- ._useEllipsis_11gl2_29 {
184
+ ._useEllipsis_1i498_28 {
186
185
  overflow: hidden;
187
186
  white-space: nowrap;
188
187
  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.38",
6
+ "version": "1.0.38-component-fields.40",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",