@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
package/src/icons/check.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="
|
|
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>
|
package/src/icons/more.svg
CHANGED
|
@@ -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.
|
|
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) //
|
|
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 =
|
|
126
|
+
$success2 = #0eceaa// #0eceaa
|
|
127
127
|
|
|
128
|
-
$success =
|
|
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.
|
|
28
|
-
$title4 =
|
|
29
|
-
$title5 =
|
|
30
|
-
$title6 =
|
|
27
|
+
$title3 = 3.2rem
|
|
28
|
+
$title4 = 2.2rem
|
|
29
|
+
$title5 = 1.9rem
|
|
30
|
+
$title6 = 1.7rem
|
|
31
31
|
|
|
32
32
|
$borderRadius = .6rem
|
|
33
33
|
|