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

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,15 +154,16 @@
154
154
  overflow-x: auto;
155
155
  white-space: nowrap;
156
156
  padding-top: calc(var(--space-1) + 1px);
157
- }._displayFileContainer_1bb3a_1 {
157
+ }._displayFileContainer_11gl2_1 {
158
158
  width: 100%;
159
+ background-color: var(--surface-900);
159
160
  }
160
161
 
161
- ._infoContainer_1bb3a_5 {
162
+ ._infoContainer_11gl2_6 {
162
163
  margin-bottom: calc(-1 * var(--space-1));
163
164
  }
164
165
 
165
- ._previewImage_1bb3a_9 {
166
+ ._previewImage_11gl2_10 {
166
167
  object-fit: cover;
167
168
  width: 100%;
168
169
  height: 50%;
@@ -172,17 +173,16 @@
172
173
  cursor: pointer;
173
174
  }
174
175
 
175
- ._nameContainer_1bb3a_19 {
176
- width: 80%;
176
+ ._fileSizeText_11gl2_20 {
177
+ white-space: nowrap;
178
+ margin-right: var(--space-2);
177
179
  }
178
180
 
179
- @media only screen and (min-width: 768px) {
180
- ._hasPreview_1bb3a_24 {
181
- max-width: 250px;
182
- }
181
+ ._nameContainer_11gl2_25 {
182
+ width: 90%;
183
183
  }
184
184
 
185
- ._useEllipsis_1bb3a_29 {
185
+ ._useEllipsis_11gl2_29 {
186
186
  overflow: hidden;
187
187
  white-space: nowrap;
188
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.21",
6
+ "version": "1.0.38-component-fields.22",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",