active_frontend 12.1.36 → 12.1.37
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4a3857d7cbb075243a64a2f65575c57874e2c48
|
|
4
|
+
data.tar.gz: a8743181ee62cbb5dfa688895733a6a1ad0c6ef3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea92d8711d5855ccda1163a443a697a6449bc6fe020acdf490009f274694dd601bf4e00e6ebbf005ef88e1a6d813e640845363b892bf283b5e214664941314ae
|
|
7
|
+
data.tar.gz: 974b1869ee60947d1a2f6c8911cfb27b130f095e57a6b568094592d9ae5e190985499e758e0ce57ba31e872732017c5f472e146d7d6afdfbd6b8d15e3c4d2373
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
scaleFontStyle: "bold",
|
|
77
77
|
|
|
78
78
|
// String - Scale label font colour
|
|
79
|
-
scaleFontColor: "rgba(
|
|
79
|
+
scaleFontColor: "rgba(16,18,25,1)",
|
|
80
80
|
|
|
81
81
|
// Boolean - whether or not the chart should be responsive and resize when the browser does.
|
|
82
82
|
responsive: true,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"],
|
|
92
92
|
|
|
93
93
|
// String - Tooltip background colour
|
|
94
|
-
tooltipFillColor: "rgba(
|
|
94
|
+
tooltipFillColor: "rgba(16,18,25,1)",
|
|
95
95
|
|
|
96
96
|
// String - Tooltip label font declaration for the scale label
|
|
97
97
|
tooltipFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
|
@@ -3007,7 +3007,7 @@
|
|
|
3007
3007
|
pointLabelFontSize : 11,
|
|
3008
3008
|
|
|
3009
3009
|
//String - Point label font colour
|
|
3010
|
-
pointLabelFontColor : "rgba(
|
|
3010
|
+
pointLabelFontColor : "rgba(16,18,25,1)",
|
|
3011
3011
|
|
|
3012
3012
|
//Boolean - Whether to show a dot for each point
|
|
3013
3013
|
pointDot : true,
|
|
@@ -1852,7 +1852,7 @@ GMaps.staticMapURL = function(options){
|
|
|
1852
1852
|
opacity = parseFloat(opacity);
|
|
1853
1853
|
opacity = Math.min(1, Math.max(opacity, 0));
|
|
1854
1854
|
if (opacity === 0) {
|
|
1855
|
-
return '
|
|
1855
|
+
return '0x10121900';
|
|
1856
1856
|
}
|
|
1857
1857
|
opacity = (opacity * 255).toString(16);
|
|
1858
1858
|
if (opacity.length === 1) {
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
/* # Grayscale Colors
|
|
7
7
|
================================================== */
|
|
8
8
|
$color-transparent: rgba(0,0,0,0);
|
|
9
|
-
$color-dark-black: rgba(
|
|
10
|
-
$color-black: rgba(40,
|
|
11
|
-
$color-light-black: rgba(
|
|
9
|
+
$color-dark-black: rgba(16,18,25,1);
|
|
10
|
+
$color-black: rgba(35,40,55,1);
|
|
11
|
+
$color-light-black: rgba(48,54,75,1);
|
|
12
12
|
$color-dark-gray: rgba(71,82,93,1);
|
|
13
13
|
$color-gray: rgba(106,122,138,1);
|
|
14
14
|
$color-light-gray: rgba(151,163,175,1);
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|