@woosmap/ui 3.170.0 → 3.172.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.170.0",
3
+ "version": "3.172.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -151,6 +151,7 @@ import { ReactComponent as Clock } from '../../icons/clock.svg';
151
151
  import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
152
152
  import { ReactComponent as Close } from '../../icons/close.svg';
153
153
  import { ReactComponent as CloseThick } from '../../icons/close-thick.svg';
154
+ import { ReactComponent as Code } from '../../icons/code.svg';
154
155
  import { ReactComponent as Company } from '../../icons/company.svg';
155
156
  import { ReactComponent as Copy } from '../../icons/copy.svg';
156
157
  import { ReactComponent as CreditCard } from '../../icons/credit-card.svg';
@@ -279,6 +280,7 @@ import { ReactComponent as IndoorClass } from '../../icons/indoor-class.svg';
279
280
  import { ReactComponent as IndoorClothes } from '../../icons/indoor-clothes.svg';
280
281
  import { ReactComponent as IndoorConvinienceStore } from '../../icons/indoor-convinience_store.svg';
281
282
  import { ReactComponent as IndoorCosmetics } from '../../icons/indoor-cosmetics.svg';
283
+ import { ReactComponent as IndoorDefault } from '../../icons/indoor-default.svg';
282
284
  import { ReactComponent as IndoorDefibrilator } from '../../icons/indoor-defibrilator.svg';
283
285
  import { ReactComponent as IndoorDepartmentStore } from '../../icons/indoor-department_store.svg';
284
286
  import { ReactComponent as IndoorDeviceChargingStation } from '../../icons/indoor-device_charging_station.svg';
@@ -496,6 +498,7 @@ const ConsoleIcons = {
496
498
  clock: Clock,
497
499
  'close-thick': CloseThick,
498
500
  close: Close,
501
+ code: Code,
499
502
  company: Company,
500
503
  copy: Copy,
501
504
  'credit-card': CreditCard,
@@ -609,6 +612,7 @@ const ConsoleIcons = {
609
612
  'indoor-clothes': IndoorClothes,
610
613
  'indoor-convinience_store': IndoorConvinienceStore,
611
614
  'indoor-cosmetics': IndoorCosmetics,
615
+ 'indoor-default': IndoorDefault,
612
616
  'indoor-defibrilator': IndoorDefibrilator,
613
617
  'indoor-department_store': IndoorDepartmentStore,
614
618
  'indoor-device_charging_station': IndoorDeviceChargingStation,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.582 15.366a13.565 13.565 0 0 1-2.812-2.702.99.99 0 0 1 0-1.219A13.56 13.56 0 0 1 7.592 8.74l.312-.224a.559.559 0 1 0-.652-.91l-.312.223a14.674 14.674 0 0 0-3.054 2.928 2.11 2.11 0 0 0 .005 2.604 14.714 14.714 0 0 0 3.038 2.916l.336.24a.558.558 0 0 0 .781-.129.559.559 0 0 0-.129-.781l-.336-.24ZM20.441 10.755a14.643 14.643 0 0 0-3.053-2.928l-.312-.224a.56.56 0 0 0-.652.91l.313.225a13.524 13.524 0 0 1 2.821 2.704.996.996 0 0 1-.006 1.227 13.508 13.508 0 0 1-2.808 2.694l-.335.24a.558.558 0 0 0 .326 1.014.554.554 0 0 0 .326-.104l.334-.239a14.655 14.655 0 0 0 3.045-2.925 2.107 2.107 0 0 0 0-2.595ZM13.68 5.144a.56.56 0 0 0-.675.415l-3.1 13.002a.561.561 0 0 0 1.09.26l3.1-13.002a.561.561 0 0 0-.415-.675Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42"><path d="M31.619 15.44a3.553 3.553 0 0 0-1.929-2.916l-7.063-3.607a3.576 3.576 0 0 0-3.251 0l-7.064 3.608a3.552 3.552 0 0 0-1.929 2.916c-.004.031-.018.059-.018.091V26.47c0 .032.015.06.018.091a3.553 3.553 0 0 0 1.929 2.916l7.063 3.607c.509.261 1.067.391 1.626.391s1.117-.13 1.625-.39l7.064-3.608a3.552 3.552 0 0 0 1.929-2.916c.004-.031.018-.059.018-.091V15.531c0-.032-.015-.06-.018-.091Zm-2.657-1.49a1.963 1.963 0 0 1 1.076 1.757v10.286L21.8 21.851V10.305c.032.014.067.02.098.036l7.064 3.608Zm-15.924 0 7.064-3.609c.031-.016.066-.022.098-.036v11.578l-8.194 4.73c-.017-.106-.044-.21-.044-.32V15.707c0-.745.412-1.419 1.076-1.757Zm15.924 14.1-7.064 3.609a1.976 1.976 0 0 1-1.795 0l-7.064-3.608c-.054-.028-.095-.07-.146-.102l8.134-4.695 8.54 4.294c-.167.2-.362.379-.604.502Z"/></svg>