@woosmap/ui 4.102.0 → 4.103.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.102.0",
3
+ "version": "4.103.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1,10 +1,16 @@
1
1
  // SF Chat Customization
2
2
  body
3
3
  .embeddedServiceHelpButton
4
+ left auto
5
+ right 0
6
+ width 100%
4
7
  .embeddedServiceIcon
5
8
  display block !important
6
9
  .helpButton
7
10
  right 0
11
+ border .1rem solid $light
12
+ margin-left auto
13
+ min-width 17rem
8
14
  .uiButton
9
15
  trans()
10
16
  right 2rem
@@ -14,6 +20,7 @@ body
14
20
  min-width 1rem
15
21
  text-decoration none
16
22
  box-shadow 0 0 .2rem transparent
23
+ border .1rem solid $light
17
24
  &.helpButtonDisabled
18
25
  position fixed
19
26
  right 2rem