@woosmap/ui 4.67.0 → 4.68.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,8 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
3
|
.embeddedServiceHelpButton
|
|
4
|
+
.embeddedServiceIcon
|
|
5
|
+
display block !important
|
|
4
6
|
.helpButton .uiButton
|
|
5
7
|
trans()
|
|
6
8
|
background $logo2
|
|
@@ -10,9 +12,9 @@ body
|
|
|
10
12
|
text-decoration none
|
|
11
13
|
box-shadow 0 0 .2rem transparent
|
|
12
14
|
&:focus
|
|
13
|
-
outline
|
|
15
|
+
outline none
|
|
14
16
|
background $logo2
|
|
15
|
-
text-decoration
|
|
17
|
+
text-decoration none
|
|
16
18
|
.helpButtonLabel
|
|
17
19
|
text-decoration none
|
|
18
20
|
&:before
|
|
@@ -32,6 +34,8 @@ body
|
|
|
32
34
|
max-width 20rem
|
|
33
35
|
background-color $logo2
|
|
34
36
|
border-color $logo2
|
|
37
|
+
.minimizedText
|
|
38
|
+
font-size 14px
|
|
35
39
|
&.minimizedContainer
|
|
36
40
|
&:hover
|
|
37
41
|
background-color $sucess2
|
|
@@ -52,9 +56,9 @@ body
|
|
|
52
56
|
text-decoration none
|
|
53
57
|
box-shadow 0 0 .2rem transparent
|
|
54
58
|
&:focus
|
|
55
|
-
outline
|
|
59
|
+
outline none
|
|
56
60
|
background $logo2
|
|
57
|
-
text-decoration
|
|
61
|
+
text-decoration none
|
|
58
62
|
.helpButtonLabel
|
|
59
63
|
text-decoration none
|
|
60
64
|
&:before
|
|
@@ -284,7 +288,7 @@ body
|
|
|
284
288
|
flex-shrink 0
|
|
285
289
|
.isLightningOutContext
|
|
286
290
|
.avatar
|
|
287
|
-
border .1rem solid $
|
|
291
|
+
border .1rem solid $borderColor
|
|
288
292
|
bottom auto
|
|
289
293
|
top .6rem
|
|
290
294
|
[embeddedServiceLiveAgentStateChatAvatar]
|