@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/overmap-core.js +54 -50
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +54 -50
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/style.css +47 -44
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.
|
|
1
|
+
._description_1w0fq_1 {
|
|
2
2
|
white-space: pre-line;
|
|
3
3
|
}
|
|
4
4
|
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
31
|
+
._fileName_1w0fq_31 {
|
|
31
32
|
flex-grow: 1;
|
|
32
33
|
text-align: center;
|
|
33
34
|
}
|
|
34
35
|
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
69
|
+
._tabTrigger_1w0fq_69 {
|
|
69
70
|
flex: 1;
|
|
70
71
|
}
|
|
71
72
|
|
|
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
|
-
.
|
|
80
|
+
._title_1w0fq_73 {
|
|
80
81
|
font-weight: bold;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
|
-
.
|
|
84
|
+
._description_1w0fq_1 {
|
|
84
85
|
min-height: max-content;
|
|
85
86
|
padding-top: var(--space-2);
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.
|
|
89
|
+
._error_1w0fq_89 {
|
|
89
90
|
border-color: var(--red-a11);
|
|
90
|
-
}.
|
|
91
|
+
}._description_10o76_1 {
|
|
91
92
|
white-space: pre-line;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
121
|
+
._fileName_10o76_31 {
|
|
120
122
|
flex-grow: 1;
|
|
121
123
|
text-align: center;
|
|
122
124
|
}
|
|
123
125
|
|
|
124
|
-
.
|
|
126
|
+
._longIconButton_10o76_36 {
|
|
125
127
|
font-size: 0.8em;
|
|
126
128
|
min-width: 50px;
|
|
127
129
|
margin: 10px;
|
|
128
130
|
}
|
|
129
131
|
|
|
130
|
-
.
|
|
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
|
-
.
|
|
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
|
-
}.
|
|
203
|
+
}._description_6795p_1 {
|
|
202
204
|
white-space: pre-line;
|
|
203
205
|
}
|
|
204
206
|
|
|
205
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
233
|
+
._fileName_6795p_31 {
|
|
231
234
|
flex-grow: 1;
|
|
232
235
|
text-align: center;
|
|
233
236
|
}
|
|
234
237
|
|
|
235
|
-
.
|
|
238
|
+
._longIconButton_6795p_36 {
|
|
236
239
|
font-size: 0.8em;
|
|
237
240
|
min-width: 50px;
|
|
238
241
|
margin: 10px;
|
|
239
242
|
}
|
|
240
243
|
|
|
241
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
263
|
+
._popoverInputsContainer_6795p_61 {
|
|
261
264
|
max-width: 240px;
|
|
262
265
|
}
|
|
263
266
|
|
|
264
|
-
.
|
|
267
|
+
._imageContainer_6795p_65 {
|
|
265
268
|
position: relative;
|
|
266
269
|
display: inline-block;
|
|
267
270
|
width: min(300px, 100%);
|
|
268
271
|
}
|
|
269
|
-
.
|
|
272
|
+
._imageContainer_6795p_65:hover:not(:disabled) ._deleteImageButton_6795p_70 {
|
|
270
273
|
display: flex;
|
|
271
274
|
}
|
|
272
275
|
|
|
273
|
-
.
|
|
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
|
-
.
|
|
283
|
+
._typeBadge_6795p_81 {
|
|
281
284
|
width: fit-content;
|
|
282
285
|
height: var(--space-5);
|
|
283
286
|
}
|
|
284
287
|
|
|
285
|
-
.
|
|
288
|
+
._previewInput_6795p_86 button[id=upload-input-upload-button] {
|
|
286
289
|
width: 100%;
|
|
287
290
|
}
|
|
288
291
|
|
|
289
|
-
.
|
|
292
|
+
._directInput_6795p_90 {
|
|
290
293
|
min-width: 40%;
|
|
291
294
|
margin-left: var(--space-3);
|
|
292
295
|
}
|
|
293
296
|
|
|
294
|
-
.
|
|
297
|
+
._grow_6795p_95 {
|
|
295
298
|
display: grid;
|
|
296
299
|
}
|
|
297
300
|
|
|
298
|
-
.
|
|
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
|
-
.
|
|
307
|
+
._grow_6795p_95 > textarea {
|
|
305
308
|
resize: none;
|
|
306
309
|
overflow: hidden;
|
|
307
310
|
min-height: max-content;
|
|
308
311
|
}
|
|
309
312
|
|
|
310
|
-
.
|
|
311
|
-
.
|
|
313
|
+
._grow_6795p_95 > input,
|
|
314
|
+
._grow_6795p_95::after {
|
|
312
315
|
grid-area: 1/1;
|
|
313
316
|
}
|
|
314
317
|
|
|
315
|
-
.
|
|
316
|
-
.
|
|
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.
|
|
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",
|