@woosmap/ui 3.41.0 → 3.42.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.41.0",
3
+ "version": "3.42.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -3,7 +3,6 @@
3
3
 
4
4
  // Specicif style - Do not change order
5
5
  @import "./website/mixins.styl"
6
- @import "./website/fonts.styl"
7
6
  @import "./website/variables.styl"
8
7
  @import "./website/colors.styl"
9
8
 
@@ -1,15 +1,3 @@
1
- font()
2
- font-family $fontFamily
3
- font-size $fontSize
4
- font-weight $fontWeight
5
- color $secondary
6
- line-height $fontSize + .4
7
- -webkit-font-smoothing antialiased
8
- -moz-osx-font-smoothing grayscale
9
-
10
- inputFont()
11
- font-family $fontFamily2
12
-
13
1
  f1()
14
2
  font-size $title
15
3
  font-weight 700
@@ -9,14 +9,10 @@ $gutter2c = 3rem
9
9
  $quoteIcon = 44rem
10
10
 
11
11
 
12
- $fontFamily = "Poppins", arial, sans-serif
13
- $fontFamily2 = 'Roboto Mono', monospace
14
- $fontSize = 1.8rem
15
- $lineHeight = $fontSize * 2 - .8
16
12
  $fontSizeSmall = $fontSize - .2
17
13
  $fontSizeMini = $fontSize - .4
18
14
  $fontSizeNano = $fontSize - .6
19
- $fontWeight = 400
15
+
20
16
  $fontSizeHeader = 1.3rem
21
17
  $fontSizeFooter = 1.6rem
22
18
 
@@ -1 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Roboto+Mono:wght@400;600&display=swap');