@woosmap/ui 3.54.0 → 3.57.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.54.0",
3
+ "version": "3.57.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.851 17.914a.561.561 0 0 1-.3-.085 16.649 16.649 0 0 1-4.669-4.353l-.808-1.113a.56.56 0 0 1 .906-.658l.808 1.112A15.506 15.506 0 0 0 9.8 16.654a44.032 44.032 0 0 0 7.773-9.092l.707-1.1a.56.56 0 1 1 .942.605l-.707 1.1a45.113 45.113 0 0 1-8.294 9.609.563.563 0 0 1-.37.138z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.162 17.535A1.5 1.5 0 0 1 9.1 17.1l-4.844-4.85a1.5 1.5 0 1 1 2.121-2.121l3.785 3.785 7.01-7.01a1.5 1.5 0 1 1 2.121 2.121l-8.07 8.075a1.5 1.5 0 0 1-1.061.435Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.653 8.293c.688-.243.76-1.135.517-1.823s-1.136-.759-1.823-.516-.76 1.136-.517 1.823 1.136.759 1.823.516ZM12.653 13.17c.688-.244.76-1.136.517-1.823s-1.136-.76-1.823-.517-.76 1.136-.517 1.823 1.136.76 1.823.517ZM12.653 18.046c.688-.243.76-1.136.517-1.823s-1.136-.759-1.823-.516-.76 1.135-.517 1.823 1.136.759 1.823.516Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.653 8.293c.688-.243.76-1.135.517-1.823s-1.136-.759-1.823-.516-.76 1.136-.517 1.823 1.136.759 1.823.516Zm0 4.877c.688-.244.76-1.136.517-1.823s-1.136-.76-1.823-.517-.76 1.136-.517 1.823 1.136.76 1.823.517Zm0 4.876c.688-.243.76-1.136.517-1.823s-1.136-.759-1.823-.516-.76 1.135-.517 1.823 1.136.759 1.823.516Z"/></svg>
@@ -13,7 +13,7 @@ $inputDemoPlaceholderColor = #818ca5
13
13
 
14
14
  // Main colors
15
15
 
16
- $primary = rgba(85, 134, 255, 1) // 5586F8
16
+ $primary = rgba(85, 134, 255, 1) // m
17
17
  $primary90 = rgba(85, 134, 255, .9)
18
18
  $primary80 = rgba(85, 134, 255, .8)
19
19
  $primary70 = rgba(85, 134, 255, .7)
@@ -123,9 +123,9 @@ $standard = #4b7bd3
123
123
  $enterprise = #c3417d
124
124
 
125
125
  // Alerts
126
- $success2 = rgba(14, 206, 170, 1)// #0eceaa
126
+ $success2 = #0eceaa// #0eceaa
127
127
 
128
- $success = rgba(47, 188, 114, 1)
128
+ $success = #2fbc73
129
129
  $success-light = #0ff1c6
130
130
  $success-dark = #0cc7a4
131
131
 
@@ -24,10 +24,10 @@ $fontSizeFooter = 1.6rem
24
24
 
25
25
  $title = 4.6rem
26
26
  $title2 = 4rem
27
- $title3 = 3.6rem
28
- $title4 = 3rem
29
- $title5 = 2.6rem
30
- $title6 = 2rem
27
+ $title3 = 3.2rem
28
+ $title4 = 2.2rem
29
+ $title5 = 1.9rem
30
+ $title6 = 1.7rem
31
31
 
32
32
  $borderRadius = .6rem
33
33