@woosmap/ui 3.141.0 → 3.143.0
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/package.json
CHANGED
|
@@ -338,6 +338,7 @@ import { ReactComponent as IndoorTrain } from '../../icons/indoor-train.svg';
|
|
|
338
338
|
import { ReactComponent as IndoorTransports } from '../../icons/indoor-transports.svg';
|
|
339
339
|
import { ReactComponent as IndoorTravelAgency } from '../../icons/indoor-travel_agency.svg';
|
|
340
340
|
import { ReactComponent as IndoorUnderwear } from '../../icons/indoor-underwear.svg';
|
|
341
|
+
import { ReactComponent as IndoorVenue } from '../../icons/indoor-venue.svg';
|
|
341
342
|
import { ReactComponent as IndoorWasteBasket } from '../../icons/indoor-waste_basket.svg';
|
|
342
343
|
import { ReactComponent as IndoorWorkplace } from '../../icons/indoor-workplace.svg';
|
|
343
344
|
|
|
@@ -666,6 +667,7 @@ const ConsoleIcons = {
|
|
|
666
667
|
'indoor-transports': IndoorTransports,
|
|
667
668
|
'indoor-travel_agency': IndoorTravelAgency,
|
|
668
669
|
'indoor-underwear': IndoorUnderwear,
|
|
670
|
+
'indoor-venue': IndoorVenue,
|
|
669
671
|
'indoor-waste_basket': IndoorWasteBasket,
|
|
670
672
|
'indoor-workplace': IndoorWorkplace,
|
|
671
673
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42"><path d="M21.569 2.069c-7.481 0-13.567 6.086-13.567 13.566 0 4.98 3.133 8.678 6.164 12.253 2.78 3.279 5.406 6.378 5.406 10.196 0 1.069.84 1.846 1.998 1.846 1.139 0 1.998-.793 1.998-1.846 0-3.818 2.626-6.917 5.406-10.196 3.03-3.575 6.163-7.272 6.163-12.253 0-7.48-6.086-13.566-13.567-13.566Zm6.183 24.784c-2.844 3.356-5.785 6.826-5.785 11.231 0 .229-.305.246-.398.246-.182 0-.398-.043-.398-.246 0-4.405-2.941-7.875-5.785-11.231-2.843-3.354-5.784-6.824-5.784-11.218 0-6.599 5.369-11.967 11.967-11.967s11.967 5.368 11.967 11.967c0 4.394-2.94 7.863-5.784 11.218Z"/><path d="M29.168 16.637c.255-.409.284-.854.082-1.285l-.063-.132-.013-.013c-.286-.503-.849-.979-1.654-1.422.791-.315 1.367-.701 1.649-1.147.255-.408.283-.853.082-1.285l-.076-.145c-.899-1.609-4.188-2.85-7.622-2.85H21.5c-3.555.008-6.91 1.334-7.638 3.019-.188.435-.146.875.117 1.265.286.435.858.813 1.633 1.123-.901.495-1.5 1.034-1.749 1.61-.189.435-.147.875.116 1.266.283.431.848.804 1.611 1.113-.721.398-1.433.938-1.727 1.618-.187.431-.146.869.117 1.269.809 1.229 3.805 2.023 7.633 2.023s6.778-.794 7.557-2.027c.255-.408.283-.853.082-1.285l-.076-.145c-.289-.513-.842-.991-1.64-1.43.783-.313 1.354-.697 1.634-1.141Zm-7.667-6.679h.051c3.263 0 5.617 1.192 6.163 1.934-.469.396-2.355 1.174-6.104 1.174-3.773 0-5.7-.789-6.195-1.199.537-.734 2.839-1.9 6.085-1.908Zm.11 11.106c-3.779 0-5.707-.792-6.195-1.197.183-.235.605-.568 1.335-.913 2.949.774 6.63.791 9.61.018.738.351 1.166.687 1.351.921-.475.397-2.36 1.172-6.101 1.172Zm0-3.999c-3.761 0-5.688-.784-6.19-1.196.174-.217.563-.524 1.23-.854 1.403.349 3.11.532 4.96.532 1.815 0 3.487-.177 4.86-.513.674.335 1.067.646 1.241.86-.526.451-2.635 1.17-6.101 1.17Z"/></svg>
|
|
@@ -82,7 +82,7 @@ img
|
|
|
82
82
|
&--5
|
|
83
83
|
margin-top .5rem
|
|
84
84
|
&--0
|
|
85
|
-
margin-top 0
|
|
85
|
+
margin-top 0 !important
|
|
86
86
|
.mb
|
|
87
87
|
&--100
|
|
88
88
|
margin-bottom 10rem
|
|
@@ -167,4 +167,92 @@ img
|
|
|
167
167
|
&--10
|
|
168
168
|
margin 1rem 0
|
|
169
169
|
&--5
|
|
170
|
-
margin .5rem 0
|
|
170
|
+
margin .5rem 0
|
|
171
|
+
|
|
172
|
+
.ml
|
|
173
|
+
&--100
|
|
174
|
+
margin-top 10rem
|
|
175
|
+
&--95
|
|
176
|
+
margin-top 9.5rem
|
|
177
|
+
&--90
|
|
178
|
+
margin-top 9rem
|
|
179
|
+
&--85
|
|
180
|
+
margin-top 8.5rem
|
|
181
|
+
&--80
|
|
182
|
+
margin-top 8rem
|
|
183
|
+
&--75
|
|
184
|
+
margin-top 7.5rem
|
|
185
|
+
&--70
|
|
186
|
+
margin-top 7rem
|
|
187
|
+
&--65
|
|
188
|
+
margin-top 6.5rem
|
|
189
|
+
&--60
|
|
190
|
+
margin-top 6rem
|
|
191
|
+
&--55
|
|
192
|
+
margin-top 5.5rem
|
|
193
|
+
&--50
|
|
194
|
+
margin-top 5rem
|
|
195
|
+
&--45
|
|
196
|
+
margin-top 4.5rem
|
|
197
|
+
&--40
|
|
198
|
+
margin-top 4rem
|
|
199
|
+
&--35
|
|
200
|
+
margin-top 3.5rem
|
|
201
|
+
&--30
|
|
202
|
+
margin-top 3rem
|
|
203
|
+
&--25
|
|
204
|
+
margin-top 2.5rem
|
|
205
|
+
&--20
|
|
206
|
+
margin-top 2rem
|
|
207
|
+
&--15
|
|
208
|
+
margin-top 1.5rem
|
|
209
|
+
&--10
|
|
210
|
+
margin-top 1rem
|
|
211
|
+
&--5
|
|
212
|
+
margin-top .5rem
|
|
213
|
+
&--0
|
|
214
|
+
margin-top 0 !important
|
|
215
|
+
|
|
216
|
+
.mr
|
|
217
|
+
&--100
|
|
218
|
+
margin-top 10rem
|
|
219
|
+
&--95
|
|
220
|
+
margin-top 9.5rem
|
|
221
|
+
&--90
|
|
222
|
+
margin-top 9rem
|
|
223
|
+
&--85
|
|
224
|
+
margin-top 8.5rem
|
|
225
|
+
&--80
|
|
226
|
+
margin-top 8rem
|
|
227
|
+
&--75
|
|
228
|
+
margin-top 7.5rem
|
|
229
|
+
&--70
|
|
230
|
+
margin-top 7rem
|
|
231
|
+
&--65
|
|
232
|
+
margin-top 6.5rem
|
|
233
|
+
&--60
|
|
234
|
+
margin-top 6rem
|
|
235
|
+
&--55
|
|
236
|
+
margin-top 5.5rem
|
|
237
|
+
&--50
|
|
238
|
+
margin-top 5rem
|
|
239
|
+
&--45
|
|
240
|
+
margin-top 4.5rem
|
|
241
|
+
&--40
|
|
242
|
+
margin-top 4rem
|
|
243
|
+
&--35
|
|
244
|
+
margin-top 3.5rem
|
|
245
|
+
&--30
|
|
246
|
+
margin-top 3rem
|
|
247
|
+
&--25
|
|
248
|
+
margin-top 2.5rem
|
|
249
|
+
&--20
|
|
250
|
+
margin-top 2rem
|
|
251
|
+
&--15
|
|
252
|
+
margin-top 1.5rem
|
|
253
|
+
&--10
|
|
254
|
+
margin-top 1rem
|
|
255
|
+
&--5
|
|
256
|
+
margin-top .5rem
|
|
257
|
+
&--0
|
|
258
|
+
margin-top 0 !important
|