@woosmap/ui 4.86.0 → 4.88.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": "4.86.0",
3
+ "version": "4.88.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -3,7 +3,6 @@ import Button from '../Button/Button';
3
3
  import { tr } from '../utils/locale';
4
4
  import Picto from '../../images/offlinechat/sf-chat.png';
5
5
  import Favicon from '../../images/offlinechat/favicon.png';
6
- import Lighthouse from '../../images/offlinechat/lighthouse.png';
7
6
 
8
7
  class OfflineChatBot extends React.Component {
9
8
  constructor(props) {
@@ -59,9 +59,12 @@
59
59
  &__body
60
60
  mbib(3)
61
61
  background-color $light
62
- padding 3rem
63
62
  text-align center
64
63
  height 100%
64
+ iframe {
65
+ border 0
66
+ width 100%
67
+ height 100%
65
68
  &__image
66
69
  max-width 20rem
67
70
  margin 0 auto 3rem auto