@jala-banyu/theme
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -925,3 +925,26 @@ "use strict"; | ||
var ROOT_FONT_SIZE = 16; | ||
var baseScale = [1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]; | ||
var baseScale = [ | ||
0.5, | ||
1, | ||
1.5, | ||
2, | ||
2.5, | ||
3, | ||
3.5, | ||
4, | ||
5, | ||
6, | ||
7, | ||
8, | ||
9, | ||
10, | ||
11, | ||
12, | ||
13, | ||
14, | ||
15, | ||
16, | ||
17, | ||
18 | ||
]; | ||
var extendedScale = [20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96]; | ||
@@ -946,4 +969,3 @@ var generateSpacingScale = (spacingUnit) => { | ||
0: "0px", | ||
px: "1px", | ||
0.5: "2px" | ||
px: "1px" | ||
}; | ||
@@ -950,0 +972,0 @@ Object.entries(scaleLabels).forEach(([label, multiplier]) => { |
@@ -86,3 +86,26 @@ "use strict"; | ||
var ROOT_FONT_SIZE = 16; | ||
var baseScale = [1, 1.5, 2, 2.5, 3, 3.5, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]; | ||
var baseScale = [ | ||
0.5, | ||
1, | ||
1.5, | ||
2, | ||
2.5, | ||
3, | ||
3.5, | ||
4, | ||
5, | ||
6, | ||
7, | ||
8, | ||
9, | ||
10, | ||
11, | ||
12, | ||
13, | ||
14, | ||
15, | ||
16, | ||
17, | ||
18 | ||
]; | ||
var extendedScale = [20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 72, 80, 96]; | ||
@@ -107,4 +130,3 @@ var generateSpacingScale = (spacingUnit) => { | ||
0: "0px", | ||
px: "1px", | ||
0.5: "2px" | ||
px: "1px" | ||
}; | ||
@@ -111,0 +133,0 @@ Object.entries(scaleLabels).forEach(([label, multiplier]) => { |
{ | ||
"name": "@jala-banyu/theme", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "Banyu theme", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1826594
59587