@woosmap/ui 4.46.0 → 4.47.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.46.0",
3
+ "version": "4.47.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -109,9 +109,9 @@ $favorite = #ffc200
109
109
 
110
110
  $modalBg = rgba(0, 11, 31, .85)
111
111
 
112
- $demo = #628a7e
113
- $demoLight = #deece8
114
- $demoActive = #d9f1ea
112
+ $demo = #bea3fb
113
+ $demoLight = #e4d9ff
114
+ $demoActive = #d2bfff
115
115
 
116
116
  // Last activity
117
117
  $lastActivityUser = #FDA78D
@@ -81,7 +81,7 @@ $buttonHover = $success2
81
81
  $buttonBorderColor = #454545
82
82
  $borderColor = rgba($secondary, .24)
83
83
 
84
- $demo = #628a7e
84
+ $demo = #66b19b
85
85
  $demoLight = #deece8
86
86
  $demoActive = #d9f1ea
87
87