@woosmap/ui 4.135.0 → 4.136.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.135.0",
3
+ "version": "4.136.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -40,10 +40,12 @@
40
40
  align-items center
41
41
  padding 0 1.4rem
42
42
  height 5rem
43
+ flex-shrink 0
43
44
  gap 1rem
44
45
  color $light
45
- background $primary
46
- background linear-gradient(45Deg, $primary 0, $logo3 100%)
46
+ font-size 1.8rem
47
+ font-weight 500
48
+ background-color #3d5afe
47
49
  &__favicon
48
50
  sq(3.2)
49
51
  &__title
@@ -1,5 +1,57 @@
1
1
  // SF Chat Customization
2
2
  body
3
+ .sidebarHeader[lwc-56vbshdpqil]
4
+ background-color #3d5afe
5
+ font-family $fontFamily
6
+ font-size 1.8rem
7
+ h2[lwc-56vbshdpqil]
8
+ font-weight 500
9
+ button[lwc-56vbshdpqil]
10
+ button.closeButton[lwc-56vbshdpqil]
11
+ width 3.2rem !important
12
+ height 3.2rem !important
13
+ min-width 3.2rem !important
14
+ min-height 3.2rem !important
15
+ margin-left auto
16
+ padding 0
17
+ overflow hidden
18
+ &:before
19
+ content unset
20
+ &:hover
21
+ background-color $light20
22
+ *:not(.slds-icon)
23
+ background-color transparent
24
+ &:before
25
+ content unset
26
+ *:not(.slds-icon)
27
+ padding 0
28
+ display flex
29
+ justify-content center
30
+ align-items center
31
+ width 100%
32
+ height 100%
33
+ embeddedservice-chat-header
34
+ .lightning-icon
35
+ svg.slds-icon-text-default
36
+ width 1.4rem !important
37
+ height 1.4rem !important
38
+ .embeddedServiceSidebar
39
+ .embeddedServiceSidebarButton
40
+ .label
41
+ font-weight 500
42
+ font-size 1.5rem
43
+ label
44
+ font-weight 400
45
+ font-size 1.4rem !important
46
+ .embeddedServiceLiveAgentStateChatInputFooter
47
+ .chasitorControls
48
+ .uiInput
49
+ color #000
50
+ .embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:hover
51
+ text-shadow .1rem .1rem 0 $dark30
52
+ background-color #0eceaa
53
+
54
+
3
55
  .embeddedServiceHelpButton
4
56
  .embeddedServiceIcon
5
57
  display block !important
@@ -33,8 +85,8 @@ body
33
85
  &:before
34
86
  all unset
35
87
  &:hover
36
- textShadow()
37
- background $success2
88
+ text-shadow .1rem .1rem 0 $dark30
89
+ background-color #0eceaa
38
90
  &:before
39
91
  content unset !important
40
92
  .embeddedServiceSidebar
@@ -93,7 +145,7 @@ body
93
145
  all unset
94
146
  &:hover
95
147
  textShadow()
96
- background $success2
148
+ background #0eceaa
97
149
  &:before
98
150
  content unset !important
99
151
  .embeddedServiceIcon
@@ -132,6 +184,7 @@ body
132
184
  font()
133
185
  mbi(.4)
134
186
  display flex
187
+ font-size 1.4rem
135
188
  > :first-child
136
189
  order 1
137
190
  .embeddedServiceSidebarForm
@@ -155,7 +208,7 @@ body
155
208
  opacity .3
156
209
  &:not(:disabled)
157
210
  &:hover
158
- background-color $success2
211
+ background-color #0eceaa
159
212
  text-decoration none
160
213
  .label
161
214
  textShadow()
@@ -169,7 +222,7 @@ body
169
222
  color #fff
170
223
  text-shadow none
171
224
  &:hover
172
- background-color $success2
225
+ background-color #0eceaa
173
226
  text-decoration none
174
227
  box-shadow none
175
228
  .label
@@ -178,7 +231,7 @@ body
178
231
  trans()
179
232
  text-shadow none
180
233
  background-color transparent
181
- font-size 1.4rem
234
+ font-size 1.5rem
182
235
  margin 0
183
236
  &.uiButton--inverse
184
237
  &.uiButton--inverse:disabled
@@ -293,7 +346,7 @@ body
293
346
  font-family $fontFamily
294
347
  font-size 1.4rem
295
348
  font-weight $fontWeight
296
- color $textColor
349
+ color #000
297
350
  line-height 1.8rem
298
351
  text-align left
299
352
  -webkit-font-smoothing antialiased