@overmap-ai/core 1.0.38-component-fields.4 → 1.0.38-component-fields.6

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
@@ -1,15 +1,15 @@
1
- ._description_p31lm_1 {
1
+ ._description_1w0fq_1 {
2
2
  white-space: pre-line;
3
3
  }
4
4
 
5
- ._floatingButtonContainer_p31lm_5 {
5
+ ._floatingButtonContainer_1w0fq_5 {
6
6
  position: sticky;
7
7
  bottom: 0;
8
8
  padding-bottom: 10px;
9
9
  padding-right: 10px;
10
10
  }
11
11
 
12
- ._FullScreenImageContainer_p31lm_12 {
12
+ ._FullScreenImageContainer_1w0fq_12 {
13
13
  position: fixed;
14
14
  top: 0;
15
15
  left: 0;
@@ -19,7 +19,8 @@
19
19
  background-color: rgba(0, 0, 0, 0.85);
20
20
  }
21
21
 
22
- ._TopBarContainer_p31lm_22 {
22
+ ._TopBarContainer_1w0fq_22 {
23
+ background-color: var(--color-background);
23
24
  position: fixed;
24
25
  top: 0;
25
26
  left: 0;
@@ -27,18 +28,18 @@
27
28
  z-index: 5001;
28
29
  }
29
30
 
30
- ._fileName_p31lm_30 {
31
+ ._fileName_1w0fq_31 {
31
32
  flex-grow: 1;
32
33
  text-align: center;
33
34
  }
34
35
 
35
- ._longIconButton_p31lm_35 {
36
+ ._longIconButton_1w0fq_36 {
36
37
  font-size: 0.8em;
37
38
  min-width: 50px;
38
39
  margin: 10px;
39
40
  }
40
41
 
41
- ._previewImage_p31lm_41 {
42
+ ._previewImage_1w0fq_42 {
42
43
  object-fit: cover;
43
44
  width: min(300px, 100%);
44
45
  height: 100px;
@@ -46,7 +47,7 @@
46
47
  cursor: pointer;
47
48
  }
48
49
 
49
- ._FullScreenImage_p31lm_12 {
50
+ ._FullScreenImage_1w0fq_12 {
50
51
  position: absolute;
51
52
  top: 50%;
52
53
  left: 50%;
@@ -57,7 +58,7 @@
57
58
  z-index: 5001;
58
59
  }
59
60
 
60
- ._tabsList_p31lm_60 {
61
+ ._tabsList_1w0fq_61 {
61
62
  display: flex;
62
63
  position: sticky;
63
64
  background-color: var(--color-background);
@@ -65,40 +66,40 @@
65
66
  z-index: 2000;
66
67
  }
67
68
 
68
- ._tabTrigger_p31lm_68 {
69
+ ._tabTrigger_1w0fq_69 {
69
70
  flex: 1;
70
71
  }
71
72
 
72
- ._patchfieldBorder_p31lm_72, ._description_p31lm_1, ._title_p31lm_72 {
73
+ ._patchfieldBorder_1w0fq_73, ._description_1w0fq_1, ._title_1w0fq_73 {
73
74
  accent-color: var(--gray-surface);
74
75
  border: 1px solid var(--gray-a7);
75
76
  border-radius: 8px;
76
77
  padding-left: var(--space-2);
77
78
  }
78
79
 
79
- ._title_p31lm_72 {
80
+ ._title_1w0fq_73 {
80
81
  font-weight: bold;
81
82
  }
82
83
 
83
- ._description_p31lm_1 {
84
+ ._description_1w0fq_1 {
84
85
  min-height: max-content;
85
86
  padding-top: var(--space-2);
86
87
  }
87
88
 
88
- ._error_p31lm_88 {
89
+ ._error_1w0fq_89 {
89
90
  border-color: var(--red-a11);
90
- }._description_1kceu_1 {
91
+ }._description_10o76_1 {
91
92
  white-space: pre-line;
92
93
  }
93
94
 
94
- ._floatingButtonContainer_1kceu_5 {
95
+ ._floatingButtonContainer_10o76_5 {
95
96
  position: sticky;
96
97
  bottom: 0;
97
98
  padding-bottom: 10px;
98
99
  padding-right: 10px;
99
100
  }
100
101
 
101
- ._FullScreenImageContainer_1kceu_12 {
102
+ ._FullScreenImageContainer_10o76_12 {
102
103
  position: fixed;
103
104
  top: 0;
104
105
  left: 0;
@@ -108,7 +109,8 @@
108
109
  background-color: rgba(0, 0, 0, 0.85);
109
110
  }
110
111
 
111
- ._TopBarContainer_1kceu_22 {
112
+ ._TopBarContainer_10o76_22 {
113
+ background-color: var(--color-background);
112
114
  position: fixed;
113
115
  top: 0;
114
116
  left: 0;
@@ -116,18 +118,18 @@
116
118
  z-index: 5001;
117
119
  }
118
120
 
119
- ._fileName_1kceu_30 {
121
+ ._fileName_10o76_31 {
120
122
  flex-grow: 1;
121
123
  text-align: center;
122
124
  }
123
125
 
124
- ._longIconButton_1kceu_35 {
126
+ ._longIconButton_10o76_36 {
125
127
  font-size: 0.8em;
126
128
  min-width: 50px;
127
129
  margin: 10px;
128
130
  }
129
131
 
130
- ._previewImage_1kceu_41 {
132
+ ._previewImage_10o76_42 {
131
133
  object-fit: cover;
132
134
  width: min(300px, 100%);
133
135
  height: 100px;
@@ -135,7 +137,7 @@
135
137
  cursor: pointer;
136
138
  }
137
139
 
138
- ._FullScreenImage_1kceu_12 {
140
+ ._FullScreenImage_10o76_12 {
139
141
  position: absolute;
140
142
  top: 50%;
141
143
  left: 50%;
@@ -198,18 +200,18 @@
198
200
 
199
201
  ._addSectionButton_an5ff_5 {
200
202
  margin-bottom: var(--space-4);
201
- }._description_o5qyx_1 {
203
+ }._description_6795p_1 {
202
204
  white-space: pre-line;
203
205
  }
204
206
 
205
- ._floatingButtonContainer_o5qyx_5 {
207
+ ._floatingButtonContainer_6795p_5 {
206
208
  position: sticky;
207
209
  bottom: 0;
208
210
  padding-bottom: 10px;
209
211
  padding-right: 10px;
210
212
  }
211
213
 
212
- ._FullScreenImageContainer_o5qyx_12 {
214
+ ._FullScreenImageContainer_6795p_12 {
213
215
  position: fixed;
214
216
  top: 0;
215
217
  left: 0;
@@ -219,7 +221,8 @@
219
221
  background-color: rgba(0, 0, 0, 0.85);
220
222
  }
221
223
 
222
- ._TopBarContainer_o5qyx_22 {
224
+ ._TopBarContainer_6795p_22 {
225
+ background-color: var(--color-background);
223
226
  position: fixed;
224
227
  top: 0;
225
228
  left: 0;
@@ -227,18 +230,18 @@
227
230
  z-index: 5001;
228
231
  }
229
232
 
230
- ._fileName_o5qyx_30 {
233
+ ._fileName_6795p_31 {
231
234
  flex-grow: 1;
232
235
  text-align: center;
233
236
  }
234
237
 
235
- ._longIconButton_o5qyx_35 {
238
+ ._longIconButton_6795p_36 {
236
239
  font-size: 0.8em;
237
240
  min-width: 50px;
238
241
  margin: 10px;
239
242
  }
240
243
 
241
- ._previewImage_o5qyx_41 {
244
+ ._previewImage_6795p_42 {
242
245
  object-fit: cover;
243
246
  width: min(300px, 100%);
244
247
  height: 100px;
@@ -246,7 +249,7 @@
246
249
  cursor: pointer;
247
250
  }
248
251
 
249
- ._FullScreenImage_o5qyx_12 {
252
+ ._FullScreenImage_6795p_12 {
250
253
  position: absolute;
251
254
  top: 50%;
252
255
  left: 50%;
@@ -257,62 +260,62 @@
257
260
  z-index: 5001;
258
261
  }
259
262
 
260
- ._popoverInputsContainer_o5qyx_60 {
263
+ ._popoverInputsContainer_6795p_61 {
261
264
  max-width: 240px;
262
265
  }
263
266
 
264
- ._imageContainer_o5qyx_64 {
267
+ ._imageContainer_6795p_65 {
265
268
  position: relative;
266
269
  display: inline-block;
267
270
  width: min(300px, 100%);
268
271
  }
269
- ._imageContainer_o5qyx_64:hover:not(:disabled) ._deleteImageButton_o5qyx_69 {
272
+ ._imageContainer_6795p_65:hover:not(:disabled) ._deleteImageButton_6795p_70 {
270
273
  display: flex;
271
274
  }
272
275
 
273
- ._deleteImageButton_o5qyx_69 {
276
+ ._deleteImageButton_6795p_70 {
274
277
  position: absolute;
275
278
  top: var(--space-2);
276
279
  right: var(--space-2);
277
280
  display: none;
278
281
  }
279
282
 
280
- ._typeBadge_o5qyx_80 {
283
+ ._typeBadge_6795p_81 {
281
284
  width: fit-content;
282
285
  height: var(--space-5);
283
286
  }
284
287
 
285
- ._previewInput_o5qyx_85 button[id=upload-input-upload-button] {
288
+ ._previewInput_6795p_86 button[id=upload-input-upload-button] {
286
289
  width: 100%;
287
290
  }
288
291
 
289
- ._directInput_o5qyx_89 {
292
+ ._directInput_6795p_90 {
290
293
  min-width: 40%;
291
294
  margin-left: var(--space-3);
292
295
  }
293
296
 
294
- ._grow_o5qyx_94 {
297
+ ._grow_6795p_95 {
295
298
  display: grid;
296
299
  }
297
300
 
298
- ._grow_o5qyx_94::after {
301
+ ._grow_6795p_95::after {
299
302
  content: attr(data-replicated-value) " ";
300
303
  white-space: pre-wrap;
301
304
  visibility: hidden;
302
305
  }
303
306
 
304
- ._grow_o5qyx_94 > textarea {
307
+ ._grow_6795p_95 > textarea {
305
308
  resize: none;
306
309
  overflow: hidden;
307
310
  min-height: max-content;
308
311
  }
309
312
 
310
- ._grow_o5qyx_94 > input,
311
- ._grow_o5qyx_94::after {
313
+ ._grow_6795p_95 > input,
314
+ ._grow_6795p_95::after {
312
315
  grid-area: 1/1;
313
316
  }
314
317
 
315
- ._grow_o5qyx_94 > textarea,
316
- ._grow_o5qyx_94::after {
318
+ ._grow_6795p_95 > textarea,
319
+ ._grow_6795p_95::after {
317
320
  grid-area: 1/1/2/2;
318
321
  }
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.4",
6
+ "version": "1.0.38-component-fields.6",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",