@woosmap/ui 3.127.0 → 3.130.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.127.0",
3
+ "version": "3.130.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -14,6 +14,7 @@ import mapImg from '../../images/products/product-map.png';
14
14
  import trafficImg from '../../images/products/product-traffic.png';
15
15
  import merchantImg from '../../images/products/product-merchant.png';
16
16
  import localitiesImgSq from '../../images/products/product-localities-sq.png';
17
+ import localitiesUkImgSq from '../../images/products/product-localities-uk-sq.png';
17
18
  import geolocationImgSq from '../../images/products/product-geolocation-sq.png';
18
19
  import storesImgSq from '../../images/products/product-stores-sq.png';
19
20
  import distanceImgSq from '../../images/products/product-distance-sq.png';
@@ -35,6 +36,7 @@ const productImg = {
35
36
  };
36
37
  const productImgSq = {
37
38
  LOCALITIES: localitiesImgSq,
39
+ LOCALITIES_ADDRESS_UK: localitiesUkImgSq,
38
40
  GEOLOCATION: geolocationImgSq,
39
41
  STORES: storesImgSq,
40
42
  DISTANCE: distanceImgSq,
@@ -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
 
@@ -179,3 +179,6 @@ fullwh()
179
179
  width 100%
180
180
  min-width 0
181
181
  min-height 0
182
+ rainbow()
183
+ background $primary
184
+ background linear-gradient(45deg, $coloredGradient1 0%, $coloredGradient2 50%, $coloredGradient3 100%)