@woosmap/ui 2.44.0 → 2.45.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": "2.44.0",
3
+ "version": "2.45.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -114,6 +114,9 @@ import { ReactComponent as Localities } from '../../icons/localities.svg';
114
114
  import { ReactComponent as Map } from '../../icons/map.svg';
115
115
  import { ReactComponent as Merchant } from '../../icons/merchant.svg';
116
116
  import { ReactComponent as Traffic } from '../../icons/traffic.svg';
117
+ import { ReactComponent as SocialFacebook } from '../../icons/social-facebook.svg';
118
+ import { ReactComponent as SocialLinkedin } from '../../icons/social-linkedin.svg';
119
+ import { ReactComponent as SocialTwitter } from '../../icons/social-twitter.svg';
117
120
 
118
121
  const Icons = {
119
122
  access: Access,
@@ -229,6 +232,9 @@ const Icons = {
229
232
  maps: Map,
230
233
  merchant: Merchant,
231
234
  traffic: Traffic,
235
+ 'social-facebook': SocialFacebook,
236
+ 'social-linkedin': SocialLinkedin,
237
+ 'social-twitter': SocialTwitter,
232
238
  };
233
239
 
234
240
  class Icon extends Component {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.426 1.66H4.661a3 3 0 0 0-3 3v14.766a3 3 0 0 0 3 3H12.7v-8.095H10v-3.1h2.7V8.93a3.76 3.76 0 0 1 3.37-4.113 3.823 3.823 0 0 1 .642-.009 18.532 18.532 0 0 1 2.413.124v2.779H17.46c-1.3 0-1.53.607-1.53 1.516v2h3.075l-.4 3.1h-2.676v8.1h3.5a3 3 0 0 0 3-3V4.66a3 3 0 0 0-3.003-3Z" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.426 1.66H4.661a3 3 0 0 0-3 3v14.766a3 3 0 0 0 3 3h14.765a3 3 0 0 0 3-3V4.66a3 3 0 0 0-3-3ZM7.8 19.281H4.721V9.409H7.8ZM6.26 8.072h-.012a1.778 1.778 0 0 1-1.761-1.793v-.006a1.786 1.786 0 1 1 1.772 1.8Zm9.961 11.21v-4.8c0-1.144-.028-2.62-1.6-2.62-1.6 0-1.834 1.255-1.834 2.537v4.88H9.726v-9.87h2.935v1.349h.032a3.225 3.225 0 0 1 2.9-1.586c3.115 0 3.68 2.04 3.68 4.7l.007 5.41Z" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.066 5.136a8.972 8.972 0 0 1-2.61.715 4.552 4.552 0 0 0 2-2.511 9.083 9.083 0 0 1-2.884 1.1 4.545 4.545 0 0 0-7.741 4.142 12.9 12.9 0 0 1-9.357-4.744A4.544 4.544 0 0 0 3.879 9.9a4.542 4.542 0 0 1-2.058-.567v.057a4.542 4.542 0 0 0 3.642 4.453 4.519 4.519 0 0 1-1.2.159 4.441 4.441 0 0 1-.853-.08 4.549 4.549 0 0 0 4.241 3.153 9.112 9.112 0 0 1-5.639 1.944 9.559 9.559 0 0 1-1.082-.062A12.88 12.88 0 0 0 7.892 21 12.832 12.832 0 0 0 20.814 8.254v-.179c0-.2 0-.393-.014-.588a9.2 9.2 0 0 0 2.267-2.348Z"/></svg>
@@ -1,10 +1,10 @@
1
1
  html
2
- font-size: 62.5%
3
- width: 100%
4
- height: 100%
5
- -moz-text-size-adjust: 100%
6
- -webkit-text-size-adjust: 100%
7
- -ms-text-size-adjust: 100%
2
+ font-size 62.5%
3
+ width 100%
4
+ height 100%
5
+ -moz-text-size-adjust 100%
6
+ -webkit-text-size-adjust 100%
7
+ -ms-text-size-adjust 100%
8
8
 
9
9
  body
10
10
  width 100%