@woosmap/ui 3.128.0 → 3.129.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": "3.128.0",
3
+ "version": "3.129.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -10,6 +10,19 @@ $inputDemoBgColor = #f6f7f8
10
10
  $inputDemoBorderColor = #bcc4d7
11
11
  $inputDemoPlaceholderColor = #818ca5
12
12
 
13
+ // Logo colors
14
+ $logo1 = #4fc3f7
15
+ $logo2 = #5586ff
16
+ $logo3 = #3d5afe
17
+ $logo4 = #3949ab
18
+ $logo5 = #c51162
19
+ $logo6 = #f50057
20
+ $logo7 = #ff5252
21
+ $logo8 = #ffab00
22
+
23
+ $coloredGradient1 = $logo3
24
+ $coloredGradient2 = $logo6
25
+ $coloredGradient3 = $logo8
13
26
 
14
27
  // Main colors
15
28