@woosmap/ui 3.57.0 → 3.58.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.57.0",
3
+ "version": "3.58.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -57,6 +57,7 @@ import { ReactComponent as Chat } from '../../icons/chat.svg';
57
57
  import { ReactComponent as Check } from '../../icons/check.svg';
58
58
  import { ReactComponent as Checked } from '../../icons/checked.svg';
59
59
  import { ReactComponent as CheckCircle } from '../../icons/check-circle.svg';
60
+ import { ReactComponent as CheckSquare } from '../../icons/check-square.svg';
60
61
  import { ReactComponent as Clock } from '../../icons/clock.svg';
61
62
  import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
62
63
  import { ReactComponent as Close } from '../../icons/close.svg';
@@ -208,6 +209,7 @@ const Icons = {
208
209
  check: Check,
209
210
  checked: Checked,
210
211
  'check-circle': CheckCircle,
212
+ 'check-square': CheckSquare,
211
213
  clock: Clock,
212
214
  'clock-reversed': ClockReversed,
213
215
  close: Close,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.66 16.524a.549.549 0 0 1-.3-.085 12.592 12.592 0 0 1-3.536-3.295l-.605-.834a.56.56 0 0 1 .906-.659l.605.834a11.5 11.5 0 0 0 2.874 2.779 32.873 32.873 0 0 0 5.716-6.708l.529-.824a.56.56 0 0 1 .942.606l-.529.823a33.971 33.971 0 0 1-6.238 7.226.553.553 0 0 1-.364.137Z"/><path d="M11.883 20.908A21.2 21.2 0 0 1 5.437 19.9a3.023 3.023 0 0 1-2.114-2.89V7.068a3.04 3.04 0 0 1 2.023-2.861 19.678 19.678 0 0 1 13.074 0 3.04 3.04 0 0 1 2.023 2.861v9.942a3.022 3.022 0 0 1-2.113 2.89 21.2 21.2 0 0 1-6.447 1.008Zm0-16.7a18.5 18.5 0 0 0-6.164 1.056 1.916 1.916 0 0 0-1.276 1.8v9.946a1.909 1.909 0 0 0 1.334 1.824 20.036 20.036 0 0 0 12.213 0 1.908 1.908 0 0 0 1.333-1.824V7.068a1.915 1.915 0 0 0-1.276-1.8 18.49 18.49 0 0 0-6.164-1.059Zm6.277 15.159Z"/></svg>
@@ -279,7 +279,7 @@ $light1 = rgba(255, 255, 255, .01)
279
279
 
280
280
  $search = #388aff
281
281
  $search10 = rgba($search, .1)
282
- $searchDark = #0D63DD
282
+ $searchDark = #216FCE
283
283
 
284
284
  $localities = #009DFF
285
285
  $localities10 = rgba($localities, .1)
@@ -295,13 +295,17 @@ $multiSearchDark = #3A68B2
295
295
 
296
296
  $geolocation = #506BDE
297
297
  $geolocation10 = rgba($geolocation, .1)
298
- $geolocationDark = #1F40CC
298
+ $geolocationDark = #3755B5
299
299
 
300
300
 
301
301
  $merchant = #7F8A98
302
302
  $merchant10 = rgba($merchant, .1)
303
303
  $merchantDark = #4F5D6E
304
304
 
305
+ $indoor = #B7B38B
306
+ $indoor10 = rgba($indoor, .1)
307
+ $indoorDark = #999471
308
+
305
309
  $storeLocator = #82A1A7
306
310
  $storeLocator10 = rgba($storeLocator, .1)
307
311
  $storeLocatorDark = #546D72
@@ -326,11 +330,11 @@ $trafficDark = #E04B4B
326
330
 
327
331
  $map = #A1887F
328
332
  $map10 = rgba($map, .1)
329
- $mapDark = #906455
333
+ $mapDark = #7F6C66
330
334
 
331
335
  $mapping = #B9715A
332
336
  $mapping10 = rgba($mapping, .1)
333
- $mappingDark = #96503A
337
+ $mappingDark = #935544
334
338
 
335
339
 
336
340
  $showcases = #68668E