@woosmap/ui 4.59.0 → 4.60.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.59.0",
3
+ "version": "4.60.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1,13 +1,17 @@
1
1
  // SF Chat Customization
2
2
  body
3
+
3
4
  .embeddedServiceSidebarMinimizedDefaultUI
4
5
  background-color $logo2
5
6
  border-color $logo2
7
+ trans()
8
+ &.minimizedContainer:hover
9
+ background-color $sucess2
10
+
6
11
  .embeddedServiceSidebarMinimizedDefaultUI.helpButton
7
12
  .embeddedServiceHelpButton .helpButton .uiButton
8
13
  trans()
9
14
  background $logo2
10
- background linear-gradient(180Deg, $logo2 0, $logo3 100%)
11
15
  font-family $fontFamily
12
16
  font-size $fontSize
13
17
  min-width 1rem
@@ -15,14 +19,17 @@ body
15
19
  box-shadow 0 0 .2rem transparent
16
20
  &:focus
17
21
  outline: none
18
- background $logo4
22
+ background $logo2
19
23
  text-decoration: none;
20
24
  .helpButtonLabel
21
25
  text-decoration none
26
+ &:before
27
+ all unset
28
+ &:before
29
+ all unset
22
30
  &:hover
23
31
  textShadow()
24
- background-color $success2
25
- background linear-gradient(180Deg, $success2 0, $success2 100%)
32
+ background $success2
26
33
  &:before
27
34
  content unset !important
28
35
  .embeddedServiceIcon.x-small
@@ -127,8 +134,11 @@ body
127
134
  .has-error
128
135
  .slds-style-inputtext:not(:focus)
129
136
  border-color $error
130
- .uiInputDefaultError .form-element__help
131
- color $error
137
+ .uiInputDefaultError
138
+ .form-element__help
139
+ font-family $fontFamily
140
+ font-size $fontSize
141
+ color $error
132
142
  input
133
143
  trans()
134
144
  width 100%